/*

Theme Name: Hargrave Custom Yachts

Description: The default custom theme for Hargrave Yachts.

*/



/** CSS - Hargrave Custom Yachts

==============================================================================*/



* { /* removes defaults from all elements */

	margin: 0;

	padding: 0;

	list-style: none;

	}



/** Body

==============================================================================*/



body {

font-family: Arial, Helvetica, sans-serif;

font-size: 13px;

line-height: 18px;

color: #fff;

margin: 0 auto;

background: url(body_bg.jpg) repeat-x 0 0;

}



/** Misc

==============================================================================*/



.clear {

clear: both;

}



.left {

float: left;

}



.right {

float: right;

}



/** Images

==============================================================================*/



#maincontent img {
border: 1px solid #896e32;
padding: 5px;
background-color: #fff;
}

#noborder {
border: none;
padding: 0;
}

.tn {
margin: 0 10px 10px 0;
}

.tn h3 {

text-align: center;

}



a img {

border: none;

}



#page img {

float: right;

margin: 15px 0 15px 15px;

}



#video {

display: none;

}

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

img.alignright {
margin: 0 0 15px 15px;
display: inline;
}

img.alignleft {
margin: 0 15px 15px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left
}



/** Headings

==============================================================================*/



h1 {

font-family: Georgia, Helvetica, sans-serif;

font-size: 20px;

line-height: 26px;

color: #876c31;

margin: 0 0 16px 0;

font-weight: bold;

}



h2 {

font-size: 18px;

line-height: 20px;

color: #424242;

margin: 0 0 8px 0;

font-weight: normal;

}



h3 {

font-size: 16px;

line-height: 18px;

color: #424242;

margin: 0 0 16px 0;

padding: 0 0 6px 0;

font-weight: normal;

text-transform: uppercase;

}



h4 {

font-size: 14px;

line-height: 16px;

color: #990000;

margin: 0 0 10px 0;

padding: 0 0 3px 0;

font-weight: bold;

text-transform: uppercase;

}



#sidebar h4 {

font-size: 14px;

line-height: 16px;

margin: 0 0 16px 0;

padding: 6px 15px 6px 15px;

color: #ffffff;

background: url(images/sidebar_header_bg.jpg) repeat-x 0 0;

}



/** Paragraphs

==============================================================================*/



p {

margin: 0 0 20px 0;

}



/** Links

==============================================================================*/



a:link {

color: #5a4820;

text-decoration: none;

}



a:visited {

color: #5a4820;

text-decoration: none;

}



a:hover {

color: #b9923d;

text-decoration: none;

}



a:active {

color: #b9923d;

text-decoration: none;

}



/** Main Containers

==============================================================================*/



#header {

width: 975px;

margin: 0 auto;

}



#title-wrap {

margin: 0 auto;

color: #fff;

}



#title {

width: 975px;

margin: 0 auto;

padding: 8px 0 8px 0;

}



#title h1 {

margin: 0;

padding: 0;

}



#topcontent-wrap {

margin: 0 auto;

background: #000;

}



#maincontent-wrap {

margin: 0 auto;

color: #424242;

background: url(images/maincontent_bg.jpg) repeat-x top;

}



#topcontent, #maincontent {

width: 975px;

margin: 0 auto;

padding: 20px 0 20px 0;

}



#content {

float: left;

width: 670px;

margin-right: 29px;

}

.post ul {
list-style: circle;
padding: 20px;
margin: 20px;
}

.post ul li {
list-style: circle;
}

#sidebar {

float: right;

width: 274px;

background: url(images/sidebar_bg.jpg) no-repeat 0 0;

}



#sidebar ul {

	margin: 0 0 20px 0;

}



#sidebar li {

padding: 0 20px 0 20px;

line-height: 24px;

}



#sidebar p {

padding: 0 20px 0 20px;

}



#sidebar p strong {

margin: 15px 0 0 0;

text-transform: uppercase;

}



/** Logo

==============================================================================*/



#logo {

float: left;

}



/** Top Nav

==============================================================================*/



#topnav {

font-family: Georgia, Helvetica, sans-serif;

float: right;

font-size: 10px;

text-transform: uppercase;

}



#topnav li {

float: left;

margin: 5px 0 0 0;

padding: 0 10px 0 10px;

border-right: 1px solid #5a4820;

}



#topnav li#last {

border: none;

padding-right: 0;

}



/** Featured

==============================================================================*/



#slides {

float: left;

width: 975px;

height: 342px;

}



#slides img {

margin-right: 20px;

}



.featureinfo {

width: 380px;

}



#slides ul.left {

margin: 0 30px 15px 0;

clear: right;

}



.btn {

width: 100%;

display: inline;

}



.btn a, .btnright a {

display: block;

float: left;

text-align: center;

color: #fff;

margin: 0 10px 0 0;

padding: 4px 10px 4px 10px;

background-color: #8c7134;

border: 1px solid #4e3e1b;

text-transform: uppercase;

}



#btns {

float: left;

padding: 15px 15px 25px 15px;

}



.btnright a {

float: right;

}



.btn a:hover, .btnright a:hover {

color: #5a4820;

background-color: #f1e1b9;

}



#featurednav {

float: left;

width: 975px;

margin: 10px 0 0 0;

padding: 10px 0 0 0;

border-top: 1px solid #333;

}



.jFlowPrev, .jFlowNext {

display: block;

height: 25px;

width: 25px;

cursor: pointer;

}



.jFlowPrev {

background: url(images/left_btn.jpg) no-repeat 0 0;

}



.jFlowNext {

background: url(images/right_btn.jpg) no-repeat 0 0;

}



.jFlowNext span, .jFlowPrev span {

display: none;

}



#jFlownav {

display: none;

}



/** Footer

==============================================================================*/



#footer {

width: 975px;

border-top: 1px solid #9c9c9c;

font-size: 11px;

color: #9c9c9c;

margin: 30px 0 0 0;

}



.commentlist li, #commentform input, #commentform textarea {

	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;

	}

.commentlist li ul li {

	font-size: 1em;

}



.commentlist li {

	font-weight: bold;

}



.commentlist li .avatar { 

	float: right;

	border: 1px solid #eee;

	padding: 2px;

	background: #fff;

	}



.commentlist cite, .commentlist cite a {

	font-weight: bold;

	font-style: normal;

	font-size: 1.1em;

	}



.commentlist p {

	font-weight: normal;

	line-height: 1.5em;

	text-transform: none;

	}



#commentform p {

	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;

	}



.commentmetadata {

	font-weight: normal;

	}



select {

	width: 130px;

	}



#commentform input {

	width: 170px;

	padding: 2px;

	margin: 5px 5px 1px 0;

	}



#commentform {

	margin: 5px 10px 0 0;

	}

#commentform textarea {

	width: 100%;

	padding: 2px;

	}

#respond:after {

		content: "."; 

	    display: block; 

	    height: 0; 

	    clear: both; 

	    visibility: hidden;

	}

#commentform #submit {

	margin: 0 0 5px auto;

	float: right;

	}

/* End Form Elements */







/* Begin Comments*/

.alt {

	margin: 0;

	padding: 10px;

	}



.commentlist {

	padding: 0;

	text-align: justify;

	}



.commentlist li {

	margin: 15px 0 10px;

	padding: 5px 5px 10px 10px;

	list-style: none;



	}

.commentlist li ul li { 

	margin-right: -5px;

	margin-left: 10px;

}



.commentlist p {

	margin: 10px 5px 10px 0;

}

.children { padding: 0; }



#commentform p {

	margin: 5px 0;

	}



.nocomments {

	text-align: center;

	margin: 0;

	padding: 0;

	}



.commentmetadata {

	margin: 0;

	display: block;

	}

/* End Comments */