/*
Website CSS stylesheet by Louis Granato for louisgranato.com
*/

/* General 
--------------------------------------------------------------- */

body {
	background: #1a1a1a url('/graphics/bg.png') repeat-x;
	color: #cccccc;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

a {
	outline: none;
}

a, a:link, a:visited {  
	color: #6699cc;
	text-decoration: none;
}

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

a:active {
	color: #efefef;
}

h1 {
    color: #999999;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 2.5em;
	margin-bottom: 15px;
}

h2 {
	font-family: Georgia, serif;
	font-size: 1.2em;
	letter-spacing: 2px;
	font-weight: normal;
	font-variant: small-caps;
}

label {
	color: #999999;
	font-size: 0.8em;
	line-height: 2;
	letter-spacing: 1px;
	text-transform: uppercase;
}

p {
	line-height: 1.8;
	margin: 1em 0;
}

/* Structural 
--------------------------------------------------------------- */

#wrapper {
    width: 900px;
    margin: 0 auto;
}

#header {
    height: 50px;
}

#content {
	font-size: 0.8em;
    margin: 30px 0;
}

#content2 {
	border: 1px solid #333333;
	padding: 40px;
}

#footer {
	margin-bottom: 30px;
	color: #444444;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .7em;
	letter-spacing: 1px;
	text-align: center;
}

/* Nav
--------------------------------------------------------------- */

#louis {
    display: block;
    float: left;
    height: 50px;
    width: 300px;
	color: #666666;
	font-family: Garamond, Georgia, serif;
	font-size: 1em;
	letter-spacing: 6px;
    line-height: 50px;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
}

a#louis:hover {
	color: #888888;
}

#nav {
    float: right;
    height: 50px;
    width: 550px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .7em;
	letter-spacing: 3px;
	text-align: right;
	text-transform: lowercase;
}

#nav a, #nav a:link, #nav a:visited {
    display: inline-block;
	margin-right: 15px;
	color: #666666;
    line-height: 50px;
    height: 50px;
	text-decoration: none;
}

#nav a:hover {
	color: #888888;
	text-decoration: none;
}

#nav a:active  {
	color: #999999;
	text-decoration: none;
}

/* Content area stuff
--------------------------------------------------------------- */

.lead {
	border-bottom: 2px solid #333333; 
	padding-bottom: 3px;
	margin-bottom: 15px;
}

.lead h1 {
	margin: 0;
    display: none;
}

.lead p {
	margin: 0;
	color: #8594b0;
	font-family: Georgia, serif;
	font-size: 1.5em;
}

/* Gallery stuff
--------------------------------------------------------------- */

div.gallery-link  {
	color: #999;
	font-family: Georgia, serif;
	font-size: 1.5em;
}

div.gallery-link a {
	color: #8594b0;
}

div.gallery-link a:hover {
	color: #888888;
}

div.gallerynext {
	float: right;
	text-align: right;
	width: 50px;
}


div.galleryprev {
	float: left;
	text-align: left;
	width: 50px;
}

div.galleryborder a {
	background-color: #333333;
	display: block;
    padding: 49px;
}

div.galleryborder a img {
	display: block;
    border: 1px solid #808080;
}

div.gallery-caption {
	color: #cccccc;
	background: #333333;
	border-top: 0; 
	padding: 0 50px 25px 50px;
}

a.gallerythumb {
	background-color: #2b2b2b;
	display: block;
	float: left;
	height: 82px;
	margin-top: 20px;
	margin-right: 34px;
	padding: 14px;
	text-align: center;
	width: 122px;
}

a.gallerythumb:hover {
	background-color: #060606;
}

a.gallerythumb img {
    border: 1px solid #808080;
    
}

a.cartthumb {
    display: block;
	background-color: #efefef;
    width: 122px;
    height: 82px;
    padding: 14px;
    text-align: center;
}

a.cartthumb:hover {
	background-color: #ffffff;
}

a.cartthumb img {
    border: 1px solid #999999;
}

div.gallery-page-nums {
	font-family: Georgia;
	font-size: 1.6em;
	padding-top: 10px;
}

div.gallery-page-nums a {
	background-color: #2b2b2b;
	margin-right: 2px;
	padding: 2px 10px 5px 10px;
}

div.gallery-page-nums a:hover {
	background: #060606;
}

div.gallery-page-nums strong {
	padding: 2px 10px 5px 10px;
	margin-right: 3px;
}

/* for photography page gallery */

a.photography {
	background-color: #2b2b2b;
	display: block;
	float: left;
	margin-right: 20px;
	padding: 14px;
	width: 122px;
	
	font-family: Georgia, serif;
	font-variant: small-caps;
	letter-spacing: 1px;
	text-align: center;
}


a.photography:hover {
	background-color: #060606;
}

a.photography img {
	display: block;
	margin-bottom: 7px;
    border: 1px solid #333333;
}

/* Forms
--------------------------------------------------------------- */

form {
	margin: 0;
	padding: 0;
}

.textfield {
    border: 0;
	background: #303030;
    color: #cccccc;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 3px 4px;
}

.textfield:focus {
    background: #2b2b2b;
}

input.textfield {
	width: 240px;	
}

textarea.textfield {
	width: 550px;
	height: 220px;
}

input.submit {
    border: 0;
	background-color: #303030;
	padding: 7px 10px;
    color: #6699cc;
	font-family: Georgia, serif;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: 2px;
	font-variant: small-caps;
}

input.submit:hover {
    color: #d0caa6;
	background: #2b2b2b;
}

input.submit:active {
    color: #fff;
    background: #2b2b2b;
}

/* Clear floats 
--------------------------------------------------------------- */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
  
.clearfix {
	display: inline-block;
}  

/* Holly Hack Targets IE Win only \*/
* html .clearfix {height: 1%;}
.clearfix {
	display: block;
}
/* End Holly Hack */