/* -------------------------------------------------
	sNews 1.6 Minimal Template
	modified for sNews 16 ME - Modular, Enhanced
	Sept.19.07 - keyrocks
---------------------------------------------------*/

*{ margin: 0; padding: 0; }*
body{
	font: normal normal 100% Arial, sans-serif;
	letter-spacing: 0.5px;
	text-align: center;
	background: #a8d4d3;
  	background-image:url(../images/bg_grad4.gif);
	background-repeat: repeat-x;
	padding: 0 0 10px 0; 
	color:#933;
}
/*a { color: #E23300; background: inherit; }*/
/*a:hover { color: #808080; background: inherit; }*/

/*ul {  padding: 0; margin: 0 0 10px;}*/
/*li { list-style-type: none;}*/
p { margin: 5px 0 10px 0; }
#logo { float: left; margin: 0 0 15px; }

#header{
	width:767px;
	overflow:hidden;
	margin:0 auto 0;
	background-image:url(../images/bg_grad3.jpg);
}

#header img{
	border:none;
}

#menu{
	font-family:Arial, Helvetica, sans-serif;
	margin:0 auto;
	text-align:left;
	
}

ul#nav, ul#nav li{
	list-style-type:none;
	margin:0;
	padding:0;
	
}

ul#nav{
	float:right;
	font-size: 80%;
}

ul#nav li{
	float:left;
	margin-left: 3px;
	text-align: center;
}

ul#nav a{
	float:left;
	width: 105px;
	padding: 5px 0;
	/*background: #a3b8d6;*/
	text-decoration:none;
	color: #933;
	font-weight:bold;
}

ul#nav a:hover{
	background: #deefef;
	color: #006A35;
	font-weight:bold;
}

ul#nav a.current {
	color: #933;
	font-weight:bold;
}

ul#nav li.activelink a,ul#nav li.activelink a:hover{
	/*background: #deefef;*/
	color: #003;
	font-weight:bold;
}
#subheader { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	clear: both; 
	padding: 8px 4px; 
	height: 20px; 
	line-height: 20px; 
	margin: 0 0 10px 0; 
	color: #808080; 
}
#subheader a { 
	background: inherit; 
	text-decoration:none;
	color: #444; 
}
#subheader a:hover { 
	text-decoration:underline;
}

#breadcrumbs { float: left; margin: 5px 0 0; }

#search { float: right; }
	#search p { padding: 0; margin: 0; }

.wrap { 
	width:767px;
	position:relative; 
	margin: 0 auto;
	text-align:left;
}
#left { 	
	float:left;
	display:inline;
	width:160px; 
	background-image:url(../images/bg_grad2a.jpg);
	margin:0 10px 10px 0px;
}

#right {
	margin: 0 0 5px 175px;
	padding: 5px 0;
}
	
#rss { float: right; text-align: right; }
	#rss li { float: left; margin: 0 0 0 10px; }

/* REMOVES BORDERS FROM IMAGES */
img { border: none; }

/* sNEWS FUNCTION STYLES ------------------------------------------------- */

/* indents icons in sitemap, archive & rss_links_sm - this package only. */
.icon_indent { margin-left: 20px; }

/*input { padding: 2px; }*/
/*textarea { width: 97%; height: 20em; padding: 3px; }*/
.comment { /*background: #F5F6F6;*/ color: #808080; padding: 10px; margin: 0 0 10px 0; border-top: 1px solid #ccc; }
.commentsbox { 
	/*background: #f4f4f4;; 
	color: #808080; */
	/*padding: 10px; 
	margin: 0 0 10px 0; */
	padding:10px; 
	margin:0 auto; 
	border-top:1px solid #e1e1e1; 
	border-left:1px solid #e1e1e1; 
	border-bottom:1px solid #999; 
	border-right:1px solid #999;	
}
.date { border-top: 1px solid #eee; margin: 0 0 20px 0; }

/* For keyrock's custom admin panels mod only */
.admpanel { 
	border: 1px solid #ccc; 
	padding: 10px 8px 10px 15px; 
	margin: 0 0 8px 0; 
	/*background: #efefef; */
	color: #000; 
	font-family:Arial, Helvetica, sans-serif;
}
.fieldset { 
	border: 1px solid #ccc; 
	padding: 20px 8px 20px 15px; 
	margin: 0 0 8px 0; 
	background: #efefef; 
	color: #000; 
}
legend { 
	font: bold 16px arial; 
	margin: 10px 0 0 0; 
}
input { padding: 3px; margin: 0; }
textarea { width: 90%; height: 20em; padding: 3px;}

/* span classes used in custom admin panels only */
.redtitle { font: bold 14px Arial; color: #ff0000; text-align: center; }
.bluetitle { font: bold 14px Arial; color: #0054bc; text-align: center; }
.admintitle { font: bold 16px Arial; color: #E23300; text-align: center; }
.buttonmargin { margin-bottom: 10px; }

/* div classes to float images or inserted blocks with text-wrap in articles */
.floatright { position: relative; float: right; padding: 0 0 0 10px; border: none; }
.floatleft { position: relative; float: left; padding: 0 10px 0 0; border: none; }

/* For div=class greybox used within article content textarea */
.greybox {
	border : 1px solid #ccc;
	background : #f5f5f5;
	padding : 10px;
	}
/* For <blockquote> tags used within article content textarea */
blockquote {
	padding: 15px 10px 10px 10px;
	border-left : 8px solid #e4d6d2;
	background : #fff2ef;
	margin : 10px 0 10px 15px;
	}

/* FOR ARTICLE LEADS FUNCTION in mods/lead_articles.php */
	/* division class for article lead */
        .article_lead { border-bottom: 1px solid #eee; margin-bottom: 5px; padding-bottom: 20px; }
	/* span classes for date and text */
	.datelead { font: normal 10px Arial; color: #808080; }
	.leadtext { line-height: 1.2em; }

/* Comments and comment panel styles */
.comment { color: #4e1a1a; background: #f6f0e8; padding: 10px; margin-bottom: 10px; border: 1px solid #C0C0C0; }
/*.commentsbox { background: #f5f5f5; color: #808080; padding: 10px; margin: 0 0 10px 0; border: 1px solid #C0C0C0; }*/

/* Philmoz, Admin Links mod, May 23.07 */
.New_Admin_Links { font-size:85%; text-align:center; }
.new_links { font-size:95%; color: #E23300; }

/* mattonik's image links panel mod (keyrocks) */
#thumb {position:relative; z-index:100; display: inline;}
#thumb a img {border:0;}
#thumb a.p1:hover {text-decoration:none; background-color:#8c97a3; color:#000;}
#thumb a .large {display:block; position:absolute; width:0; height:0; border:0; top:0; left:0;}
#thumb a.p1:hover .large {display:block; position:absolute; top:-35px; left:400px; width:100px; height:100px; border:1px solid #ccc;}

/* mattonik's internal links mod */
#InterneLinky {
padding: 0.3em;
border: 1px solid #ccc;
}

#ILclanky { /* articles list */
display: block;
width: 35%;
height: 20em;
overflow:auto;
float: left;
}

#ILsites { /* pages list */
display: block;
width: 30%;
height: 20em;
overflow:auto;
padding-left: 0.3em;
float: left;
border-left: 1px solid #ccc;
}

#ILcat { /* categories list */
display: block;
width: 30%;
height: 20em;
overflow:auto;
padding-left: 0.3em;
border-left: 1px solid #ccc;
}

/* The Fold */

p{
	margin-top:0; 
	margin-right:40px; 
	margin-left:10px;
}
legend {
	margin-top:0; 
	margin-right:40px; 
	margin-left:10px;
}
.rs {
	float: right;
	margin: 0 0 10px 0;
	border: 1px solid #ddd;
	padding: 5px;
}

acoustictree{font-family: georgia, garamond, times new roman;
}

h1,h2,h3,h4,h5{
	font-family: "Tempus Sans ITC", Arial, sans-serif; 
	margin-right:20px; 
	margin-left:10px;
}
h1 a, h2 a, h3 a, h4 a, p a {
	text-decoration:none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, p a:hover {
	text-decoration:underline;
}
h1 {
	font-size:140%; 
	margin-left:10px;
}
h2{
	font-size:130%; 
	margin-left:10px;
}
h3{
	font-size:120%; 
	margin-left:10px;
}
h4 {
	font-size:110%; 
	margin-left:10px;
}

h5 {
	font-size:100%; 
	margin-left:10px;
}

hr{
	color: #9cc;
	background-color: #9cc;
	margin-left: 5px;
	border: 1px;
}
th {
	text-align:center;
	vertical-align:top;
}
td {
	vertical-align:middle;
}
td.center{
	text-align:center;
	vertical-align:top;
}
.highlight {
	background-color:#CCCCCC;
}

#content{
	display:inline; 
	margin:0;
}

#content h2{
	margin: 10px 0;
	color: #933;
}

#right p,h4,h3,h2,h1,td {
	color: #933; 
	margin:0 0 10px;
	padding: 0 5px;
}

#right ul{
	color: #933;
	margin-left:40px;
	padding: 2px 0 5px 0;
}
#right ol{
	color: #933;
	margin-left:40px;
	padding: 2px 0 5px 0;
}

p.center{
	text-align:center;
}

#right a{
	color: #008080;
	text-decoration:none;
}

#right a:hover{
	color: #933;
	text-decoration:underline;
}

#right h4{
	padding-top:6px;
	color: #933;
	letter-spacing:-0.05em;
}

#right h3{
	
	padding-bottom:3px;
	color: #933;
	letter-spacing:-0.05em;
	font-weight:bold;
}

#right h2{
	
	padding-bottom:3px;
	color: #933;
	letter-spacing:-0.05em;
	font-weight:bold;
}

#right h1{
	
	padding-bottom:3px;
	color: #933;
	letter-spacing:-0.05em;
	font-weight:bold;
}

img.right{
	float:right;
	margin: 0 0 5px 10px;
	border: 0;
}

img.left{
	float:left;
	margin: 0 10px 5px 0;
	border: 0;
}

img.left2{
	float:left;
	margin: 0 5px 5px 0;
	border: 0;
}

p.small{
	font-size:70%;
}

.small {
	font-size:90%;
}

#left p,h3{
	color: #933; 
	margin:5px 0 10px;
	padding: 0 5px;
}

#left p{
	text-align:left;
}

#left h3{
	
	padding-bottom:3px;
	color: #933;
	font-size: 110%;
}

#left div{
	margin: 0 0 10px;
	padding: 10px 0;
}

div.first ul, div.first li{
	list-style-type:none;
	margin:auto;
	padding:0;
	display:block;
	font-family: "Tempus Sans ITC", Arial, sans-serif; 
}
div.first li{
	display:block;
	margin:0 0 5px 5px;
	text-align: left;
}
div.first a{
	display:block;
	width: 100%;
	margin:auto;
	padding: 5px 0;
	text-decoration:none;
	color: #933;
}

div.first a:hover{
	background: #deefef;
	color: #006A35;
}

div.first a.person{
	text-align:right;
	padding: 0;
}

div.first a.current {
	background: #deefef;
	color: #006A35;
}

div.first li.activelink a, div.first li.activelink a:hover{
	background: #deefef;
	color: #006A35;
}

ul.first, ul.first li{
	list-style-type:none;
	margin:auto;
	padding:0;
}

ul.first{
	display:block;
	font-family: "Tempus Sans ITC", Arial, sans-serif; 
}

ul.first li{
	display:block;
	margin:0 0 5px 5px;
	text-align: left;
}

ul.first a{
	display:block;
	width: 100%;
	margin:auto;
	padding: 5px 0;
	text-decoration:none;
	color: #933;
}

ul.first a:hover{
	background: #deefef;
	color: #006A35;
}

ul.first a.person{
	text-align:right;
	padding: 0;
}

ul.first a.current {
	background: #deefef;
	color: #006A35;
}

ul.first li.activelink a, ul.first li.activelink a:hover{
	background: #deefef;
	color: #006A35;
}

.expandaArticles {
	font-size:90%;
}
ul.expandaArticles li {
	margin-bottom: 2px;
	padding-bottom: 0;
}

ul.second, ul.second li{
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.second{
	display:block;
}

ul.second li{
	display:block;
	margin-right: 5px;
	text-align: right;
}

ul.second a{
	display:block;
	width: 100%;
	padding: 5px 0;
	text-decoration:none;
	color: #933;
}

ul.second a:hover{
	background: #deefef;
	color: #006A35;
}

ul.second a:active{
	background: #deefef;
	color: #006A35;
}

ul.second li.activelink a, ul.second li.activelink a:hover{
	background: #deefef;
	color: #006A35;
}

#footer{
	clear:both;
	width:767px;
	margin: 10px 0px 0;
	padding: 10px 0;
	color: #933;
	border-top: 1px solid #9cc; 
	text-align:center;
}

#footer p{
	font-family:Arial, Helvetica, sans-serif;
	font-size: .76em;
	margin:0;
}

#footer a{
	color: #008080;
	text-decoration:none;
}

#footer a:hover{
	color: #000;
	text-decoration:underline;
}
.footer_menu {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .76em;
	padding:0; 
  	margin:0; 
  	list-style-type:none;
	display:block; 
	float:right;
}
.footer_menu li {
	float:left;
	margin:0 5px 0 15px;
}
.footer_menu a{
	position:relative;
  	text-decoration:none; 
}
.footer_menu a:hover {
  	text-decoration:underline;
}
.footer_menu a.current {
	color: #003;
}
