/*
Theme Name: WHG
Theme URI: http://wordpress.org/extend/themes/whg
Author: Aaron
Author URI: http://themesmatter.com/
Description: The.
Version: 1.0
Tags: dark
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a {
	text-decoration:none;
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
a:hover {
	color:#A46497;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	margin:0.5em 2em;
	background: #F4F5F7;
	border: 1px dashed #CCC;
	padding:10px;
}
pre {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	margin:0.5em 2em;
	background: #F4F5F7;
	padding:10px;
	border: 1px dashed #CCC;
	line-height:22px;
}
.att {
	background:#FFC;
	padding-bottom: 3px;
	padding-top: 3px;
	border-top: 1px dashed #C30;
	border-bottom: 1px dashed #C30;
}

strong {
	font-weight:bold;
}
/* =Structure
----------------------------------------------- */

body {
	padding: 0;
	background:#213039 url(/wp-content/themes/WHG/images/body.gif);
	font: 13px Arial, Helvetica, sans-serif;
	color: #5B5B5B;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
#page {
	margin: 0 auto;
	text-align:left;
}
#top {
	background:#171717;
	height:70px;
	margin:0 0 10px 0;
}
#wrapper {
	background:#FFF;
	width:930px;
	margin:auto;
	padding:20px;
}
footer#colophon {
	background:#232323;
	border-top: 1px solid #151515;
	margin-top:10px;
	text-align:center;
	padding:10px 0 0;
}
.clear {
	display:block;
	clear:both;
}
@font-face {
 font-family: 'itc';
 src: url('fonts/itc.eot');
 src: local('☺'), url('fonts/itc.woff') format('woff'), url('fonts/itc.ttf') format('truetype'), url('fonts/itc.svg#webfontPP01dUre') format('svg');
 font-weight: normal;
 font-style: normal;
}
h1, h3.widget-title {
	font-family:'itc', 'Helvetica', sans-serif;
	text-transform: uppercase;
}
/*----------top------------*/
#branding {
	width:950px;
	margin:auto;
	padding:15px 0 0 10px;
}
hgroup {
	position: relative;
	width:440px;
	float:left;
}
h1#site-title {
	font-size:30px;
}
#site-title a {
	text-decoration:none;
	color:#FFF;
}
#top-nav {
	float: right;
	padding:5px 0 0;
}
/*----------navigation------------*/
#access {
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
}
#nav, #nav ul {
	list-style:none;
	line-height:1;
	z-index:9999;
	padding:0;
	font-size: 13px;
	margin: 0;
}
#access a {
	display:block;
	line-height:26px;
	z-index:100;
	padding:0 7px;
	color:#fff;
	font-size:14px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background:#608AAD;
	margin:0 4px;
}
#access li {
	float:left;
	position: relative;
	line-height:30px;
	margin:0 2px 0 0;
	padding: 0 0 13px;
}
#access li.woocommerce a {
	background: #a46497;
}
#access li.woocommerce a:hover {
	background: #8d447e;
}
#access ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 2.5em;
	left: 0;
	width: 158px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 8px 10px;
	width: 138px;
}
#access li:hover > a, #access ul ul :hover > a, #access a:focus {
	background: #efefef;
}
#access li:hover > a, #access a:focus {
	background: #a46497; /* Show a solid color for older browsers */
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access .current_page_item > a, #access .current_page_ancestor > a, #access .current-menu-item > a {
	background:#A46497;
}
/*--------main---------*/
#primary {
	width:615px;
	float:left;
}
#secondary {
	background:#F5F5F5;
	width:300px;
	float:right;
}
footer.entry-meta {
	clear:both;
	padding:10px 0 0 0;
}
article {
}
.entry-header h1, .page-header h1 {
	color: #40393E;
	margin-top: 10px;
	font-size: 26px;
	margin-bottom:20px;
}
h1.entry-title a, h1.page-title a {
	color: #40393E;
}
h1.entry-title a:hover, h1.page-title a:hover {
	color:#A46497;
}
#content p {
	margin-bottom: 20px;
	line-height: 22px;
	font-size: 14px;
}
#content blockquote, #content pre {
	margin-bottom: 20px;
}
#content blockquote p {
	margin-bottom:0;
}
#content .post, #content .page {
	border-bottom: 12px solid #f5f5f5;
	padding-bottom:10px;
	margin-bottom: 20px;
}
.entry-content a {
	text-decoration:underline;
}
.entry-content h2 {
	background: transparent url(images/bg-h2.gif) no-repeat left bottom;
	font-weight:bold;
	font-size:16px;
	color:black;
	font-style:italic;
	margin: 18px 0;
	padding-bottom:3px;
	text-transform:capitalize;
}
.entry-content h3 {
	color: black;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin: 10px 0;
	text-decoration: underline;
	text-transform:capitalize;
}
.entry-content ul, .entry-content ol {
	margin: 0 0 18px 20px;
	list-style:disc;
}
a.go {
	padding:8px;
	background:#FDEDB4;
	text-decoration:none;
	font-weight:bold;
	color:#333;
	border:1px dashed #FEBF02;
}
a.go:hover {
	color:#A46497;
	border:1px dashed #000;
}
.textcenter {
	width:auto;
	text-align:center;
}
footer.entry-meta {
	font-size:12px;
}
footer.entry-meta a {
	color:#000;
	font-weight:bold;
}
footer.entry-meta a:hover {
	color:#A46497;
}
.entry-search {
	text-align:center;
}
h2.widgettitle {
	margin:10px 0;
}
#nav-single {
	overflow: hidden;
	margin: 0;
	padding: 8px;
	background: #F9F9F9;
	border-bottom: 1px solid #E3E3E3;
	border-top: 1px solid #E3E3E3;
	margin-bottom:20px;
}
#nav-below {
	overflow: hidden;
	margin: 0;
	padding: 8px;
}
#nav-single a, #nav-below a {
	overflow: hidden;
	text-indent: -5000px;
	height: 30px;
	display: block;
}
.nav-previous {
	float: left;
	padding-right: 8px;
	border: none;
}
.nav-previous a {
	background:url(images/previous-button.png);
	width: 88px;
}
.nav-next {
	float: right;
	padding-left: 8px;
}
.nav-next a {
	background:url(images/next-button.png);
	width: 55px;
}



/**----------------------------image---------------------------**/
/* Image borders */
img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
 border: 1px solid #ddd;
 padding: 6px;


}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"], a:hover img[class*="align"], a:active img[class*="align"], a:focus img[class*="wp-image-"], a:hover img[class*="wp-image-"], a:active img[class*="wp-image-"], #content .gallery .gallery-icon a:focus img, #content .gallery .gallery-icon a:hover img, #content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
 background: #eee;
 border-color: #bbb;
}
.wp-caption a:focus img, .wp-caption a:active img, .wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* =Comments
----------------------------------------------- */


#comments-title {
	color: #373737;
	font-size: 24px;
	text-transform:capitalize;
	padding:0 0 10px;
}
.nopassword, .nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 0 0 auto;
}
.commentlist > li.comment {
	background:#E7F1F3;
	border:1px solid #BBE0E8;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 0.6em;
	padding: 0.6em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 0.6em;
	padding: 0 0.6em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #F1F1F1;
	border: 1px solid #E5E5E5;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 0.6em 0 0;
	padding: 0.6em;
	position: relative;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
}
.commentlist a {
	color:#000;
}
#content .commentlist p {
	margin:10px 0;
}
ol.commentlist li .comment-author .avatar {
	float:right;
	float: right;
	border: 1px solid #DDD;
	background: #EDEDED;
	padding: 2px;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover, a.comment-reply-link:focus, a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}
/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment, .page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}
/* Comment Form */
#respond {
	background: #ddd;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
}
#respond input[type="text"], #respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204, 204, 204, 0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204, 204, 204, 0.95);
	box-shadow: inset 0 1px 3px rgba(204, 204, 204, 0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url, #respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label, #respond .comment-form-email label, #respond .comment-form-url label, #respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
	box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus, #respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required, #respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 45px;
	z-index: 1;
}
#respond .comment-notes, #respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover, #respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus, #cancel-comment-reply-link:active, #cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}
/* =IE7
----------------------------------------------- */

#ie7 article.intro {
	margin-left: -7.6%;
	margin-right: -7.6%;
	padding-left: -7.6%;
	padding-right: -7.6%;
	max-width: 1000px;
}
#ie7 section.featured-post {
	margin-left: -7.6%;
	margin-right: -7.6%;
	max-width: 850px;
}
#ie7 section.recent-posts {
	margin-right: 7.6%;
}
/**----------------------------side----------------------------**/
#secondary ul {
	line-height:1.6;
}
.widget-title {
	color: white;
	font-size: 15px;
	font-weight: 700;
	margin: 0;
	padding: 6px 10px;
	background: url(images/sidebar-header.png) repeat-x top left #EFEFEF;
	border: 1px solid #CCC;
}
.widget ul li {
	color: #777;
	font-size: 13px;
	border-bottom: 1px solid #EEE;
	padding: 2px 8px;
}
.widget ul {
	text-transform:capitalize;
}
.widget p {
	margin:5px;
	line-height: 18px;
	font-size: 14px;

}
/**----------------------------footer----------------------------**/
#internal li {
	display:inline;
}
#internal a {
	padding:5px 10px;
}
/* =Footer
----------------------------------------------- */

#copyright {
	padding:5px 0 25px 0;
}
#internal a {
	color: #CDA869;
}
#copyright a {
	color:#999;
}
#copyright a:hover, #internal a:hover {
	text-decoration: underline;
}