/* Switzer Style Sheet */
/* Last revision: 07.21.08 */
/*------------------------------------------*/

/* GLOBAL ESSENTIALS */
/* -------------------------------------- */

body{
	margin:0;
	background-color:#3d3d3d;
	font:11px/16px 'Arial';
	color:#CCC;
	}
	
p{
	margin:0 0 10px;
	}
	
a img {
	border: none; 
	}
	
a:link, a:visited {
	color: #00AFEF;
	line-height:130%;
	text-decoration: none;
	}

a:hover {
	color: #FFF;
	line-height:130%;
	/*text-decoration: underline;*/
	}

a:active {
	color: #CCC;
	line-height:130%;
	text-decoration: none;
	}

ul, li {
	margin: 0;
	padding: 0;
}
	
/* STRUCTURE */
/* -------------------------------------- */

#pagewrap{
	/*margin:40px 65px;*/
	margin:85px auto;
	width:980px;
	}
	
#admin #pagewrap{
	margin:40px 65px;
	width:1960px;
	}
	
#sideBar {
	width:200px;
	text-transform: uppercase;
	float:left;
}

#container{
	width:750px;
	float:right;
	}

#photoContainer {
	height:750px;
	margin-bottom: 20px;
	float:right;
}
	
#fullSize{
	margin:7px 0 0;
	width:750px;
	float:right;
	}

#thumbs {
	margin: 0 auto;
	padding:15px auto;
	width: 750px;
	float:left;
	text-align: center;
}


/* STYLES */
/* -------------------------------------- */

.copy{
	font:12px/17px 'Georgia';
	margin:10px 0 10px 220px;
	border-left: 1px dotted #666;
	padding-left:10px;
	width:380px;
	color:#CCC;
	}
	
.forward {
	float:right;
	margin-right:-30px;
	}

.back {
	float:left;
	margin-left:-30px;
	}

.center {
	margin:0 auto;

}
.transparentblock {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	background-color: #3d3d3d;
	margin:5px 5px 0 0;
	padding:0;
	-khtml-opacity: .5;
}
.transparentblockhere {
	opacity: 0.2;
	-moz-opacity: 0.2;
	filter: alpha(opacity=20);
	background-color: #3d3d3d;
	margin:5px 5px 0 0;
	padding:0;
	-khtml-opacity: .2;
}

.transparentblock:hover {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
	background-color: #3d3d3d;
}

.floatLeft {
	float:left;
}

.text {
	color:#a8a8a8;
	font-size: 1.3em;
	line-height: 1.5em;
	width:550px;
}

.text img {
	margin:4px 10px 10px 0;
	float: left;
}

.title {
	color:#a8a8a8;
	font-size: 1em;
	line-height: 1.7em;
	width:500px;
}

em {
	margin-left:25px;
	display:block;
}

.alert{
	color: red;
}



/* LINKS ETC */
/* -------------------------------------- */



/* IMG */
/* -------------------------------------- */

.libEntry img {
	margin-right: 15px;
}

.thumb {
	//float:left;
	display:inline-block;
	text-align: center;
}

	
/* LISTS */
/* -------------------------------------- */

ul {
	list-style-type: none;
	margin:0 0 0 8px;
}

.navList {
	margin:60px 0 0 8px;
}

.navListt {
	margin:0px 0 0 8px;
}

.navLinkTab {
	margin-left:8px;
}

li{
	font-size: 14px;
	margin:0 0 4px;
	width:200px;
}

a.here {
	color:#fff;
}

#fineartprints {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #00AFEF;
}

	
/* FORMS */
/* -------------------------------------- */

#forms{
	float:left;
}


.libEntry {
	display: block;
	border-bottom: 1px dashed #fff;
	margin-bottom: 15px;
}

fieldset {
	border:none;
}

	
/* Thumbs Area */
/* -------------------------------------- */

#thumbs table {
	text-align: center;
	margin: 0 auto;
}

a#nextLink, a#backLink {
	width: 15px;
	height: 26px;
	float: left;
	display: block;
	background-image: url(../images/arrows.gif);
	background-repeat: no-repeat;
	outline: none;
}

a#nextLink {
	float: left;
	background-position: -15px 0;
}

a#backLink {
	float: right;
	background-position: 0 0;
}

a#backLink:hover {
	background-position: 0 -26px;
}

a#nextLink:hover {
	background-position: -15px -26px;
}
