body {
     background: #444444 url(bg.jpg) fixed;
     margin: 5px 0 15px 0;
     padding: 0;
     text-align: center;
     font-family: verdana, arial, sans-serif;
     font-size: 75%;
     color: #333333;
}

/* Typography
------------------------------------------------------------------ */

#top p {
     font-size: 1em;
     line-height: 1.6em;
     margin: 0;
     padding: 0;
     color: #CCCCCC;
}

#header p {
     font-size: 1em;
     line-height: 1.6em;
     margin: 0;
     padding: 0;
}

#menu p {
     font-size: 1em;
     line-height: 1.6em;
     margin: 0;
     padding: 0;
}

#breadcrumb p {
     font-size: 1.1em;
     font-style: italic;
     line-height: 1.6em;
     margin: 0;
     padding: 0;
}

#content p {
     font-size: 1em;
     line-height: 1.6em;
     margin: 0 0 15px 0;
     padding: 0;
}

#footer p {
     font-size: 1em;
     line-height: 1.6em;
     margin: 0;
     padding: 0;
     text-align: center;
     color: #CCCCCC;
}

#bottom p {
     font-size: 1em;
     line-height: 1.6em;
     margin: 0;
     padding: 0;
     color: #CCCCCC;
}

h1, h2, h3, h4, h5, h6 { 
     margin: 0  0 .6em 0;
     color: #222222;
     font-family: verdana, arial, sans-serif;
     letter-spacing: -.06em;
     line-height: 1.1em;     
}

h1 { font-size: 2.2em; }
h2 { font-size: 2em; }
h3 { font-size: 1.8em; }
h4 { font-size: 1.6em; }
h5 { font-size: 1.4em; }
h6 { font-size: 1.2em; }	

.rssh2 { 
     margin: 0  0 .6em 0;
     color: #222222;
     font-family: verdana, arial, sans-serif;
     letter-spacing: -.06em;
     line-height: 1.1em;
	 font-size: 2em;
	 color: #CC0000;
}

#title_box h1 {
     font-size: 2.7em;
     margin: 0;
     padding: 0;
	 display: none;
}

#title_box h2 {
     padding: 0;
     margin: 0;
     font-size: 1.2em;
     line-height: 1.4em;
     font-weight: normal;
     letter-spacing: 1px;
     color: #CCCCCC;

}


 img {
      border: 0px;
 }

/* Image Replacement for Logo (Optional)
------------------------------------------------------------------ */

#logo h1 {
     margin: 0;
     padding: 0;
}

#logo h1 a {
     display:block;
     overflow: hidden;
     text-indent: -1000em;
     width:370px;
     height:90px;
     background:url(logo.gif) no-repeat;
}


/* Hyperlinks
------------------------------------------------------------------ */

#top a:link {color: #FFFFFF; text-decoration: none;}   
#top a:visited {color: #FFFFFF; text-decoration: none;}  
#top a:hover {color: #FFFFFF; text-decoration: underline;}  
#top a:active {color: #FFFFFF; text-decoration: none;}  

#header a:link {color: #FFFFFF; text-decoration: none;}   
#header a:visited {color: #FFFFFF; text-decoration: none;}  
#header a:hover {color: #FFFFFF; text-decoration: none;}  
#header a:active {color: #FFFFFF; text-decoration: none;}  

a:link {color: #CC0000; text-decoration: none;}   
a:visited {color: #CC0000; text-decoration: none;}  
a:hover {color: #CC0000; text-decoration: underline;}  
a:active {color: #CC0000; text-decoration: none;}  

#menu a:link {
     color: #FFFFFF; 
     text-decoration: none;
     padding: 10px;
     margin:1px;
}   

#menu a:visited {
     color: #FFFFFF; 
     text-decoration: none;
     padding: 10px;
     margin:1px;
}  

#menu a:hover {
     color: #111111; 
     text-decoration: none; 
     background-color: #FFFFFF;
     padding: 10px;
     margin:0;
     border:1px solid #111111;
}  

#menu  a:active { 
     text-decoration: none;
}  

#footer a:link {color: #FFFFFF; text-decoration: none;}   
#footer a:visited {color: #FFFFFF; text-decoration: none;}  
#footer a:hover {color: #FFFFFF; text-decoration: underline;}  
#footer a:active {color: #FFFFFF; text-decoration: none;}  

#bottom a:link {color: #FFFFFF; text-decoration: none;}   
#bottom a:visited {color: #FFFFFF; text-decoration: none;}  
#bottom a:hover {color: #FFFFFF; text-decoration: underline;}  
#bottom a:active {color: #FFFFFF; text-decoration: none;}  

/* Unordered Lists
------------------------------------------------------------------ */

#content ul, #bottom ul {
     margin-left: 0;
     padding-left: 0;
     list-style: none;
     font-size: 1em;
     line-height: 1.7em;
     margin: 0 0 1em 0;
}

#content li, #bottom li  {
     padding-left: 12px;
     margin-bottom: .2em;
     background-image: url(arrow.gif);
     background-repeat: no-repeat;
     background-position: 0 .5em;
}


#page_links {
     text-align: center;
     font-size: 1em;
     line-height: 1.6em;
     margin: 0;
     padding: 0;
}

#page_links li {
     text-align: center;
     display: inline;
     list-style-type: none;
     padding: 0 10px;
     margin: 0;
}


/* Page Structure
------------------------------------------------------------------ */

#wrapper {
     width: 760px;
     padding: 0;
     margin: 0 auto; 
     border: 1px solid #222222;
     background-color: #FFFFFF;
     text-align: left;
}

#top {
     width: 940px;
     margin: 0 auto; 
     padding: 10px 0;
}

#header {
     padding: 0;
     margin: 5px 5px 0 5px;
     border: 0px solid #cccccc;
     background: #990000;
}

#header_top {
     height: 30px;
     padding: 0;
     margin: 0;
     background: #990000 url(header_top.jpg) top left repeat-x;
}

#title_box {
     float: left;
     padding: 0;
     margin:  0px 10px 10px 20px;

 	 

}

#search_box {
     float: right;
     padding: 0;
     margin: 10px 30px 10px 0;
}

#search_box form {
     padding: 0;
     margin: 0;
}

.search_field {
     padding: 8px ;
     margin: 0px;
     border: 1px solid #333333;
     background: #FFFFFF url(shadow.jpg) top left repeat-x;
     font-family: verdana, arial, sans-serif;
     font-size: 1em;
}

.search_btn {
     height: 34px;
     width: 80px;
     margin-left: 2px;
     border: 1px solid #333333;
     font-family: verdana, arial, sans-serif;
     font-size: 1em;
     background: #EEEEEE;
}

#header_bottom {
     height: 40px;
     padding: 0;
     margin: 0;
     background: #990000 url(header_bottom.jpg) bottom left repeat-x;
}

#menu {
     margin: 0 5px 0 5px;
     padding: 20px 10px 20px 10px;
     border-top: 1px solid #666666;
     background: #000000 url(menu.jpg) top left repeat-x;
}

#menu_list {
     padding: 0;
     margin: 0;
     text-align: left;
}

#menu_list li
{
     text-align: left;
     font-size: 1.2em;
     font-weight: bold;
     display: inline;
     list-style-type: none;
     padding: 0 0 0 0;
     margin: 0;
}

#breadcrumb {
     margin: 0 5px 0 5px;
     padding: 20px 20px;
     border-bottom: 1px solid #cccccc;
     border-top: 1px solid #000;
     background: #FFFFFF url(shadow.jpg) top left repeat-x;
}

#content {
     margin: 0 5px 0 5px;
     padding: 20px;
     border: 0px solid #cccccc;
     background: #FFFFFF url(sidebar.jpg) top right repeat-y;
}

#content_wrapper{
     float: left;
     width: 100%;
}

#left {
     margin-right: 230px; 
}

#right {
     float: left;
     width: 180px; 
     margin-left: -180px; 
}

#footer {
     margin: 0 5px 5px 5px;
     padding: 20px 10px;
     border: 0px solid #cccccc;
     background-color: #990000;
}

#bottom {
     width: 940px;
     margin: 0 auto; 
     padding: 10px 0;
     border: 0px solid #cccccc;
}

.spacer { clear: both; }


/* Images		
------------------------------------------------------------------ */

.photo_frame {
     float: right;
     padding: 5px;
     border: 1px solid #f4f4f4;
     border-right: 1px solid #dddddd;
     border-bottom: 1px solid #dddddd;  
     margin: 5px 0 10px 15px;   
}

.photo_frame img {
     margin: 0;
     padding: 0;
     border: 0;
}

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


.searchfield {
     padding: 8px ;
     margin: 0px;
     border: 1px solid #333333;
     background: #FFFFFF url(shadow.jpg) top left repeat-x;
     font-family: verdana, arial, sans-serif;
     font-size: 1em;
    
}

.searchbutton {
     height: 34px;
     width: 80px;
     margin-left: 2px;
     border: 1px solid #333333;
     font-family: verdana, arial, sans-serif;
     font-size: 1em;
     background: #EEEEEE;
}

fieldset { 
     border: 1px solid #E4DF94; 
     padding: 10px 8px; 
     margin: 0 0 8px 0; 
     background: #FFFBC0; 
     color: #000; 
}

input { padding: 2px; }
textarea { width: 97%; height: 20em; padding: 3px; }

.comment { 
     background: #F5F6F6; 
     color: #666666; 
     padding: 10px; 
     margin: 0 0 10px 0; 
     border-top: 1px solid #ccc; 
}

.commentsbox { 
     background: #f4f4f4; 
     color: #666666; 
     padding: 10px; 
     margin: 0 0 10px 0; 
}

.date { 
     border-top: 1px solid #eee; 
     margin: 0 0 20px 0; 
     clear: both;
	 font-size: 10px;
     color: #919191;
	 text-align: right;
}

.important2 {
   width:5px;
   visibility:hidden;
}

.rssfeed a, .rssfeed a:hover, .rssfeed a:visited {
  color : #454545;
  display: none;
  text-align: justify;
}

.rssfeed br {
   display: none;

}

/* For custom keyrocks' admin panels mod only */
.admpanel { border: 1px solid #ccc; padding: 10px 8px 10px 15px; margin: 0 0 8px 0; background: #efefef; color: #000; }
.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 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; }
.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; }

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

/* # 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 */
#InterneLinky {
padding: 0.3em;
border: 1px solid #ccc;
}

#ILclanky {
display: block;
width: 20em;
height: 20em;
overflow:auto;
float: left;
}

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

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

.imgborder {
   border: 1px solid #CC0000;
   padding: 2px;
}