/* maclarencaukin.com, v2.0
   Copyright © 2007 Ellen MacLaren Caukin
   Author: Capri Shine, LLC | caprishine.com
*/


/*****************************************************
* Base Styles
*****************************************************/
* {
	margin:0;
	padding:0;
	}

html, body {
	height: 100%;
	}

body {
	background-color: #000000;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 11px;
	color: #99CCCC;
	background-image: url(../images/bg_header_x3.jpg);
	background-repeat: repeat-x;
	background-position: left -31px;
	}

a img {
	border: none;
	}



/*****************************************************
* Wrapper
*****************************************************/
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%; /* the bottom margin is the negative value of the footer's height */
	margin: 0 0 -60px;
	width: 740px;
	background-image: url(../images/titles/ellen.gif);
	background-repeat: no-repeat;
	background-position: 10px 98px;
	}

h1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	clip: rect(0 1px 1px 0);
	overflow: hidden;
	}

h2 {
	margin-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #c6975e;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #c6975e;
	width: 100%;
	}
	
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #754A15;
	}

h4 {
	font-size: 11px;
	color: #99CCCC;
	margin-bottom: 0px;
}

p {
	line-height: 16px;
	padding: 0 0 18px;
	}

a:link, a:visited {
	color: #c6975e;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	}

a:hover {
	color: #ffffff;
	}

h3 a:link, h3 a:visited {
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	border-bottom: 1px #55341C dotted;
	padding: 1px 2px;
	}

h3 a:hover {
	color: #c6975e;
	background-color: #25140C;
	border-bottom: 1px #754A15 solid;
	padding: 1px 2px;
	}
		
.clear {
	clear: both;
}


/*****************************************************
* Navigation
*****************************************************/
#navcontainer {
	padding: 12px 10px 10px 22px;
	}
#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	}
#navlist a {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #c6975e;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	}
#navlist a:hover {
	color: #99CCCC;
	}	
	
	
/*****************************************************
* Main Styles
*****************************************************/
#masthead {
	width: 740px;
	text-align: left;
	background-image: url(../images/bg_header2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 70px;
	background-color: #754A15;
	}
	
#main {
	background-color: #D3CCAE;
	}


#content {
	padding: 0px;
	}


	
/*****************************************************
* Preview Thumbs
*****************************************************/

.thumbs {
	margin-right: 16px;
	margin-top: 185px;
	width: 180px;
	float: left;
	}

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

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


.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	left: -1000px;
	top: -165px;
	visibility: visible;
}

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

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


.column2 .thumbnail:hover span {
	left: -41px; /* -36px offset */
	}
.column3 .thumbnail:hover span {
	left: -82px;
	}
.column4 .thumbnail:hover span {
	left: -123px;
	}





.stones {
	width: 26px;
	float: left;
	margin-right: 15px;
	}

.stones a {
	height: 25px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 25px;
	text-decoration: none;
}

.stones li a:link, .stones li a:visited {
	display: block;
	background: 0 -25px;
	}
	
.stones li a:hover {
	background: 0 0px;
	}

.stones ul {
	list-style-type: none;
	line-height: normal;
	list-style-image: none!important;
	padding: 0;
	margin: 0;
}

.stones li {
	width: 26px;
	margin-bottom: 10px!important;
}

.stoneup {
	background-image: url(../images/stoneup.jpg)!important;
	}

.stoneover {
	background-image: url(../images/stoneover.jpg)!important;
	}

/*****************************************************
* Captions
*****************************************************/
.caption {
	text-align: left;
	}
	
.caption h2 {
	margin-bottom: 2px;
	}

.caption p {
	padding: 0px;
	}
	
	
	
/*****************************************************
* Footer
*****************************************************/
#footer, .push {
	height: 60px; /* .push must be the same height as .footer */
	}

#footer {
	width: 740px;
	}

#footer p {
	color: #1d3838;
	padding: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1d3838;
	}

.site_by {
	float: right;
	padding: 12px 10px 0 0;
	}
.content_container {
	padding: 10px 10px 10px 70px;
}

.home #wrapper {
	background-image: none;
	}
.about #wrapper {
	background-image: url(../images/titles/about.gif);
	}
.resume #wrapper {
	background-image: url(../images/titles/resume.gif);
	}
.pure_color #wrapper {
	background-image: url(../images/titles/pure_color.gif);
	}
.shields #wrapper {
	background-image: url(../images/titles/shields.gif);
	}
.oil_wax_metal #wrapper {
	background-image: url(../images/titles/oil_wax_metal.gif);
	}
.copper_aluminum #wrapper {
	background-image: url(../images/titles/copper_aluminum.gif);
	}	
	
	

.about .thumbs {
	width: 195px;
	margin-top: 0px;
	}
.home .content_container {
	padding: 10px;
}
.resume .content_container {
	padding: 10px 10px 10px 80px;
}



.description {
	float: left;
	width: 370px;
	text-align: center;
}
.description h6 {
	zfont-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	zfont-weight: normal;
	color: #c6975e;
	zfont-size: 10px;
	font-style: italic;
}
.description img {
	margin-right: auto;
	margin-left: auto;
}
.left_align {
	text-align: left;
}
