/* CSS Document - Created by Tom Beck */


/*-------------------------------------------------
 Imported Styles
@import url("design.css");
-------------------------------------------------*/



/*-------------------------------------------------
GLOBAL PAGE LAYOUT ELEMENTS

"Palatino Linotype","Book Antiqua",Palatino,serif
	font-family: "Palatino Linotype",Georgia,arial;
	font-weight: 300;

-------------------------------------------------*/

	body, td {
	font-family: "Palatino Linotype","Book Antiqua",Georgia,Arial,serif;
	font-size: medium;
	margin: 0px;
	padding: 0px;
	}
	
	/* Enter all basic tag definitions */
	
	h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	line-height:28px;
	font-weight:900;
	color:#999;
	}	
	
	p {
	font:20px/11px;
	margin:0px 5px 16px 5px;
	padding:0px;
	line-height: 1.4em; 
	}

	a {
	color:#333333;
	text-decoration:none;
	font-weight: 300;
	}
	a:link {color:#999;}
	a:visited {color:#07a;}
	a:hover {#333}
	
	#container {
	padding:0px;
	margin: 0px;
	border: 0px;
	background-repeat: repeat-x;
	text-align: center;
	min-width:730px;
	}
	
	#header {
	margin:0px;
	padding:0px;
	line-height:11px;
	voice-family: "\"}\"";
	voice-family:inherit;
	color: #FFF;
	background-image: url(../images/topLogo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border: 0px solid;
	}
	
	#navcontainer
	{
	padding-left: 20px;
	margin-left: 20px;
	}

	#navcontainer ul, #navcontainer li {
		display:inline;
		list-style-type: none;
		padding-left: 0em;
		margin-left: 0em;
	}		
	
	#navcontainer a
	{
	display: block;
	color: #999;
	text-decoration: none;
	}
	
	#navcontainer a:hover
	{
	color: #333;
	}
	
	/* TOP LEVEL NAVIGATION */
	
	#topnav {
	margin: 2px 0px;
	padding:2px 0px 3px;
	height:14px;
	border-top-color: #dddddd;
	border-bottom-color: #dddddd;
	background-color: #efefef;
	voice-family: "\"}\"";
	voice-family:inherit;
	height:14px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	color: #666666;
	line-height: 16px;
	}
	
	#topnav a {
	color: #666666;
	}
	#topnav a:link {
	}
	topnav a:visited {
	}
	#topnav a:hover {
	background-color: #FFFFFF;
	line-height: 14px;
	color: #09c;
	padding: 2px 0px;
	font-weight: 500;
	}
	
	/* SUB LEVEL NAVIGATION */
	
	#subnav {
		margin: 0px;
		padding:2px 0px 2px 0px;
		text-align:right;
		text-indent: 30px;
		height:19px; /* 14px + 4px + 1px = 19px */
		border-style:dotted;
		border-width: 0px 0px 1px 0px;
		border-bottom-color: #ccc;
		line-height:11px;
		background-color: #fff;
		voice-family: "\"}\"";
		voice-family:inherit;
		height:14px;
	}
	/* Again, "be nice to Opera 5". */
	body>#subnav {height:14px;}
	
	#subnav a {
	}
	#subnav a:link {
	}
	subnav a:visited {
	}
	#subnav a:hover {
	}
		
	#contentleft {
	float:left;
	background:#fff;
	margin-top: 0px;
	padding: 10px;
	height: 100%;
	width: 230px;
	text-align: left;
	}
	
	#contentcenter {
	}
	
	#contentright {
	width:480px;
	padding:10px;
	float:left;
	background:#eee;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	margin-top: 10px;
	position: absolute;
	left: 250px;
		}
	
	#contentheader {
		background:#fff
	}
	
	#content {
	width:600px;
	float:left;
	margin-top: 50px;
	position: absolute;
	left: 250px;
	text-align: left;
	}	
	
	#about, #workshops {
	width:400px;
	font-size: .8em;
	}	
	
	#gallery td {
		vertical-align: middle;
	}
	#gallery li { 
		vertical-align: middle;
		list-style-type: none;
	}
	#gallery a
	{
	color: #999;
	}
	#gallery a:hover
	{
	color: #333;
	}	
	
	
	#galleryImages ul, #galleryImages li {
		display:inline;
		padding-right: 2em;
		padding-left: 0em;
		margin-left: 0em;
		list-style-type: none;
		/* this controls the spacing between lines - at least in standards compliant browsers */
		line-height:3em;
	}	
	
	#galleryImagesold ul, {
		display:inline;
		padding-left: 0;
		margin-left: 0;
		line-height:3em;
	}	
	#galleryImagesold li {
		display:inline;
		list-style-type: none;
		padding-right: 10em;
	}
	
	#galleryImage {
	width: 400px;
	float: left;
	text-align: left;
	margin-top: 40px;
	}
	
	.caption {
	width: 350px;
	text-align: left;
	margin-top: 5px;
	font-size: 14px;
	padding-left: 20px;
	}

	
	/* FOOTER */
	#footer {				
		clear: both;
		font-size: 80%;
		text-align: right;
		color: #000;
		border-top: 1px solid #000;
		padding-bottom: 30px;
		margin-top: 20px;
		}
	.footerinner {
		margin-top: 5px;
		}
	#footer a {
		color: #444;
		}
	#footer a:hover {
		color: #000;
		}
	
/*	#footer {
	width:730px;
	min-width:730px;
	padding: 10px;
	line-height:11px;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: 10px;
	height:20px;
	border-top: 1px dotted #CCCCCC;
	border-right: 0px #CCCCCC;
	border-bottom: 0px #CCCCCC;
	border-left: 0px #CCCCCC;
	text-align: center;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	}
*/	
	/* Again, "be nice to Opera 5". */
/*	body>#footer {height:20px;}*/
	
	#homepage {
	margin: 20px;
	position: absolute;
	padding: 5px;
	text-align: center;
	}
	
	#image_title {
		float: left;
		margin-top: 10px;
		text-align: right;
	}

	#admin_galleries ul, #admin_galleries li {
		list-style: none;
	}		
	#admin_gallery_images ul, #admin_gallery_images li {
		list-style: none;
	}		
	
	#gallery_nav {
		margin-top: 10px;
		float:right;
	}
	
	#gallery_image1 {
		text-align: right;
	}
	
	#mailing_list {
		margin-top: 50px;
		text-align:center;
	}
	

	
