/*
Author: Jamie Newell
Author Website: http://7azwebdesign.com/
*/

/* DEFAULTS */

*{
	margin: 0px;
	padding: 0px;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height:1.5em;
	background-color:#1e1e1e;
	padding-top:20px;
	color:#fff;
}
p, ul{
	margin-bottom: 1.5em;
}
input, select, textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
h2{
	font-size: 1.33em;
	line-height: 1.125em;
	margin-bottom: 1.125em;
	font-weight:bold;
	text-transform:uppercase;
}
img{border:none;}
a{color:#65A7B7;}
a:hover{color:#ccc;}


/* BLOCKS */

#wrapper{
	width:790px;
	margin:0 auto;
}
#home #wrapper{
	width:878px;
}
#footer{
	color:#666;
	font-size:0.91em;
	text-align:center;
	clear:right;
	padding-top:4em;
}


/* HEADER */

#home h1{
	background-image: url(images/logo_home.jpg);
	background-repeat: no-repeat;
	display:block;
	width:290px;
	height:218px;
	text-indent:-9999px;
	overflow:hidden;
	font-size:0;
}
h1 a{
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	display:block;
	width:264px;
	height:61px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 auto 15px;
}


/* MAIN NAV */

#nav{
    list-style:none;
	margin:0 auto;
	text-align:center;
	margin-bottom:80px;;
}
#home #nav{
	margin-bottom:4em;
}
#nav li{
	display:inline;
	margin-right:20px;
	padding-right:23px;
	background-image: url(images/nav_sep.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#nav li.rowend{
	padding:0;
	margin:0;
	background:none;
}
#nav li a{
    text-transform:uppercase;
	text-decoration:none;
	color:#fff;
}
#nav li a:hover{
	text-decoration:underline;
}

/* CONTENT */

#galleries{
	list-style:none;
	margin-top:40px;
	overflow:auto;
	margin-bottom:2em;
}
#galleries li {
	float:left;
	margin:0 4px 4px 0;
	line-height:0;
	font-size:0;
}
#galleries li h2{
	line-height:0;
}
#galleries li.rowend{
	margin:0 0 4px;
}
/*#galleries li a{
	display:inline-block;
	display:block;
	width:288px;
	height:218px;
	text-indent:-9999px;
	overflow:hidden;
	background-color:#fff;
}*/
.right{
	float:right;
	margin:0 0 20px 40px;
	border:2px solid #ccc;
}
#flashcontent{
	margin-bottom:1.5em;
	height:400px;
}
#gallery_menu{
	list-style:none;
	float:right;
	font-size:0.91em;
	line-height:1.63em;
}
#gallery_menu li{
	display:inline;
	margin-left:8px;
	border-left:1px solid #ccc;
	padding-left:8px;
}
#gallery_menu li.first{border:0;}
#gallery_menu li a{text-decoration:none;}

/* FOOTER */

#footer a{
	text-decoration:none;
	color:#666;
}
#footer a:hover{
	text-decoration:underline;
}

