﻿/* general page styles */

	html {
		min-height: 100%;
		margin-bottom: 0px;
		background-image:url('../images/bg_structure.jpg');
		background-color: #EEE;
		color: #000;

	}
	
	body {
		font: 12px "Trebuchet MS"; 
		color:#333;
		font-weight: normal;
	  	line-height: 16px;
		text-align: center; /* IE centering */
		margin: 0;
		padding: 0;
		}
	
	img	{
		margin: 0px;
		padding: 0px;
		}

/* general type styles */

	a	{
		color: #000;
		font-weight:bold;
		text-decoration: none;
		background-color: transparent;
		}

	a:link	{
		color: #000;
		text-decoration: none;
		background-color: transparent;
		} 

	a:visited	{
		color: #000;
		text-decoration: none;
		background-color: transparent;
		} 

	a:active	{ 
		color: #F60;  
		text-decoration:underline;
		background-color: transparent;
		} 

	a:hover		{ 
		color: #F60; 
		text-decoration:underline; 
		background-color: transparent;
		} 

	img	{
		padding: 0px;
		border: 0px;
		margin: 0px;
		}
		
	h1	{
		font-family: "Trebuchet MS", sans-serif;
		font-size: 20px;
		font-weight: bold;
		padding: 10px 0px 5px 0px;
		margin: 0px;
		}

	h2	{
		font-size: 14px;
		font-family: "Trebuchet MS", sans-serif;
		color: #000;
		line-height: 18px;
		font-weight: bold;
		padding: 10px 0px 5px 0px;
		border: 0px;
		margin: 0px 0px 0px 0px;
		}		

	h3	{
		font-size: 13px;
		font-family: "Trebuchet MS", sans-serif;
		line-height: auto;
		font-weight: bold;
		padding: 10px 0px 1px 0px;
		margin: 0px;
		}
		
	h4	{
		font-size: 12px;
		font-family: "Trebuchet MS", sans-serif;
		line-height: 16px;
		font-weight: bold;
		padding: 0px 0px 3px 0px;
		border: 0px;
		margin: 0px 0px 0px 0px;
		}
	hr {
		border: 0;
		color: #000;
		background-color: #CCC;
		height: 2px;
	}

/* positioning in order of appearance in site.tpl.php*/

	#site {
		margin: 0 auto;
		padding: 0;
		width: 800px;
		text-align: left; /* correct IE centering */
	}
	
	#user {
		position:relative;
		float:right;
		top:-65px;
		height: 0px;
		padding: 0 20px 0 0;
	}
	
	#top {
		position:relative;
		height:60px;
		width:800px;
		overflow:hidden;
	}
	
	#header {
		position:relative;
		left:230px;
		top:-75px;
		color:#000;
		font-size: 18px;
		letter-spacing: -0.05Em;
	}
	
	#placeholder {
		position: relative;
		top:-60px;
	}
	
	#background_top {
	 	position: relative;
	 	z-index:0;
		width: 800px;
		overflow:visible;
		top:34px;
		left:-25px;
 	}

 	#tab_bg {
	 	position:relative;
	 	overflow:visible;
	 	width:850px;
	 	left:-25px;
	 	clear:left;
	 	background-image:url('../images/bg2.png');
	 	background-repeat:repeat-y
	 	
	 }
 	
	#tab {
		position:relative;
		width: 800px;
		left:25px;
		overflow:hidden;
		padding: 0 0 0 0px;
	}
	
	#tabs {
		z-index:2;
		position:relative;
		width:800px;
	}
	.tab_menu {
		position:relative;
		color: white;
		top:30px;
		height:65px;
	}
	.tab {
		position:relative;
		float:left;
		height:30px;
		width:auto;
		color:white;
		text-decoration: none;
		padding: 0 5px 0 5px;
		cursor:pointer;
		letter-spacing: -0.05Em;
	}
	* html .tab {
		cursor:'hand';
	}
	
	a.tab, a.tab_menu {
		color:white;
		font-size:20px;
		line-height:30px;
		font-weight:normal;
		text-decoration:none;
	}
	
	a.tab:hover {
		color:black;
	}
	
	#tabs_sub {
		height: 0px;
		background: #FFF;
		position:relative;
		clear:both;
		letter-spacing: -0.08Em;
		color:white;
		line-height:60px;
		font-size:40px;
		margin: 5px 5px 0px 5px;
		padding:5px 0 0 10px;
		opacity:0;
	}
	* html #tab_sub {
		filter:alpha(opacity=70);
	}
	
	#content {
		position:relative;
		overflow:auto;
		background: white;
		padding: 25px 50px 25px 50px;
		margin: 0px 10px 0px 10px;
		width:680px;
	}
	
	* html #content {
		width:680px;
	}
	
	#bottom {
		position:relative;
		padding:5px 0 0 0;
		height:0px;
		margin: 0 0 5px 0;
		color:white;
		text-align:center;
	}
	
	#background_bottom {
		position:relative;
		overflow: visible;
		left:-25px;
		width:850px;
	}
	
	
	#admin_menu {
		position:fixed;
		background: green;
		height:0px;
		width:auto;
		padding: 0;
		top:0px;
		left:10px;
		z-index:2;
	}

	* html #admin_menu {
		position:absolute;
		background: green;
		float:right;
		top:-100px;
		left:0px;
	}
	
	/* module styles */
	div.richtext_slim {
		float:left;
		width: 312px;
		padding: 0px;
		margin: 20px 14px 10px 14px;
	}
	div.richtext_wide {
		float:left;
		width: 680px;
		padding: 0px;
	}
	div.text {
		margin: 0 auto;
	}
	
	div.pagelink {
		float:left;
		padding:0px;
		margin:20px 15px 10px 16px;
		width:305px;
		height:120px;
		background-image: url(../img/pagelinkbg.jpg);
		background-repeat: repeat-x;
		border: 1px solid lightgreen;
		overflow: hidden;
		cursor:'hand';
		cursor:pointer;
		line-height: 14px;
	}
	
	img.pagelink {
		float:left;
		height:120px;
		width:120px;
		margin: 0 12px 0 0;
	}
	
	h1.pagelink  {
		overflow:visible;
		font-family: helvetica, arial, sans-serif;
		font-size: 16px;
		line-height: 100%;
		float:left;
		font-weight:normal;
		padding: 0px;
		margin: 5px 3px 3px -7px;
		width: 170px;
	}
	
	a.pagelink:link, active, hover {
		color: #000;
		font-weight: normal;
		text-decoration: none;
		background-color: transparent;		
	}
	a.pagelink:visited	{
		color: #222;
		font-weight: normal;
		text-decoration: none;
		background-color: transparent;
	} 


	
	div.form {
		float:left;
		min-width: 300px;
		margin:20px 13px 10px 13px;
	}
	* html .form {
		width:312px;
	} 
	.form input, textarea {
		background:#F0F0F0;
		border: 1px inset #D9D9D9;
		padding:2px;
	}
	
 	.form .submit {
		border: 2px outset #D9D9D9;
	}
	
	.form fieldset {
		clear: both;
		border-color: #D9D9D9;
		border-width: 1px;
		border-style: solid;
		min-width: 300px;
		padding: 5px;
	}

	.form legend {
		border-color: #D9D9D9;
		border-width: 1px;
		border-style: solid;
		padding:2px 5px 2px 5px;
		margin:0 0 10px 5px;
		color: #000;
		font-size: 18px;
	}
	.form label {
		font-size: 12px;
		font-weight: bold;
		display: block;
		float: left;
		margin: 3px;
		text-align: right;
		width: auto;
		min-width: 80px;
		padding:0px 5px 0 0;
	}
	.form p {
		clear: left;
		margin:5px 10px 5px 0;
	}
	
	.album p {
		text-align: center;
		padding: 2px 0 0 0;
		margin:0;
		background:#F2F2F2;
		min-height:20px;
		width:150px;
	}
	
	div.album_photo {
		text-align: center;
		float: left;
		margin: 10px 10px 10px 10px;
		width: 150px;
		height: auto;
		min-height:200px;
	}

	div.album {
		margin:0 0 18px 0;
	}
	
	
	/* misc */
	
	label.inside {
		color: #145693;
		position:absolute;
		visibility:hidden;
	}
	
	//login window
