@charset "UTF-8";
/* CSS Document */

body{
	background-color:#000000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#wrapper{
	background-image:url(artwork/content_bg_edit.jpg);
	background-repeat:no-repeat;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:600px;
	padding:25px;
}

#wrapper_about{
	background-image:url(artwork/about_bg_edit.jpg);
	background-repeat:no-repeat;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:600px;
	padding:25px;
}

#wrapper_main{
	background-image:url(artwork/main_bg_edit.jpg);
	background-repeat:no-repeat;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:600px;
	padding:25px;
}

#button_wrapper{
	/*background-image:url(artwork/buffalography-logo-gray-short.png);
	background-repeat:no-repeat;*/
	background-position:center;
	padding:50px;
	margin-left:auto;
	margin-right:auto;
	height:400px;
}

img {border:none;}

#container a {
	display:block;
	margin:5px;
	float:right;
}
/*set the margin width to half the actual margin you want*/

#container {
	background-image:url(artwork/black_trans_bg.png);
	background-repeat:repeat;
	position:absolute;
	width:auto;
	max-width:360px;
	margin:auto;
	right:125px;
	top:175px;
}


/*width is based on thumbnail width x number of columns + ((margin x 2) x number of columns)*/
/*for example, if your thumbnails are 100px wide, and you wanted 4 columns with 10 pixels of space between them, your math would be*/
/*100x4+((5x2)x4)=440*/ 

#nav{
	color:#FFFFFF;
	text-decoration:none;
	font-size:32px;
	font-weight:100;
	height:25px;
	position:absolute;
	margin-left:auto;
	margin-right:auto;
	bottom:125px;
	left:150px;
}

#nav ul{
	display:inline;
	list-style-type:none;
}

#nav li{	
	float:left;
	padding:25px;
}

#nav a{
	padding:5px;
	color:#FFFFFF;
	text-decoration:none;
}

#nav a.visited{
	color:#FFFFFF;
	text-decoration:none;
}

/*#nav a:hover{
	background-color:#FFFFFF;
	color:#000000;
	font-weight:400;
}*/

#gallery_nav{
	color:#FFFFFF;
	font-size:18px;
	font-weight:100;
	position:relative;
	left:25px;
	top:150px;
	line-height:25px;
}

#gallery_nav li{
	padding:2px;
}

#gallery_nav ul{
	display:inline;
	list-style-type:none;
}

#gallery_nav a{
	color:#FFFFFF;
	text-decoration:none;
}

#gallery_nav a.visited{
	color:#FFFFFF;
	text-decoration:none;
}

/*#gallery_nav a:hover{
	background-color:#FFFFFF;
	color:#000000;
	font-weight:400;
	/*padding:2px;
} 
*/
#gallery_nav1{
	color:#FFFFFF;
	font-size:18px;
	font-weight:600;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:150px;
	left:50px;
	line-height:25px;
}

#gallery_nav1 ul{
	display:inline;
	list-style-type:none;
}

#gallery_nav1 li{
	padding:2px;
	
}

#gallery_nav1 a{
	
	color:#FFFFFF;
	text-decoration:none;
}

#gallery_nav1 a.visited{
	color:#FFFFFF;
	text-decoration:none;
}

#image{
	color:#FFFFFF;
	border:none;
	position:relative;
	float:left;
	left:150px;
}

#image p{
	font-size:14px;
	text-align:right;
}

#button{
	color:#FFFFFF;
	size:14px;
	position:relative;
	float:right;
	right:150px;
}

#main{
	position:relative;
	max-width:550px;
	top:110px;
	left:-50px;
	background-image:url(artwork/black_trans_bg.png);
	background-repeat:repeat;
	color:#FFFFFF;
	font-size:14px;
	margin-left:auto;
	margin-right:auto;
}