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

*{ margin: 0; padding: 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; }

.searchfield {
	margin:0;
	font-size:.9em;
}
.searchbutton {
	font-size:.8em;
}
fieldset { border: 1px solid #E4DF94; padding: 10px 8px; margin: 0 0 8px 0; }
.comment { padding: 10px; margin: 0 0 10px 0; border-top: 1px solid #ccc; }
.commentsbox { padding: 10px 0; margin: 0; }
.date { border-top: 1px solid #eee; margin: 5px 0 20px 0; }

/* For keyrock's custom admin panels mod only */
.admpanel { 
	border: 1px solid #333; 
	padding: 10px 8px 10px 15px; 
	margin: 0 0 8px 0; 
	text-align:left;
	}
.fieldset { border: 1px solid #333; padding: 20px 8px 20px 15px; margin: 0 0 8px 0; }
legend { font: bold 16px arial; margin: 10px 0 0 0; }
input { padding: 3px; margin: 0; }
textarea { width: 90%; height: 15em; padding: 3px;}
label {
	margin: 8px 0 0 0;
}

.otherpanels {
	text-align:left;
	padding: 5px;
}

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

/* div classes to float images or inserted blocks with text-wrap in articles */
.floatright { position: relative; float: right; padding: 5px 0 0 10px; border: none; }
.floatleft { position: relative; float: left; padding: 5px 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;
	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 { padding: 10px; margin-bottom: 10px; border: 1px solid #C0C0C0; }

/* Philmoz, Admin Links mod, May 23.07 */
.New_Admin_Links { font-size:85%; text-align:left; }
.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;
}

/* Barbara Mitra specific styling */

body {
	font: .92em/1.1 Arial, Helvetica, sans-serif;
	text-align:center;
	background-color:#f5edc1;
}
/* Headings */
h1,h2,h3,h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:1.5em;
	line-height: 1.2;
}
h1 {
	font-size:1.4em;
}
h2 {
	font-size:1.3em;
}
h3 {
	font-size:1.2em;
}
h4 {
	font-size:1.1em;
}
p {
	line-height:1.2;
	margin-bottom:1.5em;
}

/* Links */
a, a:link { 
	color: #a9dbff; 
	background: inherit; 
}
a:hover { 
	color: #fff; 
	background: inherit; 
}

/* divs */
#wrap {
	width:767px;
	margin:0 auto;
	color:#fff;
}
#header {
	background:#fff url(../images/header4.jpg) top left no-repeat;
	height:56px;
}
#main {
	background:#fff url(../images/middle4.jpg) top left repeat-y;
	min-height:300px;
}
#left {
	width:515px;
	float:left;
	text-align:left;
	margin: 0 0 0 30px;
}
#left ul {
	list-style-type:disc;
	padding-left: 18px;
}
#left li {
	padding: 2px 0 2px 10px;
}
#left ul li ul {
	list-style-type:circle;
}
#right {
	float:right;
	width:190px;
	text-align:left;
	margin: 5px 0 0 0;
}
.clear {
	clear:both;
}

/* Menu */
.menu {
	width:162px;
	padding: 0; 
	margin: 0; 
	text-decoration: none; 
	font-family:arial, verdana, sans-serif; 
	font-size:12px; 
	line-height:1.5;
	font-weight:bold;
	border-top: 8px solid #0168b3;
	border-bottom: 8px solid #0168b3;
}
.menu li {
	margin: 1px 0 1px 0;
	padding: 0;
	list-style:none;
	display: block;
	color: #fff;
	background: #0168b3;
}
.menu a, .menu a:link {
	text-decoration: none;
	color: #fff;
	padding: .4em 0 .4em .6em;
	display: block;
	border-right:8px solid #018cef;
	border-left:8px solid #2fa8fe;
}
.menu a.current {
	color: #c3d3f6;
	background:#0177cb;
	border-right:8px solid #25a3fe/*0b99fe*/;
	border-left:8px solid #62bdfe/*48b2fe*/;
}
.menu a:hover {
	color: #c3d3f6;
	background:#0177cb;
	border-right:8px solid #25a3fe/*0b99fe*/;
	border-left:8px solid #62bdfe/*48b2fe*/;
}
.expandaArticles {
	padding: 0 0 0 1em;
	display: block;
	border-right:8px solid #25a3fe;
	border-left:8px solid #62bdfe;
	
}
.expandaArticles a, .expandaArticles a:link, .expandaArticles a:hover {
	border:0;
	background:none;
}
ul.expandaArticles li {
	margin: 1px 0 1px 0;
	padding: 0;
	list-style:none;
	display: block;
	color: #fff;
	background: #0168b3;
}

#footer {
	background:#fff url(../images/footer4.jpg) top left no-repeat;
	height:96px;
}
#footer p {
	margin: 0;
	padding:60px 0 0 0;
	font: .82em/1 Arial, Helvetica, sans-serif;
	color:#ccc;
}
#footer a, #footer a:link {
	color:#ccc;
}
#footer a:hover {
	color:#ddd;
}
