/* Spaansetapas.be */

/* COLORS
----------------
Burnt red (light): ae4328
Darker red (links rollover): 9a160e
Gray on sidebar and small: #51514d
Green of links: #a19f5e

*/

* {
	margin: 0; 
	padding: 0;
	}

body {
	background: url("images/bg.gif");
	font-size: small;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#outerwrapper {
	background: url("images/mainbg.gif") repeat-y 50%;
	}

body img {
	border: none;
	}

/* LINKS */

a:link,  a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #a19f5e;
	}

a:hover, a:active {
	color: #9a160e;
	}

h1 a:link, h1 a:visited {
	color: black;
        text-decoration: none;
	}

h1 a:hover, h1 a:active {
	color: #aa1700;
	}

/* TYPOGRAPHY */

#content p {
	text-align: justify;
	padding: 5px;
	font-size: 85%;
	line-height: 1.5em;
	}

h1, h2 {
	font-family: Georgia, serif;
	font-weight: normal;
	}

h3 {
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 120%;
	}

h2.pagetitle {
	font-size: 180%;
	text-transform: uppercase;
	padding-bottom: 20px;
	}

.entry h2 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 100%;
	font-weight: bold;
	color: #51514d;
	margin: 7px 0 7px 0;
	}

h1 {
	font-size: 180%;
	padding-bottom: 5px;
	}

#content .posttitle {
	font-weight: normal;
	}

#content .toro img{
        background-color: white;
        border: none;
        padding-top: 12px;
}

#content .gravatar img{
        background-color: white;
        border: none;
}

#content .sml {
        padding-left: 5px;
}

small {
	font-size: 80%;
	line-height: 1.5em;
	color: #51514d;
	}

#sidebar p {
	margin: 0;
	font-family: Georgia, serif;
	color: #51514d;
	line-height: 1.5em;
	font-size: 85%;
	}

#sidebar p.shortbio {
	font-size: 85%;
	}

h2 {
	font-size: 120%;
	}

.postmetadata {
	color: #51514d;
	}

label {
	font-weight: bold;
	color: #9a160e;
	}

.navexpand-submenu {
	font-size: 85%;
	color: #51514d;
	}

.navexpand-submenu h2 {
	font-size: 100%;
	font-weight: bold;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #51514d;
	}

.wholepagecontent h2 {
	padding: 15px 0 10px 0;
	font-weight: bold;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	font-size: 85%;
	margin: 15px 30px 10px 10px;
	padding-left: 20px;
	background: url("images/vdot.gif") left repeat-y;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

/* CONTENT LISTS */

.entry ul, .entry ol, #entrypage ul, #entrypage ol {
	font-size: 85%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height: 1.5em;
	width: 400px;
	margin-left: 25px;
	padding: 5px;
	}

.entry ul li, .entry ol li, #entrypage ul li, #entrypage ol li {
	padding: 3px;
	}

/* IMAGE STYLES */

#content img, #content a img {
	max-width: 100%;
	background-color: #51514d;
	}

#entrypage img {
	border: none;
	padding: 0;
	background-color: white;
	}

#content a:hover img {
	background-color: white;
	}

#content img.wp-smiley {
	border: none;
	padding: 0;
	background-color: white;
	}
	
#content li img {
	margin: 5px 0 5px 0;
	}

#content li img.wp-smiley {
	padding: 0;
	margin: 0;
	}



#sidebar a:hover img {
	background-color: white;
	}
	
img.centered {
	padding: 2px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 2px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 2px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}

.4x6image {
	width: 410px;
	height: 272px;
	}

/* Structure */

#topanchor {
	background: url("images/anchorbg.jpg") repeat-x;
	height: 225px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	}

#wrapper {
	width: 750px;
	margin: 0 auto;
	z-index: 10;
	}

#header {
	z-index: 20;
	position: relative;
	width: 750px;
		}

/* Top NAV BAR */

#nav {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #ae4328 url("images/navbg.jpg") no-repeat top;
	}

ul#sitenav {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 38px;
	position: relative;
	}

#sitenav li {
	display: inline;
	}

#sitenav a {
	font-family: Georgia, serif;
	font-size: small;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 1.5em 0 1.5em;
	line-height: 36px;
	text-decoration: none;
	color: #ff9378;
	}

#sitenav a:hover {
	color: white;
	}

/* Main Blog Content */

.contentwithsidebar {
	float: left;
	padding: 20px 25px 20px 35px;
	margin: 0;
	width: 460px;
	background: url("images/vdot.gif") right repeat-y;
	}

.entry {
	background: url("images/hdot.gif") top repeat-x;
	padding: 10px 0 10px 0;
	}

.post {
	padding-bottom: 30px;
	}

.postsingle {
	padding-bottom: 30px;
	padding-top: 30px;
	}

.postmetadata {
	background: url("images/hdot.gif") top repeat-x;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	}

/* COMMENTS */

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	margin-bottom: 15px;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 0;
	list-style: none;
	background: url("images/vdot.gif") left repeat-y;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.commentnumber {
        float:right;
        padding: 0px 10px 0px 10px;
        color: #7f7f7f;
        }

/* COMMENT FORMS */

.commenttext {
	float: right;
	}

.commentsmallforms {
	float: left;
	}

.commentbox {
	margin: 5px 0;
	width: 460px;
	height: 150px;
	background: url("images/hdot.gif") top repeat-x;
	}

h3#respond {
	padding-top: 5px;
	background: url("images/hdot.gif") top repeat-x;
	}

#commentform input {
	padding: 2px;
	color: black;
	border: 2px solid black;	
	font-size: 100%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#commentform textarea {
	padding: 2px;
	color: black;
	border: 2px solid black;
	font-size: 100%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

input#submit {
	margin: 0;
	font-weight: bold;
	background-color: white;
	color: #9a160e;
	}

/* SEARCH FORM */

#searchform {
	margin: 0 auto;
	padding: 5px 3px; 
	}

#sidebar #searchform #s{
	width: 125px;
	padding: 2px;
	background-color: white;
	border: 1px solid #51514d;
	}

#searchsubmit {
	background-color: white;
	border: none;
	cursor: pointer;
	}

#searchform input {
	font-family: Georgia, serif;
	font-size: 85%;
	font-weight: bold;
	color: #51514d;
	}


/* PAGES */

.wholepagecontent {
	width: 697px;
	margin: 20px auto;
	padding: 0;
	}

#entrypage {
	background: url("images/hdot.gif") top repeat-x;
	}

.pagehead {
	padding-top: 10px;
	}

.pagetext {
	width: 640px;
	margin: 5px auto;
	}

/* Sidebar */

#sidebar {
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 170px;
        list-style-type: none;
	}

#sidebar ul ul li, #sidebar ul ol li {
	color: #777;
	}


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

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 0px;
        margin-left: 7px;
	}

#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 {
	list-style-type: none;
	}

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

	
#sidebarnav ul {
	padding-bottom: 5px;
	}

#sidebarnav ul li {
	padding: 0px;
	}

#sidebarnav ul ul {
	padding: 0px;
	}

.navexpand-submenu {
	display: none;
	padding-left: 12px; 
	}

.navexpand-main {
	cursor:pointer;
	border-top: 1px solid #D3D3D3;
	font-weight: bold;
	width:150px;
	margin-bottom: 5px;
	padding-top: 3px;
}

/* footer */

#footer {
	clear: both;
	padding: 10px 25px 10px 25px;
	width: 600px;
	margin: auto;
	text-align: center;
	}

#overlay{ background-image: url(http://www.spaansetapas.be/js/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.spaansetapas.be/js/overlay.png", sizingMethod="scale");
	}