/*

Theme Name: The Gourmet Bachelor
Theme URI: http://www.thegourmetbachelor.com
Description: Celebrity TV Chef Chad Carns shares quick and easy recipes & wine, beer or cocktail tips from his new cookbook The Gourmet Bachelor:Global Flavor, Local Ingredients, cooking demonstrations, travel videos, recommends new trendy new restaurant, celebrity chef events, wine bars, food travel destinations, new music, dating and men's grooming tips.
Version: .1
Author: Jared Levi

*/

@import url('homestyles.css');


html { 
	background-color: #000; 
}

body {  color: #888; }

p { color: #888; font-size: 116%;
}

em { font-style: italic; }
b, strong { font-weight: bold; }


.float-l { float: left; }
.float-r { float: right; }
.clear-l { clear: left; }
.clear-r { clear: right; }
.clear-b { clear: both; }

ol li { list-style: decimal; list-style-position: inside;}
#content .entry ul li { list-style: disc; list-style-position: inside; }

.post h2 a, h2 a { 
	color: #FF6600; 
	text-decoration: none; 
	font-size: 216%;
	text-transform: uppercase;
	font-weight: bold;
}

h3 { 
	color: #444; 
	font-size:334%;
	margin-bottom: -10px;
}


#container { 
	width: 1000px; 
	background-color: #000;
	margin: auto auto; 
	margin-top: 20px; 
}

#home_container {  float: left; margin-right: 20px;  }

#header  { font-size: 116%; margin-bottom: 10px; }
#header ul { float:left;  margin-top: 50px; margin-left: 75px; }
#header ul li { float: left; margin-right: 20px; }
#header ul li a { color: #FFCC00; text-decoration: none; font-weight: bold; }
#header ul li a:hover { text-decoration: underline; }

#content  { 
	width: 550px;
	_width:400px;
	/*background-color: #FFF;*/ 
	float: left; 
	margin-bottom: 30px;
	margin-right: 30px;
	_margin-right: 10px;
	
}

#content .post { 
	border-bottom: 1px solid #FF6600; 
	padding-bottom: 15px; 
	margin-bottom: 35px;
}

#content .entry p { 
	margin: 20px 0px; 
	line-height: 153.9%;
	color: #FFF; 
}

#content .entry a { color: #888; text-decoration: none; }
#home_container_side { 
	clear: left;	
	float: left; 
	width: 175px;  
/*	margin-right: 50px;*/
	margin-right:10px;
}
#home_container_side .addthis_container { display: none; }
#home_container_side  hr { color: #FF6600; }
#home_container_content { 
	float: left;
	width: 550px; 
	_width:500px;
	color: #FFF; 
	padding-left: 0px; 
	margin-bottom: 20px;
	/*border-left: 1px dotted #666;*/
	
}

#home_container_content p { color: #FFF; line-height: 160%; }
#home_container_content .addthis_container { display: none; }
.postmetadata a { color: #FFCC00; text-decoration: none; font-size: 138.5%; }

/* Sidebar */
#sidebar1 {
	width: 175px; 
	float: left;
	margin-right: 40px;
	_margin-right:10px;
}

#sidebar2 {
	width: 175px; 
	float:right; 
	margin-right: 30px;
	
}

#sidebar3 {
	width: 175px; 
	float:right; 
	margin-top: 20px;
	margin-right: 30px;
}

#sidebar1 { color: #FFF; }
#sidebar1 p { font-size: 100%; }
#sidebar1 h2 { color: #FF6600; text-transform: uppercase; margin-bottom: 2px; font-weight: thin; font-size: 108%; font-weight: bold; }
#sidebar1 div.section, #sidebar1 .textwidget { border-bottom: 1px dotted #666; margin-bottom: 15px; padding-bottom: 15px; color: #444; /*font-size: 93%;*/ }
#sidebar1 .textwidget  { color: #FFF; }
#sidebar1 div.noborder { border-bottom: none; }
#sidebar1 div a { color: #FFF; text-decoration: none;}
#sidebar1 .addthis_container, #sidebar3 .addthis_container, #sidebar2 .addthis_container { display: none; }



/*  Next / Previous Page Nav */
.navigation { width: 100%; }
.navigation a { color: #FFCC00; text-decoration: none; }
.navigation .alignlLeft { text-align: left; } 
.navigation .aligntRight { text-align: right; }

/* Caption Text */
.wp-caption-text { font-size: 85%; color: #FFCC00 !important; }
.more-link { color: #FFCC00 !important; text-decoration: none; }
/* AddThis */
.addthis_container { margin: 20px 0px; }

/* Social Networking Widget */
div#social_networking_widget {  }
div#social_networking_widget ul li { display: inline; }
div#social_networking_widget { color: #FFF; }
div#social_networking_widget a { color: #888; font-size: 93%; text-decoration: none; }


/* Buy Books */
#buy_book { }
#buy_book h2 { color: #FFCC00; font-weight: bold; font-size: 123.1%; }
#buy_book a { color: #FFF; font-weight: bold; font-size: 123.1%; margin: 5px 0px; }
#buy_book a:hover { color: #FFCC00; }
#buy_book p { color: #FFF !important; font-size:100%; margin-top: 5px; }
/* Text Widget */

.textwidget { color: #FFF;   }


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



