/*   
Theme Name: LisaDHolmes blog
Theme URI: 
Description: For the LisaDHolmes 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 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #645D57;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(/images/bkgd-photo-vert.jpg);
	background-repeat: no-repeat;
	background-color: #645D57;
	background-position: center 0px;
}
a:link, a:visited {
	color: #798B97;
}

/* wrapper ________________________________________________*/

#divWrapper {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	position: relative;
}

/* header ________________________________________________*/

#divHeader {
	float: left;
	width: 950px;
	height: 86px;
	background-color: #798B97;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-top: 9px;
	margin-bottom: 9px;
}
#divHeader h1 {
	font-size: 32px;
	font-weight: normal;
	color: #DADAD1;
	margin-left: 80px;
	margin-top: 15px;
	margin-bottom: 3px;
	position: absolute;
}
#divHeader h2 {
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	color: #CBD7E0;
	margin-left: 175px;
	margin-top: 48px;
	margin-bottom: 0px;
	position: absolute;
}


/*  menus ________________________________________________*/

ul#menu {
	margin:0px; padding:0px;
	position:absolute;
	right: 20px;
	top: 20px;
}
ul#menu li {
	display: inline;
	margin-left: 3px;
}
ul#menu li a {
	text-decoration: none;
	color: #DADAD1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #94A2AC;
	padding-top: 1px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 1px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
ul#menu li a.active, ul#menu li a:hover {
	color:#FFFFFF;
}


#divFBlike {
	float: left;
	padding: 12px 0 12px 25px;
}

/* content sections ________________________________________________*/

#divContentWrapper {
	float: left;
	width: 950px;
}



/*  columns ________________________________________________*/

#divLeftColumn {
	float: left;
	width: 640px;
	text-align: left;
	padding-bottom: 30px;
	padding-right: 20px;
	background-color: #F9F8F5;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-top: 0px;
	margin-bottom: 9px;
}
#divRightColumn {
	float: right;
	width: 270px;
	margin-top: 0px;
	margin-bottom: 9px;
}


/*  content ________________________________________________*/

#divContent {
	width: 600px;
	text-align: left;
	margin-left: 25px;
	margin-right: 20px;
	margin-top: 20px;
	min-height: 500px;
}
#divContent .post {
	float: left;
	width: 600px;
	clear: both;
	position: relative;
	margin-bottom: 9px;
}
#divContent .post img {
	float: left;
	margin-right: 18px;
	background-color: #FFFFFF;
	padding: 6px;
	border: solid 1px #645D57;
	margin-bottom: 9px;
}
#divContent .single {
	clear: both;
	position: relative;
	font-size: 12px;
	line-height: 16px;
	color: #645D57;
	margin-top: 3px;
	margin-bottom: 3px;
}
#divContent .single img {
	float: left;
	margin-right: 18px;
	background-color: #FFFFFF;
	padding: 6px;
	border: solid 1px #645D57;
}
#divContent img {
	border: none;
	text-decoration: none;
}
#divContent h2 {
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	margin-top: 6px;
	margin-bottom: 9px;
}
#divContent p {
	font-size: 14px;
	line-height: 24px;
	color: #645D57;
	margin-top: 12px;
	margin-bottom: 12px;
}
#divContent a {
	color: #798B97;
	text-decoration: none;
	border-bottom: 1px dotted #CBD7E0;
}
#divContent a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #798B97;
}
#divContent ul a {
	color: #798B97;
	text-decoration: none;
	border-bottom: 1px dotted #CBD7E0;
}
#divContent ul a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #798B97;
}


/*  date ________________________________________________*/

.post .date {
	height: 53px;
	background-image: url(/images/date.gif);
	background-repeat: no-repeat;
	text-align: center;
	width: 56px;
	position: absolute;
	left: 342px;
	top: 0px;
}
.post .date .month {
	display: block;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 4px;
	margin-bottom: 2px;
	line-height: 6px;
	text-transform: uppercase;
}
.post .date .day {
	display: block;
	font-size: 32px;
	line-height: 26px;
	color: #A09B96;
	margin-top: 0px;
	margin-bottom: 1px;
}
.post .date .year {
	display: block;
	font-size: 12px;
	line-height: 12px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
}
.post .heading {
	position: absolute;
	left: 342px;
	top: 56px;
}

/*  captions ________________________________________________*/


.wp-caption {
   text-align: center;
   clear: both;
}

.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;
}


/* post navigation ________________________________________________*/

#posts_navigation {
	float: left;
	width: 400px;
	clear: both;
}
.wp-paginate {padding:0; margin:0;}
.wp-paginate li {display:inline; list-style:none;}
.wp-paginate a {background:#ddd; border:1px solid #ccc; color:#798B97; margin-right:4px; padding:3px 6px; text-align:center; text-decoration:none;}
.wp-paginate a:hover, .wp-paginate a:active {background:#FFFFFF; color:#798B97;}
.wp-paginate .title {color:#555; margin-right:4px;}
.wp-paginate .gap {color:#999; margin-right:4px;}
.wp-paginate .current {color:#fff; background:#798B97; border:1px solid #89adcf; margin-right:4px; padding:3px 6px;}
.wp-paginate .page {}
.wp-paginate .prev, .wp-paginate .next {}


/*  sidebar ________________________________________________*/

#divSidebar {
	text-align: left;
	margin-top: 0px;
}
#divSidebar ul {
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style:none;
}
#divSidebar ul li {
	list-style:none;
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#divSidebar ul li a { 
	color:#798B97; 
	text-decoration:none; 
	list-style:none;
}
#divSidebar ul li a:hover { 
	color:#798B97; 
	list-style:none;
	text-decoration:none; 
	border-bottom: 1px dotted #FFFFFF;
}
#divSidebar ul li ul {
	margin-left: 0px;
}
#divSidebar ul li ul a {
	display: block;
	padding-left: 28px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 6px;
	background-color: #E5E5DF;
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 9px 6px;
	text-decoration:none; 
}
#divSidebar ul li ul a:hover {
	background-color: #F0F0ED;
	list-style:none;
	text-decoration:none; 
	border: none;
}
.sidebox {
	background-color: #DADAD1;
	padding-top: 6px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 9px;
	margin-top: 0px;
	margin-bottom: 9px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}



/* footer ________________________________________________*/

#divFooter {
	float: left;
	width: 660px;
	background-color: #798B97;
	padding-top: 10px;
	padding-bottom: 20px;
	border-top-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-top: 0px;
	margin-bottom: 20px;
}
#divFooter p {
	font-size: 18px;
	line-height: 24px;
	color: #CBD7E0;
	margin-top: 0px;
	margin-bottom: 12px;
}
#divFooter a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer_column {
	margin-left: 30px;
	margin-right: 30px;
}
#divFooter h3 {
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	font-style: italic;
	color: #DADAD1;
	margin-top: 6px;
	margin-bottom: 9px;
	border-bottom: 1px dotted #645D57;
	padding-bottom: 6px;
}
.footer_column ul li, .footer_column ul {
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #645D57;
	text-decoration: none;
	margin:2px;
	padding:2px;
}

/* blogroll ________________________________________________*/

#divBlogroll h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #645D57;
	margin-top: 24px;
	margin-bottom: 9px;
}
#divBlogroll ul li {
	font-size: 14px;
	line-height: 18px;
	margin-top: 3px;
	margin-bottom: 3px;
	text-decoration: none;
	list-style-image: url(/images/bullet.gif);
}
#divBlogroll a {
	text-decoration: none;
}
#divBlogroll a:hover {
	text-decoration: underline;
}



/* Comment-Styles ________________________________________________*/

#comments_template {
	margin-top:0px;
	padding-top:30px;	
}
ol#comments {
	margin:0px;
	padding:0px;
	margin-top:20px;
}
ol#comments li {
	margin:0px;
	padding:0px;
	position:relative;
	padding-left:60px;
	list-style:none;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #C2B8A7;
}
ol#comments .avatar {
	position:absolute;
	top:0px;
	left:0px;
}
ol#comments small a {
	font-weight:normal;
	color:#999999;
}


/* placement of comment box */
ul.commentlist {
	margin:20px 0px 20px 0px;
	padding:0px;
}
/* text inside comment box */
ul.commentlist li {
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	font-style: italic;
	margin-top: 20px;
	padding:10px 20px 20px 80px;
	position:relative;
	list-style:none;
	border:1px solid #C2B8A7;
	background-color: #F8F8F4;
}
ul.commentlist p {
	font-size: 12px;
	line-height: 14px;
}
ul.commentlist .avatar {
	position:absolute;
	top:10px;
	left:10px;
	border:1px solid #C2B8A7;
}
ul.commentlist .commentmetadata {
	display:none;
}
ul.commentlist ul  {
	margin:20px 0px 20px 0px;
	padding:0px;
}
ul.commentlist ul li {
	border:0px;
	background-color:#ffffff;
	overflow:auto;
	background-image:none;
	padding-bottom:0px;
}



/* text styles  ________________________________________________*/

p {
	font-size: 14px;
	line-height: 24px;
	color: #645D57;
	margin-top: 12px;
	margin-bottom: 12px;
}
ul li {
	list-style-image: url(/images/bullet.gif);
	margin: 12px 0px;
}
h2 {
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	color: #645D57;
	margin-top: 6px;
	margin-bottom: 9px;
	text-decoration: none;
}
h3 {
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	font-style: italic;
	color: #645D57;
	margin-top: 6px;
	margin-bottom: 9px;
	border-bottom: 1px dotted #645D57;
	padding-bottom: 3px;
	text-decoration: none;
}
h4 {
	font-size: 13px;
	line-height: 18px;
	color: #645D57;
	font-weight: normal;
	margin-top: 9px;
	margin-bottom: 9px;
}
h5 {
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	font-style: italic;
	color: #645D57;
	margin-top: 24px;
	border-top: 1px dotted #645D57;
	padding-top: 9px;
	margin-bottom: 6px;
	text-decoration: none;	
}
small {
	color: #645D57;
	font-size:11px;
	margin-bottom:15px;
	text-decoration: none;
}

