html,body {
	font: 11px "Lucida Sans","Lucida San Unicode","Lucida",Arial, Verdana, sans-serif;
	color: #423817;
	background: #99CCCC;
	margin:0 auto;
	text-align:center;
	padding:0;
}
img {
	border:none;
}
div.clear {
	clear:both;
}
#container {
	width:975px;
	margin:0 auto;
	text-align:center;
	background:url(images/slice.jpg) repeat-y;
	margin-top:15px;
	margin-bottom:15px;
}
#container-blog {
	width:975px;
	margin:0 auto;
	text-align:center;
	background:url(/blog/blog-bg.jpg) repeat-y;
	margin-top:15px;
	margin-bottom:15px;
}

#top {
	text-align:left;
	height:120px;
	background:#D5EFA9;
	border-bottom:3px solid #99CCCC;

}
#top-left {
	width:472px;
	float:left;
}
#top-right {
	width:503px;
	float:right;
}
#buttons {
	height:34px;
	background:#D5EFA9;
}
#content {
	text-align:left;
	margin: 0px 15px 15px 15px;
}
#pad {
	height:10px;
	background:#fff;
	background-color:#fff;
}
#left {
	width:265px;
	float:left;		
}
#center {
	width:470px;
	float:left;	
	padding:0 20px 0 20px;
}
#right {
	width:170px;
	float:left;
padding-top:20px;
}
#left-blog {
	width:172px;
	float:left;

}
#center-blog {
	width:562px;
	float:left;	
	padding:20px 20px 0 0px;
}
#right-blog {
	width:170px;
	float:left;

padding-left:20px;
}

.book, .book-right {
	margin-bottom:12px;
	font-size:11px;
	margin-bottom:6px;
	padding-bottom:8px;
}
.title {
	color:#CE6600;
	font-size:14px;
	margin-bottom:10px;
}
.emphasis {
	color:#CE6600;
	font-size:16px;
	font-weight:bold;
}
.new {
	color:#99CCCC;
	font-size:16px;
	font-weight:bold;
}
.subheader {
	color:#3A2D1B;
	font-size:14px;
	font-weight:bold;
}
.feature {
	margin-bottom:25px;
}
.feature-left {
	width:200px;
	float:left;
}
.feature-right {
	width: 270px;
	float:right;
}
#footer {
	width:945px;
	background:#D5EFA9;
	margin:0 auto;
	border-top:1px solid #aaa;
	padding:15px;
	font-size:16px;
}

/* Paragraphs */

p {
	line-height:18px;
}
#center p {
	line-height: 18px;

}

p.center {
	text-align: center;
}
div.asset-body p, div.asset-more p, entry-asset, entry-asset p {
	font-size:12px;
	line-height:24px;
}
div.asset-meta {
	border-top:1px solid #ccc;
	text-align:right;
	font-size:11px;
	color:#aaa;
	padding-top:4px;
	margin-bottom:12px;
	margin-top:8px;
}


/* Headers */

h1 {
	font: 24px Arial, Trebuchet MS, Verdana;
	color: #423817;
	font-weight: bold;
	margin:0px;
	padding:0px;
line-height:24px;
}
h1 a {
	text-decoration:none;
}
h1 a:hover {
	border-bottom:3px solid #213F4A;
}
h1 a:visited {
	color: #467388;
}

h2 {
	font: 14px Arial, Trebuchet MS, Verdana;
	color: #262422;
	font-weight: bold;
	margin-bottom:0px;
	padding-bottom:0px;
}
h3 {
	font-size:12px;
	color:#EF740C;
	font-weight:bold;
	border-bottom:1px solid #ccc;
}

/* Links */

ul {

}
li {

}
#right ul {
	padding-left:8px;
	margin-left:8px;
}
blockquote {
	color:#cacbc4;
}
hr {border: none 0;
border-top: 1px solid #BCBBA9;

height: 1px;
}
a {
	color: #213F4A;
}
a:hover {
	color: #6294AB;
}
a:visited {
	color: #467388;
}
.book a, .emphasis a {
	color: #CE6600;
	text-decoration:none;
}
.book a:visited, .emphasis a:visited {
	color: #CE6600;
}
.book a:hover, .emphasis a:hover {
	text-decoration:underline;
}


#nav {
	clear:both;
	margin:0 auto;
	text-align:center;
	height:34px;
	background:#D5EFA9;
}

#nav a {
	display:block;
	float:left;
	width:auto;
	margin:0 auto;
	padding: 0px 21px 0 21px;
	font:11px/3.0 Arial,Verdana,sans-serif;
	color:#CF3333;
	font-weight:bold;
	background:#D5EFA9;
	text-decoration:none;
}

#nav a:hover, #nav a:focus, #nav a:active {
	background:#c6eb87;
	color:#CF3333;

}
.asset-footer {
height:35px;
}
