/*   
Theme Name: Yulan Studio blog
Theme URI: 
Description: For the Yulan Studio blog only
Author: Lisa Holmes
Author URI: http://yulanstudio.com
Version: 1.0
.
This theme cannot be used for commercial or non-commercial use or redistributed or resold in any way.
.
*/


/* body: top and bottom margins, default type */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #4E3744;
}

/* link colors */

a:link, v:link, a:visited {
	color: #993300;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/* wrapper: sets page width, centers in browser */

.container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

/* header */

#divHeaderWrapper {
	background-color: #643B3E;
}

#divMasthead {
	height: 80px;
}
#divLogo {
	float: left;
	padding-top: 6px;
	padding-left: 0px;
}

/* nav */

#divNav {
	float: right;
	padding-top: 32px;
	padding-right: 0px;
}

/*  menus */

ul#menu {
	margin: 0px; 
	padding: 0px;
}
ul#menu li {
	display: inline;
	margin-left: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	border: 1px dotted #993300;	
}
ul#menu li a {
	text-decoration:none;
	color: #C1B1B2;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	font-style: italic;
}
ul#menu li a.active, ul#menu li a:hover {
	color: #FFFFFF;
}

/* page wrapper */

#divPage {
	float: left; 
	text-align: left;
	width: 900px;
	padding-top: 6px;
	padding-bottom: 6px;
	min-height: 500px;
	position: relative;
}
#divPageWrapper {
	float: left; 
	width: 100%;
	text-align: center;
	background-color: #EFEDEC;
}


/* Featured */

#divFeatured {
	float: left;
	width: 888px;
	margin-top: 6px;
	padding: 6px;
	border: 1px dotted #996633;
}
#divFeaturedHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	text-align: left;
	color: #D7D2CC;
	padding: 12px;
	background-color:#655246;
}

/* thumbnails */
.wp-post-image {
	float: left;
	margin-right: 10px;
	margin-bottom: 6px;
}

/*  captions */

.wp-caption {
   margin-top: 6px;
   margin-bottom: 18px;
}

.wp-caption img {
   margin: 0 !important;
}

.wp-caption p.wp-caption-text {
   font-size: 11px !important;
   line-height: 14px !important;
   font-style: italic;
   padding: 0;
   margin: 0;
   text-align: left;
   color: #666666;
}


/* post navigation */

#posts_navigation {
}


.wp-paginate {
	padding:0;
	margin-top: 40px;
}
.wp-paginate li {display:inline; list-style:none;}
.wp-paginate a {background:#ddd; border:1px solid #ccc; color:#993300; margin-right:4px; padding:3px 6px; text-align:center; text-decoration:none;}
.wp-paginate a:hover, .wp-paginate a:active {background:#ccc; color:#888;}
.wp-paginate .title {color:#555; margin-right:4px;}
.wp-paginate .gap {color:#999; margin-right:4px;}
.wp-paginate .current {color:#fff; background:#643B3E; border:1px solid #333333; margin-right:4px; padding:3px 6px;}
.wp-paginate .page {}
.wp-paginate .prev, .wp-paginate .next {}

/* style overrides for comments pagination */
.wp-paginate-comments {}
.wp-paginate-comments li {}
.wp-paginate-comments a {}
.wp-paginate-comments a:hover, .wp-paginate-comments a:active {}
.wp-paginate-comments .title {}
.wp-paginate-comments .gap {}
.wp-paginate-comments .current {}
.wp-paginate-comments .page {}
.wp-paginate-comments .prev, .wp-paginate-comments .next {}


/* page content options */

#divLeftCol {
	float: left;
	width: 580px;
	margin-top: 6px;
	margin-right: 12px;
	padding: 6px;
	border: 1px dotted #996633;
}
#divLeftColumnColor {
	background-color: #FCFBFA;
	padding-left: 48px;
	padding-right: 48px;
	padding-top: 6px;
	padding-bottom: 24px;
	min-height: 400px;
	overflow: auto;
}
#divLeftColumnColor ul li {
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	margin-top: 6px;
	margin-bottom: 6px;
}
#divRightColumnColor {
	background-color: #D7D2CC;
	padding-left: 6px;
	padding-right: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
}



/*  sidebar */

#divSidebar {
	float: left;
	width: 280px;
	margin-top: 6px;
	padding: 6px;
	border: 1px dotted #996633;
}
#divSidebar ul {
	padding:0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#divSidebar ul li {
	list-style:none;
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 12px;
}
#divSidebar ul li a { 
	color: #993300;
	text-decoration:none; 
}
#divSidebar ul li a:hover { 
	color: #993300;
	text-decoration:underline; 
}


/* footer */

#divFooterWrapper {
	float: left;
	width: 100%;
	background-color:#4E3744;
}
#divFooterContent {
	float: left;
	vertical-align: middle;
	font-size: 12px;
	color: #FFFFFF;
}
#divFooterContent a:link, v:link {
	color: #D2B8C8;
}

/*  captions */


.wp-caption {
   text-align: center;
   background-color: #FFFFFF;
}

.wp-caption img {
   margin: 0 !important;
}

.wp-caption p.wp-caption-text {
   font-size: 12px !important;
   line-height: 16px !important;
   font-style: italic;
   padding: 0;
   margin: 0;
}


#posts_navigation {
	float: left;
	width: 400px;
	clear: both;
}


/* blogroll */

#divBlogroll h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #333333;
	margin-top: 24px;
	margin-bottom: 9px;
}
#divBlogroll ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	margin-top: 3px;
	margin-bottom: 3px;
	text-decoration: none;
}
#divBlogroll a {
	text-decoration: none;
}
#divBlogroll a:hover {
	text-decoration: underline;
}



/* Comment-Styles */

#comments_template {
	margin-top: 20px;
	padding: 0px;
}
/*ol#comments {
	margin:0px;
	padding: 0px;
}
ol#comments li {
	margin:0px;
	padding:0px;
	position:relative;
	padding-left:60px;
	list-style:none;
	padding-bottom:20px;
}
ol#comments .avatar {
	position:absolute;
	top:0px;
	left:0px;
}
ol#comments small a {
	font-weight:normal;
	color:#999999;
}*/
.commentSubhead {
	font-size: 14px;
	line-height: 16px;
	font-style: italic;
	color: #623B3E;
	margin-top: 24px;
	margin-bottom: 0px;
}

/* placement of comment box */
ul.commentlist {
	padding-top: 18px;
	padding-left: 9px;
	padding-right: 9px;
	padding-bottom: 3px;
	background-color: #E1DDD9;
	background-image: url(/images/blog/comments-top.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 3px;
}
/* text inside comment box */
ul.commentlist li {
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	margin-top: 18px;
	margin-bottom: 3px;
	position: relative;
	list-style: none;
	border-bottom: 1px dotted #FFFFFF;
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 66px;
}
ul.commentlist p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin-top: 4px;
	margin-bottom: 4px;
}
ul.commentlist .avatar {
	position:absolute;
	top:10px;
	left:10px;
	border:1px solid #FFFFFF;
}
ul.commentlist .commentmetadata {
	display:none;
}
ul.commentlist ul  {
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul.commentlist ul li {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	overflow: auto;
	padding-bottom: 18px;
}




/* text styles  */

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	margin-top: 12px;
	margin-bottom: 12px;
}
ul li {
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	color: #623B3E;
	margin-top: 40px;
	margin-bottom: 9px;
	text-decoration: none;
	border-top: 1px dotted #996633;
	padding-top: 3px;
}
h2 a:hover {
	text-decoration: none ;
}
h2 a:hover {
	text-decoration: underline;
}
h3, h3 a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	font-style: italic;
	color: #623B3E;
	margin-top: 6px;
	margin-bottom: 9px;
	border-bottom: 1px dotted #996633;
	padding-bottom: 6px;
	text-decoration: none;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	font-weight: normal;
	margin-top: 9px;
	margin-bottom: 9px;
}
h5, h5 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	font-style: italic;
	color: #623B3E;
	margin-top: 24px;
	border-top: 1px dotted #996633;
	padding-top: 9px;
	margin-bottom: 6px;
	text-decoration: none;	
}
small, small a {
	color:#333333;
	font-size:11px;
	margin-bottom:15px;
	text-decoration: none;
}
small a:hover {
	text-decoration: underline;
}
.subhead {
	font-size: 14px;
	margin-top: 18px;
	margin-bottom: 0px;
	color: #623B3E;
}
