/*
######################
Theme Name: Henhouse MC
Theme URI: http://henhousemc.com/
Description: Theme for Henhouse Motorcycle club. 
Version: 0.1
Author: Martin Nagy
Author URI: http://nagy.eu/
######################
*/ 

/*
############################################
	CSS INDEX
	-------------------------------------------------
	01	body			- Main background, colors, font and attributes
	02	div			- Area and position - Generic, Top area, content area, footer area
	03	a 			- Link colors
	04	ul, li, a, div 		- Sidebar attributes
	05	img 			- Border for images
	06	h1, h2, h3, p		- Typography
	07	Comments
	08	Form
	09	Search
	10	
############################################
*/ 

/* ###################### 
	01 	body
###################### */ 


body {
	background-color: #222528;
	color: #bcbcbc;
	background-image: url('images/bg_main.jpg');
	background-position: top center;
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 75%;
} 



/* ###################### 
	02 	div
###################### */ 

/* Generic
----------------------------------------------------------------------------------------------------------
 */

.wrapper {
	width: 840px;
	margin: 0px auto;
} 



/* Top area
----------------------------------------------------------------------------------------------------------
 */

#top {
	clear: both;
}
.hhlogo {
	width: 240px;
	height: 140px;
	background-image: url('images/top_logo.jpg');
	background-repeat: repeat-none;
	float: left;
}

.chicken {
	width: 300px;
	height: 140px;
	background-image: url('images/top_chicken.jpg');
	background-repeat: repeat-none;
	float: left;
}
.topsearch {
	width: 270px;
	height: 140px;
	background-image: url('images/top_search.jpg');
	background-repeat: repeat-none;
	float: right;
}
.searcharea {
	top: 79px;
	left: 30px;
	position: relative;
}
.searcharea input {
	width: 178px;
	border: 0px;
	font-size: 1.1m;
	color: #000;
	background: url('images/bg_searchbar.jpg') no-repeat fixed;
}


/* Content area
----------------------------------------------------------------------------------------------------------
 */

#content {
	background-image: url('images/bg_content.jpg');
	background-position: top center;
	background-repeat: repeat;
	width: 780px;
	padding: 30px;
	clear: both;
	overflow: hidden;
} 


.left {
	width: 510px;
	float: left;
}
.left-single {
	width: 750px;
}

.right {
	float: right;
	width: 270px;
	margin-top: -10px;
}




/* Footer area
----------------------------------------------------------------------------------------------------------
 */

#footer {
	padding: 20px;
	background-color: #000;
	overflow: hidden;
	clear: both;
	font-size: 0.9em;
	color: #666;
} 

.wrap {
	width: 800px;
	margin: 0px auto;
} 
.footer-logo {
	margin-bottom: 1px;
} 
.square {
	width: 188px;
	margin: 0px 10px 0px 10px;
	float: left;
}
.square2 {
	width: 148px;
	margin: 0px 10px 0px 10px;
	float: left;
}
#footer img {
	margin-bottom: 6px;
} 



/* --- Lists in footer --- */

.square ul  {
	text-decoration: none;
	color: #777;
	margin: 0px 0px 10px 0px;
	padding-left: 0px;
	list-style-type: none;
}
.square  li  {
	color: #666;
	border-bottom: 1px solid #14212b;
	line-height: 1.4em;
}
.square  a  {
	color: #666;
	margin: 0px;
	text-decoration: none;
}
.square  a:hover  {
	color: #ccc;
	background-color: #23384a;
}

.square .widget_get_recent_comments {
	list-style-type: none;
}
.square li>a {
	float: none;
	display: block;
	clear: left;
}

/* ###################### 
	03 	a - Links
###################### */ 

/* Generic links
----------------------------------------------------------------------------------------------------------
 */

p a {
	color: #6085c1;
	text-decoration: undeline;	
}

p a:hover {
	color: #6f9ce5;
	text-decoration: none;	
}

.readmore a {
	padding: 2px 10px 2px 10px;
	margin-top: 10px;
	color: #929eab;
	background-color: #23384a;
	text-decoration: none;
	clear: both;
}
.readmore a:hover {
	color: #fff;
	background-color: #346996;
}




/* Links for posts
----------------------------------------------------------------------------------------------------------
 */
.post {
	margin-bottom: 20px;
}
 
.date-box {
	text-align: center;
	font-size: 1.3em;
	color: #314455;
	padding: 6px 9px 6px 9px;
	margin-right: 10px	;
	background-color: #000;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-top: 3px;
}
.date-box .day {
	font-size: 0.65em;
	text-transform: uppercase;
	font-weight: normal;
}

.post h1 a {
	color: #bcbcbc;
	text-decoration: none;
	color: #d4d4d4;
}
.post h1 a:hover {
	color: #f1f1f1;
	text-decoration: underline;
}

.post-date {
	font-size: 0.9em;
	color: #777;
	margin-top: -6px;
}
.post-date a {
	color: #666;
	text-decoration: none;
	font-style: italic;
	background-color: #000;
}
.post-date a:hover {
	color: #f1f1f1;
	background-color: #346996; 
}
.hr-head {
	background-image: url('images/hr_head.gif');
	background-repeat: repeat-x;
	height: 3px;
	margin: 6px 0px 12px 0px;
	font-size: 1px;
}
.post-bottom {
	border-top: 3px solid #373f46;
	margin-top: 10px;
	padding-top: 4px;
	color: #73787d;
	font-style: italic;
	font-size: 0.9em;
	text-align: right;
	clear: both;
}
.post-bottom a {
	color: #666;
	text-decoration: none;
	font-style: italic;
	background-color: #000;
}
.post-bottom a:hover {
	color: #f1f1f1;
	background-color: #346996;
}


/* Navigation
----------------------------------------------------------------------------------------------------------
 */
.navigation {
	background-color: #1c242d;
	margin: 20px 0px 10px 0px;
	overflow: hidden;
}
.navigation .prev a {
	float: left;
	padding: 4px 20px 4px 20px;
	color: #929eab;
	background-color: #23384a;
	text-decoration: none;
}
.navigation .prev a:hover {
	color: #fff;
	background-color: #346996;
}
.navigation .next a {
	float: right;
	padding: 4px 20px 4px 20px;
	color: #929eab;
	background-color: #23384a;
	text-decoration: none;
}
.navigation .next a:hover {
	color: #fff;
	background-color: #346996;
}


/* Navigation image gallery */

.navigation-image {
	margin: 20px 0px 10px 0px;
	overflow: hidden;
}
.navigation-image .prev a {
	float: left;
	padding: 10px;
	color: #929eab;
	text-decoration: none;
}
.navigation-image .prev a:hover {
	color: #fff;
}


.navigation-image .next a {
	float: right;
	padding: 10px;
	color: #929eab;
	text-decoration: none;
}
.navigation-image .next a:hover {
	color: #fff;
}


.navigation-image .prev .inactive {
	float: left;
	padding: 10px;
	color: #333;
	text-decoration: none;
	visibility: hidden;
}
.navigation-image .next .inactive {
	float: right;
	padding: 10px;
	color: #333;
	text-decoration: none;
	visibility: hidden;
}



/* ###################### 
	04 	ul, li, a, div
###################### */ 

.widget {
	background-color: #000;
	padding: 20px;
	margin-bottom: 20px;
	list-style-type: none;

}
.widget ul {
	margin-left: 0px;
	padding-left: 0px;
	color: #666;
}
.widget li {
	border-bottom: 1px solid #14212b;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 1.4em;
}
.widget li:hover {
	background-color: #23384a;
	color: #ccc;
}
.widget a {
	color: #666;
	text-decoration: none;
	padding: 0px 2px 0px 2px;
	display: block;
}
.widget a:hover {
	color: #ccc;
}



/* ###################### 
	05 	img
###################### */ 

.hhlogo a img {
 border: 0px;
}

.border {
	border: 4px solid #000;
	margin: 10px 0px 10px 0px;
}

.post img {
	border: 4px solid #000;
}

.alignnone {
	margin: 10px 0px 10px 0px;
}
.alignleft {
	margin: 0px 10px 10px 0px;
}
.alignright {
	margin: 0px 0px 10px 10px;
}


/* Image gallery */
.gallery {
	margin: auto;
}
.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
}
.gallery img {
	border: 2px solid #ccc;
}
.gallery-caption {
	margin-left: 0;
}


/* ###################### 
	06	h1, h2, h3, p		- Typography 	
###################### */ 

h1, h2, h3, h4, p {
	font-weight: normal;
}
p {
	line-height: 1.35em;
}

h1 {
	margin: 0px 0px 8px 0px;
	font-size: 2.2em;
	font-style: italic;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -0.5px;
	color: #fff;
	
}
h2 {
	margin: 0px 0px 8px 0px;
	font-size: 1.5em;
	font-style: italic;
	font-weight: normal;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.right h2 {
	margin: 0px 0px 4px 0px;
	border-bottom: 1px dotted #333;
	font-size: 1.3em;
}

h3 {
	margin: 0px 0px 4px 0px;
	border-bottom: 1px dotted #333;
	font-size: 1.3em;
}

.center {
	text-align: center;
}

blockquote {
	padding: 0px 0px 0px 24px;
	margin: 0px 0px 6px 6px;
	float: right;
	width: 220px;
	font-style: italic;
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url('images/quote.gif') no-repeat;
}
blockquote p {
	padding: 0px;
	margin: 0px;
}




/* ###################### 
	07	Comments 	
###################### */ 

#comments {
	
}

.comment {
	width: 510px;
	clear: both;
	display: table;
	margin: 0px 0px 10px 0px;
}
.com-left {
	width: 52px;
	height: 30px;
	margin: 10px 0px 0px 0px;
	float: left;
	background: url('images/comment_arrow.gif') no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-size: 1.8em;
	font-style: italic;
	text-align: center;
}
.com-right {
	width: 438px;
	float: right;
	background-color: #000;
	overflow: hidden;
	padding: 10px 10px 10px 10px;
}
.com-right p {
	margin: 0px 0px 4px 0px;
}
#comments p {
	margin: 0px 0px 4px 0px;
}
#comments h3 {
	font-size: 1.2em;
	border: none;
}
.black-bg {
	background-color: #000;
	padding: 2px 6px 2px 6px;
	margin: 20px 0px 20px 0px;
	font-weight: normal;
	display: table;
}
.black-bg a {
	color: #bcbcbc;
	text-decoration: none;
	font-size: 0.95em;
}
.black-bg a:hover {
	color: #bcbcbc;
	text-decoration: underline;
}
.writegb-bg {
	background-color: #E2AA3A;
	color: #000;
	padding: 2px 6px 2px 6px;
	margin: 20px 0px 20px 0px;
	font-weight: normal;
	display: table;
}
.com-right small {
	color: #555;
	font-size: 0.9em;
}
.com-right small a {
	color: #777;
	text-decoration: underline;
}
.com-right small a:hover {
	color: #999;
	text-decoration: underline;
}

#commentform {
	
}

div .paginated-comments-pages {
	text-align: center;
	margin: 10px 0px 10px 0px;
	clear: both;;
}
	
.paginated-comments-pages a {
	padding: 4px 4px 4px 4px;
	color: #929eab;
	background-color: #23384a;
	text-decoration: none;
}
.paginated-comments-pages a:hover {
	color: #fff;
	background-color: #346996;
}
.gbook-active {
	color: #ccc;
	background-color: #000;
	padding: 4px 4px 4px 4px;
}
.gbook-sida {
	color: #ccc;
	background-color: #000;
	padding: 4px 4px 4px 4px;
}


/* ###################### 
	08	Form
###################### */ 

.add {
	border: 2px solid #000;
	background-color: #23384a;
	color: #ddd;
	padding: 2px 4px 2px 4px;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.0em;
}

/* ###################### 
	09	Search
###################### */ 

.searchlist img {
	display: none;
}

.searchlist h2 a {
	color: #bcbcbc;
	text-decoration: none;
	color: #d4d4d4;
}
.searchlist h2 a:hover {
	color: #f1f1f1;
	text-decoration: underline;
}





