/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }
blockquote {
	margin: 1em 3em;
	color: #999;
	border-left: 2px solid #999;
	padding-left: 1em;
	font-style:italic;
}
em strong, strong em, em{
	font-style:italic;
}
	
@font-face {
  font-family: 'Gotham-Black';
  src: local('Gotham Black'), local('Gotham Black'), 
         url('Gotham-Black.otf') format('opentype');
}

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them */
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */

/* base styles */
body{	
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size:12px;
}
a{
	color: #cd914a;
	text-decoration:none;
}
body{
	background: #fff;
	width:100%;
	height:100%;
}
h1, h2, h3, h4, h5, h6, h3 a, h1 a, h2 a, .comment_author, .home_cat h4 a, .partners a{
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #333;
}
h1{
	font-size:26px;
	line-height:26px;
	font-weight:normal;
}
h2{
	font-size:20px;
	line-height:21px;
}
h2 a{
	font-weight:normal;
	color:#333;
}
h3  a{
	font-size:18px;
	font-weight:normal;
	line-height:18px;
}

/*  HEADER */

.header{
	width:100%;
	height:210px;
}
#nav_wrap .nav, .content, .sub_header, #footer, .sub_footer .network_sites, .sub_footer .corp_foot{
	width:960px;
	margin: 0px auto;
	overflow:hidden;
}
.header_top{
	width:960px;
	background: url("/chickipedia/img/common/header/header_bg.jpg") no-repeat -25px 0px;
	height:110px;
	padding: 0px 25px;
	margin: 0px auto 0px auto;
	overflow:hidden;
	
}
#logo{
	width:152px;
	height:80px;
	margin:15px 42px 0px 0px;
	display:block;
	background: url("/chickipedia/img/common/header/logo.png") no-repeat;
	text-indent:-9999px;
	float:left;
}
	
/* HEADER -- Search */
.search_forms{
	width:380px;
	overflow:hidden;
	margin:28px 40px 0px 0px;
	float:left;
}
#search_buttons input[type=radio], #search_buttons p, #search_buttons label{
	margin-right:6px;
	color:#fff;
	font-family: arial;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	float:left;
}
#search_buttons label{
	color:#999999;
	margin-right:10px;
	clear:left;
}
#getForm #terms{
	width:274px;
	height:40px;
	border:none;
	float:left;
	background: url('/chickipedia/img/common/header/search_field.png') no-repeat;
	color:#666;
	font-size:16px;
	font-weight:bold;
	padding: 0px 10px 0px 10px;
	margin-bottom:10px;
}
#getForm input[type=submit]{
	width:86px;
	height:40px;
	border:none;
	background: url('/chickipedia/img/common/header/search_button.png') no-repeat;
	text-indent:-9999px;
	font-size:0;
	cursor:pointer;
	float:right;
}
/* ---- */
.contact_bar{
	width:253px;
	height:36px;
	padding:6px 13px 0px 13px;
	float:left;
	margin: 28px 0px 0px 20px;
	background: url("/chickipedia/img/common/header/contact_bg.png") no-repeat;
}
.contact_bar img{
	float:right;
	margin:3px 0px 0px 10px;
}
.contact_bar a{
	float:right;
	color:#cccccc;
	font-size:12px;
	text-decoration: none;
	line-height:28px;
	font-weight:bold;
}
.contact_bar a span{
	font-size:16px;
}
.like_button{
	margin-top:4px;
}
/* HEADER - nav */
#nav_wrap{
	width:100%;
	clear:both;
	height: 45px;
	margin-top:-10px;
	background: transparent url("/chickpedia/img/common/header/nav_bg.jpg") repeat-x bottom left;
	position:relative;
	overflow:visible;
}
#nav_wrap .nav{
	overflow:visible;
}
#nav_wrap  .menu-main-nav-container{
	border-left: 1px solid #393a3a;
	margin-top:9px;
	overflow:hidden;
	float:left;
	height:35px;
}
#nav_wrap .menu-main-nav-container ul li {
	float:left;
	height:35px;
}
#nav_wrap .menu-main-nav-container ul li a{
	display:block;
	height:24px;
	padding:11px 19px 0px 19px;
	text-decoration:none;
	text-transform: uppercase;
	font-size:11px;
	font-family: Arial;
	font-weight:bold;
	color:#fff;
	border-right: 1px solid #393a3a;
	text-align:center;
}
#nav_wrap .menu-main-nav-container ul li a:hover, #nav_wrap .menu-main-nav-container ul .current-menu-item a, #nav_wrap .menu-main-nav-container ul .current-post-ancestor a{
	background: url('/chickipedia/img/common/header/nav_roll.jpg') repeat-x;
	color:#000;
}
/*.chickipedia_menu{
	width:165px;
	height:45px;
	display:block;
	text-indent:-9999px;
	background: url('/chickipedia/img/common/header/chickip.png') no-repeat !important;
}
.chick_menu:hover .chickipedia_menu{
	background: url('/chickipedia/img/common/header/chickip_on.png') no-repeat !important;
}
.chick_menu{
	width:165px;
	height:45px;
	float:left;
}*/
/*.chick_menu li{
	position:relative;
}
.chick_menu li ul{
	padding:0px;
	margin:0px;
	list-style:none;
	width:163px;
	position: absolute;
	top:45px;
	left:0;
	display:none;
	z-index:999;
	background: #273949;
}
.chick_menu li ul li{
	width:139px;
	height:19px;
	border-top:1px solid #446b86;
	background:#3f637c;
	margin-bottom:1px;
	padding:3px 12px 0px 12px;
}
.chick_menu li ul li a{
	color:#7cc8ff;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight:bold;
}
.chick_menu li ul li:hover {
	background:transparent;
	border-top:1px solid #273949;
}*/
.chick_menu a:hover {text-decoration:none}
.chick_menu:hover li ul{
	display:block;
}
/* ----- */

/* HEADER - Sub header */
.sub_header{
	padding-top:10px;
	overflow:visible;
}
.header_widget{
	width:218px;
	height:91px;
	float:left;
	clear:left;
	overflow:hidden;
}

.ad_top{
	width:728px;
	height:90px;
	float:right;
	z-index:100;
}
/* ---- */

.content{
	width:930px;
	margin-top:-26px;
	background:#fff;
	padding: 15px 32px;
	background: url('/chickipedia/img/common/header/content_cap.png') no-repeat top center;
}
	
/* LEFTCOL */

.leftcol{
	float:left;
	width:615px;
	overflow:hidden;
}
.content_box{
	float:right;
	width:185px;
	margin-bottom:10px;
}

.breadbrumbs{
	clear:both;
}
.breadcrumbs h1{
	display:inline;
}
.breadcrumbs, .breadcrumbs a, #footer  ul li a, .breadcrumbs h1{
	font-size:12px;
	font-weight:bold;
	color:#000;
	text-transform: uppercase;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.breadcrumbs span{
	width:12px;
	height:12px;
	display:inline-block;
	background: url('/chickipedia/img/common/header/bread_arrow.png') no-repeat center bottom;
}
.mod_header{
	width:99%;
	background:#000;
	height:21px;
	padding: 4px 0px 3px 9px;
	font-size:16px;
	color:#fff;
	font-family:Gotham-Black;
	border-bottom: 3px double #fff;
	text-transform:uppercase;
	margin-bottom:10px;
	display:block;
}
.mod_header span{
	color:#ffaa28;
	float:right;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:12px;
	margin-right:10px;
	font-weight:bold;
}
#home_cats .mod_header{
	border:none;
	height:24px;
	padding-top:5px;
	width:95%;
	margin-bottom:1px;
}
/* LEFTCOL - Top Stories */
.top_stories{
	width:100%;
	overflow:hidden;
	margin-bottom:10px;
}
#main_story{
	width:415px;
	float:left;
	overflow:hidden;
}
#main_story img.wp_thumb{
	margin-bottom:11px;
}
#main_story h2{
	margin-bottom:5px;
	line-height:26px;
}
#main_story h2 a{
	color: #333;
	font-weight:normal;
	line-height:26px;
}
#main_story p{
	font-size: 14px;
	line-height:21px;
	color:#606060;
	font-family: Georgia, Times, "Times New Roman", serif;
}
#sub_stories{
	width:185px;
	float:right;
}
#sub_stories h3{
	margin-bottom:9px;
	padding:0px 0px 9px 19px;
	border-bottom: 1px solid #d9d9d9;
	background: url('/chickipedia/img/common/header/arrow.jpg') no-repeat 0px 6px;
	height: 48px;
	overflow:hidden;
}
#sub_stories h3:last-child {
	border:none;
}
	
/* LEFTCOL - Home page modules */

.hottest_chick{
	width:300px;
	float:left;
	overflow:hidden;
	margin-bottom:20px;
}
.hottest_chick p  a span{
	margin-top:3px;
}
.for_the_win{
	width:300px;
	float:right;
	margin-bottom:20px;
}
.for_the_win img{
	margin-bottom:5px;
}
#home_cats{
	clear:both;
	width:930px;
	overflow:hidden;
	margin-bottom:17px;
}
.home_cat{
	width:186px;
	float:left;
}
.home_cat:last-child {
	padding-right:0px;
}
.home_cat h2 a{
	display:block;
}

.home_cat_footer{
	border-left: 1px solid #d9d9d9;
	border-bottom: 1px solid #000;
	padding-bottom:10px;
}
.home_cat:first-child .home_cat_footer{
	border-left:0px;
}
.home_cat_footer p{
	padding-left:10px;
	color:#000;
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
}
.home_cat_footer p span{
	color:#ec8e0b;
	text-transform:uppercase;
}
.home_cat .first{
	border-left: none;
}
.home_cat ul li{
	list-style-type:disc;
	list-style-position: outside;
	margin-left:23px;
	padding-right:3px;
}
.home_cat h3{
	height:40px;
	padding:5px 5px 10px 10px;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom:10px;
	overflow:hidden;
}
.home_cat h4 a{
	font-size:12px;
	font-weight:normal;
}
.mademan_approved{
	margin-bottom:17px;
}
.mademan_approved .approved_title a{
	display:block;
}
.mademan_approved img{
	margin-bottom:10px;
}
.mademan_approved h2{
	margin-bottom:10px;
}
.mademan_approved h2 a{
	color: #333;
	font-weight:normal;
	font-size:26px;
	line-height:26px;
}
.mademan_approved p{
	font-size: 14px;
	line-height:21px;
	color:#606060;
	font-family: Georgia, Times, "Times New Roman", serif;
}
.moremore{
	width:615px;
	overflow:hidden;
}
.moremore .more_post{
	width:195px;
	height:160px;
	float:left;
	margin-bottom:10px;
	padding-right:15px;
	border-bottom: 1px solid #d9d9d9;
}
.moremore .more_post.third{
	padding-right:0px;
}
.moremore .more_post img{
	margin-bottom:10px;
}
.moremore .more_post h3 a{
	font-size:14px;
	line-height:14px;
}
.moremore .more_post.no_border{
	border:none;
}

/* LEFTCOL - Single post/page */

.page .leftcol h1{
	font-size:26px;
	margin-bottom:15px;
}
.col_one{
	width:140px;
	float:left;
	overflow:hidden;
}
.col_one a{
	color:#191919;
	font-weight:normal;
	font-size:14px;
	font-family: Georgia, Times, "Times New Roman", serif;
}
.col_one  li{
	margin-bottom:10px;
	border-bottom: 1px solid #ccc;
	padding-bottom:10px;
}
.col_two{
	width:460px;
	float:right;
	overflow:hidden;
	padding-bottom:30px;
}
.col_two .post embed, .col_two .post iframe, .col_two .post img{
	max-width:460px!important;
}
.col_two .post img{
	height:auto;
}
.col_two .post{
	max-width:460px;
}
.single .leftcol .post p, .page .leftcol .post p{
	font-family: Georgia, Times, "Times New Roman", serif;
	color:#191919;
	font-size:14px;
	line-height:21px;
	margin-bottom:15px;
}
.single .leftcol .post ul, .single .leftcol .post ol{
	margin-bottom:15px;
}
.single .leftcol .post ul li{
	list-style-type:disc;
	list-style-position: inside;
	margin-left: 10px;
}
.search_fail li{
	list-style-position: outside;
	list-style-type:disc;
	margin-left:20px;
	color: #606060;
	font-size:14px;
	margin-bottom:5px;
}
.single .leftcol .col_two a .wp_thumb{
	display:block;
	padding-left:10px;
	float:right;
}
.single .leftcol .post ol li{
	list-style-type:decimal;
	list-style-position: inside;
	margin-left: 10px;
}
.single .wp_thumb{
	margin-bottom:15px;
}
.single .col_two h1{
	display:inline;
	margin-right:10px;
}
.single .col_two br.clear{
	margin-bottom:15px;
}
.single_meta{
	width:150px;
	margin: 0px 0px 10px 0px;
}
.single_meta img{
	float:left;
	margin-right:10px;
	border: 1px solid #ccc;
	margin-bottom:15px;
}
.single .leftcol .single_meta p{
	margin:0px;
}
.leftcol .post .single_meta p{
	color:#999;
	font-weight:bold;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
}
.single_meta .author_link a{
	font-size:12px;
}
.single_related{
	width:192px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 10px 0px 5px 5px;
	margin: 0px 0px 10px 15px;
	float:right;
}
.info_box_large{
	width:615px;
	margin: 25px 0px 15px 0px;
	clear:both;
	overflow:hidden;
}
.info_box_large h5{
	background: url('/chickipedia/img/common/header/arrow.jpg') no-repeat 0px 6px;
	padding: 0px 0px 9px 19px;
	border-bottom: 1px solid #ccc;
	margin-bottom:9px;
}
.info_box_large h5 a{
	font-family: Georgia, Times, "Times New Roman", serif;
	color:#191919;
	font-size:18px;
	line-height:18px;
	margin-bottom:15px;
	font-weight:normal;
}
.info_box_large  .photo{
	margin-bottom:10px;
}
.author_link{
	font-size:17px;
	text-transform:uppercase;
	margin-bottom:5px;
}
.author_social img{
	margin: 0px 0px 0px 2px;
	float:none;
}
.info_box_large .foot_author{
	width:140px;
	float:left;
}
.info_box_large .author_posts{
	width: 462px;
	float:right;
}
.info_box_small{
	width:192px;
	height:70px;
	padding:14px;
	border: 1px solid #ccc;
	background: url("/chickipedia/img/common/header/smallbox_bg.jpg") repeat-x;
	overflow:hidden;
	float:left;
	margin:20px 0px;
}
.info_box_small p{
	color:#666666;
	font-weight:bold;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.info_box_small p:first-child {
	font-size:17px;
	font-weight:bold;
	margin-bottom:3px;
	color:#000;
}
.info_box_small.second{
	float:right;
}
.info_box_small .like_button{
	margin-bottom:5px;
}
.pagebreak a:last-child {
	float:right;
}
.pagebreak a:first-child {
	float:left;
}
.pagebreak a{
	background-color:#cd8921;
	color:#fff;
	padding: 7px 15px;
	height:16px;
	font-weight:bold;
	display:block;
}
/* -------------- */

/* LEFTCOL - Author */

.author h1{
	display:inline;
}
.author h2{
	font-size:26px;
	line-height:30px;
	font-weight:normal;
}
.author_info{
	width:415px;
	overflow:hidden;
}
.author_info p{
	margin-top:10px;
	color:#333;
	font-size:14px;
	line-height:21px;
}

.author .photo{
	margin-bottom:10px;
}
.top_articles h3{
	text-indent: -9999px;
	background: url("/chickipedia/img/common/header/top_articles.jpg") no-repeat;
}
.more_by_author{
	float:right;
	clear:right;
}
.top_articles h4 a{
	font-size:16px;
	color:#333;
	line-height:24px;
}
.more_by_author h4{	
	background: url('/chickipedia/img/common/header/arrow.jpg') no-repeat 0px 6px;
	padding: 0px 0px 9px 19px;
	border-bottom: 1px solid #ccc;
	margin-bottom:9px;
}
.more_by_author img{
	margin-bottom:10px;
}
.more_by_author h4 a{
	font-size:16px;
	color:#191919;
	line-height:16px;
	font-weight:normal;
}
/* --------------- */

/* LEFTCOL - Gallery */
#subnavi a{
	width:110px;
	height:24px;
	padding-top:6px;
	display:block;
	color:#fff;
	vertical-align: middle;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	margin:0px 10px 10px 0px;
	background-color: #cd8921;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-transform:uppercase;
}
#subnavi a.inactive{
	width:110px;
	height:24px;
	padding-top:6px;
	display:block;
	color:#fff;
	vertical-align: middle;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	margin:0px 10px 10px 0px;
	background-color: #d6d6d6;
}
#subnavi a.gall_back{
	float:left;
}
#subnavi a.gall_next{
	float:right;
}
#subnavi span{
	padding-left:95px;
	margin-top:5px;
	display:inline-block;
	font-size:14px;
	font-weight:bold;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
/* LEFTCOL - Categories */

body.category .leftcol .post img, body.tag .leftcol .post img, body.search .leftcol .post img{
	float:left;
	margin-right:15px;
}
body.category .leftcol .post, body.tag .leftcol .post, body.search .leftcol .post{
	clear:both;
	width:615px;
	overflow:hidden;
	border-bottom: 1px solid #ccc;
	padding-bottom:15px;
	margin-bottom:15px;
}
body.category .leftcol .post p, body.tag .leftcol .post p, body.search .leftcol .post p{
	font-family: Georgia, Times, "Times New Roman", serif;
	color:#333333;
	font-size:14px;
	line-height:21px;
	max-height:39px;
	overflow:hidden;
}
.leftcol .post h1, .leftcol .post h2{
	margin-bottom:5px;
}
body.category .leftcol .post h1 a{
	font-size:26px;
	line-height:26px;
}
body.category .leftcol .post h2 a, body.tag .leftcol .post h2 a, body.search .leftcol .post h2 a{
	font-size:24px;
	line-height:24px;
}
.page_count{
	float:left;
	padding-top:5px;
	font-size: 14px;
	font-weight:bold;
	color:#999;
	margin-right: 13px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
div.page-numbers{
	width:400px;
	height:30px;
	overflow:hidden;
	float:left;
	margin-bottom:30px;
}
div.page-numbers span{
	background:#000;
}
div.page-numbers a{
	background:#cd8921;
}
div.page-numbers a, div.page-numbers span.current{
	width:30px;
	height:24px;
	float:left;
	padding-top:6px;
	display:block;
	color:#fff;
	vertical-align: middle;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	margin:0px 10px 10px 0px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#moreless{
	border:none;
	background-color:#cd8921;
	color:#fff;
	padding: 0px 15px;
	height:30px;
	font-weight:bold;
	cursor: pointer;
}

/* ---------------- */
/* SIDEBAR */

.sidebar{
	width:300px;
	float:right;
}
.sidebar_300x250{
	margin-bottom:15px;
}
.promotion_module{
	height:100px;
	overflow:hidden;
	margin-bottom:20px;
}
.featured_author{
	width:300px;
	height:262px;
	overflow:hidden;
}
.related_sidebar{
	margin-bottom: 15px;
}
.related_sidebar li{
	background: url('/chickipedia/img/common/header/arrow.jpg') no-repeat 0px 6px;
	padding: 0px 0px 9px 19px;
	border-bottom: 1px solid #ccc;
	margin-bottom:9px;
}
.related_sidebar a{
	font-family: Georgia, Times, "Times New Roman", serif;
	color:#333;
	font-size:18px;
	line-height:18px;
	font-weight:normal;
}
.post-nav-next{
	float:right;
	position:relative;
	width:135px;
	margin-bottom:15px;
}
.post-nav-next img, .post-nav-previous img{
	width:130px;
	height:75px;
	margin-bottom: -13px;
}
.post-nav-next img{
	margin-right:5px;
}
.post-nav-previous img{
	margin-left:5px;
}
.post-nav-previous{
	float:left;
	position:relative;
	width:135px;
	margin-bottom:15px;
}
.post_nav a{
	width:55px;
	height:23px;
	display: block;
	text-indent: -9999px;
	position:relative;
}
.post-nav-next .post_nav  a{
	float:right;
	background: url("/chickipedia/img/common/header/next_post.png") no-repeat;
}
.post-nav-previous .post_nav  a{
	background: url("/chickipedia/img/common/header/prev_post.png") no-repeat;
}
.post_nav_title{
	clear:both;
	display:block;
	text-align:center;
	margin-top:10px;
	font-size:10px;
	color:#205e96;
	letter-spacing: -0.02em;
	line-height:10px;
}
.most_wanted_chicks{
	width:300px;
	overflow:hidden;
	margin-bottom:15px;
}
.most_wanted_chicks span{
	margin-top:3px;
}
.most_wanted_chicks h3 a{
	font-size:20px;
	line-height:20px;
}
.most_wanted_chicks img{
	float:left;
	margin-right:10px;
}
.facebook{
	width:300px;
	overflow:hidden;
	margin-bottom:15px;
}
.social{
	width:274px;
	padding:13px;
	height:55px;
	overflow:hidden;
	background: url('/chickipedia/img/common/header/social_bg.jpg') no-repeat;
	margin-bottom:18px;
}
.social a{
	display:block;
}
.social a:first-child {
	float:left;
	margin-right:10px;
}
.social span{
	font-size:18px;
	font-weight:bold;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	display:block;
	margin-bottom:8px;
}
.social_button{
	margin-right:10px;
	margin-top:10px;
	float:left;
	position:relative;
	top:-30px;
	right:-15px;
}
.fan_box a:hover {
  text-decoration: none;
}
.full_widget{
  height: 200px;
  border: 0 !important;
  background: none !important;
  position: relative;
}
.connect_action{
	background:#000!important;
}
.partners ul li{
	width:130px;
	padding-right:20px;
}
.partners ul li a{
	color:#000;
	font-size:14px;
	font-weight:normal;
	display:block;
	width:130px;
}
.best_articles{
	margin-bottom:6px;
	overflow:hidden;
}
.best_articles h3{
	background: url('/chickipedia/img/common/header/arrow.jpg') no-repeat 0px 6px;
	padding: 0px 0px 9px 19px;
	border-bottom: 1px solid #ccc;
	margin-bottom:9px;
}
/* COMMENTS */

#comments{
	padding-top:10px;
	clear:both;
	margin-bottom:10px;
}
#commentform .error{
	color:red;
	font-size:12px;
}
#commentform iframe{
	float:left;
}
#comments_list{
	margin-top: 33px;
}
#comments_list li{
	border-bottom: 1px solid #ccc;
	margin-bottom:15px;
	padding-bottom:15px;
	overflow:hidden;
}
#comments_list li:last-child {
	border:none;
}
.comments_meta{
	float:left;
	color:#272727;
	width:35%;
	overflow:hidden;
}
.comments_meta .avatar{
	float:left;
	margin-right:8px;
	padding:3px;
	border: 1px solid #ccc;
}
p.comment_author, p.comment_author a{
	font-size:16px;
	color:#cd914a;
	font-weight:normal;
}
.comment_text{
	width:60%;
	float:right;
}
.comment_text p{
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size:13px;
	line-height:16px;
}
.comments_reply{
	clear:both;
}
#commentform {
	margin-top:15px;
	position:relative;
}
#commentform input[type="text"]{
	width:203px;
	height:20px;
	background: transparent url("/chickipedia/img/common/header/comment_input.jpg") no-repeat;
	border: none;
	padding:5px;
	margin-bottom:10px;
}
#commentform label{
	font-size:16px;
	color:#000;
	font-family: Georgia, Times, "Times New Roman", serif;
	margin-bottom:3px;
	display:block;
}
#commentform  p:first-child {
	float:right;
	width:370px;
}
#commentform #comment{
	padding:5px;
	width:361px;
	height:217px;
	background: transparent url("/chickipedia/img/common/header/comment_box.jpg") no-repeat;
	border: none;
	margin-bottom:17px;
}
#commentform input[type="submit"]{
	width:138px;
	height:28px;
	border:none;
	background: url('/chickipedia/img/common/header/post_a_comment.jpg') no-repeat;
	text-indent:-9999px;
	font-size:0;
	cursor:pointer;
	float:right;
	clear:both;
	position:absolute;
	bottom:115px;
	right:0px;
}
.recaptcha-error{
	color:red;
	font-size:12px!important;
}
/* FOOTER */

#footer_cap{
	background: url("/chickipedia/img/common/header/footer_wood.png") no-repeat top center;
	width:946px;
	height:45px;
	margin: 0px auto -30px auto;
	padding: 18px 0px 0px 43px;
	position:relative;
	overflow:hidden;
}
#footer_cap img{
	float:left;
}
#footer_cap img:first-child {
	margin: 5px 160px 0px 0px;
}
#footer_wrap{
	width:100%;
	clear:both;
	overflow:hidden;
	background: url("/chickipedia/img/common/header/footer_bg.jpg") repeat;
	border-top: 10px solid #191919;
}
#footer_wrap .stripe{
	width:100%;
	height:1px;
	background-color:#a2753f;
	display:block;
}
#footer{
	width:900px;
	background-color: #000;
	padding: 40px 29px 30px 29px;
	margin-bottom:35px;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
}

.footer_categories li.widget_nav_menu{
	float:left;
	padding: 0px 10px 20px 0px;
	width:130px;
}

#footer  ul li a{
	color:#cd8920;
	line-height:17px;
	font-size:14px;
	font-weight:normal;
	text-transform:none;
}
	
#footer .menu li:first-child a{
	text-transform: uppercase;
	line-height:19px;
	font-size:14px;
	font-weight:bold;
}
.sub_footer{
	width:100%;
	height:143px;
	clear:both;
	background: url("/chickipedia/img/common/header/sub_foot_grade.jpg") repeat-x;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.sub_footer .network_sites{
	padding: 20px 0px 12px 40px;
}
.sub_footer .network_sites li{
	float:left;
	margin-right:49px;
}
.sub_footer .network_sites li:last-child {
	margin-right:0px;
}
.sub_footer .corp_foot{
	margin-top:20px;
}
.sub_footer .corp_foot img{
	float:left;
	margin-right:25px;
}
.sub_footer .corp_foot ul li{
	float:left;
	margin-right:15px;
}
.sub_footer .corp_foot ul li a{
	font-size:12px; 
	color:#999;
	font-weight:normal;	
}
.sub_footer .corp_foot p{
	margin-top: 5px;
	font-size: 10px;
	color: #333333;
}
