/*
Theme Name: Blank 1 sidebar - left (theme development)
Theme URI: http://wordpress.org/
Description: 
Version: 1.0
Author: Anna
Author URI: 
Tags: empty, clean, development, design

	Based on Kubrick v1.5
	 http://binarybonsai.com/kubrick/
	The Kubrick theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/
html {
	height:100%;
	margin: 0;
	padding:0;
	border: none;
	text-align: center;
}

body {
	height:100%;
	margin: 0;
	padding:0;
	border: none;
	text-align: center;
color:#251608;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
background:#9e7046 url(images/gradientbg.jpg) top repeat-x;
}

a {
outline:none;
color:#651116;
text-decoration:none;
}

a:hover {
	color:#ffffff;
	text-decoration:none
}

.imgs a img {
    border: 3px solid #651116;
	text-decoration: none;
	outline:none
    }

.imgs a:hover img{
    border: 3px solid #ffffff;
}

li {
	list-style-type:none;
}

.entry-meta {
	font-size:9px
}

.entry-title {
	border-bottom:0
}

h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:22px;
color: #5B0000;
}

h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
color:#5B0000;
}

#wrapper {
		position: relative;
		min-height: 100%;
		height: auto  !important; /* for modern browsers */
		height: 100%; /* for IE */
	margin: 0;
	padding: 0;
	text-align: center;
	background:url(images/berryright.png) bottom left no-repeat fixed;
	}
	
#innerwrapper {
		position: relative;
		min-height: 100%;
		height: auto  !important; /* for modern browsers */
		height: 100%; /* for IE */
	margin: 0;
	padding: 0;
	text-align: center;
	background:url(images/berryleft.png) top right no-repeat fixed;
	}
	
#content {
	background-image:url(images/brayberrytrans.png);
	text-align:left
	}
	
#footer {
width: 100%;
position: relative;
bottom: 0px;
left: 0px; 
}

img a:hover {
	color:#651116;
}
	
    img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

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

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

    .alignright {
    float: right;
    }

    .alignleft {
    float: left;
    }
	
td {
color:#251608;
line-height:19px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
}

.menu ul{
	margin: 0; padding: 0;
}

.menu ul li{
	display: inline;}

.menu ul li a{
	text-decoration: none;
	color: white;
	padding: 10.5px 5px; }

.menu ul li a:visited{
	color: white;}

.menu ul li a:hover, .menu ul li .current{
	color: #fff;
	background-image:url(images/brayberrylinkbg.png);
	background-repeat:no-repeat;
	background-position:center;
	}
	
hr {
color:#000000;
background-color:#000000;
border:0;
height:1px;
}

textarea, input {
color:#ffffff;
background-color:#8b623d;
border:#251608 1px solid;
padding:3px;
}