/*  
Theme Name: Kay Theme
Theme URI: http://www.phycel.com/
Author: Rene Folsom
Author URI: http://www.phycel.com/

/******************************************
*   HTML Elements                         
******************************************/

* {
	margin:0;
	padding:0;
	}

body,html { min-height:101%; }
	
body {
	background: #e4d7ad url(images/bg.jpg) top center repeat-x;
	color: #333;
	}

body, select, input, textarea {
	font: 14px Trebuchet MS, Arial, Verdana, Sans-Serif;
	line-height:1.5em;
	}
	
p {	margin: 15px 0;	}

#content-full p { 
	margin: 0 0 5px 0;
	padding: 10px 0 5px 0;
	}

hr {
	display: block;
	height:1px;
	background:#d6e8b8;
	border:0;
	margin: 15px 0;
	}

small {
	font-size: 0.9em;
	padding:3px 6px;
	}


/******* Hyperlinks ********************/

/* standard link behaviour */
a:link, a:active, a:visited { 
	color:#781d7e;
	text-decoration: none;
	font-weight: bold; 
	} 
a:hover	{ 
	color:#03884a;
	text-decoration: none; 
	}


/******************************************
*   Images                         
******************************************/

/*** default image behaviour ***/
img { border:none; padding:0; }

/* Thumbnail images */
img.thumbnail { float: left; width: 125px; height: 125px; margin: 10px 10px 0 0; }

/* Medium images */
img.medium { float: left; margin: 0 10px 5px 0; }

/*** WordPress specific image classes ***/
.aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignleft {
float: left;
margin: 5px 10px 5px 0;
}

.alignright {
float: right;
margin: 5px 0 5px 10px;
}

.wp-caption {
   text-align: center;
   background-color: #fff;
   margin-top:5px;
   margin-right: 15px;
   margin-bottom:0px;
}

.wp-caption img{
   padding:2px;
   border:1px solid #999;
}

.wp-caption img:hover{
   border:1px solid #333;
}

.wp-caption p.wp-caption-text {
   color:#666;
   font-size: 10px;
   line-height: 12px;
   padding: 7px 4px 2px 5px!important;
   margin: 0!important;
}


		
/******************************************
*   General Structure                         
******************************************/

#page { /*the main container*/
	width:1008px;
	margin:0 auto;
	font-size:1em;
	}

#top-bar {
	height: 45px;
	}
	
#top-container {
	background: url(images/top-container.png) top center no-repeat;
	}

#main-container {
	background: url(images/container.png) top center repeat-y;
	}

#slideshow-container {
	background: url(images/slideshow-container.png) top center no-repeat;
	padding: 0 0 0 36px;
	}

.slideshow {
	text-align: center;
	height: 306px;
	}

.easingslider-715 {
	}

#slideshow-footer {
	background: url(images/slideshow-footer-bg.png) top center no-repeat;
	height: 70px;
	}

#header {
	width: 986px;
	}

#header img {
	border: none;
	padding: 0;
	}
	
#logo {/*where the logo sits*/
	width:398px;
	height:153px;
	background:url(images/yl-logo.jpg) no-repeat;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {/*you guessed it: it´s the sidebar container*/
	width: 250px;
	float:right;
	padding: 0 55px 0 0;
	}

#leftcol {/*the left homepage column carrying the "Featured Article" section*/
	width:285px;
	border-right:1px solid #d6e8b8;
	padding-right:10px;
	}

#leftcol, #rightcol {
	margin-top:15px;
	float:left
	}	
	
#rightcol {/*actually the column in the middle of the homepage (if the right column is the sidebar)*/
	width:285px;
	padding-left:15px;
	}


		
/******************************************
*   Sidebar                         
******************************************/

.subnav li {/*.subnav is mainly the categories list*/
	list-style:none;
	}

#sidelist li {
	list-style-image: url(images/bullet-leaf.png);
	margin: 8px 0 8px 25px;
	line-height: 1.2em;
	}
	
.bullets li {
	margin:0 0 5px 15px;
	list-style:square;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	margin-left:22px;
	}

#sidelist .children {
	background:#F4F4EC;
	}

#sidelist .children li {
	background: #F4F4EC;
	list-style: none;
	margin-left:15px;
	padding-left:15px;
	border-bottom:1px solid #fff;
	}

#sidelist .feed li{
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/rss.gif) no-repeat;
	}

	
/******************************************
*   Headlines                         
******************************************/

.blogtitle, .blogtitle a {
	color: #000;
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: regular;
	padding: 20px 0px 10px 0px;
	}

h1 {
	color: #840000;
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0px 10px 0px 0px;
	padding: 20px 0px 0px 10px;
	}
	
h2 {
	color: #6e2574;
	font-size: 1.8em;
	margin: 20px 0;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.1em;
	}

h3 {
	font-size: 1.4em;
	text-transform:uppercase;
	margin: 25px 0 5px 0;
	font-weight: normal;
	color:#03884a;
	}

#sidebar h3, #sidebar h3 a {
	font-size: 1.4em;
	text-transform:uppercase;
	margin:25px 0 10px 0;
	font-weight: normal;
	color:#03884a;
	}

h3#respond {
	font-size:1.1em;
	border-top:1px solid #666;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h3 a:link, h3 a:visited {
	color: #666;;
	}

h4 {
	font-size:1.2em;
	margin-bottom:6px;
	}
	
	
	
/******************************************
*   Content                        
******************************************/

#content {
	width:625px;
	float:left;
	padding: 0 0 0 55px;
	}
	
#content-full {
	width:910px;
	margin: 0 auto;
	}

#subpage {
	border-top: 1px solid #a9c882;
	}
	
/* Post Formatting */

.entry {
	padding-bottom:15px;
	text-align:justify;
	}

.post table {
	margin: 15px 0;
	border: 1px solid #e5d7ae;
	text-align: left;
	font-size: 0.9em;
	border-collapse: collapse;
	}	

.post td {
	vertical-align: top;
	padding: 10px 5px;
	}	

.post tr {
	background: #fdfaed;
	}	

.post blockquote {
	color:#666;
	background:#fdfaed;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #e5d7ae;
	border-bottom:1px solid #e5d7ae;
	}	

.post ul, .post ol {
	margin-bottom: 20px;
	}
	
.post ul li {
	list-style: disc;
	margin-bottom:5px;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	margin-left:48px;
	}
	
#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;	
	}	
	
.postmetadata {
	font-size:0.9em;
	margin:0 0 10px 0;
	padding:5px 10px;
	background:#F4F4EC;
	border-top:1px solid #E6E3D3;	
	border-bottom:1px solid #E6E3D3;	
	}
				

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	

#searchform { 	padding:16px 5px 0 0; 	}

.button {
	padding: 1px;
	background:#333;
	color:#fff;
	border:none;
	}

.button:hover {
	background:#666;
	color:#FFF;
	text-decoration:none
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}



/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#F4F4EC;
	border:1px solid #E6E3D3;
	}

.commentlist blockquote {
	color:#666;
	background:#fff;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}	

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#fff;
	border:1px solid #E6E3D3;
	}



/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	}	

.clearfloat {
	display:block;
	}
	
	
/******************************************
*   Footer                        
******************************************/

#footer {
	margin: 0 auto;
	font-size:0.9em;
	text-align:center;
	padding:50px 0;
	color:#5a165e;
	background: url(images/footer-bg.png) top center no-repeat;
	}

#footer a {
	color:#781d7e;
	}
#footer a:hover {
	color:#99469e;
	}
