/*
Theme Name: Edwige at Night

Description: 2010 site design
Version: 1.0
Author: ron akanowicz
Author URI: http://www.softerwareconsulting.com/
Tags: black, dark, restaurant, simple
*/

/* static START */

html,body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, sans-serif;
    background: #000;
}

a img {
    text-decoration: none;
}

#page {
    width: 1024px;
    padding: 0px;
    margin-top: 0px;
    margin: auto;
    background: #fff;
    line-height: 120%;
}

#header h1, .description {
    text-indent: -5000px;
    margin:0px;
}

.description {
    
}

#header {
    position: relative;
    width: 1024px;
    height: 240px;
    background-image: url(img/edwige-header.jpg);
    background-repeat: none;
}

#footer {
    background-color: white;
    width: 1024px;
    margin: auto;
}

#footer p {
    padding: 20px;
    line-height: 120%;
    color: #333;

}

p {
    line-height: 120%;
}

#content {
    padding-top: 30px;
    margin-right: 40px;
    width: 600px;
}

.basicpage {
    padding-right: 30px;
    margin-right: 30px;
    width: 450px;
}

#basic-stuff {
    margin-top: 20px;
    padding-bottom: 40px;
}

.basicenetry {
    padding-top: 40px; 
}

.basicentry p {
    padding-bottom: 14px;
}

#sidebar {
    width: 300px;
    padding-left: 40px;
    padding-top: 30px;
    padding-bottom: 50px;
}

.widget p {
    line-height: 120%;
    margin-bottom: 8px;
}

#sidebar h3 {
    padding-bottom: 4px;
    border-bottom: 1px solid #ccc;
    padding-top: 6px;
    border-top: 1px solid #ccc;
}

.widget {
    margin-bottom: 40px;
}

.narrowcolumn, .widecolumn {
    width: 650px;
    float: right;
    min-height: 400px;
}

.widercolumn {
    width: 100%;
    margin-top: 60px;
}

.basicentry {
    width: 80%;
    margin: auto;
}


.post {
    background: #fff;
    margin: 0px 10px 40px 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #666;

}

.post h2 {
    font-size: .9em;
    margin: 20px;
    width: 100%;

}

.post h2 a {
    text-decoration: none;
    color: #333;
    
}

#featured, #specials {
    text-align: center;
}

#featured {
    margin: 20px 10px 50px 25px;
}


img.aligncenter {
    text-align: center;
    margin: auto;
}

.alignright {
    float: right;
    margin: 4px 0px 6px 6px;
}

.alignleft {
    float: left;
    margin: 4px 6px 6px 0px;
}

.aligncenter {
    margin: auto;
}

#navbar {
    position: absolute;
    height: 40px;
    right: 0px;
    bottom: 0px;
}

#navbar ul {margin: 0px 0px 20px 0px; padding: 0; 
	list-style-type: none; list-style-image: none; }

#navbar a:hover {color: white; }
#navbar ul {margin: 0; padding: 0; 
	list-style-type: none; list-style-image: none; }
#navbar ul li {display: inline; }
#navbar ul li a {
    font-size: 1.2em;
    font-weight: bold;
    text-decoration:none;
    margin: 0px 35px 5px 0px; 
	padding: 5px 0px 0px 0px; 
	color: #ccc;}
#navbar ul li a:hover {color: white;
	border-bottom: 1px dashed white; }

