/*  
Theme Name: Cork Cafe
Author: Jan Gudiksen
Author URI: 

*/

/* standard elements */

* { margin: 0; padding: 0; }

a {color: #6a6840;}
a:hover {color: #f7931d;}

body {
	background: #6d0709;
	color: #444;
	font: normal 62.5% Tahoma, sans-serif;
        line-height: 175%;
	padding: 50px 0 50px 0;
}

p,code,ul {padding-bottom: 10px;}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 13px; color: #6d0709;
        border-bottom: 2px solid; border-color: #f7931e;
}
h2 {font: normal 1.6em sans-serif;}
h3 {font: bold 1.1em sans-serif;}

big {font-size: 1.1em;}

h1, h2, h3 {padding-top: 6px;}

label {
	display: block;
	font-size: 0.9em;
}

/* misc */
.clearer {clear: both;
       color: #ffffff
}
.left {float: left;}
.right {float: right;}

/* structure */
.container {
	background: #dfdecb url(img/content_bg.jpg) repeat-y top center;
	font-size: 1.2em;
	margin: 0 auto;
	width: 905px;
        min-height: 675px;
}

/* title */
.header {
	background: #dfdecb url(img/header.jpg) no-repeat;
	font-size: 1.2em;
	height: 210px;
	margin: 0 auto;
	width: 905px;
	text-indent:-5000px;
}

/* navigation */
.navigation {	
	border: 0px solid #c8c6a4;
	border-color: #deddc9 #efefe5;
	background:#D9E1E5 url(img/menu_bg.jpg) no-repeat;
	height: 39px;
	margin: 20 0px;
}
.navigation li {
	border-right: 0px solid #c8c6a4;
	height: 29px;
	padding: 10px 15px 0px 25px;
	float:right;
}
.navigation li a {text-decoration: none; font: bold 1em sans-serif; color: #ffffff; margin-top:20px;}
.navigation li a:hover {background-position: left bottom; color: #f8941e;}

/* sub navigation */
.sidenav {
	margin-left:12px;
        background:url(img/sidenavvy3.jpg) no-repeat;
	float: left;
	width: 213px;
        height: 410px;
}
.sidenav h2 {
	color: #6d0709;
	font: bold 1em Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 16px;
        padding-top: 100px;
}
.sidenav ul {
	padding: 0;
	border-top: 0px solid #e9e8db;
}
.sidenav li {border-bottom: 0px solid #e9e8db;}

.sidenav li a {
	font-size: 1.1em;
	color: #6d0709;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {

	color: #f7931e;	
}

.sidepic {
        margin-top: 15px;
}

.sidepic img {
        border: none;
}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 550px; /* FireFox 647px */
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}

.content p {font-family: "Lucida Sans Unicode",sans-serif;}

/* footer */
.footer {
	background: #6D0709 url(img/footer.jpg) no-repeat top center;
	text-align: center;
	color: #6a6840;
	font: 1em sans-serif;
	line-height: 29px;
	height: 29px;
}
.footer a, .footer a:hover {color: #6a6840;}

/* posts */
.post h1 a {text-decoration:none;}
.post h1 a:hover {text-decoration:underline;}

.post {margin: 6px 0 2px;}
.post .info{
	padding: 5px 10px;
	border: 1px solid #E3E4E4;
	background:#F5F5F5;
	color: #555;
	margin: 2px 0 4px;
}
.post img {border: 0px solid #DDD; margin: 4px 0;}
.post a img {border: 0px solid #DDD;}
.post a:hover img {border-color: #CCC;}

.info a {text-decoration: none;}
.info a:hover {text-decoration: underline;}


#searchform {padding:10px; background-color:#e9e8db;}

.entry li {
padding-bottom: 15px;
}

.mailinglist {
       padding-top: 25px;
}