/*
--------------------------------------------------------
Terrizzi Photo Main CSS
Author:		Daniel Boggs
Date:		January 2010
-------------------------------------------------------- */

html {
	background-image:url('../img/tiling_bg.jpg');
}

body {
	background-image: url('../img/top_gradient.png');
	background-repeat: repeat-x;
	color: #444;
	padding:0;
	margin:0;
	min-height: 200px;
	font:10px/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/******** CURRENT LINK ********/

body#biopage #bio a,
body#peoplepage #people a,
body#perpage #per a,
body#envpage #env a {
	color: #fff;
	background-color: #444;
}

/******** CURREND LINK END ********/

a {
	outline:none;
	color: red;
	text-decoration: none;
}

a:hover {
	color: #444;
}

p {
	line-height: 1.539; /* 20/13 */
	font-size: 1.3em;
	font-weight: normal;
}

img {
	border: none;
}

/******** HOME PAGE STYLES START ********/

#centerdiv {
	display: none;
	position:absolute;
	top: 50%;
	left: 50%;
	width:960px;
	height:300px;
	margin-top: -150px; /*set to a negative number 1/2 of your height*/
	margin-left: -480px; /*set to a negative number 1/2 of your width*/
	text-align: center;
}

#mainlogo {
	width: 382px;
	height: 78px;
	margin: 0 auto;
	background-image: url('../img/logo.png');
}

#mainlogo a {
	display: block;
	width: 382px;
	height: 78px;
}

#twitter {
	text-align: center;
	margin: 40px auto 0 auto;
	padding: 0;
}

#twitterlink {
	margin: 0 auto;
	width: 200px;
	height: 45px;
	background-image: url('../img/twitter_off.png');
}

#twitterlink:hover {
	background-image: url('../img/twitter_on.png');
}

#twitterlink a {
	display: block;
	width: 200px;
	height: 45px;
}

#twitter_update_list {
	margin: 0 auto;
	padding:0;
	font-family: Georgia, Times, serif;
	font-style: italic;
	font-size: 1.3em;
	line-height: 1.539;
}

#twitter_update_list ul {
	list-style: none;
	padding:0;
	margin:0;
}

#twitter_update_list li {
	list-style-type: none;
}

.hiddenpic {
	display: none;
}

/******** HOME PAGE STYLE END ********/

#maintable {
	display: none;
	width: 550px;
	margin:0 auto 0 auto;
	padding:40px 0 0 0;
}


#sitelinks {
	text-align: center;
	margin: 10px 0 0 0;
}

#sitelinks.homepagelinks {
	font-size: 1.6em;
	line-height: 1.4em;
}
#sitelinks ul {
	list-style: none;
	margin:0;
	padding:0;
}

#sitelinks li {
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: bold;
	display: inline;
	margin:0;
	padding:0;
}

#sitelinks li a {
	text-decoration: none;
	color: #444;
	padding:6px;
}

#sitelinks ul li a:hover {
	color: red;
}

#biocontent{
	width: 475px;
	margin: 20px auto;
}

#biophoto {
	text-align: center;
	margin: 45px 0 0 0;
}

#footer {
	margin: 35px auto;
	text-align: center;
	color: #888;
	font-size: 1.1em;
	text-transform: uppercase;
}

#footer a {
	text-decoration: none;
	color: red;
}


#footer img {
	vertical-align: middle;
}

#georgeterrizzi {
	margin:0 auto 10px auto;
	width: 171px;
	height: 19px;
	background-image: url('../img/footer_logo.png');
}

#georgeterrizzi a {
	display: block;
	width: 171px;
	height: 19px;
}

#author {
	text-align: center;
	margin: 0 auto;
	text-transform: uppercase;
	color: #888;
}

/******** GALLERY STYLES START ********/

#menubar {
	width:100%;
	height:60px;
	background-image:url('../img/gallerymenu.jpg');
	background-repeat:repeat-x;
	margin:0 0 20px 0;
}

#menubanner {
	width:960px;
	position:absolute;
	top:0;
	left:50%;
	margin-left: -480px;
	padding: 10px;
}

#menubanner #sitelinks {
	margin:12px 0 0 0;
	float:right;
}

#gallerylogo {
	width: 250px;
	height: 45px;
	background-image: url('../img/gallerylogo.png');
}

#gallerylogo a {
	display: block;
	width: 250px;
	height: 45px;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
}

#push {
	height: 60px;
}

#galleryfooter {
	width:100%;
	height:40px;
	padding:10px;
	text-align: center;
	background-color: #000;
	color:#444;
	text-transform: uppercase;
	font-size: 1.1em;
}

#galleryfooterlogo {
	width:171px;
	height: 19px;
	margin: 0 auto;
	
}

#galleryfooterlogo a:hover {
	background-image: url('../img/gallery_footer_on.png');
}

#galleryfooterlogo a {
	display: block;
	background-image: url('../img/gallery_footer_off.png');
	background-repeat:none;
	width: 171px;
	height: 19px;
	overflow:hidden;
	margin:0 0 5px 0;
}

#galleryauthor {
	float:right;
	color:#444;
	text-transform: uppercase;
	margin:5px 24px 0 0;
}

#galleryauthor a {
	color:#ccc;
}

#galleryauthor a:hover {
	color:#f00;
}

/******** GALLERY STYLES END ********/