/*
Theme Name: Posto
Theme URI: http://www.postodc.com
Description: An original WordPress theme was created for Ristorante Posto in Washington, DC
Version: 1.0
Author: Antti Koskenrouta / Computech, Inc.

*/

/* Baseline  CSS  These declarations reset all the default values for all browsers */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
cite,code,th{font-style:normal;font-weight:normal;}
ul{list-style:none;}
th{text-align:left;}
h1,h2,h3,h4{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}



body { 	
	font: 12px arial, verdana, sans-serif; 
	line-height: 14px;
	padding: 0px;
	background: #fff;
	text-align: left;
	color: #000;
	background: url(images/postoBodyBg.jpg) repeat-x;
	}

p {
	font-size: 12px;
	margin: 0 0 20px 0;
}

a {
	font: 1.0em arial,sans-serif; 
	color: #000;
	text-decoration: underline;
	}


h1 {
	color: #9c2525;
	margin: 0.5em 0;
	font-size: 32px;
	line-height: 32px;	
	font-weight: normal;
	font-family: georgia, serif;
}

ul {
	margin-left: 0px;
	margin-top: 0px;
	}
	
li {
	font-size: 1.0em;
	}	


h2,
h2 a {
	font: 20px georgia, serif;
	letter-spacing: 0.1px;
	font-weight: bold;
	color: #7c1c10;
	width: 400px;
	margin-bottom: 10px;
	text-decoration: none;
	}

h2.blogTitle {
	font-size: 14px;
	font-family: "trebuchet MS";
	letter-spacing: normal;
	font-weight: bold;
	width: auto;
	margin-bottom: 10px;
	text-decoration: none;
	
}

.newsPost {
	background-color: #eee;
	padding: 5px;
	float: left;
	margin-bottom: 5px;
	border-bottom: 1px solid #dadada;
}

.newsPost p {
	margin-bottom: 5px;
	padding-left: 5px;
	color: #414141;
}

h3 {
	color: #000;
	font-size: 20px;
	font-family: georgia, serif;
	margin: 0 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
}

h4 {
	color: #000;
	font-size: 14px;
	font-family: georgia, serif;
	margin: 0 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
}

h5 {
	font-size: 1.0em;
}

#content {
	width: 780px;
	overflow: hidden;

}


#contentRight p {
	margin-top: 5px;
	margin-left: 10px;
	font-family: georgia, serif;

}

.small a {
	font-weight: 9px;
}

.italics {
	font-style: italic;
}

.hide {
	height: 0;
	overflow: hidden;
}

body {
	text-align: center;
}

#container {
	
	margin: auto;
	width:778px;
	text-align: left;
	padding: 0 10px;
	background-color: #fff;
	border-left: 2px solid #dfd9d0;
	border-right: 2px solid #dfd9d0;
	border-bottom: 2px solid #eee;
}

#header {
	height: 90px;
}

#headmast {
	padding-bottom: 2px;
	border-bottom: 2px solid #850A0B;
	height: 400px;
	overflow: hidden;
}

#headmast p {
	padding: 0px;
	margin: 0;
}



.content {
	border-top: 5px solid #850a0b;
	padding-top: 2px;
	clear: both;
	float: left;
	padding-bottom: 10px;
	border-bottom: 1px solid #727272;	
}

#posto_logo {
	margin-top: 5px;
	float: left;
}

#top_promo {
	font-family: georgia;
	color: #727272;
	border-top: 1px solid #333;
	font-size: 18px;
	/* padding: 30px 0 10px 20px; */
	padding: 5px;
	margin: 5px 0;
	clear: left;
	float: left;
	width: 250px;
}

#mainNavBar {
	text-align: right;
	float: right;
	margin: 10px;
	width: auto;
	}


#mainNavBar li {
	float: left;
	margin: 10px;
	padding: 3px 5px;
	}


#mainNavBar li a {
	color: #9C2525;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	}

#mainNavBar li a:hover {
	border-bottom: 2px solid #9C2525;
	}



li.current_page_item {
	background-color: #9C2525;
}

li.current_page_item a {
	color: #fff!important;
}

	

#contentLeft {
	margin-top: 5px;
	width: 500px;
	float: left;
}

#contentRight {
	float: right;
	width: 265px;
	padding: 0px 0px;
	background: url(images/rightBlockTop.jpg) top left no-repeat;
}

#contentRightInner {
	padding: 20px 10px 0 10px;
}

#contentRightBottom {
	background: url(images/rightBlockBottom.jpg) bottom right no-repeat;
	height: 23px;
	width: 265px;
}


#footer {
	clear: both;
	text-align:  left;
	padding-top: 9px;
}

#footer p {
	margin: 0px;
}


#footer ul {
	float: left;
	text-align:  left;
	width: 250px;
}

#bottomRight {
	width: 250px;
	float: right;
	text-align: left;
}

#bottomRight p {
	/* font-weight: bold; */
	font-size: 13px;
	margin-top: 15px;
}


#bottomRight img {
	float: right;
}

/******************************** menu styles ********************************/

#postoMenu {
	text-align: center;
	width: 780px;
	font-family: georgia;
}


#postoMenu h2 {
	text-align: center;
	width: 100%;
	margin: 10px 0 10px 0;
}


#postoMenu li {
	line-height: 20px;
	margin: 4px 0;
}

#postoMenu ul {
	margin: 10px 0;
}




.menuBoxHalfWidth {
	width: 49%;
	float: left;
}

.menuBox {
	border: 1px solid #333;
	border-bottom: 3px solid #333;
	clear: both;
	margin: 20px;
}

.postoWines table {
	margin: 10px 10px 10px 5px;
}


.postoWines table td,
.postoWines table th{
	text-align: left;
	padding: 1px 0;
}

.postoWines table th{
	font-weight: bold;
}

.postoWines h2 {
	margin: 15px!important;
}

.postoWines h4 {
	font-size: 24px;
	margin: 20px 10px;
}



.tagLine {
	margin: 10px 15px;
	font-family: "Lucida Sans", Helvetica;
	font-weight: normal;
	font-size: 10px;
}

.postoWines h3 {
	margin: 10px 5px;
}

.col1 {
	width: 170px;
}

.col2 {
	width: 80px;
}

.col3 {
	width: 400px;
}

.col4 {
	width: 80px;
}