/*

*/

/* body
--------------------------------------------------*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	background-color:#FFF;
}



/* header
--------------------------------------------------*/
#header {
	background:url(images/carver-banner01.jpg) top right no-repeat;
	margin:0px;
	height:180px;
	width:950px;
	text-align:right;
}

#header .description {

}

#header h1 {

}


#wrapper {
width:950px;
margin:0 auto;
}

/* header h1 (blogtitle)
--------------------------------------------------*/
#header {
	font-size: 0px;
}

#header h1 a {
	font-size: 0px;
}

/* navigation
--------------------------------------------------*/
#nav {
	height:25px;
	margin:0;
	padding:10px 5px 0px 5px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	width: 950px;
	text-transform: uppercase;
	padding-left: 25px;
}

#nav li {
	float:left;
	list-style:none;
}

#nav li a {
	color:#000000;
	font-weight:400;
	text-decoration:none;
	display:block;
	padding:8px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 125px;
	width: 95px;
	text-align: center;
	background-color: #b3aa99;
}

#nav li a:hover {
	color:#333333;
	text-decoration:none;
	margin-top: 125px;
	background-image: url(images/bkg.jpg);
	background-repeat: no-repeat;
	background-color: #b0a790;	
}

#nav li a.active {
	color:#444;
	text-decoration:none;
}

.clear {
clear:both;
}

/* content
--------------------------------------------------*/
#content {
	margin:0 0px 0 250px !important;
	padding:10px 20px 0px 0;
	
}

#content2 {
margin:0 !important;
padding:10px 0 0px;
}

#content p,#content2 p {
	font-size:120%;
	word-spacing:1px;
	margin:25px 0;
	color: #333333;
}

#content a,#content2 a {
text-decoration:none;
color:#999;
}

#content a:hover,#content2 a:hover {
	color:#000;
}

#content h2,#content2 h2 {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
	font-size:16px;
	font-weight:400;
	color:#E84833;
	border-bottom:1px solid #104a70;
	line-height:20px;
	margin:15px 0;
	padding:5px 0;
	text-transform: uppercase;
}

#content h2 a,#content2 h2 a {
text-decoration:none;
border:none;
}

#content h1 {
	color:#222;
	margin:10px 0;
}

#content h3 {
	color:#104a70;
	margin:14px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#content h4 {
	color:#222;
	margin:10px 0;
}

#content h5 {
	font:1.6em;
	color:#222;
	margin:10px 0;
	font-family: Arial, Helvetica, sans-serif;
}

#content2 h3 {
	color:#104a70;
	margin:14px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#content ul,ol {
	font-size:120%;
	margin:10px 10px 10px 25px;
	font-family: Arial, Helvetica, sans-serif;
}

#content2 ul,ol {
margin:10px 10px 10px 25px;
}

/* blockquote + links
--------------------------------------------------*/

blockquote {
	border:1px solid #ccc;
	margin:10px 0;
	padding:5px 15px;
}

a:hover {
color:#104a70;
text-decoration:none;

}

a.more {
	display:block;
	text-align:right;
	color:#104a70;
	text-decoration:none;
	margin:10px 0 0;
}

a.more:hover {
text-decoration:none;
}

/* metadata under post
--------------------------------------------------*/
.post {
margin:0 0 20px 0;
text-align:justify;
}

.post img {
	border:1px solid #104a70;
	padding:5px;
}

.post .info {
border-bottom:1px solid #ccc;
border-top:1px solid #ccc;

font-size:1em;
color:#333;
padding:2px 3px 3px 8px;
margin: 25px 0;
}

.date {
margin: 0 0 15px 0;
}

.post small {
margin-top:25px;
}

/* metadata sidebar ('about this post')
--------------------------------------------------*/
p.news {
background:#EFF8FB;
color:#333;
font-size:120%;
border-bottom:1px solid #ccc;
border-top:1px solid #ccc;
margin:10px 0 28px;
padding:10px;
}

/* sidebar
--------------------------------------------------*/
#sidebar {
	width:220px;
	float:left;
	padding:10px 10px 30px;
	height:100%;
	top: auto;
}

#sidebar h2 {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
	font-size:14px;
	font-weight:400;
	color:104a70;
	line-height:20px;
	margin:15px 0;
	padding:5px 0;
	text-transform: uppercase;
}

#sidebar ul {
	list-style:none;
	font-size:11px;
}

#sidebar li {
	list-style:none;
}

#sidebar li a:hover {
color:#000;

}

#sidebar input {
width:102px;
background:#fff;
color:#444;
border:1px solid #eee;
font:11px "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
padding:3px;
}

#sidebar input:focus {
background:#fff;
border:1px solid #eee;
}

/* some input
--------------------------------------------------*/
input {
border:1px solid #CCC;
font:11px "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
padding:3px;
}

input:hover {
border:1px solid #262626;
}

input:focus {
border:1px solid #262626;
color:#333;
}

/* comments
--------------------------------------------------*/
#comments {
font-size:0.9em;
}

#commentlist li {
margin-bottom:1.5em;
padding-bottom:1em;
}

#commentform {
background:#fff;
width:350px;
text-align:left;
margin:0 0 15px 0;
}

#commentform textarea {
background:#f8f7f6;
border:1px solid #d6d3d3;
width:480px;
font: 13px "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
}

#commentform #email,#commentform #author,#commentform #url {
font-size:1.1em;
background:#f8f7f6;
border:1px solid #d6d3d3;
width:350px;
}

#commentform input {
margin-bottom:3px;
}

#gravatar {
align:right;
}

/* wp stuff
--------------------------------------------------*/

.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}

.alignleft {
float:left;
}

.alignright {
float:right;
}

.navigation {
text-align:center;
font-size:120%;
}

.wp-caption {
border:1px solid #706850;
text-align:center;
background-color:#EB1C24;
padding:4px 0 0 0;
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
margin:10px;
}

.wp-caption img {
border:0 none;
margin:0;
padding:0;
}


.wp-caption-dd {
font-size:11px;
line-height:17px;
margin:0;
padding:0 4px 5px;
}

#header h1 a:hover,#footer a:hover {
	text-decoration:none;
	color:#333;
}

#content li,#content2 li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	padding:10px;
}

a,#sidebar li a,#footer a {
color:#999;
text-decoration:none;
}

/* footer
--------------------------------------------------*/
#footer {
	color:#333;
	margin:0;
	padding:5px 0;
	background-image: url(images/btm-bdr.jpg);
	background-repeat: no-repeat;
}
