/* 
Theme Name: POULTRYGEIST!
Theme URI: http://www.poultrygeistmovie.com/
Description: <strong>POULTRYGEIST</strong> is a 3 column theme for WP 2.x with <a href="http://automattic.com/code/widgets/">Widgets</a> support. Valid XHTML and CSS.
Version: 2.0 BETA 1
Author: Webmaster
Author URI: http://www.poultrygeistmovie.com/

	
	Partially based on design built by Andreas Jacob,
	whose blog you will find at http://cordobo.de/

	The CSS, XHTML and design is released under the GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
*/


/** BEGIN ADDED **/


* html #header { height: 47px; }

* html #content, * html .entry_firstpost, * html .entry, * html img {
	margin: 0;
	padding: 0;
	
}

ul.readmore {
	list-style: none;
	background: url(images/content_bullet.gif) no-repeat 0 8px;
	padding: 2px 0 6px 12px;
	margin: 0px;
}
	
img {
	border: none 0px;
}

.main p img {
	border: none 0px;
	margin-right: 20px;
	margin-bottom: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	width: auto;
}


.photo {
	background-color: #CC0033;
	border: 1px solid black;
	padding: 3px;
	text-align: center;
}

.left {
	float: left;
	background-color:#666666;
	padding-right: 5px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: -10px;

}

.right {
	float: right;
	background-color:#666666;
	padding-right: 0px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: -10px;
}

.left, .right {
	text-align: center;
	font-size: 11px;
	font-style: italic;
	background-color: #000000;
	margin: 10px;
	
	
}

.ie .left, .ie .right {
//position:static;
}


/*--NAV MENU DIVS---*/

#nav {z-index:1000; margin:0;padding-top:0px;margin-bottom:0px;display:block;width:571px;height:81px;}

#news {float:left; dislpay:block;width:77px; height:65px;}
#news a, #news a:link, #news a:visited, #news a:active {background:url("/images/nav/news.gif");background-repeat:no-repeat; text-decoration:none;display:block;height:65px;	
}
#news a:hover {background:url("/images/nav/news_o.gif");text-decoration:none;}

#movie {float:left; dislpay:block;width:92px; height:63px;}
#movie a, #movie a:link, #movie a:visited, #movie a:active {background:url("/images/nav/movie.gif");background-repeat:no-repeat; text-decoration:none;display:block;height:63px;	
}
#movie a:hover {background:url("/images/nav/movie_o.gif");text-decoration:none;}

#music {float:left; dislpay:block;width:84px; height:63px;}
#music a, #music a:link, #music a:visited, #music a:active {background:url("/images/nav/music.gif");background-repeat:no-repeat; text-decoration:none;display:block;height:63px;}
#music a:hover {background:url("/images/nav/music_o.gif");text-decoration:none;	
}

#videos {float:left; dislpay:block;width:91px; height:54px;}
#videos a, #videos a:link, #videos a:visited, #videos a:active {background:url("/images/nav/videos.gif");background-repeat:no-repeat; text-decoration:none;display:block;height:54px;}
#videos a:hover {background:url("/images/nav/videos_o.gif");text-decoration:none;	
}

#press {float:left; dislpay:block;width:85px; height:66px;}
#press a, #press a:link, #press a:visited, #press a:active {background:url("/images/nav/press.gif");background-repeat:no-repeat; text-decoration:none;display:block;height:66px;}
#press a:hover {background:url("/images/nav/press_o.gif");text-decoration:none;	
}

#dls {float:left; dislpay:block;width:58px; height:59px;}
#dls a, #dls a:link, #dls a:visited, #dls a:active {background:url("/images/nav/dls.gif");background-repeat:no-repeat; text-decoration:none;display:block;height:51px;}
#dls a:hover {background:url("/images/nav/dls_o.gif");text-decoration:none;	
}

#more {float:left; dislpay:block;width:77px; height:81px;}
#more a, #more a:link, #more a:visited, #more a:active {background:url("/images/nav/more.gif");background-repeat:no-repeat; text-decoration:none;display:block;height:81px;	
}
#more a:hover {background:url("/images/nav/more_o.gif");text-decoration:none;}

/*--END NAV MENU DIV'S--*/

.subheading {
	text-align: left;
	font-size: 17px;
	padding: 10px;
	text-decoration: none;
	font-weight:bold;
	color:#ffffff;
	background: url(images/content_bullet.gif) no-repeat 0 17px;
}

.subheading a:link,
.subheading a:active,
.subheading a:visited,
.subheading a:hover {
	color: #FFFFFF;
	text-decoration: none;
	

}

/**

.entry {
	background: #fff;
	border: 0px dotted #CDE985;
	border-top: 0px solid #fff;
	border-bottom: 0px solid #fff;
	padding: 15px;
	margin: 0px;
}

**/


.entry{
	padding: 0px;
	padding-bottom: 1px;
	margin: 0px;
}



.latest_firstpost{
	background: url(images/latest.gif) no-repeat bottom right;
	border: 0px;
	padding: 15px;
	margin: 0px;
}

.latest{
	border: 0px solid #D5F0A4;
	padding: 15px;
	margin: 0px;
}


h1 a img {
	border: none 0px;
	text-decoration: none;
	
	}

.postgrav {
	float: left;
	padding: 3px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #000;
	background: #fff;
}

.postavatar {
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	float:left;
	padding: 3px;
	border: 0px solid #000;
	background: #fff;
	text-align: left;
}


.ie .img {
	position: static;}
	
	.ie .postavatar {
	position: static;}


/** END ADDED **/


/* 1) -=-=-=- General selectors -=-=-=- */

html {
	background: #000000 url(images/content_left2.jpg) no-repeat top left;
}

body {
	background: url(images/content_right2.jpg)  no-repeat top right;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFF900;
	text-align: center;
	outline-color: #000000;
	text-shadow:#000000;
	 scrollbar-base-color: #663366;
scrollbar-face-color: #000000;
scrollbar-track-color: #000000;
scrollbar-arrow-color: #FF0000;
scrollbar-highlight-color: #637058;
scrollbar-3dlight-color: #637058;
scrollbar-shadow-color: #999999;
scrollbar-darkshadow-color: #000000;
}

#header {
	color: #000000;
	margin: 0px;
	font-size: .9em;
	
	width: auto;
	}
	

.headline {
	font-family:Geneva, Arial, Helvetica, sans-serif;

	background-color:#330000;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;
	margin: 10px 0px;
	font-size: 14px;
	font-weight: bold;
	z-index:150;
	}

.headline a:link,
.headline a:visited,
.headline a:active
	{color: #FFCC00;
	text-decoration:none;
		
}
.headline a:hover {
	color: #FFCC00;}


#topentry_bg {
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	margin: 0px;
	padding: 0px;
	width: auto;
	}
	
#topentry {
	border-bottom: 1px dotted #000;
	margin: 0px;
	padding: 0px;
	font-size: 1.1em;
	line-height: 1.1em;
	width: auto;
	background: transparent;
	}	

#header h1, #header h1 a {
	margin: 0px;
	margin-left: 15px;	
	font-size: 1.5em;
	line-height: 47px;
	height: 47px;
	background: transparent;
	text-decoration: none;
	
	color: #FFCC00;
}

h1 {
	margin: 0px;
	font-size: 2.2em;
	line-height: 47px;
	height: 47px;
	background: none;
	text-decoration: none;
	border: none 0px;
}




h2 {
	color: #FF0000;
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
	background: none;
	font-family: impact;
	}

.links h2 {
	font-size: 22px;
	line-height: 31px;
	height: 41px;
	margin: 0px;
	padding-left: 10px;
	font-family:"Century Gothic";
	font-weight: bold;
	color: #FFCC00;
	background: url(images/h3_bg.gif) no-repeat;
	list-style: none;
}

h2 a:link, h2 a:visited {
	color: #FF0000;
	font-weight: normal;
	text-decoration: none;
	background: none;
	

	}

h2 a:hover, h2 a:active {
	color: #CC9900;
	font-weight: normal;
	text-decoration: none;
	background: none;
		

}

h3 {
	font-size: 1.4em;
	line-height: 1.4em;
	height: auto;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #FF0000;
	background: none;
}

.links h3 {
	font-size: 24px;
	line-height: 31px;
	height: 41px;
	margin: 0px;
	padding-left: 10px;
	font-weight: bold;
	color: #CC9900;
	background: url(images/h3_bg.gif) no-repeat;
}

a:link {
	color: #FFCC00;
	text-decoration: none;

	}

a:visited {
	color: #FFCC00;
	}

a:hover, a:active {
	background: none;
	color: #FFCC00;
	}

blockquote {
	border-left: 1px solid #FF0000;
	padding: 0 10px;
	margin: 10px 10px 10px 10px;
	color:#FFFFFF;
	}
	
	.narrow{
	border-left: 4px solid #FF0000;
	padding: 0 10px;
	margin-left:6px;
	margin-top:10px;
	margin-right:0px;
	margin-bottom:0px;
	font-style: italic;
	}

code {
	display: block;
	padding: 10px;
	color: #444E1F;
	background: #F5F8E8;
	font-size: 1.2em;
	border-top: 2px solid #D0EC98;
	}

p {
	line-height: 1.4;
	}

/* 2)-=-=-=- Structure -=-=-=- */

#container {
	margin: 0px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	text-align: left;
	
}

#wrapper {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
	
div#content {
	width: auto;

	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	background:#000000;
	color:#ffffff;
	

	}

.gecko div#content,
.win.gecko div#content,
.linux.gecko div#content {
	position:relative;
	margin-left:0px;
	margin-right: -5px;
	
}





	
#navibar {
	float: left;
	width: 175px;
	margin: 0px;
	padding: 0px;
	color: #FF0000;
	}
	

#shopbox {
	margin: 5px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	}
	
#shopbox img {
	margin-top:5px;
	}

#right {
	float: right;
	width: 175px;
	margin: 0px;
	padding-left:10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	height: 100%;
	}

.links {
	margin: 0px;
	padding: 0px;
	background: none;
}

#navi_end_left {
	width: 175px;
	margin: 0px;
	padding: 0px;
	height: 0px;
	}

#navi_end_right {

	width: 175px;
	margin: 0px;
	padding: 0px;
	height: 0px;
	}

#footer {
	color: #FFCC00;
	margin-bottom: 5px;
	padding: 10px;
	text-align: center;
	font-style: bold;
	font-variant: small-caps;
}


/* 3)-=-=-=- Left selectors -=-=-=- */	

.meta {
	font-size: 0.8em;
	padding: 1px;
	text-align: right;
	}

.highlight { /* Basic highlight for text */
	background: #F7FEDC;
	}
	

.alt {
	background: #EAF8CF !important; 
	border: 1px solid #D5F0A4 !important;
	padding: 10px 10px 0 10px !important;
	}

.alt:hover {
	border: 1px solid #ACE149 !important;
	}

.commentlist li:hover {
	border: 1px solid #ACE149;
	}

.commentlist {
	padding: 0;
	margin: 3px;
	}

.commentlist li {
	list-style: none;
	padding: 10px 10px 0 10px;
	background: #F6FCEB;
	border: 1px solid #DEF3B6;
	margin: 10px;
	color: #3C452D;
	}

p.metadate {
	font-size: .8em;
	margin: 0;
	text-transform: uppercase;
	}

p.comment_meta {
	margin: 0 0 10px 10px;
	font-size: .9em;
	}

.comment_author a:visited {
	font-weight: bold;
	text-decoration: none;
	}

.reply {
	font-weight: bold;
	font-size: 1.2em;
	margin: 10px 0 0 10px;
	}
	
.comments-nice .reply {
	color: #5CA605;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0px 0 0 0px;
	}

.warning p { /* Used on the search page (image will appear if no result is found) */
	background: #FFF url(images/warning.gif) no-repeat left;
	height: 160px;
	padding: 20px 0 0 90px;
	font-size: 1.5em;
	margin: 0px;
	border: 1px solid #efefef;
}

.postinput {
	margin-left: 0px;
	}

/* 4)-=-=-=- Right selectors -=-=-=- */	

#author li {
	list-style: none;
	margin: 0;
	padding: 0 5px 20px 0;
	font-size: .9em;
	line-height: 1.4;
	}

#author ul {
	padding: 20px 0 0 0;
	margin: 0;
	}

.links li {
	list-style: none;
	background: url(images/content_bullet.gif) no-repeat 0 9px;
	padding: 2px 0 2px 12px;
	margin: 0px;
}

div.links ul li#linkcat-1 {
	list-style: none;
	display: inline;
	background: none;
	padding: 0px;
	margin: 0px;
}

.links ul li {
	border-bottom: 1px solid #FF0000;
}

.links ul li ul li {
	border-top: 1px solid #FF0000;
	border-bottom: 0px solid #FF0000;
}

.links li li {
	background: url(images/sub_icon.gif) no-repeat 0 4px;
	padding: 2px 1px 2px 13px;
	font-size: 1em !important;
}
	
.links li li li {
	background: url(images/sub_icon.gif) no-repeat 0 5px;
	padding: 3px 0 2px 13px;
	font-size: 1em !important;
}

.links ul {
	padding: 0px;
	margin: 5px;
}

.links ul ul {
	padding: 0 !important;
	margin: 2px 0 0 0 !important;
	}

.links ul ul ul {
	padding: 0 !important;
	margin: 0 0 -4px 0 !important;
	}

.links a {
	font-size: .9em;
	text-decoration: none;
	}

.links a:link {
	color: #FFCC00;
	font-weight: normal;
	}

.links a:visited {
	color: #FFCC00;
	
	}

.links a:hover, .links a:active {
	background:#FF0000;
	color: #FFCC00;
	}

#search {
	height: 16px;
	position:absolute;
	top: 10px;
	right: 10px;
}


.searchfield {
	vertical-align: middle;
	padding: 1px;
	margin: 1px;
	background:#CC0000;
	border: 1px solid #ACE149;
	color: #7DA721;
	width: 90px;
	font-size: 12px;
	height: 16px;
}



.searchfield:hover {
	background: #ff0000;
	border: 1px solid #BFBFBF;
	color: #949494;
	}
	
.searchsubmit {
	vertical-align: middle;
	padding: 1px;
	margin: 1px;
	background: #ff0000;
	border: 1px solid #ACE149;
	color: #FFFFFF;
	width: 40px;
	font-size: 12px;
	height: 20px;
}



.searchsubmit:hover {
	background: #CC0000;
	border: 1px solid #BFBFBF;
	color: #949494;
	}


/* 6)-=-=-=- Forms -=-=-=- */

.ie .contactleft {
width:20%;}

.contactleft {
	width: 25%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}
.ie .contactright {
width:60%;}

.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.linux.ie textarea,
.linux.ie input,
.win.ie textarea,
.win.ie input,
.ie textarea,
.ie input {
width:100px;}

.cards-banners {
width:100px;
}

.linux.ie .cards-banners,
.linux.ie .cards-banners,
.win.ie .cards-banners,
.win.ie .cards-banners,
.ie .cards-banners,
.ie .cards-banners {
width:100px;
}



textarea {
	background:#CC0000;
	font-family: Arial, Verdana, Helvetica;
	font-size: 1.1em;
	border: 1px solid #BFBFBF;
	padding: 2px 5px 1px 5px;
	width: 90%;
	}
	
textarea:hover {
	background:#FF0000;
	border: 1px solid #4FA600;
	}
	
input {
	background: #cc0000;
	border: 1px solid #BFBFBF;
	width: 90%;
	}
	
input:hover {
	background:#FF0000;
	border: 1px solid #4FA600;
	}
	
input-submit {
	height: 39px;
	width: 75px;
	text-align: center;
	background: none;
	border: 0px solid #FF0000;
	}

.input-submit:hover {
	background: none;
	border: 0px solid #CC0000;
	}

/* 7)-=-=-=- Accessibility -=-=-=- */

#skip {
	display: none;
	}

hr {
	clear:both;
	margin:5px;
	border-bottom: 4px dotted #515D49;
	border-top:none;
	}

	
ul#navlist
{
margin: 0;
padding: 0;
white-space: nowrap;
}

ul#navlist ul
{
margin: 0;
padding: 0;
white-space: nowrap;
}

#navlist li.page_item
{
display: inline;
list-style-type: none;
padding: 0px;
margin: 0px;
}

#navlist li.page_item ul
{
display: inline;
list-style-type: none;
padding: 0px;
margin: 0px;
}

#navlist a { padding: 0px 10px 0 0; }

#navlist a:link, #navlist a:visited
{
text-decoration: none;
	

}

#navlist a:hover
{
text-decoration: none;
}


.review {
	border:1px solid #990000; 
	padding: 20px;
	margin-bottom: 10px;
	text-align: left;
}

.review img {
	border: 0px;
	padding: 4px;
}

.review .byline {
	margin-top: 5px;
	font-weight: bold;
	}

.review .foot {
	text-align: right;
	font-size: 9px;
	font-weight: bold;
	}
