/* 
Theme Name: Westwood Template
Theme URI: http://www.location3.com 
Description: This is custom theme designed for Westwood Sites.
Author: Ryan Geiger
*/

/* GLOBAL STYLES */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	line-height: 18px;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#canvas {
	width: 900px;
	padding: 0;
	margin: auto;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #0066CC;
	font-weight: bold;
}

h1 a:link, h1 a:visited, h1 a:active {
	color: #0066CC;
	text-decoration: none;
}

h1 a:hover {
	color: #000000;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	font-size: 24px;
}

h3 {
	font-size: 15px;
	color: #333333;
	text-transform: capitalize;
	font-weight: bold;
}

h4 {
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	text-transform: uppercase;
	padding:0;
        margin: 0;
}

img {
	margin-right: 15px;
	margin-top:15px;
	margin-bottom:15px;
	
}

img a, img a:active, img a:visited {
	border: large solid #333333;
	margin-right: 15px;
	margin-top:15px;
	
}

img a:hover {
}

a:link, a:visited, a:active {
	color: #0000FF;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

#postMeta {
	clear: both;
	float: left;
	position: relative;
}

ul {
        decoration: none;
}

li {
        decoration: none;
}

/* LOGO & TOP NAVIGATION SECTION */
#logo {
	float: left;
	margin-top: 15px;
	position: relative;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 235px;
	height: 81px;
	margin-left: 15px;
}

#description {
    float: left;
    position: relative;
    font-family: georgia, times, serif;
	font-size: 13px;
	font-weight: bold;
    font-style: italic;
    font-color: #66FFFF;
	text-transform: lowercase;
}
#phone {
	float: right;
	position: relative;
	background-image: url(images/phone.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 286px;
	height: 100px;
}

#search {
	padding-top: 15px;
}

/* HEADER */
#headerWrapper {
	width: 900px;
	position: relative;
}

#header {
	height: 100px;
	width: 900px;
	position: relative;
	background-color: #FFFFFF;
}

#tagline {
	float: left;
	position: relative;
	width: 100%;
	height: 125px;
	background-color: #99cc00;
	background-image: url(images/tagline_bg.jpg);
	background-repeat: no-repeat;
}

/* MAIN NAVIGATION */
#navWrapper {
	width: 100%;
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-color: #000033;
	background-position: left top;
	position: relative;
	-moz-border-radius-bottomleft: 8px;
        -webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

#nav {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

#nav ul {
}

#nav li {
	text-decoration: none;
	display: inline;
	padding-left: 10px;
}

#nav a, nav a:active, nav a:visited {
	color: #ffffff;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	font-weight: normal;
        text-transform: uppercase;
}

#nav a:hover {
	color: #000000;
    outline: none;
}

/* MAIN CONTENT */
#contentWrapper {
	width: 100%;
	position: relative;
	float: left;
	line-height: 20px;
}

#content {
	float: left;
	width: 525px;
	position: relative;
	padding: 25px;
}

#contentHalf {
    float: left;
	width: 50%;
	position: relative;
	padding: 5px;
}

/* SIDEBAR */
#sidebar {
	float: right;
	width: 300px;
	position: relative;
	font-size: 12px;
}

#form_link {
        background-color: #ffffff;
        width: 280px;
        float: right;
        padding: 15px;
}

/* FOOTER */
#footerWrapper {
	width: 100%;
	position: relative;
	float: left;
	margin-top: 15px;
	padding-bottom: 50px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333333;
}

#footer {
	position: relative;
	padding-top: 25px;
	line-height: 15px;
	text-align: center;
}

#footer ul {
}

#footer li {
	text-decoration: none;
	display: inline;
	padding-left: 10px;
}

#footer a, footer a:active, footer a:visited {
	color: #0066CC;
	text-decoration: none;
	outline: none;
}

#footer a:hover {
	color: #333333;
	outline: none;
}

