/*
Theme Name: Rocket Monkey Theme
Theme URI: http://rocketmonkey.com/
Description: The default Rocket Monkey Theme.
Version: 1.0
Author: Kaushlesh Biyani
Author URI: http://biyani.com/
*/
/* Stylesheet Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End Reset */


body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background: #d5d6d7 url('images/background.jpg');
	color: #3f3f3f;
	}

.clear {
	clear: both;
}

p {
	font-size: 1.2em;
	line-height: 1.8em;
	margin: 1em 0;
}

h1, h2 { margin: 0 0 1em 0; }
h3, h4 { margin: 0 0 .7em 0; }

h1 { font-size: 2em; }
h2 { font-size: 1.6em; color: #BA4126; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }

h2 a {
	color: #BA4126;
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}


#wrapper {
	position: relative;
	margin: 35px auto 0;
	width: 876px;
}

#header {
	position: relative;
	widtth: 100%;
}

#headerTop {
	height: 65px;
	width: 100%;
	background: url('images/header.jpg') 0 0 no-repeat;
}

#headerTop h1 a {
	display: block;
	position: absolute;
	top: 20px;
	left: 25px;/*75*/
	height: 80px;/*50*/
	width: 375px;/*250*/
	text-indent: -9999px;
}

#primaryNav {
	width: 876px;
	height: 33px;
	background: url('images/logo.jpg') 0 0 no-repeat;
	list-style: none;
}

#primaryNav h2 {
	float: left;
	text-indent: -9999px;
}

#primaryNav ul {
	float: right;
	width: 472px;
	height: 33px;
	background: #fff;
}

#primaryNav ul li a {
	float: left;
	display: inline;
	height: 33px;
	text-indent: -9999px;
}

#primaryNav ul li.page-item-5 a {
	width: 88px;
	background: url('images/nav/about.jpg') 0 0 no-repeat;
}

#primaryNav ul li.page-item-8 a {
	width: 88px;
	background: url('images/nav/blog.jpg') 0 0 no-repeat;
}

#primaryNav ul li.page-item-9 a {
	width: 91px;
	background: url('images/nav/contact.jpg') 0 0 no-repeat;
}

#primaryNav ul li.page-item-6 a {
	width: 91px;
	background: url('images/nav/home.jpg') 0 0 no-repeat;
}

#primaryNav ul li.page-item-7 a {
	width: 88px;
	background: url('images/nav/services.jpg') 0 0 no-repeat;
}

#primaryNav ul li a:hover {
	background-position: 0 -33px;
}

#primaryNav ul li.current_page_item a {
	background-position: 0 -33px;
}

#contentWrap {
	clear: both;
	background: #fff;
}
#content {
	float: right;
	padding: 65px 35px 35px;
	width: 410px;
	min-height:260px;
	background: #fff url('images/watermark.jpg') right 0 no-repeat;
}
textarea#comment {
	width: 400px;
}
#sidebar {
	float: left;
	padding: 69px 0 0; 
	width: 395px;
	background: #fff url('images/logo_bottom.jpg') 36px 0 no-repeat;
}

#sidebar li { list-style: none; }

#freeAnalysis {
	width: 394px;
	height: 36px;
	background: url('images/free_analysis.jpg') right 0 no-repeat;
}

#freeAnalysis h2 {
	text-indent: -9999px;
}
	
#freeAnalysisForm {
	padding: 25px 25px 0 75px;
	width: 294px;
	height: 430px;
	font-size: 11px;
	background: url('images/gradient_box.jpg') right 0 no-repeat;
}

#freeAnalysisForm form dt {
	margin: 5px 0 0;
}
	
#freeAnalysisForm form dd {
	margin: 5px 0;
}
	
#footer {
	clear: both;
	background: url('images/bottom_gradient.jpg') 0 0 no-repeat;
	height: 125px;
	width: 100%;
}

#footer p {
	margin: 0 auto;
	padding: 80px 0 0 0;
	width: 165px;
	color: #fff;
	font-size: 1.1em;
	}


