/*   
Theme Name: JessicaBo
Theme URI: http://www.jessicabo.com
Description: A custom theme created for Jessicabo.com
Author: Jessica Winkler
Author URI: http://www.jessicabo.com
Template: JessicaBo
Version: 1.0
*/
body {
	background: #eee;
	font-size: 11px;
	color: #444;
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: left;
}

#page {
	margin: 0px auto 0px auto;
	width: 100%;
}

#header {
	width: 750px;
	height: 74px;
	padding: 25px 0px 0px 0px;
	margin: 0px auto 0px auto;
	
}

#content {
	width: 750px;
	padding: 20px 34px 0px 34px;
	margin: 0px auto 0px auto;
}

#servicebox {
	display:block;
	min-height:190px;
	height: 100%;
	background-color:#fff;
	border-top:#ddd solid 1px;
	border-bottom:#ddd solid 1px;
	padding: 10px 35px 10px 35px;
}

#footer {
	background: #444 url(images/footer_bg.gif) bottom center repeat-x;
	color: #777;
	text-align: center;
}


#wvsb h1, #wvsb h1 a, #single h1, #single h1 a {
	color: #444;
	text-transform: uppercase;
	text-decoration: none;
	font-weight:normal;
	padding: 10px 0px 0px 0px;
}
#servicebox h1, #servicebox h1 a {
	color: #444;
	text-transform: uppercase;
	text-decoration: none;
	font-weight:normal;
	padding: 0px;
	font-size: 18px;
}
#servicebox p {
	padding: 0px 0px 10px 10px;
}

#wvsb h1, #wvsb h1 a {
	font-size: 14px;
}
#wvsb p, #servicebox p {
	margin:0px;
}

#nav {
	background:transparent; 
	margin:-35px 0px 0px 0px;
	width: 100%;
	
}

#nav ul{
	background:transparent;
	position: inherit;
	padding-left: 450px;
	
}

#nav ul li{
	display: inline;
	font-size: 10px;
	font-weight:bold;
	text-align: right;
	text-transform: uppercase;
	padding-left: 25px;
	color: #444;
}

#nav ul li a {
	color: #88AFC4;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

#nav ul li a:hover {
	color: #444 !important;
}

.servicenav {
	background:transparent; 
	padding:0px 0px 0px 630px;
	
}

.servicenav ul{
	background:transparent;
	padding: 0px;
	position: inherit;
	margin:0px;
	
}

.servicenav ul li{
	display: inline;
}

.servicenav ul li a {
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

.entry {
	width: 700px;
	margin: 0px auto;
	font-size: 12px;
}

.entry ul {
	padding:10px 0px 10px 40px;
}

.entry ul li {
	font-size: 12px;
	padding-bottom: 5px;
}

.form {
	padding:0px 10px 10px 10px;
	background-color:#ddd;
	border-top: #A6A6A6 solid 1px;
	border-right: #eee solid 1px;
	border-bottom: #eee solid 1px;
	border-left: #A6A6A6 solid 1px;
}
.form p {
	font-size: 12px;
}

.formconvert {
	width: 40%;
	float:right;
}
.entryconvert {
	width:55%;
	float:left;
}

#wvsb {
	width:40%;
	float:left;
	text-align:left;
	padding: 0px;
}

#single {
	background: url(images/bluenote.png) top center no-repeat;
	width: 400px;
	height: 291px;
	float:right;
	padding:100px 10px 0px 10px;
}

#single p, #single h1, #single h1 a {
	font-size: 20px;
	width: 80%;
	text-align:left;
	margin: auto;
}


.menu {
	background:transparent; 
	width: 750px;
	margin:0px auto 0px auto;
}

.menu ul{
	width:750px;
	background:transparent;
	padding: 20px 0px 0px 0px;
	position: inherit;
	margin:0px;
	text-align: center;
}

.menu ul li{
	display: inline;
}

.menu ul li a {
	color: #eee;
	font-size:12px;
	text-transform: uppercase;
	padding: 0px 10px 0px 0px;
	margin: 0px;
	text-decoration: none;
}

.menu ul li a:hover {
	color: #88AFC4;
}

.tb {
	float:left;
	width: 40px;
	height: 45px;
	padding-right:10px;
}

a {
	color: #444;
	text-decoration:none;
}

a:hover, h1 a:hover, #wvsb h1 a:hover, #servicebox h1 a:hover, #single h1 a:hover, #nav ul li a:hover {
	color: #88AFC4;
	text-decoration:none;
	margin: 0px;
}

img {
    border: none;
}

.clear {
	clear:both;
}
/*IMAGE CRAP*/

.logo {
	padding: 0px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding-right: 10px;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	clear:left;
	}