/*
Theme Name: italianexpress
Based on the existing restaurant website design, adapted for use with WordPress
Not used for blogging, but a static website that will be easy for small biz owner to update
for details: hermitlabs@gmail.org

*/

/* most basic */

body 
{
	margin: 0;
	padding: 0;
        background-image:url('/images/background3.png');
	font: medium Arial, Verdana, Sans-Serif;
        text-align: left;
}

/* Links */

a:link, a:visited { 
color: #0000ff; text-decoration: none; }
a:hover {text-decoration: underline;}

a.credit:link, a.credit:hover, a.credit:visited {color: #000; text-decoration: underline; !important;}


#navigation a:link,
#navigation a:visited
{
	float: left;
	display: block;
	color: #e7cf9f;
	padding: 5px 5px;
        text-decoration: none;
}

#navigation a:hover {background-color: #006e39; text-decoration: none;}

/* Typography */

h1, h2, h3, { font-weight: normal; margin: 10px 0; padding: 0; }

h1 { font-size: 24px; text-align: center; line-height: 110%;}

h2 { font-size: large; text-align: center;}

h2.menu {font-size: large; text-align: center; text-decoration: underline; font-weight: italic;}

.bigger {font-size: 20px;}

.smaller {font-size: extra-small;}

.right {text-align: right;}


/* Structure */

#container
{
	width: 700px;
	margin: 0 auto;
}

#header
{
	padding: 0px 0;
        margin: 0;
}

#navigation
{
	float: left; 
	width: 688px;
	background-color: #362417;
        font-size: 16px;
}

#wrapper
{
	margin-top: -5px;
	padding: 0;
	clear: both;
	float: left;
	width: 688px;
        background: #d1b087;
}

#content-wrapper
{
	width: 688px;
        float: left;
        background-image:url('/images/background.png');
}

#content
{
	padding: 30px 60px;
	line-height: 1.6em;
	text-align: left;

}

#footer
{
	clear: both;
	width: 100%;
	margin: 0px -10px;
	color: #000;
	padding: 10px 0px;
        text-align: right;
        font-size: xx-small;
}

/* Single Post */

#post_content-wrapper
{
	width: 640px;
	padding: 10px 0 20px 0;
	margin: 5px 0 0 80px;
}

#post_content
{
        float: left;
	padding: 27px;
	line-height: 1.6em;
	text-align: left;
}



/* Navigation */


#navigation ul
{
	margin: 0 5px;
	float: left;
	width: 700px;
	padding: 0px 0;
	list-style-type: none;
}

#navigation li { float: left; margin: 0 0 0 5px; padding: 0 10px; }


/* Header */

#header h1 {display: none;}

h1.blog-title {
        display: inline;
        }

.tagline {	
	display: none;
	}

/* Content */

h3.post-title {
        display: inline;
        }

h3.post-title a {	
        font-family: Verdana, Arial, Sans-Serif;	
        font-weight: bold;
	font-size: 24px;	
        text-transform: lowercase;
	color: #3f4f5c;
	letter-spacing: -1px;
	border-bottom: none;
	}

h3.post-title a:hover {
	text-decoration: none;
	color: #222;
	background: transparent;
	}

/* Images */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #000;
   text-align: center;
   background-color: #006e3c;
   color: #fff;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.sub {vertical-align: text-top;}


/* elements */

hr { 
border: 0;
color: #000;
background-color: #000;
height: 2px;}



/* menu */

#menupage {font-size: small;}

#menutop ul
{
	margin: 0;
        padding: 0 0 20px 0;
	width: 700px;
	list-style-type: none;
     
}

#menutop li { float: left; margin: 0; padding: 0 25px;}

.menu2{
width:650px;

}

td {vertical-align: top;}

