/*
Theme Name: BNI
Theme URI:
Description: BNI Blog theme based on CoffeeBreak
Version: 1.0
Author: 3point3 Ltd.
Author URI: http://3point3.co.nz

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	font-family: Verdana, Helvetica, Verdana, Sans-serif;
	font-size: 0.76em;
	text-align: center;
	vertical-align: top;
	background: #fff url(images/bg_page.gif) repeat-y top;
	color: #222;
}

h1{
	font-family: Verdana, Sans-serif;
	font-size: 20px;
	padding: 0 0 10px 15px;
}

h3{
	padding: 15px 0 15px 0;
}

h4{
	padding: 0 0 0 15px;
}

a:link, a:visited{
	color:#204A92;
}

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

blockquote { font-style: italic;
	font-family: Verdana, Helvetica, Verdana, Sans-serif;
	color: #333;
	margin: 1.5em 30px 1.5em 30px;
	padding: 4px 4px 4px 10px;
	background: #e7e7de;
	border-top: 1px solid #b3b3ac;
	border-left: 1px solid #b3b3ac;
}

.entry p {
	margin: 0 0 15px 0;
}

.entry ul, .entry ol {
	margin: 0 0 15px 40px;
}

.entry ul {
	list-style-type: disc;
}

.entry li {
	margin: 0 0 5px 0;
}

.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol {
	margin: 5px 0 5px 30px;
}

.entry img.left {
	padding: 6px;
	margin: 0.5em 15px 0.5em 0;
	border: 1px solid #ccc;
	background: #eee;
	float: left;
	clear: left;
}

.entry img.right {
	padding: 6px;
	margin: 0.5em 0 0.5em 15px;
	border: 1px solid #ccc;
	background: #eee;
	float: right;
	clear: right;
}

.entry img.center {
	display: block;
	padding: 8px;
	margin: 0 auto 1.5em auto;
	border: 1px solid #ccc;
	background: #eee;
	float: none;
	clear: both;
}

.entry img.off {
	padding: 0 !important;
	border: none !important;
}

.entry img.stack {
	clear: none !important;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 900px;
	text-align: left;
}

/*----HEADER----*/

#header{
	position: relative;
	float: left;
	width: 900px;
	height: 186px;
	background: url(images/header-bg.jpg) no-repeat 0 0;
	color: #fff;
}
/* hide the h tags in the header */
#header h1, #header h2 {
	text-indent: -2000px;
	height: 0px;
	padding: 0;
	margin: 0;
}
#header #logo {
	position: relative;
	float: right;
	top: 29px;
	right: 22px;
	z-index: 1;
}
#header #banner {
	position: relative;
	float: right;
	width: 500px;
	height: 75px;
	right: 8px;
	top: 8px;
}
#header #banner img {
	border: none;
}
/*----NAVIGATION BAR----*/
#top-menu{
	clear: both;
	float: left;
	text-align: left;
	width: 800px;
	margin-top: 35px;
	margin-left: 20px;
}
#top-menu a{
	text-decoration: none;
	color: #204A92;
	font-weight: bold;
}

#top-menu a:hover{
	color: #204A92;
	text-decoration: underline;
}

#top-menu ul{
	margin-top: 23px;
	padding: 5px 0;
}

#top-menu ul li{
	display: inline;
	padding: 0 20px;
	font-size: 0.8em;
	color: #fff;
	border-right: 1px solid #fff;
}
	#top-menu ul li:last-child { border: 0; }
#top-menu ul li a { color: #fff; }
#top-menu ul li a:hover { color:#E7E7DE; }
#top-menu ul li a.current {
	color: #EAD933;
}

#top-links {
	position: absolute;
	top: 112px;
	left: 322px;
}

#top-links a {
	color: #ccc;
	font-size: 0.8em;
}
#top-portal {
	font-family:Arial,Helvetica,sans-serif;
	font-size:22px;
	font-weight:bold;
	left:321px;
	position:absolute;
	top:86px;
}
a#top-current-page { color: #fff; }
/*----POST----*/

#container{
	float: left;
	width: 630px;
	padding: 0 0 0 0;
}

.post{
	padding: 20px 50px 40px 40px;
}

.post h2{
	font-family: Verdana, Sans-serif;
	font-size: 1.4em;
	padding: 20px 0 0 0;
}

.entry{
	line-height: 22px;
}

.postinfo{
	font-size: 11px;
	color: #80807b;
	padding: 2px 0 20px 0;
}

.postinfo a{
	color: #204A92;
}

.postdate{ color: #80807b; }

p.postmetadata{
	font-size: 12px;
	color: #80807b;
	border-top: 1px dashed #80807b;
	margin: 20px 0 0 0;
	padding: 5px 0 0 0;
}

p.postmetadata strong{
	float: right;
}

/* This is the link at the bottom of a post which lets you go to the next or previous post */

.navigation{
	padding: 10px 20px 20px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}
.navigation .left {
	float: left;
}
.navigation .right {
	float: right;
}
/*----SIDEBAR STYLES----*/

.sidebar{
	float: right;
	width: 260px;
	margin: 0 auto 5px auto;
	padding-top: 35px;
	padding-bottom: 15px;
	display: inline;
	overflow: hidden;
}

.sidebar ul{
	list-style: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li{
	padding: 10px 0 10px 5px;
}

.sidebar ul li h2{
	font-family: Verdana, Sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 5px 5px 5px 20px;
	margin: 0 10px 10px 0;
	background: #650e1b;
}

.sidebar ul ul {
	margin: 0;
	padding: 0;
}
.sidebar ul ul li{
	padding: 5px 0 5px 25px;
	margin: 0;
	line-height: 18px;
	list-style: none;
	background: url(images/mug_bullet.gif) 0 7px no-repeat;
}

.syndication {
	margin-bottom: 15px;	
}

.sidebar .syndication ul li{
	margin: 0 0 5px 5px;
	padding: 0 0 0 17px;
	background: url(images/feed-icon-12x12.png) 0 50% no-repeat;
}

.sidebar a:link, a:visited{
	color:#204A92;
}

.sidebar a:hover{
	text-decoration: none;
	color: #204A92;
}


table#wp-calendar{
	width: 100%;
}

#searchform {
	margin: 0 0 25px 0;
}
#search-2 {
	margin-top: -10px;
}
#searchform input#s {
	width: 150px;
	float: left;
	display: inline;
	position: relative;
	border: 0;
	padding: 4px;
	height: 15px;
	background: #fff;
	border: #b3bbac 1px solid;
}
	#searchform input#s:hover, #searchform input#s:focus {
		background:#EFEFEF;	
	}
#searchsubmit {
	float: left;
	display: inline-block;
	position: relative;
	margin-left: 5px;
	background: #376285;
	border: 1px solid #376285;
	color: #fff;
	padding: 4px;
	border: 0;
	cursor: pointer;
	font-weight: bold;
}
	#searchsubmit:hover {
		background: #FCE14C;
		color: #000;
	}
/*----COMMENT FORM----*/

#comment-form{
	width: 475px;
	margin: 50px 0 0;
	border: 2px dotted #b3b3ac;
	padding: 5px 5px 15px 15px;
	background: #e7e7de;
}

.comments-template ol{
	margin: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	line-height: 18px;
	margin: 10px 0 10px 0;
}

.comments-template h2, .comments-template h3{
	font-family: Verdana, Sans-serif;
	font-size: 16px;
	color: #80807b;
	padding: 20px 0 10px 0;
}

.commentmetadata{
	font-size: 11px;
	color: #80807b;
	padding: 20px 0 20px 0;
}

.commentmetadata strong {
	font-size: 16px;
}
.comment_time {
	padding-top: 2px;
}
.comments-template p.nocomments{
	padding: 0;
}

.comments-template input{
	border: 1px solid #333;
}

.comments-template textarea{
	font-family: Verdana, Hevletica, Verdana, Sans-seriff;
	font-size: 12px;
	color: #000;
	margin: 30px 15px 15px 0;
	background: #FFF;
	border: 1px solid #b3b3ac;
}

/*----FOOTER----*/

#footer{
	float: left;
	width: 885px;
	padding: 10px 5px 5px 10px;
	line-height: 18px;
	color: #fff;
	background: #b3b3ac;
}

#footer a:link{
	text-decoration: none;
	color: #204A92;
}

#footer a:hover{
	text-decoration: underline;
	color: #204A92;
}

#footer a:visited{
	text-decoration: none;
	color: #204A92;
}
h2.msg {
	margin-bottom: 25px;
}
/*---- Author Profile ----*/
div.profile h3 {
	padding: 10px 0;
}
div#profilebox {
	margin-bottom: 10px;
}
div#profilebox h2 {
	margin: 0 0 10px 0;
	padding: 0;
}
div#profilebox img#authorpic {
	margin: 0 0 5px 15px;
}
div#profilebox p {
	margin-bottom: 5px;
}
div#profilebox div#profiletext {
	margin: 5px 0 0 0;
}
ul.authorposts {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.5em;
}
