/*=====================================================================||
|| Evan Robold Photography Main Stylesheet
|| Copyright 2009 Ironfist Design Services
|| ====================================================================||
|| This CSS Code is copyright 2009 Ironfist Design Services
|| Any unauthorized reproduction is against the law - violaters
|| will be punished to the fullest extent.
|| ====================================================================||
|| Design & Backend Code Copyright 2009 Ironfist Design Services
|| http://ironfistdesign.com 
|| ====================================================================||                                                         
||	   ________  ___ ________  _____      _     __         ___  ___ 
||	  /__  ___/ / / /__  ___/ // | |     /|    / /           / /    
||	    / /    / /    / /    //__| |    //|   / /           / /     
||	   / /    / /    / /    / ___  |   // |  / /   ____    / /      
||	  / /    / /    / /    //    | |  //  | / /           / /       
||	 / /  __/ /___ / /    //     | | //   |/ /         __/ /___     
||
=======================================================================*/

/*========================================
   Basic Styles & Designs
========================================*/

html {
	margin:0;
	padding:0;
	overflow-x: auto;
}

body {
	font: 12px Futura, Futura MT Bold, Futura Bold, Arial, Verdana, Helvetica, sans-serif;
	padding: 0px;
	margin:0;
	background:#000000;
	text-align: center;
	color:#999999;
}

img {
	border:0;
}

#thumb {
	border:1px solid #444444;
	padding:1px;
}

a:visited {
	color: #999999;
	text-decoration:underline;
}
a:link 	{
	color: #999999;	
	text-decoration:underline;  
}
a:hover {
	color:#eeeeee;
	text-decoration:none;
}

.titlelink a:visited, .titlelink a:link {
	color: #999999;
	text-decoration:none;
}
.titlelink a:hover {
	color:#eeeeee;
	text-decoration:none;
}

#container {
	width:900px;
	text-align:left;
	margin:0 auto 0 auto;
}

#footer {
	background:url('images/footer.gif') no-repeat top center;
	padding-top:5px;
	width:900px;
	text-align:center;
	margin:20px auto 0 auto;
	height:45px;
}

.subfooter {
	color:#555555;
	font-size:9px;
	text-align:justify;
	width:850px;
	margin:5px auto 5px auto;
}

.keybank {
	display:none;
}

#clear {
	clear:both;
	height:0px;
}

#header {
	background:url('images/masthead.gif') no-repeat top center;
	height:95px;
	width:900px;
	margin:0 auto 0 auto;
	text-align:center;
}

#h_left {
	height:65px;
	margin:30px 0 0 0;
	padding:0;
	padding-left:5px;
	float:left;
}

#h_right {
	height:50px;
	margin:45px 0 0 0;
	padding:0;
	padding-right:5px;
	float:right;
	font-weight:bold;
	font-size:14px;
	text-transform:capitalize;
}

#h_right a:link, #h_right a:visited {
	color: #999999;	
	padding: 0 3px 0 3px;
	text-decoration: none;
}

#h_right a:hover {
	color:#cccccc;
	padding: 0 3px 0 3px;
	text-decoration: none;
}

#h_right ul {
	text-align:right;
	margin:0;
	padding:1px 0 0 0;
	list-style:none;
}

#h_right li {
	display:inline;
	margin:0 0 0 2px;
	padding:5px;
}

#h_right li:hover {
	display:inline;
	margin:0 0 0 2px;
	padding:5px;
	background:#333333 url('images/nav_hover.gif') repeat-x center;
}

#hpg_splash {
	border:2px solid #111111;
	padding:3px;
	background:#222222;
}

.blackfield {
	background:#222222;
	border:1px ridge #333333;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

/*========================================
   Content Styles
========================================*/

h1 {
	width:auto;
	color:#999999;
	font-size:22px;
	text-align:center;
	margin:6px auto 14px auto;
}

h2 {
	color:#333333;
	font-size:16px;
	margin:3px 0 3px 0;
	padding-bottom:3px;
	border-bottom:1px solid #bbbbbb;
}

h3 {
	margin-top:5px;
	margin-bottom:5px;
	font-size:14px;
}

.stp {
	color:#666666;
	font-size:11px;
	text-align:center;
	margin:6px auto 3px auto;
	font-weight:bold;
	text-transform:uppercase;
}

#slideshow_container {
	margin:15px auto 0 auto;
	text-align:center;
	color:#ffffff;
	max-width:894px;
}

#slideshow_title {
	background:#222222;
	padding:7px 5px 5px 5px;
	color:#ffffff;
	font-weight:bold;
	font-size:14px;
}

#slideshow_box {
	background:#333333;
	border:2px solid #222222;
	padding:2px;
}

#simplegallery1 { 
	position: relative; 
	visibility: hidden;
}

#simplegallery1 .gallerydesctext{
	text-align: left;
	padding: 2px 5px;
}

#slideshow_container_v2 {
	margin:15px auto 0 auto;
	text-align:center;
	color:#ffffff;
	max-width:894px;
}

#slideshow_title_v2 {
	border:2px solid #333333;
	background:#222222;
	padding:9px 7px;
	color:#ffffff;
	font-weight:bold;
	font-size:14px;
}

#slideshow_box_v2 {
	background:#000000;
	padding:2px;
}

#slideshow_masterElement .gallerydesctext{
	text-align: left;
	padding: 2px 5px;
}

.ss_back {
	left:0px;
	margin:0;
	width:50px;
	float:left;
	height:600px;
	z-index:1110;
	position:absolute;
	text-align:center;
	background:url('images/ss_back_bg.png') repeat-y;
}

.ss_img_area {
	margin:0;
	left:50px;
	float:left;
	width:790px;
	height:600px;
	z-index:1110;
	background:none;
	position:absolute;
	text-align:center;
}

.ss_next {
	margin:0;
	left:840px;
	width:50px;
	float:left;
	height:600px;
	z-index:1110;
	position:absolute;
	text-align:center;
	background:url('images/ss_next_bg.png') repeat-y;
}

.togglebox_title {
	padding:5px 10px 5px 5px;
	text-align:left;
	color:#ffffff;
	margin:0 auto 0 auto;
	width:860px;
	background:#333333;
	border:2px solid #111111;
	font-size:16px;
	font-weight:bold;
}

.togglebox {
	padding:10px 10px 10px 10px;
	text-align:left;
	color:#ffffff;
	margin:0 auto 0 auto;
	width:855px;
	background:#222222;
	border:2px solid #111111;
	font-size:14px;
}

/*========================================
   Forms
========================================*/

form {
	margin:0;
	padding:0;
}

.textfield {
	background: url('images/input.gif') repeat-x #cccccc;
	border:1px #999999 solid;
	min-height:18px;
	padding:2px 2px 2px 2px ;
	font-size:14px;
	color:#303030;
}

/*========================================
   Alerts
========================================*/

#alert_y {
	background: #fff6bf 15px 50% no-repeat; 
	text-align: center; 
	color:#000000;
	width:80%;
	margin:0 auto 0 auto;
	padding: 5px 20px 5px 20px; 
	border: 1px solid #ffd324;
}

#alert_r {
	background: #FFBFBF 15px 50% no-repeat; 
	text-align: center; 
	color:#000000;
	width:80%;
	margin:0 auto 0 auto;
	padding: 5px 20px 5px 20px; 
	border: 1px solid #FF2424;
}

#alert_g {
	background: #ccffcc 15px 50% no-repeat; 
	text-align: center; 
	color:#000000;
	width:80%;
	margin:0 auto 0 auto;
	padding: 5px 20px 5px 20px; 
	border: 1px solid #33ff33;
}
