

/********************************************
   HTML ELEMENTS
********************************************/ 


/* images */
/*
img {
	border: 2px solid #CCC;
}
*/

.image_caption { 
   line-height: 10px; 
   font-size: 11px; 
   padding: 0px 3px 5px 3px; 
   text-align: left; 
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(images/quote.gif) no-repeat 5px 5px;    
}

/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2; 
	background-color: #fafafa; 
	font: 12px Arial;
}

form td {font: 11px Arial;}

input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}

input.checkbox { border: none; vertical-align: middle;}

select {
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}

textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #333f74;
}

/* search */
form.search {
/*	position: absolute;
	top: 35px; right: 25px;*/
	margin: 0px; padding-right: 25px;
	background: transparent;
	border: none;	
	text-align: right;
	vertical-align: middle;
	font: 11px Arial;
}	


form.search input.textbox {
	width: 120px;
	background: #f6f6f6;
	color: #333;  	
	margin: 0; padding: 0px 0px 3px 0px;	
	border: 1px solid #999;	
}

form.search input.button {
/*	
  background: #CCC url(images/headerbg.gif) repeat-x;
	color: #333;
	border: none;	
	width: 70px; height: 18px;
*/
	font: bold 10px Arial, Sans-serif; 
	margin: 0; padding: 0px 0px 3px 0px;
	border: 1px solid #777; 
	background: #eee;
	height: 17px;
	color: #333f74;
}

form.search A {font-size: 11px;}

form.search A:link {color: #ffffff; text-decoration: none; }
form.search A:visited {color: #ffffff; text-decoration: none; }
form.search A:active {color: #ffffff; text-decoration: none; }
form.search A:hover {color: #ffffff; text-decoration: underline; }

/********************************************
   LAYOUT
********************************************/ 
/*
#wrap {
	width: 820px;
	background: #CCC url(images/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 760px;
	padding: 0; 
	margin: 0 auto;
}
*/

/*
#header {
	width: 820px;
	position: relative;
	height: 106px;
	background: #CCC url(images/header.jpg) no-repeat center top;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}
#header h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 3.3em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	top: 28px; left: 50px;	
}
#header h1#logo-text a {
	color: #FFF;
}
#header h1#logo-text a:hover {
	text-decoration: none;
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 5px 0 0 0;
	font: normal .8em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	top: 74px; left: 58px;		
}

*/

/* Menu */
#breadcrumb {
	clear: both;	
	margin: 0; padding: 0 25px 0 25px;
/*	background: url(images/menu.jpg) repeat-y center top;*/	
	font: bold 13px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 26px;
	color: #ffffff;
}
#breadcrumb div, .breadcrumb span  { 
   color: #ffffff; 
   background: none; 
   font-size: 13px;
}
#breadcrumb a {color: #ffffff; text-decoration: none; font-size: 13px; }
#breadcrumb a:hover {color: #ffffff; text-decoration: underline; font-size: 13px; }

/* The advanced search css is in form.search A:link aprox line 175 herein. */



/* Main Column */
#main {
/*	float: left; */
	width: 96%;
	padding: 5px 5px; margin: 5px 5px;
	background-color: #ffffff;
	font-size: 11pt;
}
#main h1 {
	margin-top: 5px;
	margin-bottom: 2px;
	font: Bold 95% Verdana, 'Trebuchet MS', Sans-serif;
	color: #4374a1;
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(images/square-blue.png) no-repeat 3px 50%;
}
#main h1 a {
	color: #4374a1; 	
	background: none;
}
#main h1 a:hover {
	color: #bf1414; 
	text-decoration: underline;
}
#main div.content {
	padding: 10px 0 0 0;		
	margin: 0;
}


ol, ol li, ul, ul li {
  color: #333;
	padding: 2px 0 5px 15px;
	margin: 0 8px;	
}

#main td {
	border: 1px #000000 solid;
}


#main div.summary {
	padding: 10px 0 0 0;		
	margin: 0;
	background: #eaeaea;
	border: 1px #bbbbbb solid;
}


#main div.not_found {
   padding: 40px;
   text-align:center;
}

/* Main, Home Page */
#mainHome {
/*	float: left; */
	width: 100%;
	padding: 5; margin: 5;
/*	background-color: #ffffff;*/
	font-size: 14px;
}
#mainHome h1 {
	margin-top: 5px;
	margin-bottom: 2px;
	font: Bold 95% Verdana, 'Trebuchet MS', Sans-serif;
	color: #4374a1;
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(images/square-blue.png) no-repeat 3px 50%;
	background-color: #e6e6e6;
}
#mainHome h1 a {
	color: #4374a1; 	
	background: none;
}
#mainHome h1 a:hover {
	color: #bf1414; 
	text-decoration: underline;
}
#mainHome div.content {
	padding: 10px;		
	margin: 0;
}
#mainHome div.not_found {
   padding: 40px;
   text-align:center;
}

#mainHome .post-cats {
  padding-left: 10px;
	color: #888888;
}

#mainHome .post-footer {
	background-color: #e6e6e6;
	padding: 5px; margin: 0px 5px 5px 5px;
	border: 1px solid #f2f2f2;	
}


div.post-cats { padding-left: 10px; }

.art-info-1 { 
   float: left; 
/*   width: 380px;*/
   padding: 5px 0px 10px 5px;
	 font-size: 100%;
	 line-height: 130%;	 
}
.art-info-2 { 
   float: right; 
   text-align: right;
   padding: 5px 0px 10px 0px;
	 font-size: 100%;
	 line-height: 130%;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 0px 10px 25px 10px;
	border: 1px solid #f2f2f2;
	font-size: 100%;	
}
.post-footer .date {
	background: url(images/clock.gif) no-repeat left center;
	padding: 2px 0px 2px 20px; margin: 0 10px 0 5px;
	color: #555555;
	font-size: 95%;
	
}
.post-footer .comments {
	background: url(images/comment.gif) no-repeat left center;
	padding: 2px 0px 2px 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(images/page.gif) no-repeat left center;
	padding: 2px 0px 2px 20px; margin: 0 10px 0 5px;
}

.email {
   padding-right: 24px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/email.gif) no-repeat right center; 
}
.print {
   padding-right: 24px;
   padding-bottom: 1px;
   padding-top: 1px; 
   background: url(images/print.gif) no-repeat right center; 
}
.digg { 
   padding-right: 24px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/digg.png) no-repeat right center; 
}



/* Sidebar */	
#sidebar {
padding: 0px, 0, 0, 0px; margin: 0 0 0 10px;
/*
	float: right;
	width: 26.5%;
*/		
}	

#sidebar h1 {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(images/headerbg.gif) repeat-x left bottom;
	border: 1px solid #EFF0F1;
}

#sidebar h1 a {
   color: #555;
}
#sidebar a.selected { 
   color: #4EBF37; 
}
#sidebar .nav-box {
/*	border-right: 1px solid #dcdcdc; */
/*	background: #EFF0F1;*/
	margin: -5px 0 0 0;
}
#sidebar .nav-box p {
  font-size:12px;
}

#sidebar .nav-box hr {
 width:95%;
 height:1px;
 color: #dcdcdc;
}

#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 5px 0 -1px -15px; padding: 0px, 0, 0, 0px;
	text-decoration: none;		
}

#sidebar ul.sidemenu li {
	border-bottom: 1px solid #dcdcdc;
	background: url(images/goBlue.gif) no-repeat 5px 5px;	
	padding: 2px 0 2px 25px;
	margin: 0 2px;
	font-size:13px;
}

#sidebar ul.sidemenu a {
	font-weight: bold;
	background-image: none;	
}

 * html .visualIEFloatFix { height: 0.01%; }



/* Sidebar - feeds and link management */

#feeds {
  text-align: left;
	font-size: 13px;
	font-weight: normal;
	padding-left: 20px; 
	padding-top: 0px; 
	line-height: 150%;
	padding-bottom: 10px; 
}
#feeds p {
  font-size: 13px;
	font-weight: bold;
}
.rss {
	padding-left: 24px;
   padding-bottom: 1px;
   padding-top: 1px;
	background: url(images/webfeed.gif) no-repeat left center;
}
.del-icio-us { 
   padding-left: 24px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/delicious.gif) no-repeat left center; 
}
.yahoo { 
   padding-left: 24px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/add_yahoo.gif) no-repeat left center; 
}
.google { 
   padding-left: 24px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(images/add_google.gif) no-repeat left center; 
}


/* Sub-category navigation */
#sidebar ul.sidemenu ul {
   margin: 3px 0px 3px 0px;
   padding: 0px;
   margin-left: -8px;
	 list-style: none;
}

#sidebar ul.sidemenu ul li {
   font-size: 10px;
   border: none;
}

#sidebar ul.sidemenu ul ul li {
   font-size: 9px;
}


/* optional non-list navigation */

      .altmenu { 
         font-weight: bold; 
         margin: 3px 3px 8px 3px; 
         border-bottom: 1px solid #eeeeee; 
      }
      
      .altmenu div { 
         padding: 2px; 
      }
      
      div.catMenu-0 { font-size: 11px; padding-left: 5px;  }
      div.catMenu-1 { font-size: 10px; padding-left: 20px; }
      div.catMenu-2 { font-size: 9px;  padding-left: 35px; }
      div.catMenu-3 { font-size: 8px;  padding-left: 50px; }
      div.catMenu-4 { font-size: 7px;  padding-left: 65px; }
      
      .altmenu div a { 
         padding-left: 20px; 	
         background: url(images/go.gif) no-repeat 0px 0px; 
      }


/* Next/Previous Links */	

#nextlinks { 
   font-size: 12px;
   font-weight: bold; 
   padding-bottom: 35px;
   padding-left: 10px;
   padding-right: 10px;
}

#nextlinks .prev { text-align: left; float: left;  }
#nextlinks .next { text-align: right;  float: right; }

#nextlinks a { 
   text-decoration: underline;
}


/* Footer */	
#footer, #COMMbitsfooter {
/*
background: #CCC url(images/footer.jpg) no-repeat center top; 
	width: 820px;
	height: 55px; 
*/
	clear: both;
	font: 10px Verdana, Tahoma, arial, sans-serif;
	text-align: center;	
	color: #cccccc;
}
#footer a, #COMMbitsfooter a { text-decoration: none; color: #cccccc; }
#footer a:hover, , #COMMbitsfooter a:hover { text-decoration: underline;}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }

/* Printer Friendly Page classes */
#printer #main {
	padding: 0; margin: 20;
	font-size: 14pt;
	line-height: 130%;
}
#printer #main h1 {
	margin-top: 0px;
	color: #000000;
	padding: 5px 0 5px 10px;
	background: none;
	border-bottom: 1px solid #EFF0F1;
}

#printer a { color: #000000; text-decoration: none; font-weight: bold; }
#printer a:hover { text-decoration: underline; }
#printer #main { text-align: left; width: 95%;}



/* Newsbar Home Page 
For Blue version see stylesheetRightSideBarsBlue.css
*/	

#newsbar {
padding: 0, 0, 0, 10px; margin: 0;
/*
	float: right;
	width: 26.5%;
*/		
}	

#newsbar h1 {
	font: bold 12px;
	color: #555;
/*
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	background: #EEF0F1 url(images/headerbg.gif) repeat-x left bottom; 
	border: 1px solid #EFF0F1;
*/
}

#newsbar h1 a {
   color: #555;
}
#newsbar a.selected { 
   color: #4EBF37; 
}
#newsbar .nav-box {
/*	border-left: 1px solid #000000;*/
	background: #f4f4f4;
	margin: 0 12px 0 0;
}
#newsbar .nav-box p {
  font-size:13px;
}

#newsbar .nav-box hr {
 width:90%;
 height:1px;
 color: #dcdcdc;
}

#newsbar .post-cats {
  font-size: 12px;
	color: #777777;
}

#newsbar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 5px 0 -1px 0; padding: 5px, 0, 0, 5px;
	text-decoration: none;		
}
#newsbar ul.sidemenu li {
	border-bottom: 1px solid #dcdcdc;
	background: url(images/goBlue.gif) no-repeat 5px 5px;	
	padding: 2px 0 2px 25px;
	margin: 0 2px;	
	font-size:12px;
}
#newsbar ul.sidemenu a {
	font-weight: bold;
	background-image: none;	
}

#newsbar .post-footer {
	background-color: #e4e4e4;
	padding: 5px; margin: 0px 10px 25px 10px;
	border: 1px solid #eff0f1; 
	font-size: 95%;	
}

#newsbar .news-header {
	background-color: #77caff;
	padding: 9px 5px 5px 5px; margin: 0px 0px 0px 0px;
/*	border: 1px solid #4374a1;*/ 
	font-size: 12px;
	font-weight: bold;	
	text-align: center;
	height: 30px;
	color: #ffffff;
}

#newsbar .post-footer .date {
	background: url(images/clock.gif) no-repeat left center;
	padding: 2px 0px 2px 20px; margin: 0 10px 0 5px;
	color: #000000;
}
#newsbar .post-footer .comments {
	background: url(images/comment.gif) no-repeat left center;
	padding: 2px 0px 2px 20px; margin: 0 10px 0 5px;
}
#newsbar .post-footer .readmore {
	background: url(images/page.gif) no-repeat left center;
	padding: 2px 0px 2px 20px; margin: 0 10px 0 5px;

}


/* LATEST HEADLINES */
#headlinebar .nav-box .headlines-header {
  font-size:15px;
	font-weight: bold;
	color: #555555;
	padding-left: 13px;	
}

#headlinebar .nav-box .cat-header {
	background: url(images/goBlue.gif) no-repeat 10px 2px; 
	padding: 1px 0px 10px 30px;
	margin: 0px 0 10px 2px;		
  font-size:14px;
	font-weight: bold;
	color: #4f82cb;		
}

#headlinebar .nav-box hr {
 width:90%;
 height:1px;
 color: #dcdcdc;
}

#headlinebar .nav-box ul {
	list-style: none;
	text-align: left;
	margin: 5px 0 1px 0; padding: 5px, 0, 0px, 5px;
	text-decoration: none;		
}
#headlinebar .nav-box ul li {
	border-bottom: 0px solid #dcdcdc;
	background: url(images/square-blueS.png) no-repeat 12px 4px;	
	padding: 0px 0px 2px 27px;
	margin: 0 0px;	
	font-size:12px;
}
#headlinebar .nav-box ul a {
	font-weight: normal;
	background-image: none;	
}


