/*
Theme Name:		Breakfast in the City 
Theme URI:		http://www.breakfastinthecity.com/
Description:	3-columns wordpress theme with custom sidebars
Version:		1.0 - based on Popularity Theme V1.0
Author:			Pat Ryan
Author URI:		http://www.breakfastinthecity.com/
*/

body {
	padding: 0px;
	margin: 0 auto;
	font: 78% Georgia, "Times New Roman", Times, serif;
	color: #444;
	background-color: #fff;
}



/*a, a:visited { color: #222; text-decoration: underline; }
a:hover { color: #222; text-decoration: none; }
*/
a img { border: none; }

img.alignleft {
	padding: 4px 4px 4px 0;
	float: left;
	margin-right: 10px;
}
img.alignright {
	padding: 4px 0 4px 4px;
	float: right;
	margin-left: 10px;
}
img.center {
	padding: 4px;
	display: block;
	margin: 5px auto;
	clear: both;
}

h1 { font-size: 2em; line-height: 1.1em; }

h2 { 
font-weight: normal; 
font-size: 1.5em; 
font-family: Georgia, "Times New Roman", Times, serif; 

}



h3 { font-weight: normal; font-size: 1.3em; line-height: 1.3em; }


/************************************************
*	core layout elements  									*
************************************************/
	
#container {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
}


#header { 
	width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	height: 70px;
}

#contentwrapper {
	width: 960px;
	margin: 10px 0 5px;
	background: url('images/sidebar_bg.gif');
}

#content {
	float: left;
	width: 555px;
	margin: 0px 10px 0px 10px;
}


#footer {
	width: 950px;
	margin: 0 auto;
	padding: 5px;
	border-top: 2px solid #e5e4e4;
	color: #888;
}
#footer .left {
	float: left;
	width: 480;
}

#footer .right {
	float: right;
	width: 480;
	text-align: right;
}


/************************************************
*	header  									*
************************************************/	

#header #logo {
	float: left;
	width: 750px;
	font: bold 2em Georgia, Arial, Helvetica, sans-serif; 
	letter-spacing: -1px;
}

#header #logo a, #header #logo a:visited { 
	color: #222;
	text-decoration: none; 
}

#header #logo a:hover { 
	color: #CA1717; 
	text-decoration: none; 
}

#header h1 {
	font: normal 0.7em Verdana, Arial, Helvetica, Sans-Serif; 
	padding: 0; 
	color: #999; 
	text-align: left; 
}

#header .rss {
	width: 200px;
	float: right;
}

#header .rss p a {
	text-transform: uppercase;
	font-size: 1.2em;
}

#header .rss p a:hover {
	text-transform: uppercase;
	font-size: 1.2em;
}

#header .rss p {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 30px;
	margin-bottom: 15px;
	text-align: right;
}

#header .rss p img {
	vertical-align: top;
	margin-right: 5px;
}


/************************************************
*	nav menu  									*
************************************************/

#nav{ 
	float: left; 
	width: 100%; 
	font-family: Helvetica, Arial, Georgia, Sans-serif; 

	border-top: 1px solid #555; 
	border-bottom: 1px solid #555; 
	background: #000; 
	margin-bottom: 2px; 
}




#nav a{ text-decoration: none; font-size: 16px; color: #FFF; margin: 0 auto; padding: 0; }
#nav a:hover{ text-decoration: underline; color: #A9D0F5; }
#nav .current{ /*background: #444 url(images/hover_bg.gif) repeat-x;*/ text-decoration: underline; }
#nav ul{ margin: 0 auto; margin-left: 16px; width: 940px; text-align: left; padding: 0 4px 0 4px; }
#nav ul li{ display: inline; margin: 0 auto; padding: 0; border-right: 1px solid #959191; }


#nav .nav {
	float: left;
	width: 65%;
}



ul#nav{
	background: #000;
	list-style:none;
}

ul#nav li {
	float: left;
	font: 1.2em Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 15px; 
	padding: 0px 5px;
	margin-top: 3px; 
	margin-left: 5px; 
	text-transform: lowercase;

}

ul#nav li a, ul#nav li a:visited {
	display: block;
	padding: 6px;
	color: #fff; 
	text-decoration: none;
}

ul#nav li a:hover {
	display: block;
	padding: 6px;
	
	color: #fff;
	  
} 

ul#nav li.current_page_item a, ul#nav li.current_page_item a:visited { 
	cursor: default;

}
		
ul#nav li.current_page_item a:hover { 
	text-decoration: none; 
}


/************************************************
*	search  									*
************************************************/	

#nav .search {
	float: right;
	width: 30%;
	padding-right: 10px;
	text-align: right;
}
	
#nav .search .form {
	width: 200px;
	padding: 5px;
	margin: 2px 0 2px 0;
	border: 1px solid #ddd;
	background-color: #fff;
	color: #000;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
}


/************************************************
*	content  									*
************************************************/

.content_inner {
	margin-bottom: 2.5em;
	padding-bottom: 0.5em;
	border-bottom: #ccc dotted 1px;
}
		
		
.content_inner .posttitle {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.content_inner .posttitle a, .post_title a:visited {
	color: #000;
	
	text-decoration: none;
} 

.content_inner .posttitle a:hover {
	color: #07738E;
	
} 

.content_inner h2 {
	margin: 0px;
	padding-top: 2px;
	font-size: 27px;
	line-height: normal;
	margin-bottom: 2px;
	color: #000;
}


.content_inner .author_and_date {
	padding: 5px;
	color: #222;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.7em;
}

.content_inner .author_and_date a, author_and_date a:visited {
	text-decoration: none;
	color:#115e7b;

}

.content_inner .author_and_date a:hover {
	text-decoration: none;
}

#content .adsense_box {
	margin-top: 10px;
	margin-bottom: 15px;
}

#content .note_box {
	border: #DDCE93 solid 1px;
	padding: 10px;
	margin-bottom: 15px;
	background: #F7F3E2;
	font-size: 1.3em;
}

.archive_header {
	margin-bottom: 0.8em;
	font-size: 2em;
	border-top: #ccc dotted 1px;
	border-bottom: #ccc dotted 1px;
	padding-top: 10px;
	padding-bottom: 10px;
}


/************************************************
*	content : format text  						*
************************************************/

.format_text { 
	line-height: 1.7em; font-size: 1.2em;
}

.format_text p { 
	margin-bottom: 2em; 
}

.format_text p.note { 
	padding: 6px 11px; 
	background: #eee;
	border: 1px solid #ddd; 
}

.format_text p.alert { 
	padding: 6px 11px; 
	background: #F4F4AA;
	border: 1px solid #DBDB84; 
}

.format_text h3 { margin: 1.5em 0 0 0; }
.format_text h4 { line-height: 2.2em; }


.format_text a, .format_text a:visited {
	text-decoration: none;
	color:#115e7b;

}

.review_tag a, .review_tag a:visited {
	text-decoration: none;
	font-weight: bold; 
	color:#115e7b;

}


.icon_left {
	padding-right: 12px; 
	float: left;
}

.freview_tag a:hover {
	text-decoration: none;
}

blockquote {
	margin: 0 0 1.58em 0.79em; 
	padding-left: 0.8em; 
	border-left: 1px solid #ddd; 
	color: #666;
}

code { 
	font: 13px Consolas, "Andale Mono", Courier, "Courier New"; 
	color: #3C71C0; 
}

pre { 
	margin-bottom: 20px;
	padding: 8px 13px; 
	font: normal 0.86em/1.5em Consolas, "Andale Mono", Courier, "Courier New"; 
	background: #eee; 
	border: 1px solid #ddd; 
	overflow: auto; 
	clear: both; 
}

abbr, acronym { 
	font-weight: bold; 
	font-size: 12px; 
	line-height: 1em; 
	text-transform: uppercase; 
	letter-spacing: 1px; 
	border-bottom: none; 
	cursor: help; 
}


/************************************************
*	navigation  								*
************************************************/

#navigation {
	background-color: #f4f4f4;
	border-top: 1px dotted #F2F0F0;
	border-bottom: 1px dotted #F2F0F0;
	padding: 8px;
	height: 20px;
	font-size: 1.3em;
}

#navigation .nav_previous {
	float: left;
	width: 50%;
	text-align: left;
}

#navigation .nav_next {
	float: right;
	width: 50%;
	text-align: right;
}



/************************************************
*	sidebar  									*
************************************************/

#sidebar {
width:345px;
float:right;
padding:10px;
padding-bottom:40px;
height: 100%;
background-color: #f2f0f0;
}

#sidebar1 {
width:160px;
float:left;
margin-left:5px;
margin-right:5px;
}

#sidebar2 {
width:160px;
float:left;
margin-left:5px;
margin-right:1px;
}

#advertarea  {
padding-left:20px;
clear:both;
padding-top:10px;
}

#advertarea a {
margin:5px;
margin-right:15px;
float:left;
}

#sidebar h2 {
height:25px;
font-size:1.4em;
font-weight:bold;
margin-top:15px;
margin-bottom:0;
clear:both;
padding-left:5px;
}

#sidebar ul li ul li a {
padding-left:5px;
padding-top:4px;
padding-bottom:4px;
display:block;
font-size:1.1em;
color:#115e7b;
border-bottom:#CCCCCC solid 1px;
text-decoration: none;
clear:both;
text-align:left;
margin-left:-6px;
margin-right:4px;
margin-top:0;
margin-bottom:0;
width:140px;
}

#sidebar ul li ul li a:hover {
color:#115e7b;
text-decoration: none;
}

#sidebar ul, #subfooter ul { 
margin: 0;
padding:0;
}

#sidebar ul ol, #subfooter ul ol {
margin: 0;
padding:0;
}


#sidebar ul li, #subfooter li {
list-style-type:none;
list-style-image:none;
padding-left:0px;
}

#sidebar ul p, #sidebar ul select {
margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li, #subfooter ul ol li {
list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li, #subfooter ul ul li {
margin: 3px 0 0;
padding: 0;
}


/************************************************
*	footer  									*
************************************************/

#footer p {
	margin: 0px;
	font-size: 11px;
	padding: 0px;
	color: #222;
}

#footer p a {
	color:#222;
	border-bottom: 0.083em solid #ccc;
	text-decoration: none;
}

#footer p a:hover {
	color:#222;
	border-bottom: none;
}


/************************************************
*	comments  									*
************************************************/

ol.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 1.3em;
}

.commentlist li {
	padding: 10px;
}

ol.commentlist .commentcount {
	float: right;
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

ol.commentlist .commentcount a, .commentcount a:visited {
	text-decoration: none;
	color: #ccc;
}

ol.commentlist .commentcount a:hover {
	text-decoration: underline;
}

.alt1 {
	border: #ccc dotted 1px;
	margin-bottom: 3px;
}

.alt2 {
	border: #ccc dotted 1px;
	margin-bottom: 3px;
}

#comments {
	font: 1.8em Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding: 8px;
	color: #222;
	margin-bottom: 15px;
}

.commenttext {
	line-height: 1.57em; 
	padding-right: 0.79m;
	padding: 10px;
}


.commentauthor_date {
	color: #aaa;
}

.leavecomment {
	font: 18px Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #222;
	margin-top: 50px;
	padding-bottom: 5px;
	border-bottom: #ddd dotted 1px;
}

.fillcomment {
	font-size: 1.3em;
}

.commentsblock textarea {
	padding: 5px;
	border: 1px solid #aaa;
	background-color: #eee;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	width: 495px;
}

div.allowed {
	width: 495px;
	font-size: 12px;  
	padding: 5px; 
	line-height: 1.66667em; 
	background: #f9f7e4; 
	border: 1px dotted #DDCE93;
}

.commentsblock input {
	width: 240px;
	padding: 3px;
	margin-top: 2px;
	border: 1px solid #aaa;
	background-color: #eee;
}

.commentsblock input.form_submit {
	width: 150px;
	font-weight: bold; 
	background: #eee; 
	border: 3px double #999; 
	border-top-color: #ccc; 
	border-left-color: #ccc; 
	color: #222; 
	cursor: pointer; 
}
	
.commentsblock input.form_submit:hover { 
	color: #CA1717; 
}

.commentsblock input:focus, textarea:focus {
	background-color: #fff;
}


/************************************************
*	css tabber  									*
************************************************/
		
ul.domtabs {
	height: 35px;
	margin: 0;
	padding: 0;
}

ul.domtabs li {
	float:left;
	padding-right: 5px;
	list-style-type: none;
	
}

ul.domtabs a:link,
ul.domtabs a:visited,
ul.domtabs a:active,
ul.domtabs a:hover {
	width: 7.2em;
	padding: 5px;
	margin: 0;
	display: block;
	background: #fff;
	color: #222;
	font: bold 1.1em Arial, Helvetica, sans-serif; 
	border: #eee solid 1px;
	text-decoration: none;
}

ul.domtabs a:hover {
	background:#fff;
	border: #222 solid 1px;
	text-decoration: none;
}

div.domtab div {
	clear: both;
	padding: 2px 10px 4px 10px;
	margin: 0;
	border: #ddd 1px solid;
}

div.domtab div ul li {
	list-style: none;
	margin-bottom: 0.5em; 
	padding-left: 1.54615em;
	background: url('images/bullet.png') 0 0.15154em no-repeat;
}

div.domtab div ul li a, div.domtab div ul li a:visited, div.domtab a, div.domtab a:visited {
	text-decoration: none;
}

div.domtab div ul li a:hover, div.domtab div a:hover {
	text-decoration: underline;
}

ul.domtabs li.active a:link,
ul.domtabs li.active a:visited,
ul.domtabs li.active a:active,
ul.domtabs li.active a:hover {
	background: #F2F0F0;
	border: #ddd solid 1px;
}


/************************************************
*	star rating									*
************************************************/

div.star-holder {
	position: relative;
	height: 19px;
	width: 125px;
	font-size: 19px;
}

div.star {
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: transparent;
	letter-spacing: 1ex;
	border: none;
}

div.star.select:hover { background-color: #d00; }

.star1 { width: 20%; }

.star2 { width: 40%; }

.star3 { width: 60%; }

.star4 { width: 80%; }

.star5 { width: 100%; }

.star-average, .star.star-rating { background-color: #fc0; }

.star img, div.star a, div.star a:hover, div.star a:visited {
	display: block;
	position: absolute;
	right: 0px;
	border: none;
	text-decoration: none;
}

div.star img {
	width: 24px;
	height: 26px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}


.rating-holder {
	width: 125px;
	position: relative;
}

td .rating-holder {
	margin: 0 auto;
	padding-right: 3ex;
}

span.count {
	position: absolute;
	left: 100px;
	top: 0;
}

#bb-rating {
	float: right;
	padding-right: 1ex;
}

#bb-rating h4 {
	margin-bottom: 0;
}

.rating-heading {
	margin-top:20px;
	color: 000;
	font-weight:bold;
	}