 /*
Company:	Center for Living Art
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html, body {
	background: url(../images/page-bkg.jpg) repeat-x 0 0 #383b3e;
	font-family: Verdana, Arial, sans-serif;
}
/* @end */

/* @group Layout */
/* Head */

/* Body */
div#bd {
	width: 868px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/logo-flower.png) no-repeat 0 0;
	margin-top: 20px;
}

/* Footer */
div#ft {
	background: url(../images/ft-fade.png) no-repeat 0 0;
	width: 722px;
	padding: 10px 0 30px 0;
	margin: 2px 0 0 0;
	text-align: center;
	font-size: 93%;
	font-family: Georgia, Times, serif;
	color: #878787;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 229px;
	height: 79px;
	background: url(../images/cfla-logo.png) no-repeat 0 0;
	text-indent: -9000px;
	margin: 46px 1px 5px 65px;
	float: left;
	display: inline;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Tagline */
p#tagline {
	width: 545px;
	color: #999;
	font-size: 116%;
	font-family: Georgia, Times, serif;
	margin: 96px 0 0 0;
	float: right;
	display: inline;
}


/* Main Content */
div.main-wrap {
	width: 722px;
	float: right;
	display: inline;
}
div.main-top {
	width: 722px;
	height: 17px;
	background: url(../images/main-hd-bkg.png) no-repeat 0 0;
	overflow: hidden;
}
div.main {
	width: 722px;
	background: url(../images/main-content-bkg.gif) repeat-y 0 0;
	overflow: hidden;
}

div.main-full {
	width: 722px;
	background: url(../images/main-content-bkg2.gif) repeat-y 0 0;
	overflow: hidden;
}

div.main-btm {
	width: 722px;
	height: 16px;
	background: url(../images/main-ft-bkg.png) no-repeat 0 0;
	overflow: hidden;
}

/* Sidebar */
div#sidebar {
	width: 146px;
	padding-top: 100px;
	float: left;
	display: inline;
}

/* Content Pad */
div.content-pad {
	width: 480px;
	margin: 0 50px 0 0;
	overflow: hidden;
	padding: 1px 0;
	float: right;
}

div.content-pad-full {
	margin: 0 50px 0 37px;
	overflow: hidden;
	padding: 1px 0;
	background: #fff;
}

#sec-sidebar {
	margin: 0;
	padding: 20px 0 0 2px;
	width: 189px;
	float: left;
}

#sec-sidebar a:link, #sec-sidebar a:visited {
	text-decoration: none;
	padding: 2px 0;
}

#sec-sidebar a:hover {
	text-decoration: underline;
}

#sec-sidebar .current {
	background: url(../images/bg_secnav.gif) no-repeat center right;
	display: block;
	padding: 2px 0;
}

/* Home Pad */
div.home-pad {
	width: 670px;
	margin-left: 21px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 577px 0 0 0;
	background: url(../images/home-flower-bkg.jpg) no-repeat 0 0;
}

/* Home Footer Posts */
div.home-ft-posts {
	height: 156px;
	color: #c2c2c2;
}
div.home-ft-posts div.left-col {
	width: 258px;
	margin-left: 12px;
	padding-top: 10px;
	float: left;
	display: inline;
}

div.home-ft-posts div.left-col img {
	text-align: left;
	float: left;
}

div.home-ft-posts div.right-col {
	width: 336px;
	margin-right: 26px;
	padding-top: 10px;
	float: right;
	display: inline;
}
div.home-ft-posts h3 {
	font-size: 153.9%;
	color: #fff;
	font-family: Georgia, Times, serif;
	font-weight: normal;
	margin: 0 0 5px 0;
	text-shadow: #000 2px 2px 2px;
}
div.home-ft-posts h3 a:link, div.home-ft-posts h3 a:visited {
	color: #fff;
	text-decoration: none;
}
div.home-ft-posts p {
	font-size: 85%;
}

/* Inside Footer Posts */
div.inside-ft-posts {
	margin-left: 21px;
	width: 670px;
	
	min-height:145px;
	height:auto !important;
	height:145px;
	
	color: #c2c2c2;
	background: url(../images/inside-ft-bkg.jpg) no-repeat 0 0 #999;
	margin-bottom: 2px;
	clear: both;
	margin-top: 50px;
	padding-bottom: 10px;
	display: none;
}
div.inside-ft-posts:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	display: none;
}

div.inside-ft-posts {display: inline-block;
	display: none;
}

/* Hides from IE-mac \*/
* html div.inside-ft-posts {height: 1%;}
div.inside-ft-posts {display: block;
display: none;
}
/* End hide from IE-mac */


div.inside-ft-posts div.left-col {
	width: 258px;
	margin-left: 12px;
	padding-top: 10px;
	float: left;
	display: inline;
}
div.inside-ft-posts div.right-col {
	width: 336px;
	margin-right: 26px;
	padding-top: 10px;
	float: right;
	display: inline;
}
div.inside-ft-posts h3 {
	font-size: 153.9%;
	color: #fff;
	font-family: Georgia, Times, serif;
	font-weight: normal;
	margin: 0 0 5px 0;
	text-shadow: #000 2px 2px 2px;
}
div.inside-ft-posts h3 a:link, div.inside-ft-posts h3 a:visited {
	color: #fff;
	text-decoration: none;
}
div.inside-ft-posts p {
	font-size: 85%;
}

/* View Book */
a#view-book-img {
	width: 272px;
	height: 224px;
	background: url(../images/view-book.png) no-repeat 0 0;
	display: block;
	position: absolute;
	margin: 60px 0 0 450px;
	text-indent: -9000px;
	overflow: hidden;
	/*z-index: 100;*/
}

/* Watch Video */
a.watch-video {
	margin-left: 8px;
}

/* Comments */
p.comments {
	text-align: center;
	font-family: Georgia, Times, serif;
}
p.comments strong {
	color: #a9a9a9;
	font-size: 153.9%;
	font-weight: normal!important;
}
p.comments span {
	font-size: 66%!important;
	color: #828282;
}
p.comments a {
	font-size: 138.5%;
}
p.comments a:link, p.comments a:visited {
	color: #0f87c6;
	text-decoration: none;
}

/* Posted On */
div.post small.postedon {
	margin-bottom: 15px;
	display: block;
}

/* Post Content */
.posts-title {
	margin: 10px 0 5px 0;
	padding: 0 5px 0 0;
	/*padding: 0 5px 0 21px;*/
	/*background: #fff url(../images/bg_posts-title.gif) 0 2px no-repeat;*/
}

.posts-title a:link, .posts-title a:visited {
	font-size: 135%;
	line-height: 120%;
}

.posts {
	padding: 0 0 15px 0;
	margin: 0 0 5px 0;
	/*background: #fff url(../images/bg_posts.gif) no-repeat center bottom;*/
}

div.post {
	margin-bottom: 40px;
}
div.post div.entry p {
	/*font-size: 85%;*/
	line-height: 150%;
	color: #262626;
}

.entry {
	font-size: 85%;
	line-height: 150%;
	color: #262626;
}

a.readmore {
	margin: 0;
	padding: 0 0 0 15px;
	background: #fff url(../images/12-em-plus.png) no-repeat 0 0;
}

/* Page Title */
div.title-box {
	width: 655px;
	margin-left: 19px;
	margin-bottom: 15px;
	padding: 10px 0 0 20px;
	background: url(../images/title-box-bkg.gif) repeat-x 0 100%;
}
div.title-box h2.pagetitle {
	width: 280px;
	margin: 1px 0 0 0;
	float: left;
	display: inline;
}
div.title-box div.util-box {
	width: 350px;
	float: right;
	display: inline;
}
div.title-box div.util-box ul {
	margin: 3px 0 0 0;
	padding: 0;
	float: right;
	display: inline;
}
div.title-box div.util-box ul li {
	list-style: none;
	font-size: 85%;
	color: #0f87c6;
	padding: 2px 10px;
	height: 25px;
	line-height: 25px;
	background: url(../images/title-box-div.gif) no-repeat 0 100%;
	float: left;
	display: inline;
}
div.title-box div.util-box ul li:first-child {
	background: none;
}
div.title-box div.util-box ul li form {
	display: inline;
}
div.title-box div.util-box ul li form a {
	vertical-align: middle;
}
div.title-box div.util-box ul li a:link, div.title-box div.util-box ul li a:visited {
	text-decoration: none;
}

/* Navigation */
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 1px 0;
	font-size: 85%!important;
	}
	
/* Wordpress Styles */


.commentlist li, #commentform input, #commentform textarea {
	font-size: 93%;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 108%;
	}

.commentlist p {
	font-weight: normal;
	line-height: 150%;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
.postfooterstuff {
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 98%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0 0 20px 0;
	float: right;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.alignright {
	float: right;
	padding: 5px;
	margin: 0 0 0 10px;
	border: 1px solid #e6e6e6;
	}

.alignleft {
	float: left;
	padding: 5px;
	margin: 0 10px 0 0;
	border: 1px solid #e6e6e6;
	}
	
.aligncenter {
	padding: 5px 5px 0 5px;
	border: 1px solid #e6e6e6;
	margin: 0 auto;
	margin-bottom: 20px;
}

.aligncenternone {
	padding: 5px 5px 0 5px;
	border: none;
	margin: 0 auto;
	margin-bottom: 20px;
}
	
#content-footer {
	margin: 0;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #e6e6e6;
	font-size: 85%;
	clear: both;
	display: none;
}

.sendtofriend {
	padding: 3px 0 3px 20px;
	margin: 0 5px 0 0;
	background: #fff url(../images/bg_sendtofriend.gif) left center no-repeat;
}

.stayintouch {
	padding: 3px 0 3px 20px;
	margin:  0 0 0 5px;
	background: #fff url(../images/bg_stayintouch.gif) left center no-repeat;
}

.tags {
	border-top: 1px dotted #e6e6e6;
	border-bottom: 1px dotted #e6e6e6;
	padding: 5px 0 5px 21px;
	margin: 10px 0 5px 0;
	background: #fff url(../images/bg_tags.gif) no-repeat left center;
}

/* @end */

/* @group Nav */
/* Nav */
div#nav ul {
	margin: 0;
	padding: 0;
}
div#nav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 146px;
}
div#nav ul li a {
	display: block;
	width: 122px;
	padding: 5px 24px 5px 0;
	text-align: right;
	margin: 0;
	font-family: Georgia, Times, serif;
	font-size: 125.8%;
}
div#nav ul li a:link, div#nav ul li a:visited {
	color: #7accf5;
	text-decoration: none;
}
div#nav ul li:hover a, div#nav ul li.sfhover a {
	background: url(../images/nav-arrow.png) no-repeat 100% 60%;
}
div#nav ul li:hover a:link, div#nav ul li:hover a:visited, div#nav ul li.sfhover a:link, div#nav ul li.sfhover a:visited {
	color: #fff;
}

/* Nav Drop Down */
div#nav ul ul {
	padding: 0;
	margin: -4em 0 0 146px;
	list-style: none;
	line-height: 1;
	width: 210px;
	background: url(../images/nav-bkg.png) repeat-y 0 0;
	display: none;
}
div#nav ul li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding-top: 5px;
	padding-bottom: 5px;
}
div#nav ul li ul li {
	background-image: none;
	float: none;
	width: 210px;
}
div#nav ul li ul li a {
	text-align: left;
	line-height: 22px;
	padding: 0 10px 0 30px;
	margin: 0;
	font-size: 93%;
	display: block;
	font-weight: normal;
	white-space: nowrap;
	background-image: none!important;
	width: 170px;
}
div#nav ul li:hover ul, div#nav ul li.sfhover ul {
	left: auto;
}
div#nav ul li ul li:hover a, div#nav ul li ul li.sfhover a {
	/*background: url(../images/nav-arrow.png) no-repeat 100% 60%!important;*/
}
div#nav ul li:hover ul li a:link, div#nav ul li:hover ul li a:visited, div#nav ul li.sfhover ul li a:link, div#nav ul li.sfhover ul li a:visited {
	color: #7accf5;
}
div#nav ul li:hover ul li:hover a:link, div#nav ul li:hover ul li:hover a:visited, div#nav ul li.sfhover ul li.sfhover a:link, div#nav ul li.sfhover ul li.sfhover a:visited {
	color: #fff;
}


/* 3rd Level Dropdown */
div#nav ul ul ul {
	position: absolute;
	left: -999em!important;
	margin: -50px 0 0 210px;
	width: 222px;
	background: url(../images/nav-bkg-arrow.png) no-repeat 1px -460px;
	display: none;
}
div#nav ul ul ul li {

}
div#nav ul li ul li:hover ul, div#nav ul li ul li.sfhover ul {
	left: auto!important;
}
div#nav ul li ul li ul li a {
	white-space: nowrap;
	width: 182px;
}
div#nav ul li:hover ul li:hover ul li a:link, div#nav ul li:hover ul li:hover ul li a:visited, div#nav ul li.sfhover ul li.sfhover  ul li a:link, div#nav ul li.sfhover ul li.sfhover ul li a:visited {
	color: #7accf5;
}
div#nav ul li:hover ul li:hover ul li:hover a:link, div#nav ul li:hover ul li:hover ul li:hover a:visited, div#nav ul li.sfhover ul li.sfhover ul li.sfhover a:link, div#nav ul li.sfhover ul li.sfhover ul li.sfhover a:visited {
	color: #fff;
}
/* @end */

/* @group Default Headings */
div.post h1 {
	font-size: 153.9%;
	font-weight: normal;
	font-family: Georgia, Times, serif;
	margin: 0 0 3px 0;
}
div.post h1 a:link, div.post h1 a:visited {
	color: #0f87c6;
	text-decoration: none;
}

div.post h2 {
	font-size: 153.9%;
	font-weight: normal;
	font-family: Georgia, Times, serif;
	margin: 0 0 5px 0;
	/*color: #0f87c6;*/
}
div.post h2 a:link, div.post h2 a:visited {
	color: #0f87c6;
	text-decoration: none;
}

h2.pagetitle {
	font-size: 153.9%;
	font-family: Georgia, Times, serif;
	color: #000;
	font-weight: normal;
}

h4 {
	color: #000;
	text-align: center;
	font: italic bold 140% Georgia, "Times New Roman", Times, serif;
}
/* @end */

/* @group Common Text Styles */
div.main p {
	line-height: 150%;
}
/* @end */

/* @group Default Lists */
	
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited, a:hover, a:active {
	cursor: pointer;
}
a:link, a:visited {
	color: #0f87c6;
}
a:hover {
	text-decoration: none;
}
/* @end */

/* @group Misc */

hr {
	padding: 10px;
	margin: 0 auto;
	margin-bottom: 25px;
	background: url(../images/hr.gif) no-repeat center top;
	border: none;
}

/*
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left;
} */

blockquote {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	margin: 20px;
	padding: 15px 0 5px 0;
	font-style: italic;
	font-size: 115%;
}

.imagefull {
	padding: 5px;
	border: 1px solid #e6e6e6;
	margin: 0 auto;
	text-align: center;
}

.imagecenter {
	margin: 0 auto;
	text-align: center;
}

.imagecenter img {
	border: 1px solid #e6e6e6;
	padding: 5px;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
}

.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */