/*  
Theme Name: BleepBox
Theme URI: http://www.bleepboxapp.com/
Description: Custom theme for the BleepBox iPhone App.
Version: 1.0
Author: Bart Hook
Author URI: http://320studios.com
*/


body {
	background-color: #6e737a;
	background-image: url(images/main_bg.png);
	background-repeat: repeat-x;
	font-family: 'Helvetica Neue', Helvetica, Verdana;
	color: #545454;
}

h3 {
	color: #333333;
	font-size: 14px;
}

#home {
	background-image: url(images/home_bg.png);
	background-repeat: repeat-x;
}

.clear {
	clear: both;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 960px;
	
}

.alt {
    display: none;
}

#topbar {
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 160px;
}

#logo {
	display: inline;
	position: relative;
	float: left;
	width: 360px;
	height: 82px;
	margin: 38px 0 0 0;
}

#home_flash {
	position: relative;
	width: 960px;
	height: 429px;
}

#cols {
	position: relative;
	width: 960px;
	margin: 40px 0 30px 0;
}

.col_top {
	position: relative;
	width: 960px;
	height: 30px;
	background-image: url(images/col_top.png);
	background-repeat: no-repeat;
}

.col_bot {
	position: relative;
	width: 960px;
	height: 30px;
	background-image: url(images/col_bot.png);
	background-repeat: no-repeat;
}

#cols_content {
	position: relative;
	width: 960px;
	background-image: url(images/cols_bg.png);
	font-size: 12px;
	line-height: 16px;
}

#cols_content h2 {
	color: #333333;
	font-size: 18px;
	padding: 0 0 12px 0;	
}

#box {
	position: relative;
	float: left;
	width: 259px;
	margin: 0 30px;
}

#box p {
	padding: 0 0 16px 0;
}

#box a {
	font-weight: bold;
	color: #a3a3a3;
	text-decoration: none;
}

.readmore {
	display: none;
}

#footer {
	width: 960px;
	position: relative;
	text-align: center;
	padding: 0 0 20px 0;
	font-size: 11px;
	color: #ffffff;
}



/************************************* SUB PAGES *************************************/

#sub {
	position: relative;
	margin: 0 0 30px 0;
}

.sub_top {
	position: relative;
	width: 960px;
	height: 30px;
	background-image: url(images/sub_top.png);
	background-repeat: no-repeat;
}

.sub_bot {
	position: relative;
	width: 960px;
	height: 30px;
	background-image: url(images/sub_bot.png);
	background-repeat: no-repeat;
}

#sub_content {
	position: relative;
	width: 960px;
	background-image: url(images/sub_bg.png);
	font-family: 'Helvetica Neue', Helvetica, Verdana;
	font-size: 12px;
	line-height: 16px;
}

#sub_left {
	position: relative;
	float: left;
	display: inline;
	width: 578px;
	margin: 0 0 0 30px;
}

#sub_right {
	position: relative;
	float: right;
	display: inline;
	width: 260px;
	margin: 0 30px 0 0;
}

#sub_right h2 {
	font-size: 16px;
}

#sub_right a {
	color: #73ab00;
	text-decoration: none;
}

#sub_right ul {
	margin: 5px 0 20px 0;
}



/************************************* NAVIGATION *************************************/

#nav {
	display: inline;
	position: relative;
	float: right;
	margin: 60px 0 0 0;
	width: 540px;
	height: 33px;
}

#sep {
	position: relative;
	width: 14px;
	height: 33px;
}

#nav ul { 
	position: relative;
	list-style: none; 
	margin: 0;
	padding: 0;
}

#nav li { 
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	height: 33px;
}

#nav a { 
	position: relative;
	display: block;
	overflow: hidden;
	text-indent:-1000em;
	height: 33px;
	z-index: 250;
}

#nav_blog, #nav_blog a { background: transparent url(images/nav/blog.png) top; width: 124px; background-repeat: no-repeat; }
#nav_about, #nav_about a { background: transparent url(images/nav/about.png) top; width: 124px; background-repeat: no-repeat; }
#nav_instructions, #nav_instructions a { background: transparent url(images/nav/instructions.png) top; width: 124px; background-repeat: no-repeat; }
#nav_contact, #nav_contact a { background: transparent url(images/nav/contact.png) top; width: 124px; background-repeat: no-repeat; }

#nav_blog a:hover, #nav_about a:hover, #nav_instructions a:hover, #nav_contact a:hover {
	background-position: center;
}

#nav_blog_selected { background: transparent url(images/nav/blog.png) bottom; width: 124px; background-repeat: no-repeat; }
#nav_about_selected { background: transparent url(images/nav/about.png) bottom; width: 124px; background-repeat: no-repeat; }
#nav_instructions_selected { background: transparent url(images/nav/instructions.png) bottom; width: 124px; background-repeat: no-repeat; }
#nav_contact_selected { background: transparent url(images/nav/contact.png) bottom; width: 124px; background-repeat: no-repeat; }



/************************************* BLOG *************************************/

#post {
	position: relative;
	padding: 0 0 30px 0;
}
	
#post h2, h2 a {
	font-size: 24px;
	color: #333333;
	text-decoration: none;
}

#post h2 a:hover {
	color: #73ab00;
}

.details {
	position: relative;
	color: #9c9c9c;
	font-size: 11px;
}

.details2 {
	position: relative;
	color: #9c9c9c;
	font-size: 11px;
	padding: 0 0 10px 0;
}

.entry {
	position: relative;
	padding: 15px 0;
}

.entry a {
	color: #73ab00;
}

.entry p, #page p {
	padding: 0 0 10px 0;
}

#post_footer {
	position: relative;
	border: 1px solid #cccccc;
}

.post_footer_content {
	padding: 5px 10px;
	font-size: 11px;
	color: #cccccc;
	text-align: center;
}

.post_footer_content a {
	color: #73ab00;
	text-decoration: none;
}

#page h1 {
	font-size: 24px;
	color: #333333;
	padding: 0 0 20px 0;
}

.comment {
        padding: 10px 0;
}

#each_comment {
	position: relative;
	padding: 10px 15px 0 15px;
	border-bottom: 1px dotted #cccccc;
}

.comment p {
	padding: 0 0 10px 0;
}

#each_comment a {
	color: #73ab00;
	text-decoration: none;
}

#respond {
	position: relative;
	margin: 20px 0 0 0;
}

#respond p {
	padding: 0 0 5px 0;
	color: #9c9c9c;
	font-size: 11px;
}










