
/*
Theme Name: The Hungry I
Author: D'Arcy Mann
*/

/*
version: 1.1
*/

/* @import url(my-dropdown-menu.css); */

   

h1{font-size:138.5%;}
h2{font-size:123.1%;}
h3{font-size:108%;}
h1,h2,h3{margin:1em 0;}
h1,h2,h3,h4,h5,h6,strong{font-weight:bold;}
abbr,acronym{border-bottom:1px dotted #000;cursor:help;} 
em{font-style:italic;}
/*blockquote,ul,ol,dl{margin:1em;}
ol,ul,dl{margin-left:2em;}
ol li{list-style:decimal outside;}
ul li{list-style:disc outside;} */
dl dd{margin-left:1em;}
th,td{border:none;padding:.5em;}
th{font-weight:bold;text-align:center;}
p,fieldset,table,pre{margin-bottom:1em;}
/*input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;} */
/*End of YUI base.css*/

html {
	font-size: 62.5%;	
}

body {		
	margin:0;
	padding:0;
	font-size: 1.2em;	
	line-height: 1.4em;
	background-image: url(images/portrait.jpg); 
	background-repeat: no-repeat;
	background-color: #878889;
	background-attachment:fixed;
	color:#000;
	font-family:Verdana, Arial, Tahoma, Helvetica, sans-serif;
}

* {
	margin: 0; padding: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/

#wrapper {
	width: 965px;
	margin: auto auto;
	text-align: left;
	min-height:900px;
	padding-right: 5px;
  	height:auto !important;
	}
	
/** END wrapper **/


/** BEGIN header **/

#header {}
		
/** END header **/

/** BEGIN Nav **/

#Header-Pages {
	float:left; 
	padding-left:5px; 
	height: 24px;
	color: #fff;
}

#Header-Pages .wp-pages {
		list-style-type: none;
		/* width:450px; */
		overflow: hidden;
	}
	
#Header-Pages .wp-pages li {
	float: left;
}

#Header-Pages .wp-pages li a {
	display: block;
	padding: 8px;
	color: #efefef;
	font-weight: bold;
	/* border-right: 1px solid #efefef; */
	text-decoration: none;
}

#Header-Pages .wp-pages li a:hover {
	background-color: #fff;
	opacity: 0.5;
	filter:alpha(opacity=50); /* for IE */
	color: #000;
}	
#nav{

font-size:1.1em;
margin-left: 5px;
padding-top: 4px;
}
#nav, #nav ul {
list-style: none;
line-height: 1;
}
#nav a, #nav a:hover {
display: block;
text-decoration: none;
border:none;
}
#nav li {
float: left;
list-style:none;
}

#nav a, #nav a:visited {
display:block;
color: #fff;
padding:9px 8px;
}
#nav a:hover, #nav a:active, .current_page_item a, #home .on {
background-color: #d4d4d4;
color: #000;
text-decoration:none
}
#nav li ul {
position: absolute;
left: -999em;
height: auto;
width: 170px;
margin-left: -6px;
	 padding-bottom: 9px;
	 background: url(images/dropdown_pane.png) 0 100% no-repeat;
	 z-index:10;
	 color: #000;
	 font-size: 11px;
	 font-weight: normal;
	 text-align: left;
}
#nav li li {
width: 170px;
 background-color: transparent;
		 color: #000;
}
#nav li li a, #nav li li a:visited {
font-weight:normal;
font-size:0.9em;
color: #000;
}
#nav li li a:hover, #nav li li a:active {
background-color: #d4d4d4;
color: #000;
}

#nav li li.empty {
	 padding: 7px 12px 7px !important;
	 font-weight: bold;
	 }
	 
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
left: auto;
}
a.main:hover {
background:none;
}

/** END Nav **/

/** BEGIN Search form **/

#search form {
		width: 295px; height: 26px;
		background: url(images/search.gif) no-repeat 0 4px;
		padding: 4px 0;
	}
#search form input {
		border: 0;
		float: left;
		width: 255px;
		margin: 5px;
	}
#search form button {
		border: 0;
		text-indent: -9999px;
		font-size: 0;
		width: 20px; height: 26px;
		float: right;
		background-color: transparent;
	}

/** END Search form **/

/** BEGIN content **/

#content {
	clear: both;
	width: 650px;
	float: left;
	padding-bottom: 10px;
}

#featured {
    /* border: 1px solid #d4d4d4; */
    background-color:#efefef;
    height: 300px;
}
		#featured .excerpt {
			width:315px;
			padding: 10px;
			float:right;
		}		
		
		#featured h4 {
			font-size: 1.6em;
			margin-bottom: 5px;
		}
			#featured h4 a {
				text-decoration: none;
			}
		#featured .details {
			font-size: 0.9em;
			margin-bottom: 15px;
			color: #888888;
		}
			#featured .details a {
				color: #888888;
				text-decoration: none;
			}
			#featured .details a:hover {
				color: #0d9fcd;
				text-decoration: underline;
			}
		#featured .thumb {
				float: left;
				background-color: #FFFFFF;
				margin-right: 3px;
		}
			#featured .thumb a {
				width: 300px; height: 300px;
				display: block;
				overflow: hidden;
			}
			#featured .thumb a img {
				width: 300px;
			}
		#featured p {
			line-height: 1.4em;
			margin-bottom: 10px;
		}
		#featured .tags {
			clear: both;
			font-size: 0.9em;
			color: #888888;
			margin-bottom: 0;
		}
			#featured .tags a {
				text-decoration: none;
			}
		#featured .readmore {
			font-size: 0.8em;
		}
		
	#content{
    min-height: 1900px;
    height:auto !important;
	margin-left: 5px;
    }
    
    #content .single {
    	padding: 0;
		width: 640px;
    }
	#content .single h4 {
		font-size: 1.8em;
		margin-bottom: 10px;
	}
	#content .single p {
		line-height: 1.5em;
		margin-bottom: 10px;
	}
	#content .single ul, #content .single ol {
		list-style-position: inside;
		margin-bottom: 10px;
	}
	#content .single li {
		line-height: 1.5em;
		padding: 2px 0;
	}
	#content .single blockquote {
		padding: 10px 10px 5px;
		margin-bottom: 10px;
		background-color: #eeeeee;
		border-width: 1px 0;
		border-style: solid;
		border-color: #e0e0e0;
	}
	#content .single h3, #content .single h4, #content .single h5, #content .single h6 {
		font-family: century gothic,helvetica,arial,arial black,sans-serif;
		font-size: 1.2em;
		margin-bottom: 5px;
	}
		
	#content .recent {
		/* border: 1px solid #d4d4d4; */
		padding-top:0;
	}
		#content .recent .post {
			border-top: 1px solid #d4d4d4;
			padding:5px 5px 5px 5px;
			margin-bottom: 15px;
			/* clear: both; */
		}
			#content .recent .post h4 {
				font-size: 1.5em;
				margin-bottom: 10px;
			}
				#content .recent .post h4 a {
					text-decoration: none;
				}
			#content .recent .post img {
				float: left;
				padding: 5px;
				border: 1px solid #d4d4d4;
				background-color: #fff;
				margin-right: 20px;
			}
			#content .recent .post p {
				line-height: 1.4em;
				margin-bottom: 0px;
			}
			#content .recent .post .readmore {
				font-size: 0.8em;
			}
			#content .recent .o {
				background-color: #EEEEEE;
			}
			
			#content .recent .postfooter {
				width:640px;
				clear:both;
			}
			
			#content .recent .date {
				float: right; 
				width:100px; 
				display:block; 
				background: #fff;
			}
			 	#content .recent .date .datebox {
					border-left: 1px solid #d4d4d4; 
					border-bottom: 1px solid #d4d4d4; 
					color: #d4d4d4;
				}
				 	#content .recent .date .datenum {
						width: 40px;
						float:left; 
						padding: 5px;  
						border-right: 1px solid #d5d0ba; 
						font-size: 2.3em; 
						font-weight: bold; 
						height: 20px; 
						bottom: 0;
					}
					#content .recent .date .dateyear {
						padding-left: 55px;
					}
		
		#content .wrap {    /* force the div to properly contain the floated images: */
	  		position:relative;
	  		float: right;
	  		clear:none;
	  		overflow:hidden;
		}
		.wrap img {
	  		position:relative;
	  		z-index:1;
		}
		.wrap .desc {
	  		display:block;
	  		position:absolute;
	  		width:100%;
	  		bottom:10px;
	  		left:10px;
	  		z-index:2;
			text-shadow: 2px 2px 2px #000;
		}
/** END content **/


/**BEGIN rounded boxes***/

#roundbox_bordered { /** enclosed boxes with borders **/
  border:1px solid #d4d4d4; 
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px; 
  background: #efefef; 
  display:block; 
  padding:10px;
  }
  
#roundbox_featured { /** enclosed box for featured articles **/
  border:1px solid #d4d4d4; 
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  behavior:url(includes/border-radius.htc); 
  background: #efefef; 
  display:block; 
  }
  
#roundbox_grey { /** open grey boxes with no borders **/
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px; 
  behavior:url(includes/border-radius.htc);
  background: #efefef; 
  display:block; 
  padding:8px;
  }
  
 .feature {
}

.feature_header {
	position:relative;
	top:-25px;
	left:-12px;
	margin-bottom:-22px;
}

.feature_header_small {
	position:relative;
	top:-18px;
	left:-10px;
	margin-bottom:-22px;
}

/** END rounded corners **/

/** BEGIN sidebar **/
#sidebar {
	width: 300px;
	float: right;
}
#sidebar h4{
  display:none;
  }

	#sidebar .box {
		background-color: #efefef;
		padding: 10px 5px 5px 5px;
		border-bottom:1px solid #d4d4d4;
		margin-bottom: 10px;
	}
	
	#sidebar .boxheader {
		background-color: #dcb000;
		font-size: 1em;
		font-weight: bold;
		font-family: century gothic,helvetica,arial,arial black,sans-serif;
		text-transform: uppercase;
		color: #000000;
		padding: 8px;	
	}
		#sidebar .box h2 {
			font-size: 0.9em;
			text-transform: uppercase;
			color: #000000;
			background-color: #e5e3d4;
			padding: 10px;
			border-bottom: 1px solid #d4d4d4;
		}
		
		#sidebar .contentbox .header {
			position:relative;
			top:-25px;
			left:-12px;
			margin-bottom:-22px;
		}
		
		#sidebar .header_small {
        	position:relative;
        	top:-20px;
        	left:-10px;
        	margin-bottom:-22px;
        }

	#sidebar .l {
		float: left;
		width: 145px;
	}
	#sidebar .r {
		float: right;
		width: 145px;
	}
	
.sidebar-tabs {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	border-bottom:1px solid #d4d4d4;
	outline: none;
	height: 20px;
	}
	
.sidebar-tabs ul {margin:0px; padding:0px; list-style:none;}
.sidebar-tabs li {display:inline;}

.sidebar-tabs li a {
	color:#fff; 
	background-color:#d4d4d4; 
	text-decoration:none; 
	padding:5px 7px;
	height: 20px;
	}

.sidebar-tabs li a.tabactive {
	color:#000; 
	background-color:#efefef; 
	border: 1px solid #d4d4d4; 
	border-bottom: 1px solid #efefef; 
	position:relative;
	padding:5px 7px;
	}
	
.tabcontent {
	padding:4px 0px; 
	margin-bottom:2px;
	}

.popular, .comments {
	clear: both;
	float: left;
	text-align:left;
	}
		
	.popular li {
		list-style: none;
		margin: 4px 0;
		}
	
	.popular li a {
		text-decoration: none;
	}

	.popular li a:hover {
	}	
		
	.comments li {
		list-style: none;
		margin: 4px 0;
		}
		
	.popular .popularthumb {
		float: left;
		margin: 0 3px 0 0;
		}
			
	#popularbox {
		clear: both; 
		display: block;
		width: 300px;
		height: 55px;
		color: #706e67;
		}	
		
	#popularbox hover {
		background-color: #d4d4d4;
		color: #000;
		}	
	
	.popular .popularthumb a {
		width: 55px; height: 55px;
		display: block;
		overflow: hidden;
		}
	
	.popular .popularthumb img {
		width: 55px;
		}
	
/** END sidebar **/

/** BEGIN footer **/
#footer {
	clear: both;
	color: #ffffff;
	font-size: 0.9em;
	padding: 20px 10px;
}
	#footer a {
		color: #ffffff;
	}
	#footer p {
		width: 960px;
		margin: auto auto;
		text-align: left;
	}
/** END footer **/

/** BEGIN miscellaneous **/

.addthis_container { float:right !important; }

.adboard{
  margin-top:5px;
  margin-left:5px;
  margin-right:0px;
  margin-bottom:5px;
}

.shortcode-show-avatar {
  padding: 2px;
  background-color: #eee;
  border: 1px solid #ccc;
  margin: 3px;
}

.postnav {
	clear: both;
	padding: 10px 0;
	float:right;
}

ol.commentlist {  
    margin:0;  
    padding:0;  
}  

 .commentlist li {  
     list-style:none;  
     margin-bottom:14px;  
}  
   
 .commentlist cite {  
     padding: 7px;  
	 Height: 35px;
     font-style:normal;  
     /* background:url(http://www.yoursite.com/images/bg_comments2_cite.gif); */ 
     border-top:1px solid #d5d0ba;  
     border-bottom:1px solid #d5d0ba; 
	 /* margin-bottom:5px; */
     color:#000;  
     }     
   
 .commentlist a:link, .commentlist a:visited {  
     color:#706e67;  
     }  
   
.commentlist a:hover, .commentlist a:active {  
     color:blue;  
    }  
  
 .commentlist cite img {  
    padding:1px;  
    border:1px solid #d5d0ba;  
    float:left;  
    margin-right:7px;  
    }  
  
 .commentlist .author {  
    font: small-caps bold 1.2em Georgia, "Times New Roman", Times, serif;  
    text-decoration:underline;  
    }  
   
 .commentlist .time {  
     background: url(images/comment_clock.gif) no-repeat 1px;  
     padding-left:13px;  
    }  
  
 .commenttext {  
     background:url(images/comment_quote.gif) no-repeat top right; 
     /* border-top:1px solid #c5f386; */
	 width: 530px;
     padding: 5px 0 5px 100px;  
     color:#000;  
      }  
  
 #comments {
	padding: 10px 0px;
}

	#comments h4 {
		font-size: 1.5em;
		margin-bottom: 10px;
	}
	#comments a {
		text-decoration: none;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#comments form {
		
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input {
			margin-right: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 200px;
			border: 1px solid #cccccc;
		}
		#comments form textarea {
			width: 632px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		#comments form button {
			border: 1px solid #a0a0a0;
			font-size: 1em;
			font-family: Verdana;
			padding: 2px 6px;
		}
	.commentdetails {
		margin-top: 25px;
		float:left;
	}
	.commentauthor {
		margin-bottom: 8px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		/* margin-bottom: 3px; */
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
h2.title {
	font-size: 1em !important;
	text-transform: uppercase;
	padding: 10px;
	color: #565656;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}

.wp-table-reloaded {
	border:none;
}
/** END miscellaneous **/


/** BEGIN general.css carryover **/

img {
	border:0px;
}

img.aligncenter
{
display: block;
margin-left: auto;
margin-right: auto;
}

a, a:link, a:visited, a:active {
	color: #716e67;
	text-decoration: none;
}

a:hover {
	color: blue;
	text-decoration: none;
}

h1 a, h2 a, h3 a, h4 a, h1, h2, h3, h4 {
	color:#000;
	font-family: century gothic,helvetica,arial,arial black,sans-serif;
}

.clear {
	height:0;
	clear:both;
	line-height:0;
}

/* Captions */
/* .aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
} */

.wp-caption {
	/* border: 1px solid #ddd; */
	text-align: center;
	/* background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; */
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 10px;
	font-style: italic; 
	line-height: 12px;
	/* padding: 0 4px 5px; */
	margin: 0;
}
/* End captions */

.main_pane {
	width:980px;
	padding-top: 10px;
	margin:5px auto 0 auto;
	background-image: url(images/page_bg.png);
	background-repeat:repeat-y;
}

.main_pane_top {
	width:980px;
	margin:16px auto 0px auto;
	background-image:url(images/vector_curve.gif);
	background-repeat:no-repeat;	
	height:5px;
	/* height:1px;
	border-bottom:2px solid #dbdbdb; */
}

#toggle_div {
    width:90px;
    height:20px;
    background-color:#0d9fcd;
    font-weight:bold;
    color:#fff;
    display:block;
    float:right;
    margin-top:10px;
   margin-bottom:10px;
    padding:5px;
}

table.post_image {
    border:0px;
}

table.post_image tr td {
    border:0px;
}

.sub_pane {
	padding:12px 15px;
	margin-top:15px;
}

img.logo {
	display:block;
	margin:0 auto;
        padding-top:8px;
}

.share_this {
    float:right;
    margin-top:3px;
}

/**FOOTER MENU***/

.footer {	
	width:980px;
	margin:0 auto 0 auto;	
	height:100px;
	background-image:url(images/footer_bg.png);
	background-repeat:no-repeat;
}

.footer .reflection {
	height:100px;
	background-image:url(images/page_reflection.png);
	background-repeat:repeat-x;
}

.footer .copyright {
	text-align:center;
	font-size:0.8em;
}

/***********/

.social_bookmarks {
	float:right;
}

a.social_bookmark {
	float:left;
	margin-left:8px;
	display:block;
	width:24px;
	height:24px;
}

a.social_bookmark:hover {
	text-decoration:none;
	border:0px;
}

a.social_bookmark img {
	display:block;
}

.sub_pane a, .sub_pane a:link, .sub_pane a:visited, .sub_pane a:active, .sub_pane a:hover {
	text-decoration:none;
}

h1 a, h1 a:link, h1 a:visited, h1 a:active {
	text-decoration:none;
}

h1 a:hover {
	text-decoration:none;
}

.home_top_left_column {
	float:left;
	width:550px;
}

.home_top_left_column img {
    display:block;
	margin-bottom:10px;
}

.home_top_right_column {
	float:left;
	width:380px;
    /* padding:8px; */
    background-color:#e5e3d4;
    height:239px;
    overflow:hidden;
	margin-bottom:10px;
}


.left_column {
	float:left;
	width:220px;	
}

.right_column {
	float:right;
	width:670px;
	margin-left:15px;	
}

.right_column h1 {
	padding:0px;
	margin-top:0px;
}

table.feature_table {
	border:0px;
}

table.feature_table tr td {
	border:0px;
	padding:0px;
	padding-bottom:8px;
	vertical-align:top;
}

table.feature_table tr td h2, table.feature_table tr td h3 {
	margin:0px;
	border-bottom:1px solid #666;
}

table.feature_table tr td.right_set {
	text-align:right;
	white-space:nowrap;
}

/* Styles for two-column ad display */
#wp125adwrap_2c { width:100%; }
#wp125adwrap_2c .wp125ad { width:125px; float:left; padding:5px; }`
