/* ------------------------------------------------------
   sNews 1.6 Minimal Template
   with styles added for Admin Panels mods by keyrocks.
--------------------------------------------------------- */

div#layout div#links ul li#rss { font-weight: bold; letter-spacing: 2px; list-style-type: none; position: relative; left: -15px; }

li#links p.leads { font: 12px arial; color: #000; line-height : 1.3em; }

form#search_engine { float: right; }
input.searchfield { margin: 5px 0; }

ul#breadcrumbs, div#layout div#content ul#breadcrumbs li { background-color: #eee; }
ul#breadcrumbs { margin:0 0 15px; padding: 8px 10px; clear: both; }
div#layout div#content ul#breadcrumbs li { display: inline; margin-right: 20px; }
div#layout div#content ul#breadcrumbs li.hdr, div#layout div#content ul#breadcrumbs li.cat { margin-right: 0; }

p.date { margin:0 0 10px; }
p.date a#readmore { float: right; }

div.settingbutton { margin-bottom: 10px; }
div.settingbutton input[type=button] { background-color: lightyellow; border: solid maroon; border-width: 1px 1px 0; }

fieldset, fieldset legend { border: 1px solid #CCCCCC; }
fieldset { background-color: snow; margin: 10px 0; padding: 5px; }
fieldset legend { background-color: white; padding: 5px; font-size: 90%; font-weight: bold; color: teal; }
fieldset input[type=text] { width: 90%; }
div#preview { margin-bottom: 30px; }

div#layout div#content ul li.blog { margin-bottom: 5px; }
div#layout div#content ul li.blog strong { font-weight: 600; color: teal; }

div.paginator { position: absolute; bottom: 5px; right: 5px; }
div.paginator strong { font-weight: 550; color: maroon; }

input.button { margin-right: 10px; }
input#at, input#as { width: 90%; }

/* Comments and comment panel styles */
div.comment { border: 1px solid #C0C0C0; margin-bottom: 10px; padding: 10px; }

/* # mattonik's image links panel mod */
#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 */
div.IL {
   display: block;
   width: 30%;
   float: left;
}
div.flt { border-left: 1px solid #ccc; padding-left: 0.3em; }


/* ------------- New, Nov.05.07 Event Block Generator ------------------------*/
div.event {
   background: #f6f0e8;
   border: 1px solid #ccc;
   margin: 10px 0;
}
div.event h3, div.event h4 {
   background-color: #B9B9B9;
   margin:0;
   font: bold 110% arial, sans-serif;
   color: #fff;
   text-align: center;
}
div.event p, div.event_text { padding: 0 5px 5px; font-size: 85%; }
div.event p *, div.event_text * { font-size: 100%; }











/* sNews ------------------------------------------------------------------- */

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


/* for functions in custom_login.php only */
.sess_uname { color: #E23300; } /* logged-in username */
.clogin_panel { margin-bottom: 1em; border: 1px solid #ccc; width: 100%; padding: .3em 0 .3em 0; background: #f6f0e8; }

/* For custom admin panels mod only REVISED JAN.13.08 - validation revisions */
.centerit { text-align: center; } /* in snusers.php */
.admpanel, .otherpanels {
   border: 1px solid #ccc; padding: 10px 8px 10px 15px; margin: 0 0 8px 0; background: #efefef; color: #000; }
.usertitle { margin-bottom: .5em; font: bold 13px Arial; color: #E23300; text-align: center; }
.buttonmargin { margin-bottom: 10px; }
/* --- end of Jan.13.08 validation revisions ---------------------------- */

/* For custom admin panels mod only */
.fieldset { border: 1px solid #ccc; padding: 20px 8px 20px 15px; margin: 0 0 8px 0; background: #efefef; color: #000; }

/* for admin tip panel (expandable) */
.tip_panel { width: 85%; border : 1px solid #ccc; font: normal 12px arial; background : #fff; padding : 10px; }
.tip_panel b { color: maroon; padding-top:0.2em; }
.expand { border : 1px solid #ccc; background : #fafafa; padding : 0.6em; margin: 0.4em 0 0.4em 0; }

/* span styles 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; }

/* 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; }

/* extra box for extra 2 & extra 2 blocks, above & below the center content */
.extrabox { border : 1px solid #ccc; background : #f6f0e8; padding : 10px; }

/* Philmoz, Admin Links mod, May 23.07 */
.New_Admin_Links { font-size:85%; text-align:center; }
/* Philmoz, Expandable Categories, Oct.29.07 */
.expandacat { padding: 0px 0px; margin: 0 0 0px 0; text-decoration: none; } /* background: #fff; color: #0066B3;  */
.expandaArticles {padding: 0px 2px; margin: 0 0 10px 10px; color: #000; font-size:85%; line-height:1.3em; text-decoration:none;}


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

