/*
Theme Name: Brenew
Theme URI: http://www.cypherstech.com/
Description: Custom design for Brenew.net.
Version: 1.0
Author: Anthony G. Cyphers
Author URI: http://www.cypherstech.com/
Tags: blue, white, black, gray, 4-column
*/
@charset "UTF-8";

html,html body {
	height:100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	background: url(images/body_bg.png)	#666 repeat-y;
}

#wrapper {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 800px;
	min-height: 100%;
}

#followbar {
	background: url(images/followbar.png) no-repeat;
	text-align: center;
	padding-left: 5px;
	width: 70px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#followbar img {
	border: 0px;
	padding: 5px;
}

#bookmarkbar {
	background: url(images/bookmark.png) no-repeat;
	text-align: center;
	padding-left: 5px;
	width: 71px;
	position: absolute;
	top: 0px;
	left:75px;
}

#bookmarkbar img {
	border: 0px;
	padding: 5px;
}

#sidebar {
	width: 190px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 150px;
}

#innersidebar {
	padding-left: 10px;
	padding-right: 10px;
}

#innersidebar a {
	text-decoration: none;
	color: #000;
}

#innersidebar a:hover {
	text-decoration: underline;
	color: #000;
}

#innersidebar h2 {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#innersidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#innersidebar ul li {
	list-style: none;
	position: relative;
	left: 10px;
	padding-top: 5px;
	padding-bottom: 25px;
	margin-right: 15px;
}

#innersidebar ul li ul li {
	list-style: none;
	position: relative;
	left: 10px;
	border-bottom: 1px solid #999;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 15px;
}

.current_page_item {
	padding-left: 5px;
	margin-left: -10px !important;
	margin-right: -7px !important;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	background: #fff;
	margin-top: -1px !important;
}

#logo {
	background:url(http://www.brenew.com/wp-content/uploads/2010/01/brenew-logo.png) no-repeat;
	position: relative;
	left: 3px;
	top: 5px;
	border: 0px;
	margin: 0px;
	width: 185px;
	height: 139px;
	text-indent: -1000px;
}

#page {
	position: relative;
	left: 342px;
	min-height: 100%;
	border-right: solid 1px #333;
	width: 821px;
	padding: 0px 5px 30px 15px;
	background: #fff;
}

#footer {
	/* background: url(images/footerleft.png) repeat-y #7f7f7f; */
	background-color: #7f7f7f;
	min-width: 841px;
	max-width: 841px;
	height: 121px;
	border-top: 1px solid #999;
	border-right: 1px solid #333;
	overflow: hidden;
	margin-left: 342px;
}

#footer a {
	text-decoration: none;
	color: #333;
}

#footer a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #bbb;
}

#footer-left {
	color: #BBB;
	position: relative;
	top: 50%;
	margin-top: -20px;
	margin-left: 10px;
	min-height: 80px;
	width: 300px;
	overflow: hidden;
	float: left;
}
#footer-center {
	width: 100%;
	background: url(images/footerlogo.png) no-repeat center;
	height: 106px;
	z-index: -1;
}
#footer-right {
	text-align: right;
	color: #BBB;
	position: relative;
	top: 50%;
	margin-top: -20px;
	margin-right: 10px;
	min-height: 80px;
	width: 300px;
	overflow: hidden;
	float: right;
}

img.alignright {
	margin: 0 7px 2px 0;
}

img.alignleft {
	margin: 0 0 2px 7px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
code {
	display:block;
	direction:ltr;
	text-align:left;
}
acronym, abbr, span.caps {
	letter-spacing:0; /* fix opera bug */
}
html>body .entry ul {
	padding:0 10px 0 0;
	text-indent:10px;
}
html>body .entry li {
	margin: 7px 10px 8px 0;
}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 10px 0 0;
}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 10px 0 0;
}
#commentform {
	margin: 5px 0 0 10px;
	}
#commentform input {
	margin: 5px 0 1px 5px;
}
#commentform #submit {
	float:left;
}
.commentlist p {
	margin: 10px 0 10px 5px;
}

.children .even, .alt {
	border-left: 0;
	border-right: 1px solid #ddd;
}

#wp-calendar #next a {
	padding-right:0;
	padding-left:10px;
	text-align:left;
}
#wp-calendar #prev a {
	padding-left:0;
	padding-right:10px;
	text-align:right;
}
blockquote {
	margin: 15px 10px 0 30px;
	padding-left: 0;
	padding-right: 20px;
	border-left: 0 none;
	border-right: 5px solid #ddd;
}
#email, #url {
	direction:ltr;
}