/*
Main CSS file for Lucky August Equine Solutions
URL: http://www.luckyaugustequinesolutions.com
Author: Kristina Meyer
Author URL: http://www.kristinameyer.com
*/


/*_____Eric Meyer's RESET_____*/
html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, iframe, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, ol, ul, dd, dl, dt, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
table {border-collapse: collapse; border-spacing: 0;}
q:before, q:after, blockquote:before, blockquote:after {content: "";}


/*_____TYPOGRAPHY_____  */

body,ul,ol,dl,td,th,caption,pre,p,blockquote,input,textarea
{
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.6;
	font-size: 13px;
	color: #333333;
	}

strong {font-weight: bold;}
em     {font-style: italic;}
small {font-size: 9px;}

h1 {
	font-size:34px;
	margin-bottom:12px;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;}

h2 {
	font-size:22px;
	margin: 10px 0px;
	line-height: 1.2;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-weight: normal;
	color: #78974f;
}
	
h3 {
	font-size:18px;
	font-style:italic; 
	margin: 15px 10px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006600;
	}

h4 {
	font-size:16px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;}
	
h5 {font-size:14px; margin-bottom:3px; margin-left: 20px; font-weight:bold; font-family: Arial, "Lucida Grande", Verdana, sans-serif;}

h6 {font-size:14px; margin-bottom:5px; font-family: Arial, "Lucida Grande", Verdana, sans-serif;}

ol {
list-style-type: decimal;
margin-left: 50px;
}

ul {
margin: 0 0 15px 40px;
}


/*_____LINKS_____*/

a:link, a:visited {
color: #006600;
text-decoration: underline;
}

a:hover, a:active {}


/*____STRUCTURE____*/

body {
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: top center;
 	text-align:center;
	}
	 
#container {	
 	width: 960px;
	margin: 0 auto;
	text-align:left;}

#wrapper {
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}

#header {
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 960px;
	height: 109px;
	}

#header img {
	position: relative;
	top: 35px;
	left: 5px;
	}

#photocomp {
	color: #333;
 	margin: 0;
	padding: 0;
 	background: #ABBEBE;
	height: 225px;
	border: 1px solid #ccc;
	}

#sidebar { 
	display: inline;
 	background-color: #d7e3c6;
 	margin: 10px;
 	padding-left: 10px;
 	width: 300px;
 	float: left;
	border: 1px solid #ccc ;
	}
#sidebar ul{}
#sidebar ul li {
	padding-bottom: 10px;
	}
#sidebar h3 {
	margin-top: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	}
#sidebar img {
	margin: 10px 3px;
	}
#sidebar p {
	margin: 10px;
	}

#content { 
 	float: right;
 	color: #333;
 	margin: 10px;
 	padding: 0px;
 	width: 600px;
 	display: inline;
 	position: relative;
}

#column1, #column2, #column3 {
	float: left;
	width: 175px;
	}
#column1 {
	margin: 0 22px 0 0;}
#column2 {
	margin: 0 22px 0 0;}
#column3 {
	margin: 0 10px 0 0;}


#footer { 
 width: 950px;
 clear: both;
 color: #333;
 background: #d7e3c6;
 margin: 0 0 0 1px;
 padding: 8px 5px 10px 5px;
 text-align: center;
 font-size: 9px;
 font-family: Arial, Helvetica, sans-serif;
 }


/* NAVIGATION */

ul#nav {
	list-style: none;
	font-size: 16px;
	margin-right: 10px;
	margin-bottom: 5px;
	float: right;
}

ul#nav li {
	padding: 0px 5px;
	display: inline;}

ul#nav li a:link, ul#nav li a:visited {
	color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
	
ul#nav li a:hover, ul#nav li a.active {
	border-bottom: 2px solid #006600;
	}

/*  CONTACT FORM
___________________*/
#contactPage {
	overflow: hidden; 	/*to remove scrollbars from the contact page*/
}

#contact {
margin: 20px 150px;}

form {
/*margin-left: 20px;*/
background-color: #d7e3c6;
padding: 10px 10px;
border: 1px solid #ccc}

label{
float: left;
width: 120px;
font-weight: bold;
}

input, textarea{
width: 180px;
margin-bottom: 5px;
color: #333333;
}

textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
color: #333333;
}

br{
clear: left;
}

/*_____PAYPAL BUTTON_____*/
form.buyNow {
	width: 150px;
	float: right;
	margin: 20px 20px 20px 0;
}

form.buyNow input {
	width: 122px;
	margin: 5px auto;
}

/*_____CLASSES_____*/

.clear { clear: both; background: none; }
.red {border: 1px solid red;}
img.right {float: right; margin: 10px 10px;}
img.left {float: left; margin: 0px 10px 10px 0px;}
img.services {float: left; margin: 10px 35px 45px 0px;}

.pullquote {width: 250px;background: #ffffff;color: #525252;float: right;
border: 1px #9eb979 solid;
line-height: 120%;margin-top:10px;margin-left:25px;margin-bottom: 10px;position: relative;font-weight: normal;font-size: 12px;font-style:italic;font-family: Georgia, "Times New Roman", serif;text-align: center;padding: 5px;}
.pullquote img {
margin: 10px 10px;}
