/* Photo gallery template ||| Joshuaink.com ||| March 2005 ||| Free to use but this credit must remain in place */

*{
	margin:0;
	padding:0;
	font-size:100%;

}

body {
	background: #429FD8;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#68A6D3') fixed; /* for IE */
	background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), color-stop(.3, #FFFFFF), color-stop(.85,#F2F2F2), to(#68A6D3)) fixed;
	background: -moz-linear-gradient(top, #FFFFFF 40%, #F2F2F2 85%, #68A6D3 100%) fixed;
	background-repeat:no-repeat;
}

html, body {
	height: 100%;
	position: relative;
}

h2 {
	font-size: 14px;
	color: #429FD8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: .25em;
	text-align: center;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #429FD8;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #429FD8;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #F49632;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #429FD8;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
}

.style6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
}
.style8 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #257EB4;
	font-size: 18px;
}
.style10 {color: #666666}

#wrap{
	background-color: #FFF;
	width:860px;
	margin:0 auto;
	position:relative;
	top: 0px;
	min-height: 100%;
	border: 1px solid #666;
	border-bottom: 0px;
	border-top:0px;
	
}

#header{
	margin-bottom:20px;
	background-color: #FFFFFF;
	padding:5px 5px 20px 5px;
	width: 850px;
	height: 140px;
	margin: 0 auto;
	position:relative;
}

#header ul#primary {
	width: 860px;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -20px;
}

#header ul#primary li  {
	display: inline;
	list-style: none;
}

#header ul#primary a,#header ul#primary span,#header ul#primary a.current {
	width: 166.4px;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}

#header ul#primary span,#header ul#primary a.current,#header ul#primary a.current:hover {
	border: 1px solid #666;
	border-bottom: none;
	background: #429FD8;
	padding-bottom: 6px;
	margin-top: 0;
}

#header ul#primary a {
	background: #99ccff;
	border: 1px solid #AAA;
	border-bottom: none;
}

#header ul#primary a:hover {
	margin-top: 0;
	border-color: #666;
	background: #3399ff;
	padding-bottom: 5px;
}

.filler{
	margin: 110px 0px;
	height:140px;
}


.main-content{
	width:850px;
	background-color: #FFF;
	border-top:2px solid #429FD8;
	margin: 20px 5px;
}

.main-content li{
	width:252px;
/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
	-moz-border-radius:20px;
 */
 	height:141px;
	background:#FFF;
	padding:10px 10px;
	text-align:center;
	position:relative;
	float: left;
	display:inline;
	margin:5px;
}

.main-content  a span{
/*\*/
	position:absolute;
	left:-9999px;

}

.main-content a span{	
	bottom:-15px;
	left:10px;
	width:252px;
	margin: 1px 1px;
	font-weight:bold;
	background: #FFF;
	color:#000000;
	padding:5px 0 5px 0;
	text-transform:uppercase;
	font-size:80%;
	border-width:0 0 10px 0;
	filter: alpha(opacity=60);
	moz-opacity:.8;
		opacity:.80;
/**/
} 


.main-content img{
	border:1px solid #429FD8;
/* delete line above and uncomment this for an inset effect
	border:1px solid;
	border-color:#666 #EEE #EEE #666;
 */
}

#icons{
	padding:5px 5px 5px 5px;
	text-align: right;
	position:relative;
	margin: -150px auto;
}

#icons a{
	color: #FFF;
}

#icons a span{
	color:#666;
	padding:15px 15px 15px 15px;
}
