/* @override http://newsite.balancedo.com/wp-content/themes/room-34-baseline/style.css */

/*
Theme Name: Room 34 Baseline
Theme URI: http://room34.com/downloads/wppi
Description: A simple baseline WordPress theme built with HTML 5 and Blueprint CSS.
Version: 1.5
Author: Scott Anderson
Author URI: http://room34.com/
Tags: white, silver, light, two-columns, fixed-width

	This is a barebones, yet elegantly designed theme written in valid (X)HTML 5
	and using the Blueprint CSS framework.  It works well on its own and is also
	an excellent starting point for custom theme development.
	
	The theme is suitable for use with a standard WordPress blog, but is also
	designed for sites that use WordPress as a CMS, with a horizontal navigation
	bar in the header area, with drop-down menus for secondary navigation.
	Secondary navigation also appears in a sidebar menu when viewing appropriate
	primary and secondary pages.
	
Credits and license:

Uses the Blueprint CSS framework:
http://www.blueprintcss.org/

Design, CSS and HTML are released under LGPL version 3:
http://www.gnu.org/licenses/lgpl-3.0-standalone.html

Last update: August 20, 2009
*/

/* STANDARD HTML TAGS */

body {
	color: #111;
	font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, sans-serif;
	background: #fff;

}

img { behavior:url(/bd-static/scripts/lib/iepngfix.htc); }

a, a:visited {
	color: #08c;
	text-decoration: none;
}

a:hover {
		color: #08c;
	text-decoration: underline;
}
a.more { white-space: nowrap; padding-right: 10px; background: url(images/morearrow.gif) no-repeat 100% 50%; zoom: 1;  
}
a:active, a:focus {
	outline: none;
}
blockquote {
	border-left: 0.5em solid #ccc;
	font-size: 0.9em;
	font-style: normal;
	padding: 0 0 0 1em;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
}

hr {
	background: #eee;
	color: #eee;
}

small {
	color: #555;
	font-size: 0.9em;
}

th {
	background: #eee !important;
}

ul.inline {
	display: block;
	margin: 1em 0;
	padding: 0;
}

	ul.inline li {
		display: inline;
		margin: 0 0.5em 0 0;
	}

/* CUSTOM CSS CLASSES */

.alignleft {
	float: left; display: inline; /* IE6 fix */
	padding: 0 1em 0.5em 0;
	text-align: left;
}

.aligncenter {
	display: block;
	margin: 1em auto;
	text-align: center;
}

.alignright {
	float: right; display: inline; /* IE6 fix */
	padding: 0 0 0.5em 1em;
	text-align: right;
}

.alignjustify {
	text-align: justify;
}

.commentlist {
	clear: both;
	list-style: none;
	margin: 1em 0;
	padding: 0;
}

	.commentlist li {
		border-bottom: 1px solid #eee;
		margin: 0.5em 0;
	}

	.commentlist cite {
		font-size: 1.2em;
		font-style: normal;
	}

	.commentlist img {
		border: 1px solid #eee;
		float: left; display: inline; /* IE6 fix */
		margin: 0 1em 0.5em 0;
		padding: 4px;
		text-align: left;
	}

	.commentlist p {
		clear: both;
	}
	
	.commentlist .bypostauthor {
		background: #eee;
		border-left: 0.5em solid #ccc;
		border-color: #ccc;
		padding-left: 1em;
	}
		
.commentmetadata {
	color: #555;
	font-size: 0.9em;
}

.entry {
}

.input label {
	display: block;
	font-size: 0.9em;
	font-weight: normal;
}

.post {
	margin: 0 0 3em 0;
}

.postmetadata {
	clear: both;
	color: #555;
	font-size: 0.9em;
}

.wp-caption {
	background: #eee;
	border: 1px solid #ccc;
	padding: 0.5em;
}

	.wp-caption img {
		border: 0;
		margin: 0;
		padding: 0;
	}
	
	.wp-caption p.wp-caption-text {
		margin: 0;
		padding: 0;
	}

/* DOM ELEMENTS */

#container {
}

#header-wrap{

	background: #2865a5 url(images/header_bg.png) repeat-x 0 top;
}
	#header {
		height: 100px;
		overflow: hidden;
		position: relative;
	}
	
		#header * {
			color: #fffeff;
			line-height: 1.3em;
			text-decoration: none;
		}
		
		#headerimg {
			background: transparent;
			height: 150px;
			width: 310px;
		}
		#headerimg .description {
			text-indent: 0px;
		
		}
		#header h1 {
			float: left;
			width: 310px;
			height: 100px;
			margin: 0 0 0 0;
		}
		#header h1 a {
			display: block;
			height: 100px;
			width: 310px;
			text-indent: -99999px;
			background: url(images/logo.png) no-repeat;
			behavior:url(/bd-static/scripts/lib/iepngfix.htc);
		}
				
	#nav {
		position: absolute;
		top: 40px;
		right: 0px;
	}
	
		#nav ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		#nav li {
			
			float: left;
			 display: inline; /* IE6 fix */
			margin: 0;
			padding: 0;
			position: relative;
		}
				
			#nav li a {
				
				display: block;
				padding: 0.2em 0.6em 0.2em 0.6em;
				margin-right: 0.8em;
				text-decoration: none;
				font-size: 1.3em;
				line-height: 33px;
	font-weight: normal;
}
		
		/*#nav li.current_page_item a{
	color: #05224d;
}*/

			#nav li a:hover{
	color: #0b3577;
}

		#nav li.login{
			width: 115px;
			height: 38px;
		}
		#nav li.login a{
			width: 115px;
			height: 38px;
			text-indent: -9999px;
			line-height: 38px;
			padding: 0;
			margin: 0;
			display: block;
			background:  url(images/login-btn.png);
	behavior:url(/bd-static/scripts/lib/iepngfix.htc);
		}
		#nav li.login a:hover{
			text-indent: -9999px;
			line-height: 38px;
			padding: 0;
			margin: 0;
			display: block;
		}
		#nav li:hover {
			
		} 
			
			/*#nav li ul {
				display: none;
				position: absolute;
				z-index: 99;
			}
	
			#nav li:hover ul {
				background: #fff;
				border: 1px solid #999;
				display: block;
				left: 0;
				min-width: 150px;
				top: 1.9em;
				white-space: nowrap;
			}

			#nav li:hover li {
				background: #fff;
				display: block;
				float: none;
				font-size: 0.9em;
				margin: 0;
				padding: 0;
			}
			
			#nav li:hover li:hover {
				background: #eee;
			}
			
			#nav li:hover li a {
				padding: 0.3em 0.5em;
			}*/
	
	
#banner-wrap{
	  
	background: #dcdcdc url(images/banner_bg.png) repeat-x;
	border-bottom: 1px solid #c8c8c8;
	
}	
#banner {
	position: relative;

}
#banner h1{
	margin: 0;
	line-height: 60px;
}



#banner div#button{
	position: absolute;
	top: 7px;
	right: 0;
}
#content-wrap{

}
#content {
	
}


#local-nav ul{
	margin: 0;
	margin-top: 25px;
	margin-right: -10px;
	padding: 0;
}
#local-nav li{
	list-style: none;
	padding: 0;
	margin: 0;
}

#local-nav li.selected,
#local-nav li.current_page_item{
	
	background: url(images/localnav_bg.png) no-repeat right top;
}

#local-nav a{
	line-height: 36px;
	font-size: 18px;
	padding-left: 40px;
}
#local-nav li.selected a,
#local-nav li.current_page_item a{
	color: #fffeff;
	font-weight: bold;
}


div#topcorners{
	position: relative;
	z-index: 9999;
}
div#topcorners div.cleft{
	position: absolute;
	width: 10px;
	height: 10px;
	background: url(images/c_tl.png);
	top: 0;
	left: 0;
}

div#topcorners div.cright{
	position: absolute;
	width: 10px;
	height: 10px;
	background: url(images/c_tr.png);
	top: 0;
	right: 0;
}
div#bottomcorners{
	position: relative;
}
div#bottomcorners div.cleft{
	position: absolute;
	width: 10px;
	height: 10px;
	background: url(images/c_bl.png);
	bottom: 0;
	left: 0;
}

div#bottomcorners div.cright{
	position: absolute;
	width: 10px;
	height: 10px;
	background: url(images/c_br.png);
	bottom: 0;
	right: 0;
}

#intro-wrap{
	color: #e4e7e9;
	background: #03173e url(images/intro_bg.png) repeat-x;
}
#intro{
	-webkit-text-size-adjust: none;
	position: relative;
	padding: 10px;
	width: 930px;
	height: 195px;
}

#intro div.col1{
	width: 400px;
	margin-right: 10px;
	float: left;
}
#intro div.col2{
	width: 520px;
	float: left;
}

#intro #screenshots{
	position: absolute;
	top: 10px;
	right: 10px;
	height: 278px;
	width: 528px;
	background-image: url(images/screenshots.png);
	behavior:url(/bd-static/scripts/lib/iepngfix.htc);
}

#intro h1{
	font-size: 30px;
	color: #fffefe;
}
#intro h2{
	font-size: 13px;
	color: #f3f3f3;
	line-height: 20px;
}
#intro h3{
		color: #f3f3f3;
	/*text-indent: -99999px;*/
}
#actions-wrap{
	color: #5b5b5b;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ececec;
}
#actions{
	-webkit-text-size-adjust: none;
	left:22px;
	width: 930px;
	padding: 10px;
}

div#button {
position: relative;
}
div#button a.button {
display: block;
float: left;
width: 150px;
height: 48px;
background: url(images/signup-btn.png) no-repeat center;
text-indent: -9999px;
overflow: hidden;
behavior:url(/bd-static/scripts/lib/iepngfix.htc);
}

#actions div#button a.button{
 margin-right: 10px;
}

div#tour {
line-height: 48px;
font-weight: bold;
font-size: 14px;
}
div#tour a {
text-decoration: underline;
color: #0b86fc;

}
div#tour a:hover {
	color: #0663bc;
}

.sosumi{
	font-size: 9px;
	color: #a6a6a6;
}

.feature{
	float: left;
	padding: 10px;
	width: 290px;
	margin-right: 10px;
}

.feature h4{

	margin-bottom: 0.5em;
	font-weight: bold;
}
.feature h4 span{
	display: block;
	font-weight: normal;
	font-style: normal;
}
.feature a.more{

}
.feature div.icon-title{
	padding-left: 60px;
	height: 55px;
	margin-bottom: 5px;
}
.feature div.icon-title h4{
	padding-top: 8px;
}
.feature div#iphone-app{
	background: url(images/feature1_connected.png) no-repeat;
}
.feature div#unbilled{
	background: url(images/feature2_billing.png) no-repeat;
}
.feature div#recurring{
	background: url(images/feature3_repeat.png) no-repeat;
}
.feature div#customize{
	background: url(images/feature4_customize.png) no-repeat;
}
.feature div#knowledge{
	background: url(images/feature5_invoice.png) no-repeat;
}
.feature div#sending{
	background: url(images/feature6_mail.png) no-repeat;
}
.feature p.description{
	margin: 0;
}


.page-template-page-2col-php #main {
	margin-top: 10px;
}

.right-sidebar{
	background: url(images/right-sidebar_bg_short.png) no-repeat right top;
}

.left-sidebar {
	background: url(images/left-sidebar_bg_short.png) no-repeat left top;
}


table.pricing {
	border-collapse: collapse;
	border: 1px solid #dedede;
}

table.pricing td{
	width: 20%;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #e1e1e1;
}

table#pricing th{
	vertical-align: top;
	text-align: center;
	border-right: 1px solid #e1e1e1;
	background: url(images/header_bg.png) repeat-x center top !important;
	color: #fffeff;
	font-size: 22px;
	font-weight: bold;
}

table.pricing thead td{
	background: url(images/banner_bg.png) repeat-x center top !important;
}
table.pricing thead td strong{
	font-size: 18px;
}

table.pricing td{
	background: #fbfbfb;
	color: #464646;
}

table.pricing td p{
	margin-bottom: 0.4em;
}

.callout{
	text-align: center;
	margin: 25px;
}

#content .callout h2{
	font-weight: bold;
	font-size: 25px;
	color: #0562a3;
}
.callout h2 span{
	display: block;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	color: #000;
}

		#content h1 {
			font-size: 2em;
			margin: 0 0 0.5em 0;
		}
	
		#content h2 {
			font-size: 1.8em;
			margin: 0 0 0.5em 0;
		}
	
		#content h3 {
			font-size: 1.5em;
			margin: 1em 0 0.5em 0;
		}
	
	#sidebar {
		font-size: 0.9em;
		margin: 1em 0 0 1em;
		overflow: hidden;
	}
	
		#sidebar ul {
			list-style: none;
			margin: 0 0 1.5em 0;
			padding: 0;
		}
		
		#sidebar li {
			margin: 0 0 0.5em 0;
		}
		
		#sidebar h2 {
			font-size: 1.2em;
			margin: 0.5em 0;
		}
		
		#sidebar h2 a {
			color: #111;
			text-decoration: none;
		}
		
		#sidebar form {
			margin-bottom: 1.5em;
		}
		
		#sidebar div {
			line-height: 1.5em;
			margin: 0 0 1.5em 0;
		}

		#sidebar div a {
			padding: 0 0.5em 0 0;
			white-space: nowrap;
		}

		#sidebar div a:hover {
			color: #036 !important;
		}
	
#footer-wrap{
	border-top: 1px solid #eee;
}
	#footer {
		
		color: #555;
		font-size: 0.9em;
		overflow: hidden;
	margin-top: 2em;
	margin-bottom: 1.5em;
}
	
		#footer p {
			margin: 0.5em 0;
		}
	
		#footer ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		#footer li {
			display: inline;
			margin: 0 1em 0 0;
		}
