/*
Theme Name: Excel Blog
Theme URI: http://excelhomes.com/
Description: The Excel Homes theme.
Version: 1.0
Author: Pavone
Author URI: http://pavone.net/
*/


/* Begin Structure */

body {
	background: #CCBB77 repeat-x url('images/header_bg_gradient.jpg');
	margin:0 auto;
	padding:0 auto;
	text-align:center;
	font-family: "Century Gothic", futura, arial, "lucida console", sans-serif;
}

p {
	padding:0;
	margin:0;
}

ul {
	list-style:none;
}

.img {
	border:none;
	padding:0px;
	marging:0px;
}

#page {
	width:900px;
	margin:0 auto;
	padding:0 auto;
}

.float_clear_left {
	float: left;
	clear: both;
}

/* End Structure */



/*	Begin Headers */

#header {
	padding: 0px 0px 40px 0px ;
}

/* End Headers */


/* Begin Post/Entry Elements */

#content {
	width:600px;
	text-align:left;
	float:left;
}

.post {
	background: url('images/entry_bg_box.jpg') no-repeat white;
	color:#60493B;
	font-family: Georgia, Palintino, "Times New Roman", Times, serif;
	line-height:1.5;
	margin:0px;
	min-height: 100px;
	padding: 2px 20px 0px 20px;
	width: 528px;
}

.post a:link {
	color:#60493B;
	text-decoration:none;

}

.post a:visited {
	color:#60493B;
	text-decoration:none;
}

.post a:hover {
	color:#60493B;
	text-decoration:none;
	border-bottom: dotted #60493B 1px;
}

.post a:active {
	color:#60493B;
	text-decoration:none;
}

.post p {
	padding:0px 0px 15px 0px;
}

.post h2 {
	font-size: 22px;
	text-decoration: none;
	padding-bottom:0;
	margin-bottom:0;
	border-bottom: none;
	line-height: 1.2;
}

.post small {
	color: #ACCA099;
	font-family:arial, san-serif;
	font-size:10px;
	padding-top:0;
	padding-top:0;
}

.post ul {
	list-style-position: outside;
	list-style-type: disc;
	margin: 0;
	padding: 0 0 0 30px;
}

.post ul li {
	margin-bottom: 10px;
}

.postmetadata {
	color: #60493B;
	font-family:arial, san-serif;
	font-size:12px;
}

.post_bottom {
	background: url('images/entry_bg_bottom_box.gif') no-repeat white;
	margin:0px 0px 50px 0px;
	min-height:21px;
	padding:0px;
	width: 568px;
}

.post form {
	padding:0;
	margin: 0;
}

.entry {
	padding-top: 20px;
}

.entry p img {
	border: none;
}

.entry p .alignleft {
	padding: 0 12px 8px 0;
}

.entry p .alignright {
	padding: 0 0 8px 12px;
}

.entry a:link {
	color:#a28538;
	text-decoration:none;
	border-bottom: dotted #a28538 1px;
}

.entry a:visited {
	color:#a28538;
	text-decoration:none;
	border-bottom: dotted #a28538 1px;
}

.entry a:hover {
	color:#60493B;
	text-decoration:none;
	border-bottom: solid #60493B 1px;
}

.entry a:active {
	color:#a28538;
	text-decoration:none;
	border-bottom: dotted #a28538 1px;
}

.pagetitle {
	padding-left: 20px;
	color:#60493B;
}

/* End Post/Entry Elements */


/* Begin Comments*/

.submit_comment {
	background: #CCBB77;
	border:none;
	color:#60493B;
	font-family: "Century Gothic", futura, arial, "lucida console", sans-serif;	
	padding:5px;
}

.commentlist li {
	font-size: 12px;
	border-bottom: 1px solid #CCBB77;
	margin-bottom: 20px;
}

.commentlist li cite {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.commentlist li p {
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 14px;
}

.comment_box {
	background: #f8f0c9;
	border:none;
	padding:10px;
	font-family: "Century Gothic", futura, arial, "lucida console", sans-serif;
}

.textarea_box {
	width:500px;
	background: #f8f0c9;
	border:none;
	padding:10px;
	font-family: "Century Gothic", futura, arial, "lucida console", sans-serif;
	height:100px;
}

.author_comment{
	background:#fef9e3;
	font-size:14px;
	padding:5px;
}

/* End Comments */



/* Begin Sidebar */

#sidebar {
	background: #A28538 no-repeat bottom url('images/sidebar_bottom.jpg');	
	color: #f7f0c8;
	float:right;
	font-size:12px;
	text-align:left;
	width:260px;
	padding:0px 10px 30px 10px;
	margin-top:0px;
}

#sidebar a:link {
	color: #f7f0c8;
	text-decoration:none;
}

#sidebar a:visited {
	color: #f7f0c8;
	text-decoration:none;
}

#sidebar a:hover {
	color: #f7f0c8;
	text-decoration:none;
	border-bottom: 1px dotted #f7f0c8;
}

#sidebar a:active {
	color: #f7f0c8;
	text-decoration:none;
}

#sidebar ul {
	padding:0;
	margin:0;
	list-style:none;
}

#sidebar ul li{
	border-bottom:1px solid white;
	padding:0 0 15px 0;
	line-height: 1.3;
}

#sidebar ul li ul li {
	border-bottom:none;
	padding:0px;
	margin-bottom: 8px;
}

#sidebar h2 {
	color: #fdb813;
	font-size: 16px;
	padding-top:5px;
}

#sidebar input {
	border:none;
	color: #b5a36b;
	font-size: 16px;
	padding: 5px;
}

#sidebar_top {
	padding:0px 0px 0px 20px;
	margin:0px;
	float:right;
}

/* End Sidebar */



/* Begin Footer */

#footer {
	clear:both;
	float: none;
	text-align:center;
	font-size:10px;
	padding:20px 0;
}

#footer a {
	text-decoration:none;
	color: #4c482e;
}

/* End Footer */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	float:right;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	float: left;
	}
	
/* End Images */