/*  
Theme Name: Xanadu
Description: A design by Computer Design Graphics for Xanadu Staging & Redesign
<a href="http://computerdesigngraphics.com"</a>.
Version: 1
Author: Computer Design Graphics
Author URI: http://computerdesigngraphics.com

/* main styles */
body {
	background-color:#9ecd5d;
	margin:0;
	padding:0;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	background-image: url(images/pagebkgd.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
a:link, a:visited {
	color:#752a25;
	text-decoration:none;
}
a:hover, a:active {color:#8DA857; text-decoration:underline;}
h1, h2, h3, h4 {	font-family: "Times New Roman", Times, serif;
font-style: oblique;
	font-weight: bold;
	color: #752a26;
}
#page {
	width:700px;
	background:#e8f2d9 url(images/bottombkgd.png) no-repeat 0 bottom;
	margin:0 auto;
	padding-bottom: 80px;
}
#wrapper {
	background: url(images/white-flower-accents.png) no-repeat center bottom;
}
#header {
	height:160px;
	background:#e8f2d9 0 0;
}
#content {width: 460px; float:right; padding:20px;}
#sidebar {width:160px; float:left; text-align:left;  padding:20px 0 0 20px;}
#phone {
	width:auto;
	background-color: #176c38;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
}
#phone .actionline {
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
}
#phone .phnumber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}
#footer {
	clear:both;
	text-align:center;
	padding:10px 0;
	color:#FFFFFF;
	font-size:small;
	background:#156835;
	font-weight: normal;
	text-transform: capitalize;
	position: relative;
	top: 90px;
}
#footer a:link, #footer a:visited {color:#CCC; text-decoration:none;}
#footer a:hover, #footer a:active {color:#000; text-decoration:underline;}

/* header */
#header img {
	float: left;
	padding-top: 10px;
	padding-left: 10px;
}
#header h2 {
	margin: 0;
	padding: 60px 10px 0px 420px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;	font-family: "Times New Roman", Times, serif;
font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #752a26;
}
#header a:link, #header a:visited, #header a:hover, #header a:active {color:#752a26; text-decoration:none;}

/* posts... */
.post {padding:0;}
.post h1 {
	font-size:24px;
	color: #176c38;
	line-height: 26px;
}
.post h2 {
	font-size:18px;
	color: #176c38;
}
.post h3 {
	font-size:22px;
	color: #752a25;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
}
.post h1, .post h2 {padding:0; margin-bottom:0;}
.post h1 a:link, .post h1 a:visited, .post h2 a:link, .post h2 a:visited {
	color:#752a25;
	font-size: 36px;
	font-variant: small-caps;
	line-height: 36px;
}
.post h5 {
	font-size:16px;
	font-family: "Times New Roman", Times, serif;
	color: #176c38;
	font-style: italic;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.jumptolink a:link, .jumptolink a:visited {
	color:#752a25;
	font-size: 12px;
	font-style: oblique;
}
.piclabels {
	color:#000000;
	font-size: 10px;
}
.post h1 a:hover, .post h1 a:active, .post h2 a:hover, .post h2 a:active {
	color:#9ECD5D;
}
.post small {font-size:11px; padding:0; margin-top:0; color:#999;}
.post blockquote {
	border-left:10px solid #9ECD5D;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: oblique;
	line-height: 22px;
	background-color: #C8EAB0;
	text-align: center;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-right-width: 10px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #9ECD5D;
	border-right-color: #9ECD5D;
	border-bottom-color: #9ECD5D;
	font-weight: bold;
}
.entry {font-size:12px; color:#333; line-height:18px; padding:0;}
.floated {padding:3px; margin:0 5px;}
.entry img {
	padding:3px;
	margin:0 5px;
	background-color: #f3f3f3;
	border: 1px solid #ddd;
}
img.wp-smiley {border:none;}
.postmetadata {font-size:11px; text-align:right; margin-bottom:30px; color:#333; clear:both; padding-top:10px;}
.more-link {font-style:italic;}

/* ...and comments */
#comments {text-align:center; font-size:16px; color:#333; padding-top:40px; }
#commentform {padding-left:20px; }
#commentform p {font-size:12px;}
.commentlist {font-size:11px; line-height:16px; padding:0 20px; }
.commentlist p {
	font-size:14px;
	line-height:20px;
	padding:5px 20px 0;	font-family: "Times New Roman", Times, serif;
font-style: oblique;
}
.commentlist li {
	padding: 15px 5px;
	background:url(images/comm-decor.png) no-repeat top right;
	margin-top:10px;
	list-style-position: outside;
}
.commentlist cite {font-weight:bold;}
.commentlist li .avatar {float: right; border: 1px solid #eee; padding: 2px; background: #fff;}
#respond {font-size:14px; color:#333; text-align:center; padding-top:40px; }
.nocomments {text-align:center; padding:0 20px; font-size:11px; color:#999;}
.tags {border:1px solid #CCC; background-color:#EEE; padding:3px; margin-right:20px;}

/* sidebar */
#sidebar ul {margin:0; padding:0; list-style-type:none;}
#sidebar ul li ul { font-size:11px; margin:0 0 0 10px; padding:0;}
#sidebar ul li ul li {margin:0 0 0 10px; padding:0; line-height:14px;}
#sidebar ul li h2 {
	font-size:12px;
	border-bottom:1px solid #CCC;
	color:#176c38;
	padding-top:10px;
}
#sidebar ul li h2 a:link, #sidebar ul li h2 a:visited {color:#333; text-decoration:none;}
#sidebar ul li h2 a:active, #sidebar ul li h2 a:hover {color:#8DA857; text-decoration:none;}
#sidebar p, .textwidget {font-size:11px;}
#sidebar table {margin:0 auto; font-size:11px;}

/* other */
.navigation {text-align:center; font-size:12px; margin:0 20px; padding:10px;}
#searchform {
	text-align:left;
	font-size:11px;
	color:#666;
}
#freereport {
	border:1px solid #CCC;
	color:#000000;
	width:90%;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:3px;
	margin-top:5px;
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
}
.libera {clear:both;}

/* align */
.bio {
	clear:both;
	padding-top:18px;
}
.biocaption {
	margin-top:100px;
}
.aligncenter, div.aligncenter {display: block; margin-left: auto; margin-right: auto;}
.alignleft {float: left;}
.alignright {float: right;}
.wp-caption {border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin: 10px;}
.wp-caption img { margin: 0; padding: 0; border: 0 none;}
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0;}