/* 
Theme Name: Online Potential 
Description: Description goes here 
Theme URI: http://www.online-potential.com/ 
Version: 1.0 
Author: Creativity Mill 
Author URI: http://creativitymill.com/ 

All code is hand-crafted, and it would be great if no one stole it. Know what I'm saying?

*/


/*** BASIC STYLING ELEMENTS ***/

*{
	padding: 0;
	margin: 0;
	}
	
body, html {
	background: #fff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #303030;
	text-align: center;
	}
	
a, a:visited {
	color: #ed1f24;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
a:focus {
	outline: none;
	}
	
p {
	color: #303030;
	line-height: 18px;
	margin-bottom: 10px;
	}
	
h1 {
	color: #ed1f24;
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #7f7f7f;
	margin-bottom: 18px;
	}
	
h2 {
	color: #303030;
	font-size: 18px;
	margin-bottom: 8px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #7f7f7f;
	}
	
h3 {
	color: #6f6f6f;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #fff;
	margin-left: 10px;
	margin-top: 10px;
	}
	
h4 {
	color: #ed1f24;
	font-weight: bold;
	}
	
.left {
	float: left;
	}
	
.right {
	float: right;
	}
	
.clear {
	clear: both;
	}
	
/*** NAVIGATION STYLES ***/
ul#nav {
	background: url(img/nav-bg.jpg) bottom no-repeat;
	height: 28px;
	padding-top: 6px;
	padding-left: 30px;
	width: 100%;
	list-style: none;
	display: block;
	font-weight: bold;
	}
	
ul#nav li {
	display: inline;
	margin-right: 10px;
	}
	
ul#nav li a, ul#nav li a:visited {
	color: #303030;
	padding: 6px;
	text-shadow: 1px 1px 1px #7f7f7f;
	}
	
ul#nav li a:hover {
	color: #ed1f24;
	text-decoration: none;
	}
	
ul#nav li.rss {
	background: url(img/rss.gif) right no-repeat;
	padding-right: 14px;
	}

	
/*** STRUCTURAL ELEMENTS ***/

#wrap {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	}
	
.header {
	height: 130px;
	width: 100%;
	margin-bottom: 20px;
	}
	
.logo {
	height: 96px;
	background: url(img/online-potential.jpg) no-repeat;
	}
	
.page {
	width: 450px;
	margin: 0 20px 0 10px;
	}
	
.page ul {
	background: #efefef;
	padding: 8px;
	margin-bottom: 10px;
	
	}
	
.page li {
	margin-left: 20px;
	list-style-position: outside;
	}
	
.services {
	width: 390px;
	margin-left: 89px;
	margin-top: 11px;
	}
	
.services li {
	list-style: none;
	background: url(img/arrow.gif) left no-repeat;
	font-style: italic;
	padding-left: 22px;
	margin-bottom: 8px;
	}

.services li a {
	color: #303030;
	font-weight: bold;
	padding-left: 2px;
	}
	
.services li a:hover {
	color: #707070;
	text-decoration: none;
	padding-left: 3px;
	}

.banner {
	margin-left: 81px;
	}
	
.dude {
	margin-top: 30px;
	border: none;
	}
	
.cta {
	position: relative;
	top: -18px;
	border: none;
	}
	
.middle {
	clear: both;
	height: 207px;
	padding: 20px 0 40px;
	}
	
.middle h2 {
	margin-left: 10px;
	}
	
.bullet {
	background: #e9e9e9;
	width: 300px;
	height: 187px;
	margin: 0 10px;
	}
	
.bullet p {
	margin: 10px;
	text-decoration: 1px 1px 0 #fff;
	}

.one {
	background: url(img/bullet-1.jpg);
	}
	
.two {
	background: url(img/bullet-2.jpg);
	}
	
.three {
	background: url(img/bullet-3.jpg);
	}

.bonus {
	margin-top: 20px;
	margin-left: 10px;
	width: 540px;
	}
	
.testimonials {
	background: url(img/quote.gif) top left no-repeat;
	width: 340px;
	margin-left: 30px;
	padding-left: 40px;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	}

.testimonials p {
	background: url(img/endquote.gif) bottom right no-repeat;
	padding-right: 40px;
	color: #aaa;
	line-height: 22px;
	}

.name {
	font-size: 12px;
	color: #333;
	font-weight: bold;
	top: -30px;
	}

#footer {
	font-size: 10px;
	height: 45px;
	background: url(img/nav-bg.jpg) top no-repeat;
	padding-top: 45px;
	padding-left: 10px;
	padding-right: 10px;
	}

.map li {
	list-style: none;
	display: inline;
	border-left: dotted 1px #303030;
	}

.map li a {
	padding: 2px 5px;
	}

.map li.first {
	border: none;
	}
	
/*** SIDEBAR STYLES ***/

.sidebar {
	width: 400px;
	margin-left: 70px;
	}

.greybox {
	background: #e9e9e9;
	border: solid 1px #c0c0c0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
	padding-bottom: 10px;
	width: 400px;
	padding-top: 10px;
	}
	
.sideServices {
	width: 390px;
	margin-left: 18px;
	}
	
.sideServices li {
	list-style: none;
	background: url(img/arrow-grey.gif) left no-repeat;
	font-style: italic;
	padding-left: 22px;
	margin-bottom: 8px;
	}

.sideServices li a {
	color: #303030;
	font-weight: bold;
	padding-left: 2px;
	}
	
.sideServices li a:hover {
	color: #707070;
	text-decoration: none;
	padding-left: 3px;
	}

.bannerSide {
	margin-left: 10px;
	}
	
.dudeSide {
	margin-top: 30px;
	border: none;
	}
	
.ctaSide {
	position: relative;
	top: -18px;
	border: none;
	}
	
.sideTest {
	background: url(img/quote.gif) top left no-repeat;
	width: 340px;
	margin-top: 12px;
	margin-bottom: 14px;
	margin-left: 10px;
	padding-left: 40px;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	}

.sideTest p {
	background: url(img/endquote.gif) bottom right no-repeat;
	padding-right: 40px;
	color: #aaa;
	line-height: 22px;
	}
	
.study {
	margin-bottom: 12px;
	}
	
.study img {
	width: 125px;
	height: 125px;
	padding: 20px;
	background: #fff;
	border: solid 1px #c0c0c0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
.study.uno {
	margin-right: 10px;
	}
	
.study.dos {
	margin-left: 10px;
	}

.study p {
	margin: 0;
	font-size: 12px;
	line-height: 14px;
	}
	
.search {
	margin-right: 220px;
	margin-top: 0px;
	}
	
.button {
	font-size: .8em;
	font-family: Verdana, sans-serif;
	color: #ed1f24;
	padding: 1px 4px;
	border: solid 1px #c91d05;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-shadow: 1px 1px 0px #fff;
	}
	
.button:hover {
	color: #efefef;
	background: #ed1f24;
	text-shadow: 1px 1px 0px #c91d05;
	}
	
.field {
	color: #a0a0a0;
	background: #e9e9e9;
	border:solid 1px #c0c0c0;
	padding: 2px;
	margin-right: 6px;
	}
	
.results {
	border-bottom: 1px dotted #c0c0c0;
	padding: 10px 0;
	}