@charset "utf-8";
/* CSS Document - BAW*/
html { 
	min-height: 100%; 
	margin-bottom: 1px; 
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bkgd_grad.jpg);
	background-repeat: repeat-x;
	background-color: #454444;
	color: #CCCCCC;
}
h1{font-size:110%;}
/*======= iepngfix =======*/
img, div { 
	/*behavior: url(../iepngfix.htc) */
}
/*----- Header -----*/
#header {
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 10px 0 0 0;
}
#mainLogo {
	margin: 15px 0 0 20px;
}
#imgHeaderRight {
	float: right;
	margin-right: 16px;
}

/*----- Footer -----*/
#footer {
	clear: both;
	text-align: center;
	padding: 0.3em 0;
}

/* =========== Text ================ */
p {
	font-size: 0.7em;
	margin: 10px 0 0 0;
	padding: 0;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
}
h2 {
	font-size: 0.9em;
	font-weight: bold;
	margin: 0;
}
h3 {
	font-size: 0.7em;
	font-weight: bold;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
}

/*======= Links =======*/
a {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: none;
}

/*======= Nav bar =======*/
/* Vertical list with horizontal flyout (http://www.alistapart.com/articles/horizdropdown) */
#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100px;
}
#nav ul {
	list-style: none;
	
}

#nav li {
	font-size: 0.7em;
	position: relative;
}

#nav li ul {
	position: absolute;
	left: 40px;
	top: 0;
	display: none;
	font-size: 1.3em;
}

/* Fix IE. Hide from IE Mac */
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }

/* Make it work */
#nav li:hover ul, #nav li.over ul { 
	display: block; 
}

/* Link style  */
#nav li a {
	display: block;
	text-decoration: none;
	padding: 0 0 30px 0;
}

/* Main menu style */
#nav li a:hover { 
	color: white;
} 

/* Flyout menu style */
#nav li ul li {
	width: 200px;
	border-left: 1px solid #777;
	background-color: #333333;
}
#nav li ul li a { 
	padding: 0 0 5px 10px;
} 
/* ====================================================================================== */

#designby {
	font-size: 0.6em;
	padding: 5px 0 0 0;
	margin: 15px auto 10px auto;
	border-top: 1px solid #555;
	width: 95%;
}
div#centercolumncontent {
	width: 95%;
	border: 1px solid #666;
	padding: 20px 10px 0 10px;
	margin: 0 30px 0 0;

}
div.alignLeft{
	text-align:left;
}
div.alignCenter{
	text-align:center;
}

/*======= Home page =======*/
#imagefader {
	position: relative;
	width: 100%;
	height: 500px;
	text-align: center;
}
.imagediv {
	width: 100%;
}
/*======= Gallery page =======*/
div#image{width:500px; margin:auto;}

#imageinfo {
	width: 95%;
	margin: 0 auto 30px auto;
}
#imagetitle {
	text-align: left;
}
#imageinfotext {
	float: right;
	font-size: 0.7em;
}
#fadeshow2 {
	background-color: #777;
}
div#picnav{margin-bottom:5px;}
div#picnav a{padding:10px; font-size:70%; font-weight:bold;}

div#thumbView{
	float:left;
	height:650px;
	background:#2b2828;
	overflow:scroll;
	overflow-x: hidden;
	padding-right:15px;
}
div.thumbWrap{margin:15px;}
div.thumbWrap img{border:1px solid #d4d4d4; }

/*======= Paypal section =======*/

div#paypal{width:320px; margin:auto; font-size:80%; }
div#paypal div{text-align:center; padding:5px;}

/*===========Comments===========*/

div.comment{padding-bottom:15px; border-bottom:1px solid #777;}

form#addComment textarea{height:200px;}
form#addComment textarea, form#addComment input[type=text]{width:90%; border:none; margin-top:2px; background:#777; color:white;}
form#addComment label{font-size:70%;}



	
	

