/*Equine Web Marketing- July 2008
*/

/* html elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #224C7F;}
a:hover {color: #C14232;}

body {
	background: #F8EEE2 url('images/equine-web-design-body.jpg') no-repeat center top;
	font: normal 62.5% Verdana,sans-serif;
	padding-top: 125px;
}

p,code,ul {padding-bottom: 0.3em;}

li {list-style: none;}

h1 {font: bold .9em Georgia;}
h2 {font: bold 1.4em Georgia;}
h3 {font: bold 1em Tahoma,sans-serif;}

h1,h2,h3 {padding-top: 6px; color: #913121; margin-bottom: 4px;}
h1 {padding-top: 6px; color: #371B10;  margin-bottom: 4px;}

form,input {margin: 0; padding: 0; display: inline;}


/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* page structure */
.inner-box {
	border: 0px solid #D7D7D2;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 8px;
	width: 800px;
}

.outer-box {
	background: url('images/equine-web-design-container.jpg') no-repeat center bottom;
	padding-bottom: 130px;
}

blockquote {
	background: url(images/equine-websites-quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}



/* header & title */
.header {
	height: 155px;
	margin-bottom: 5px;
	text-align: center;
	
	
}

.header {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 0px;
}

.title {
	font: normal .2em Verdana,sans-serif;
	padding-top: 6px;
}

.title {
	color: #36190F;
	padding-top: 100px;
}


/* path */
.path {
	color: #371B10;
	font: normal  1.1em Verdana,sans-serif;
	padding: 5px 150px;
}
.path a {
	color: #371B10;
	text-decoration: none;
}
.path a:hover {
	color: #C14232;
	text-decoration: underline;
}

/* main */
.main {
	background: url(images/equine-web-design-main.gif) repeat-y;
	padding: 10px 12px 5px 0;
	
}

/* content */
.equine-content {
	float: right;
	width: 610px;
	padding: 0px 22px 5px 5px;
}
.equine-content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.equine-content li {
	list-style: url(images/equine-web-design-li.gif);
	margin-left: 18px;
}
.equine-content p {font-family: "Lucida Sans Unicode",sans-serif;}

/* menu */
.design-menu {
	float: left;
	width: 145px;
}
.design-menu h2 {
	color: #371A10;
	font: bold 1.1em Tahoma,sans-serif;
	line-height: 18px;
	margin: 0;
	padding-left: 14px;
}
.design-menu ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.design-menu li {border-bottom: 1px solid #EAEADA;}
.design-menu li a {
	font-size: 0.95em;
	color: #7F4D26;
	display: block;
	padding: 5px 0 4px 2%;
	text-decoration: none;
	width: 95%;
}
.design-menu li a:hover {
	background: #F5DFAE;
	color: #654;	
}

/* footer color: #654;	*/
.equine-footer {
	height: 110px;
	margin-top: 0px;
	padding: 5px 5px;
	font-size : smaller;
}
.equine-footer a {
	color: #A60F1E;
	text-decoration: none;
}
.equine-footer a:hover {color: #000000;}

/* image gallery */

.gallerycontainer{
position: relative;
	
}

.gallerycontainer a {
font-size: 0.75em;
font-weight: bold;

}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #F4DFA9;
padding: 5px;
left: -900px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 500px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

.table.start { 
	width: 90%; 
	padding: 6px 6px 6px 12px;
	text-align: left;
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
	
}

/* forms */

input {
	background-color: #F5DFAD; 
	border:outset 1px #ffffff;
    font-size: 12px; 
    font-family: Arial, Verdana, sans-serif;
    color: #666;
     }


select {
 background-color: #F5DFAD;
 border:outset 1px #ffffff;
 color: #666;
}


textarea {
 font-size: 12px;
 background-color: #F5DFAD;
 border:outset 1px #ffffff;
 font-family: Arial, Verdana, sans-serif;
 color: #666;
 
 }
 
formtext { font-size: 12px;
  
}


.formbutton{
cursor:pointer;
border:outset 1px #000000;
background:#999;
color:#666;
font-size: 12px;
font-weight:bold;
padding: 1px 2px;
background:url(images/formbg.gif) repeat-x left top;
}

/* sitemap */

.mapsection {font-family: Tahoma;font-size: 12px;}
.mapitem {font-family: Tahoma;font-size: 10px;}


.photogallery{ /*CSS for TABLE containing a photo album*/
}

.photogallery img{ /*CSS for images within an album*/
border: 1px solid green;
}

.photonavlinks{ /*CSS for pagination DIV*/
font: bold 14px Arial;
}

.photonavlinks a{ /*CSS for each navigational link*/
margin-right: 2px;
margin-bottom: 3px;
padding: 1px 5px;
border:1px solid gray;
text-decoration: none;
background-color: white;
}

.photonavlinks a.current{ /*CSS for currently selected navigational link*/
background-color: yellow;
}
 

