/*
Theme Name: LaStrada
Description: Custom Theme for La Strada on Second
Author: Jeffrey R. Gould
Author URI: http://jrgould.com


*/



/* Begin Typography & Colors */

/* @override 
	http://lastradaon2nd.com/css/lastrada.css
	http://lastradaon2nd.com/wp-content/themes/LaStrada/style.css
*/

/*RESET*/
.clear, .clearing{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*/RESET*/


html {
	margin: 0;
	font: normal 12px Arial, Geneva, sans-serif;
	color: #fff;
}

a {
	color: #ffc;
	text-decoration: none;	
}

a:hover {
	color: #ff9;
	text-decoration: none;
	border: 0;
}

img {
	border: 0;
	margin: 0;
}
img.al

p {
	margin: 0 35px 10px 10px;
}

h1, h2, h3, h4, h5 {
}

h1 {
	font-size: 22px;
	margin: 15px 0 5px 10px;
	padding: 0 0 8px 0;	
	color: #000;
}

em{
	font-style: italic;
}
/*--- SITE FRAMEWORK ---*/

body {
	padding: 0;
	margin-top: 5px;
	text-align: center;
	background: #f7eac0;
}
	
#wrap {
	width: 875px;
	text-align: left;
	position: relative;
	margin: 0 auto 20px;
}

.logocontainer {
	width: 875px;
	text-align: center;
	margin: 0 auto;
	float: left;
}

#contentcontainer {
	width: 841px;
	min-height: 567px;
	float: left;
	text-align: left;
	background: #551400 url(./images/contentcontainerbg.jpg) left bottom repeat-x;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#navigation {
	width: 841px;
	height: 25px;
	background: #000;
	float: left;
	display: inline;
}

#navigation ul {
	margin: 5px 0;
	padding: 0;
	list-style: none;
}

#navigation li {
	margin: 0 25px;
	display: inline;
	color: #fff;
}

#navigation li a {
	color: #ffc;
}
#navigation li a:hover{
	color: #ff9;
}

#navigation li.first {
}



/* 
Image classes, text spans and miscellaneous site structures in here. Also, pirates.
*/

span.generalboldtext {
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}

span.strong {
	font-weight: bold;
}

.sidebarphoto {
	margin: 40px;
	padding: 0;
	float: left;
}

.sidebar {
	width: 150px;
	margin: 35px 25px;
	float: left;
	display: inline;
	position: relative;
}

.sidebar ul {
	margin-left: 10px;
	padding: 0;
	list-style: none;
}

.sidebar li {
	display: block;
	margin: 0 0 10px 0;
}

.content {
	width: 586px;
	margin: 40px 35px 0 0;
	float: left;
}

.content ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
}

.content li {
	display: block;
	margin: 0 0 15px 0;
}

.contactinfo {
	text-align: center;
}

.contactinfo p {
	color: #f7eac0;
	font-weight: bold;
	padding: 5px 0 0;
}

/*
INDEX PAGE IMAGE POSITIONING
*/

#photoarray {
	width: 841px;
	height: 525px;
	margin: 0;
	position: relative;
	float:left;
}

.topphoto {
	position: absolute;
	margin: 50px 0 0 290px;
	float: left;
}

.leftphoto {
	position: absolute;
	margin: 200px 0 0 25px;
	float: left;
}

.rightphoto {
	position: absolute;
	margin: 200px 0 0 525px;
	float: right;
	display: inline;
}

/*--- Footer --*/
#footer {
	width: 841px;
	height: 30px;
	background: #000;
	clear: both;
}



/*--- Menu Styling --*/
#menu{
	color:#333;
	height: 475px;
	padding: 0 0 5px;
	overflow: auto;
	background-color: #fff;
	margin-bottom: 5px;
	border: 4px solid #f7eac0;
	width: 578px;
	position: relative;
	z-index: 0;
}
div.submenu{
	background-color: #fff;
	position: relative;
}
#menu h3{
	font-size: 26px;
	font-weight: normal;
	font-family: Georgia, Times, "Times New Roman", serif;
	text-decoration: underline;
	color:  #900;
	margin: 0 10px 10px;
	padding: 10px 0 0;
	text-transform: ;
}
#menu h4{
	text-transform: uppercase;
	margin: 0px 0px 5px;
	padding:2px 10px 1px;
	background-color: #f7eac0;
	color: #333;
	display: inline-block;
}

#menu div.submenu p{
	margin-left: 10px;
	font-style: italic;
}
.submenu li{
	padding-right: 100px;
}
.submenu .price{
	text-align: right;
	display: block;
	position: absolute;
	right: 1.5em;
	margin: -1.2em;
	width: 97%;
	background: url(./images/dots.gif) repeat-x 0 .9em;
}
.submenu .price strong{
	background-color: #fff;
	font-weight: normal;
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #900;
	padding: 0 10px;
}

span.additem span.description:before{
	content: "— ";
}
span.description{
	background-color: #fff;
	position: relative;
	z-index: 9;
}
span.additem{
	width: auto;
	height: auto;
	display: block;
}

#menu-nav li{
	position: relative;
}


/*--- tabs --*/

.hidden-tab {
     display: none;
}
.active-link{
	font-weight: bold;
}
#active-triangle{
	position: absolute;
	right: -29px;
	z-index: 100;
}

/*--- /Menu Styling --*/








/*------- FP Redesign 08-25-09 -----------*/	
#main{
	position: relative;
	background: transparent url(./images/fpbg.jpg) 0 0 no-repeat;
	margin-top: 25px;
	height: 550px;
}

#menubutton{
	display: block;
	width: 240px;
	height: 158px;
	background: transparent url(./images/menubutton.jpg) no-repeat;
	text-indent: -99999px;
	position: absolute;
	top: 390px;
	left: 7px;
}

#cateringbutton{
	display: block;
	width: 240px;
	height: 158px;
	background: transparent url(./images/cateringbutton.jpg) no-repeat;
	text-indent: -99999px;
	position: absolute;
	top: 390px;
	left: 253px;
}

#newspane{
	width: 324px;
	height: 373px;
	position: absolute;
	top: 7px;
	right: 5px;
	overflow: auto;
	color:  #333;
}
#newspane h1#latestnews{
	width: 163px;
	height: 21px;
	margin: 7px auto 0;
	background: transparent url(./images/latestnews.jpg) no-repeat;
	text-indent: -99999px;
	
}
#newspane h2, #newspane h2 a{
	color: #300;
	font: 18px Georgia, "Times New Roman", Times, serif;
	background-color: #f;
	margin: 5px 10px;
}
#newspane h2 a:hover{
	color: #900;
}
#newspane p{
	margin: 0 10px 10px;
}
#newspane a{
	color: #008;
	font-weight: bold;
}
#newspane img{
	border: 1px #333 solid;
	background: #600;
	padding: 1px;
	margin: 5px auto;
}
#social{
	width: 324px;
	height: 103px;
	position: absolute;
	top: 440px;
	right: 5px;
	overflow: auto;
}
#social a{
	display: block;
	text-indent: -99999px;
	top: 5px;
	height: 97px;
	position: absolute;
}
#social a#youtubelink{
	width: 72px;
	left: 8px;
}
#social a#facebooklink{
	width: 72px;
	left: 97px;
}
#social a#shoplink{
	width: 131px;
	left: 185px;
}

a#newsletter{
	position: absolute;
	width: 185px;
	height: 40px;
	top: 390px;
	left: 520px;
	padding-left: 43px;
	font-size: 16px;
	color:#600;
	font-weight: bold;
}
a#newsletter:hover{
	color: #900;
}

/*SHOP PAGE*/

.calpage h2{
	font-size: 1.3em;
	margin: 0 0 5px 0;
}
.calpage p{
	margin: 5px 0;
}
#calendar_box{
	float: left;
	margin: 10px 30px;
	text-align: center;

}

#shop_rbox{
	width: 300px;
	float: left;
	margin: 10px 20px 10px 40px;
	text-align: center;
}
#shirt_box{
	margin: 43px 0 0;
}

#viewcart{
	clear: both;	
	margin:20px 0;
	text-align: center;
}


img#shop_pancan_banner{
	margin: 10px 0 10px 165px;
}


/* BLOG */
#content{
	margin:  33px 10px 10px;
	font-size: 1.1em;
}
#content.narrow{
	margin-right: 350px;
}
#content p, #sidebar p{
	margin: 0 0 10px 0;
	font-family: TREBUCHET MS,"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.2em;
}
#content h2, #content h2 a{
	font-size: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	color: #fff;
	text-shadow: #360c00 1px 1px 1px;
	margin: 0;
}
#content h2 a:hover{
	color: #FFC;
}
.post-top{
	margin: 0 0 10px 0;
}
.post-top small{
	font-size:10px;
	text-transform: uppercase;
}

#content .navigation{
	width: 100%;
	height: 1.2em;
}
#content .navigation .alignright{
	float: right;
}
div.comment-wrap{
	background: #300;
	padding: 10px;
	margin: 10px 0;
}
#comments{
	margin: 0px;
	font-size: 18px;
}
.comment{
	margin: 10px;
}
.vcard, .vcard cite a, .vcard cite{
	font-size: 16px;
}

.page div.entry{
	padding: 40px 50px 0 336px;
	display: ;
}

#content.errorpage{
	text-align: center;
}
#content.errorpage h2{
	margin:60px 0 30px;
}

.center{
	text-align: center;
}


#sidebar{
	width: 304px;
	position: absolute;
	top: 35px;
	right: 5px;
	overflow: auto;
	color:  #333;
	background-color: #f7eac0;
	padding: 5px 10px 10px;
	border: 3px solid #300;
	
}
#sidebar h2{
	color: #900;
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
}
#sidebar a{
	color: #003;
}
#sidebar a:hover{
	color:#009;
}


