/*

Theme Name: Precision Image
Theme URI: http://aquavitacreative.com
Description: The default Precision Image theme by<a href="http://aquavitacreative.com">Aqua Vita Creative</a>.
Version: v1.0
Author: Jonathan Cox & Sean Ferguson
Author URI: http://aquavitacreative.com
Tags: Precision Image, Aqua Vita Creative

*/

/* CSS Document */

/* Body Structure Rules Begin */

body {
background: #000000 url(images/bg.jpg) bottom fixed repeat-x;
margin: 0;
color: #FFFFFF;
font-family: Myriad Pro, Helvetica, Arial, sans-serif;
cursor: url(http://precisionimageconversions.com/crosshairs.cur);
}

#container {
width: 1070px;
margin: auto;
}

.clearFloat {
display: block;
clear: both;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

#contentBox {
width: 900px;
margin: auto;
background: #000000;
}

hr {
color: #FFFFFF;
margin: 15px auto;
}

/* Body Structure Rules End */


/* Header Rules Begin */

#header {
display: block;
width: 1070px;
height: 246px;
background: url(images/header.jpg) no-repeat;
margin: auto;
}

.logo {
display: block;
float: left;
margin-top: 8px;
margin-left: 64px;
}

.headerInfo {
display: block;
float: right;
margin-top: 28px;
margin-right: 130px;
}

#navBar {
display: block;
float: left;
margin-top: -45px;
margin-left: 135px;
margin-bottom: 18px;
}

/* Header Rules End */


/* Content Area Rules Begin */

#contentArea {
display: block;
float: left;
width: 518px;
margin: 0 25px;
padding: 0 25px;
}

#col1 {
display: block;
float: left;
width: 255px;
margin-right: 8px;
}

#col2 {
display: block;
float: left;
width: 255px;
}

#col3 {
display: block;
float: left;
width: 255px;
margin-right: 8px;
}

#col4 {
display: block;
float: left;
width: 255px;
}

/* Content Area Rules End */


/* Sidebar Rules Begin */

#sideBar {
float: left;
width: 235px;
padding-right: 20px;
}


/* Sidebar Rules End */


/* Footer Rules Begin */

#footer {
display: block;
width: 825px;
margin: auto;
padding: 20px 0 20px 0;
background: url(footer-bg.jpg) bottom center repeat-x;
font-size: .8em;
text-align: center;
}

/* Footer Rules End */


/* Typography Rules Begin */

h1, h3, h5 {
color: #ffcc00;
}

h2, h4, h6 {
color: #33ccff;
}

h1 {
font-size: 1.6em;
}

h2 {
font-size: 1.05em;
}

h3 {
font-size: 1em;
}

h4 {
font-size: .9em;
}

h5 {
font-size: .6em;
}

h6 {
font-size: .4em;
}

p {
font-size: .75em;
}

#contentBox p {
font-size: .8em;
}

#footer p {
margin: 0;
padding: 0;
font-size: .85em;
}

a {
color: #FF00FF;
}

a:hover {
color: #33ccff;
cursor: url(http://precisionimageconversions.com/crosshairs.cur);
}

a.avLink  {
color: #33ccff;
}

a:hover.avLink {
color: #ffcc00;
}

h1 a, h3 a, h5 a {
color: #ffcc00;
}

h1 a:hover, h3 a:hover, h5 a:hover {
color: #33ccff;
}

h2 a, h4 a, h6 a {
color: #FF00FF;
}

h2 a:hover, h4 a:hover, h6 a:hover {
color: #ffcc00;
}

/* Typography Rules End */

/* Image Rules Begin */

img {
	border: none;
}

img.centered {
	display: block;
	padding: 4px;
	border:1px solid #D0CABF;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	display: block;
	float: right;
	padding: 2px;
	border:1px solid #D0CABF;
	background-color: #ffffff;
	margin: 10px 0px 5px 7px;
}

img.alignleft {
	display: block;
	float: left;
	padding: 2px;
	border:1px solid #D0CABF;
	background-color: #ffffff;
	margin: 10px 7px 5px 0px;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

/* Image Rules End */


/* Slideshow Rules Begin */

.slideshow { 
	width: 515px;
	height: 308px; 
}

/* Slideshow Rules End */

/* Testimonial Rules Begin */

.testimonials { 
	width: 235px;
}

#next {

}

#previous {

}

/* Testimonial Rules End */


