/*  
Theme Name: One80
Theme URI: http://www.webyourbusiness.com
Description: A custom theme for One80!
Author: Web Your Business Inc.
Version: 0.1
*/

* {
	padding:0;
	margin:0;
}

a {
	outline:none;
	color:#d31245;
}
a:hover {
	color:#7d0e2c;
}


p {
	margin-bottom: 1em;
}

#wrapper {
	width:970px;
	text-align:left;
}

#left_column {
	float:left;
	position:relative;
	width:366px;
	height:749px;
	overflow:hidden;
}

#right_column {
	float:left;
	position:relative;
	width:604px;
	height:749px;
	overflow:hidden;
}

#logo_wrapper {
	float:left;
	position:relative;
	width:166px;
	height:259px;
	overflow:hidden;
}

#nav_wrapper {
	float:left;
	position:relative;
	width:135px;
	height:150px;
	overflow:hidden;
	margin-top:109px;
}

.nav_item {
	float:left;
	position:relative;
	width:135px;
	height:25px;
	overflow:hidden;
}

a.rollover {
	display: block;
	width: 135px;
	height: 25px;
	text-decoration: none;
	}

.displace {
	position: absolute;
	left: -5000px;
	}
	
.why {
	background:url('images/nav-why-one80.png');
}
.why:hover {
	background-position: -135px 0;
}
.why_active {
	background:url('images/nav-why-one80.png');
	background-position: -135px 0;
}
	
.who {
	background:url('images/nav-who-we-are.png');
}
.who:hover {
	background-position: -135px 0;
}
.who_active {
	background:url('images/nav-who-we-are.png');
	background-position: -135px 0;
}

.now {
	background:url('images/nav-now-thats-different.png');
}
.now:hover {
	background-position: -135px 0;
}
.now_active {
	background:url('images/nav-now-thats-different.png');
	background-position: -135px 0;
}

.the {
	background:url('images/nav-the-one80-experience.png');
}
.the:hover {
	background-position: -135px 0;
}
.the_active {
	background:url('images/nav-the-one80-experience.png');
	background-position: -135px 0;
}

.feeling {
	background:url('images/nav-feeling-is-believing.png');
}
.feeling:hover {
	background-position: -135px 0;
}
.feeling_active {
	background:url('images/nav-feeling-is-believing.png');
	background-position: -135px 0;
}

.phil {
	background:url('images/nav-philosophy.png');
}
.phil:hover {
	background-position: -135px 0;
}
.phil_active {
	background:url('images/nav-philosophy.png');
	background-position: -135px 0;
}

.one80red {
	color:#d31245;
}

.strongblack {
	font-weight:bold;
	color:black;
}

#header {
	float:left;
	position:relative;
	width:604px;
	height:205px;
	overflow:hidden;
}

.divider {
	float:left;
	position:relative;
	width:604px;
	height:2px;
	background-color:#e67795;
}

#content {
	float:left;
	position:relative;
	width:604px;
	height:336px;
	overflow:auto;
	margin:26px 0 26px 0;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}

#content strong {
	color:#d31245;
}

#footer_wrapper {
	float:left;
	position:relative;
	width:604px;
	height:122px;
	overflow:hidden;
	margin-top:30px;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
}

#contact_footer {
	float:left;
	position:relative;
	width:319px;
	height:122px;
	overflow:hidden;
}

#vert_divider {
	float:left;
	position:relative;
	width:2px;
	height:122px;
	overflow:hidden;
	background-color:#7f7d7e;
}

#connect_footer {
	float:left;
	position:relative;
	width:230px;
	height:122px;
	overflow:hidden;
	font-size:11px;
	margin-left:26px;
}

.connect_icon {
	margin-right:15px;
}

.post {
	margin-bottom:30px;
}

#nav-above {
	margin-bottom:20px;
}

.comment-author {
	font-weight:bold;
}

.comment {
	background-color:#F4F4F4;;
}

.comment-meta, .entry-meta {
	font-size:11px;
	margin-bottom:5px;
}

.nav-previous {
	float:left;
	position:relative;
}
.nav-next {
	float:right;
	position:relative;
}
