/*
Theme Name: Bakery Theme
Theme URI:
Description: 
Version: 1.0
Author: Mike
Author URI: http://www.think-itdesign.com
*/



/* - BASIC STUFF - */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-repeat: no-repeat;
	background:#FFF;
	background-image: url(images/bg.jpg);
		color:#5a260c;
	margin:0 auto;
	padding:0 20px;
	z-index: 1;
	}
	
a {
	text-decoration:none;
	color: #5a260c;
	}
	
a:hover {
	text-decoration:none;
	}
	
.additional-meta {
	font-size: xx-small;
	padding: 10px;
	}
	
blockquote {
	font-style:oblique
	}

/* -- LISTS -- */
ul {
	margin:0;
	padding:0;
	}
	
ul li {	
	margin-left:0;
	padding:0;
	}
	
li {
	list-style-type:none;
	}
	
.disc {
	list-style-type:disc
	}
	
/* lists inside posts */
.entry-content ul ol {margin-left:0;}
.entry-content ul li {margin-left:10px; list-style:disc; list-style-position:inside}
.entry-content ul li ol {margin-left:10px;}
.entry-content ol li {margin-left:5px; list-style: decimal; list-style-position:inside}
.entry-content ol li li {margin-left:5px;}

/* -- HEADINGS -- */
h1,h2,h3,h4,h5,h6 { margin:0;padding:0;}

h2.entry-title, h2 {
	font-size:120%;
	border-bottom: dotted thin #5a260c;
	border-top: dotted thin #5a260c;
	color: #752B0A;
	padding: 5px; 
	}
h2#comments{margin:20px auto 10px;font-size:140%;}
/* headings inside posts */
.entry-content h3 {font-size:110%;}
.entry-content h4 {font-size:100%;}
.entry-content h5 {font-size:90%;}
.entry-content h6 {font-size:80%;}

/* -- MAIN DIV'S -- */

#wrapper {
	float:none;
	clear:both;
	margin:0 auto;
	padding:0;
	width:900px;
	}
	
#header {
	height:240px;
	margin:0 auto;
	margin-left: -30px;  
	background-image: url(images/logo_navbar.png); 
	background-repeat: no-repeat;
	position: relative;
	z-index: 1000;
	}
	
#footer {
	font-size: 70%;
	height:50px;
	overflow:hidden;
	margin:20px auto 0;
	clear:both;
	float:none;
	text-align:center;
	padding: 20px 0;
	border-top: dotted thin #5a260c;
	}
	
#homepic {
	float: left;
	margin-top: -90px;
	margin-left: -30px;
	position: relative; 
	z-index: 1;
	}

#myslides {
	width: 843px;
	height: 168px;
	overflow: hidden;
    padding: 0;
    margin:  0 auto;
    margin-top: -125px;
} 

#myslides img {
	background: transparent !important;
    width: 838px;
    height: 178px;
    top:  0;
    left: 0
}

#photos {
	z-index: 2000;
	float: right; 
	position: relative; 
	width: 411px; 
	margin-top: -200px;
	}

/* -- POSTS -- */

.post-index {
	margin:0 0 10px;
	}
	
#post-single {
	margin:0 0 20px;
	}
	
.posts-wrap {
	float:left; 
	clear:both;
	margin-top:0px;
	padding-left: 20px;
	width:490px;
	}
	
.posts-wrapindex {
	float:left; 
	clear:left;
	
	padding-left: 20px;
	width:469px;
	}


/* -- SIDEBARS --*/
.sidebar-wrap {margin:0 auto;overflow:hidden; float:left; clear:none;width:350px;}
.sidebar {width:90%;clear:none;}
.block-1 {float:right;}

/* -- 404-PAGE --*/
.error404 {margin:0;width:100%;}
.error404 h1,.error404 h2 {margin: 10px auto;}

/* -- COMMENTS -- */
div.comments-wrap {margin:15px auto; padding:0;}
li.comment,li.trackback, li.pingback {margin: 10px auto;}
ul.children {margin-left:10px;}
ul.commentlist, ul.pinglist {margin:10px 0;}
div.reply {}
textarea#comment {overflow:auto}

/* -- ALIGNMENTS --*/
img.alignright {float:right;clear:none;margin:0 0 1em 1em}
img.alignleft {float:left;clear:none;margin:0 1em 1em 0}
img.aligncenter {display: block; margin:1em auto; text-align:center}
img.alignnone {margin:0 0.5em 0 0;}

/* -- NAVIGATION --*/
div.navigation {width:100%;height:auto;float:left;clear:both;padding: 10px 0px;}
.navigation-index {}
.nav-next {float:right;clear:none;width:48%; text-align:right;}
.nav-prev {float:left;clear:none;width:48%; text-align:left;}
#nav {
	float: right;
	width: 600px;
	margin-top: 74px;
	margin-right: 0px;
	
	}

#tagline {
	float: right;
	width: 455px;
	margin-top: -110px;
	margin-right: 30px;
	}

