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

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

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

img {
	border: none;
}

a {
	outline: none;
}

a, a:link, a:visited {  
	color: #888;
	text-decoration: none;
	-webkit-transition: color linear .2s;
	-moz-transition: color linear .2s;
	-o-transition: color linear .2s;
	-ms-transition: color linear .2s;
	transition: color linear .2s;
}

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

a:active {
	color: #d0caa6;;
}

h1 {
    color: #7A7A7A;
	font-family: 'Crimson Text', Garamond Georgia, serif;
	font-weight: normal;
	font-size: 28px;
	margin-bottom: 15px;
	letter-spacing: 1px;
}

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

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

p {
	line-height: 24px;
	margin: 20px 0;
}

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

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

#header {
	background-color: #101010;
    height: 100px;
}

#header .wrapper {
	height: 100px;
	margin: 0 auto;
	width: 900px;
}

#content {
	font-size: 14px;
    margin: 44px 0;
}

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

#footer {
	margin-bottom: 40px;
	color: #444444;
	font-size: 13px;
	letter-spacing: 1px;
	text-align: center;
}

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

a#louis {
	border-width: 0;
    display: block;
    float: left;
    height: 100px;
    width: 350px;
	color: #6a6a6a;
	font-family: 'Crimson Text', Garamond Georgia, serif;
	font-size: 28px;
	letter-spacing: 5px;
    line-height: 100px;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
}

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

a#louis:active {
	color: #777;
}


#nav {
    float: right;
    height: 100px;
    width: 550px;
	letter-spacing: 2px;
	text-align: right;
	text-transform: lowercase;
}

#nav a, #nav a:link, #nav a:visited {
	color: #6a6a6a;
    display: inline-block;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-style: italic;
	margin-right: 20px;
    line-height: 80px;
    height: 80px;
	padding-top: 10px;
	text-decoration: none;
}

#nav a:hover {
	/* border-bottom: 10px solid #222; */
	color: #888888;
	text-decoration: none;
}

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

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

.lead {
	border-bottom: 1px solid #000;
	box-shadow: 0px 1px 0px #222;
	padding-bottom: 20px;
	margin-bottom: 24px;
}

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

.lead p {
	margin: 0;
	color: #7a7a7a;
	font-family: Helvetica, Arila, sans-serif;
	font-size: 23px;
}

div#web-links a, div#web-links a:link, div#web-links a:visited {
    background-color: #2b2b2b;
    display: block;
    width: 426px;
    height: 44px;
    float: left;
    padding: 10px;
    margin: 2px 2px 0 0;
}

div#web-links a:hover {
    background-color: #060606;
}

div#web-links a:active {
    background-color: #000;
}

div#web-links a img {
    display: block;
    float: left;
    width: 44px;
}

div#web-links a span {
    padding: 0 20px;
    line-height: 44px;
    font-size: 1.3em;
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
}

div#web-info {
    padding: 0 10px;
}

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

div.gallery-link  {
	color: #7a7a7a;
	border-bottom: 1px solid black;
	box-shadow: 0px 1px 0px #222;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 23px;
	padding-bottom: 20px;
}

div.gallery-link a {
	color: #7A7A7A;
	border-bottom-width: 0;
}

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


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

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

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

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

a.gallerythumb {
	float: left;
	height: 90px;
	margin-top: 20px;
	padding: 14px;
	
	background-color: #151515;
	border-width: 0;
	border-radius: 8px;
	color: #6a6a6a;
	box-shadow: 0 1px 0px #222;
	border-top: 1px solid #101010;
	display: block;
	float: left;
	margin-right: 20px;
	padding: 16px;
	width: 132px;
	line-height: 20px;
	font-family: 'Crimson Text', Garamond Georgia, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	
	-webkit-transition: background linear .2s;
	-moz-transition: background linear .2s;
	-o-transition: background linear .2s;
	-ms-transition: background linear .2s;
	transition: background linear .2s;
}
a.gallerythumb:hover {
	background:  #0a0a0a;
	color: #777;
}
a.gallerythumb:active {
	color: #6a6a6a;
	background: #000;
}

a.gallerythumb img {
	border-radius: 2px;
	display: block;
	border: 5px solid #0a0a0a;
    margin: 0 auto 9px auto;  
}

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: 'Crimson Text', Garamond Georgia, serif;
	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;
}
#gallery-nav {
	margin-top: 10px; 
	text-align: center;
}
#gallery-nav a img {
	opacity: .3;
}
#gallery-nav a:hover img {
	opacity: .5;
}

/* for photography page gallery */

a.photography {
	background-color: #151515;
	border-width: 0;
	border-radius: 8px;
	color: #6a6a6a;
	box-shadow: 0 1px 0px #222;
	border-top: 1px solid #101010;
	display: block;
	float: left;
	min-height: 136px;
	margin-right: 20px;
	padding: 16px 16px 9px 16px;
	width: 132px;
	line-height: 20px;
	font-family: 'Crimson Text', Garamond Georgia, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	
	-webkit-transition: background linear .2s;
	-moz-transition: background linear .2s;
	-o-transition: background linear .2s;
	-ms-transition: background linear .2s;
	transition: background linear .2s;
}
a.photography:hover {
	background:  #0a0a0a;
	color: #777;
}
a.photography:active {
	color: #6a6a6a;
	background: #000;
}

#photograph-gallery div a:nth-child(5n) {
	margin-right: 0px;
}


a.photography img {
	border-radius: 2px;
	display: block;
	border: 5px solid #0a0a0a;
    margin: 0 auto 9px auto;
}

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

form {
	margin: 0;
	padding: 0;
}

.textfield {
    border: 1px solid #444;
	background: #303030;
    color: #cccccc;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	padding: 7px 6px;
}

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

input.textfield {
	width: 240px;	
}

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

input.submit {
    border: 1px solid #4f4f4f;
	background-color: #303030;
	padding: 7px 10px;
    color: #999;
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: 1px;
}

input.submit:hover {
    color: #ccc;
    color: #efefef;
	background: #2b2b2b;
	cursor: pointer;
}

input.submit:active {
    border: 1px solid #494949;
	color: #ddd;
    background: #262626;
}

/* 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 */