

/********************************************
   HTML ELEMENTS
********************************************/ 
/*HTML { height:100%; }*/
/* Top Elements */

body {
  background: #fff;
	/*background: #CCCC99;
	background:url(images/bg_01c.gif);*/
	/*background: #61a547;*/
	/*BACKGROUND-IMAGE: url(images/body-bg-short.jpg); BACKGROUND-REPEAT: repeat-x;*/
	/*background:url(images/bg_01.gif);*/
	/*background: #efece7;*/
	/*font: 73% Arial, Helvetica, sans-serif;*/
	font: 73%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #000; 
	text-align: center;
   /*overflow: -moz-scrollbars-vertical;*/
}

/* links */
/*a, a:visited {
	text-decoration: none;
	color: #4F82CB; 
}*/
a:hover {
	color: #FF0000;
	text-decoration: underline;
}



/* headers */
h3.vtheader {
	background: #FEC965;
	padding: 5px;
	font-weight: bold;
	font-size: 17px;
	color: white;
	text-align: center;
}

.VTHeadersTop {
	/*background: #990000;*/ 
	
/*	border: #cfbf74; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;*/
 /* border: solid 1px #E7A847;*/
  background: #FEC965;
	/*background:url(images/bg_topstory.gif);*/
	text-align: left;
	
	PADDING-RIGHT: 0px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 17px; PADDING-BOTTOM: 5px; COLOR: #ffffff; PADDING-TOP: 5px;
}

.VTHeaders {
	PADDING-RIGHT: 0px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 17px; PADDING-BOTTOM: 7px; COLOR: #990000; PADDING-TOP: 0px; BORDER-BOTTOM: #d9d9d9 1px solid;
}

h1, h2, h3 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
}
h1 {
	font-size: 120%;	
}
h2 {
	font-size: 110%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 110%;
	color: #666666; 
}

/* images */
img {
	border: 0px solid #CCC;
}
.image_caption { 
   line-height: 8px; 
   font-size: 10px; 
   padding: 0px 3px 5px 3px; 
   text-align: left; 
}
h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #333;	
}
ul span, ol span {
	color: #666666;
}

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 #fff; 
	background-color: #fafafa; 
}

.contactform {
    width:160px;
	margin:0px; padding: 0 0px;
	border: 0px solid #fff; 
	background: #ffecaf;
	/*background-color: #fafafa; */
}

/*input {
	padding:2px;
	border:1px solid #999;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}*/

input.checkbox { border: none; vertical-align: middle;}

/*input.radiobutton { border: none;}*/

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 #999;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #999; 
	padding: 2px 3px; 
	background: #ccc;
	color: #000000;
}

.imageFormbutton { 

	border: 0px solid #999; 

}

.contacttextarea {
	width:140px;
	padding:2px;
}


/* search */
form.search {
	position: absolute;
	top: 25px; right: 25px;
	background: transparent;
	border: none;	
	text-align: center;
}	
form.search input.textbox {
	margin: 0; padding: 1px 2px;
	width: 120px;
	border: 1px solid #999; 
	background: #FFF;
	color: #333; 
}
form.search input.button {
	/*background: #CCC url(images/headerbg.gif) repeat-x;*/
	color: #333;
	border: 1px solid #999; 
	background: #ccc;
	width: 70px; height: 21px;
}

form.search a { 
   color: #000000; 
   font-size: 11px; 
   text-decoration: underline; }



/********************************************
   LAYOUT
********************************************/ 

.solidborder_poll {
  border: solid 1px #D9D9D9;

/*border: #cfbf74; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px*/}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


#wrap {
	width: 1024px;
	height: auto;
	position: relative;
	/*background: #CCC url(images/content.jpg) repeat-y center top;*/
	margin: 0 auto;
	text-align: left;
	background: #fff;
	/*background: #ffecaf;*/
	/*background: #bbcccc;*/
	
	/*border: #f1d888; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;*/
	
}
#content-wrap {
	clear: both;
	width: 1004px;
	padding: 0; 
	margin: 0 auto;
	/*background: #FFFFCC;*/
	background: #fff;
	/*background: url(images/bg_wrap_yellow3.gif) repeat-y center;*/
	
}
#header {
	width: 1024px;
	position: relative;
	height: 103px;
	background:url(images/bg_topheader_right.jpg) no-repeat right top;
	/*background: #fff url(images/header.jpg) no-repeat left top;*/
	/*background: #ffffff;*/
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	color: #000000;
	
	
	
}
#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;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 28px; left: 50px;	
}
#header h1#logo-text a {
	color: #000;
}
#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;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 74px; left: 58px;		
}

/* Menu */

.breadcrumb_time {
	margin-left: 0px;
	margin-top: 0px;
	/*padding: 0px 0px 0px 30px;*/
	
	padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 30px;
	
	width: 1024px;
	/*width: 100%;*/
	background: #fff;
	/*background: url(images/bg_underheader_top.gif) no-repeat center top;*/
	/*background: #ffecaf;*/
	
}

#breadcrumb {
	clear: both;	
	margin: 0; padding: 0 40px 0 0px;
	/*background: url(images/menu.jpg) repeat-y center top;	*/
	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 35px;
}
#breadcrumb div, #breadcrumb span  { 
   color: #000000; 
   background: none; 
   font-size: 13px;
}
#breadcrumb a { 
   color: #000000; 
   text-decoration: underline; 
}


.errorMessage {
	color: red;
}


/* Main Menu Navigation Colors */
.side_nav_bg  a {
	font-size: 12px;
	FONT-WEIGHT: normal;
	BORDER-RIGHT: 0px solid;
	BORDER-LEFT: 0px solid;
	BORDER-TOP: 0px solid;
	BORDER-BOTTOM: 0px solid;
	border-color:#ffffff;
	MARGIN: 1px 1px;
	/*CURSOR: hand;*/
	COLOR: #000000;
	/*background-color: #ffecaf;*/
	
	/*background-color: #58739c;*/
	/*background:url(images/buttons_menu_bg_off.jpg) no-repeat;*/
	text-decoration: none;
	display: block;
	/*top, right, bottom, left*/
	padding: 8px 3px 8px 16px;
	width: 170px;
	}

.side_nav_bg a:hover {
	/*background:url(images/buttons_menu_bg_on.jpg) no-repeat;*/
	/*background-color: #ffecaf;*/
	color: #000000;
	/*border-color:#ffecaf;*/
	text-decoration: underline;
	}


/* Main Column */

#mainTop {
	/*position: absolute;*/
	/*float: left;*/
	/*width: 500px;*/
	/*padding: 0; margin: 0;*/
	/*top, right, bottom, left*/
	/*padding: 5px 10px 5px 10px;*/
	
	/*PADDING-RIGHT: 20px; PADDING-LEFT: 20px; PADDING-BOTTOM: 0px; VERTICAL-ALIGN: top; PADDING-TOP: 0px*/
	/*background-color: #ffffff;*/
	BORDER-RIGHT: 0px solid;
	BORDER-LEFT: 0px solid;
	BORDER-TOP: 0px solid;
	BORDER-BOTTOM: 0px solid;
	border-color:#cfbf74;
}

#mainTop h1 {
	margin-top: 10px;
	margin-bottom: 2px;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: #990000;
	/*top, right, bottom, left*/
	padding: 5px 0px 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #ffffff;
}

.h1cat {

	/*top, right, bottom, left*/
	/*padding: 0px 0px 0px 0px; */	
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px;
	border-bottom: 1px solid #EFF0F1;
	background: #fff;
}

#main {
	/*position: absolute;*/
	float: left;
	width: 540px;
	/*padding: 0; margin: 0;*/
	/*top, right, bottom, left*/
	padding: 5px 10px 5px 10px;
	
	/*PADDING-RIGHT: 20px; PADDING-LEFT: 20px; PADDING-BOTTOM: 0px; VERTICAL-ALIGN: top; PADDING-TOP: 0px*/
	background-color: #ffffff;
/*	BORDER-RIGHT: 1px solid;
	BORDER-LEFT: 1px solid;
	BORDER-TOP: 0px solid;
	BORDER-BOTTOM: 0px solid;
	border-color:#666666;*/
}
#main h1 {
	margin-top: 10px;
	margin-bottom: 0px;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: #990000;
	/*top, right, bottom, left*/
	padding: 5px 0px 5px 8px; 	
	border-bottom: 1px solid #EFF0F1;
	/*background: #FFF url(images/square-green.png) no-repeat 3px 50%;*/
}
#main h1 a {
	color: #990000; 	
	background: none;
	text-decoration: none;
}
#main h1 a:hover {
	color: #990000; 
	text-decoration: underline;
}
#main div.content {
	/*padding: 10px;	*/	
		/*top, right, bottom, left*/
	padding: 0px 10px 10px 10px; 
	margin: 0;
	
}

#top_bg {
height: 26px;
	margin-left: 0px;
	padding: 0 0px 0 0px;
	width: 984px;
	/*width: 100%;*/
	background: url(images/BG_underheader_mid.gif) no-repeat center top;
	/*background: #ffecaf;*/
}
#main div.not_found {
   padding: 40px;
   text-align:center;
}
div.post-cats { padding-left: 10px; }

.art-info-1 { 
   float: left; 
   width: 270px;
   /*top, right, bottom, left*/
   padding: 0px 0px 10px 10px;
}
.art-info-2 { 
   float: right; 
   text-align: right;
   padding: 0px 10px 10px 0px;
}

.post-footerTop {
	background-color: #FAFAFA;
	padding: 0px; margin: 0px 10px 10px 10px;
	border: 0px solid #f2f2f2;
	font-size: 95%;	
}

.post-footerTop .readmore {
	background: url(images/page.gif) no-repeat left center;
	padding: 2px 0px 2px 20px; margin: 0 10px 0 5px;

}

.post-footer {
	background-color: #ffecaf;
	/*background-color: #FAFAFA;*/
	
	/*top, right, bottom, left*/
	/*padding: 5px;*/
	PADDING-RIGHT: 5px; PADDING-LEFT: 0px; PADDING-BOTTOM: 5px; PADDING-TOP: 5px;
	margin: 0px 10px 25px 0px;
	/*BORDER-RIGHT: 1px solid;
	BORDER-LEFT: 0px solid;
	BORDER-TOP: 1px solid;
	BORDER-BOTTOM: 1px solid;
	border-color:#333333;*/
	/*border: 1px solid #f2f2f2;*/
	font-size: 95%;	
}

.post-footercat {
	background-color: #ffecaf;
	padding: 5px;
	PADDING-RIGHT: 0px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; PADDING-TOP: 5px;
	margin: 0px 0px 25px 0px;
/*	BORDER-RIGHT: 0px solid;
	BORDER-LEFT: 1px solid;
	BORDER-TOP: 1px solid;
	BORDER-BOTTOM: 1px solid;
	border-color:#333333;*/
	font-size: 95%;	
}

.post-footer .date {
	background: url(images/clock.gif) no-repeat left center;
	padding: 2px 0px 2px 20px; margin: 0 10px 0 5px;
}
.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;

}


.VTfooter {
	WIDTH: 100%;
	FONT-SIZE: 12px;
	font-weight: bold;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 6px;
	PADDING-TOP: 10px;
	COLOR: #ffffff;
	Margin-Top: 10px;
	TEXT-ALIGN: center;
	BACKGROUND-COLOR: #676735;
}

a.footermenu:link {color: #ffffff; text-decoration: none}
a.footermenu:visited {color: #ffffff; text-decoration: none}
a.footermenu:active {color: #ffffff; text-decoration: none}
a.footermenu:hover {color: #ffffff; text-decoration: underline}



.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 {
	float: left;
	width: 199px;
	padding: 0; margin: 0;
	background: #fff;
	/*background: #ffecaf;*/
	BORDER-RIGHT: 1px solid;
	BORDER-LEFT: 0px solid;
	BORDER-TOP: 0px solid;
	BORDER-BOTTOM: 0px solid;
	border-color:#d9d9d9;
}	
#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: 0px solid #EFF0F1;
}

#sidebar h1 a {
   color: #555;
}
#sidebar a.selected { 
   color: #4EBF37; 
}
#sidebar .nav-box {
    width: 190px;
	border: 0px solid #EFF0F1; 
	margin: 0 0 0 0;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 5px 0 -1px 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(images/go.gif) no-repeat 5px 5px;
	/*top, right, bottom, left*/
	padding: 2px 25px 2px 25px;
	margin: 0 2px;	
}
#sidebar ul.sidemenu a {
	font-weight: bold;
	background-image: none;	
}

/* Sidebar Right */	
#sidebarR {
	float: left;
	width: 230px;
	height: 100%;
	padding: 0; margin: 0;
	/*background: #ffffff;*/
	BORDER-RIGHT: 0px solid;
	BORDER-LEFT: 0px solid;
	BORDER-TOP: 0px solid;
	BORDER-BOTTOM: 0px solid;
	border-color:#999999;
}

.strech_V {
	height: 100%;

}

/* Sidebar - feeds and link management */

#feeds {
width: 180px;
   text-align: left;
	font-weight: bold;
	padding-left: 10px; 
	padding-top: 10px; 
	line-height: 20px;
	padding-bottom: 10px; 
}
.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: 11px;
   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 */	

/*.VTfooter {
	WIDTH: 100%;
	FONT-SIZE: 12px;
	font-weight: bold;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 6px;
	PADDING-TOP: 10px;
	COLOR: #ffffff;
	Margin-Top: 10px;
	TEXT-ALIGN: center;
	BACKGROUND-COLOR: #676735;
}*/

#footer {
	FONT-SIZE: 12px;
	font-weight: bold;
	color: #333;
	
	/*background: #CCC url(images/footer.jpg) no-repeat center top;*/
	clear: both;
	width: 1024px;
	height: 45px; 
	text-align: center;	
	/*font-size: 92%;*/
	/*BACKGROUND-COLOR: #676735;*/
	background: #D9D9D9;
}
#footer a { text-decoration: none; }


#footer_bg {
height: 43px;
	margin-left: 0px;
	padding: 0 0px 0 0px;
	width: 1024px;
	/*width: 100%;*/
	background: #fff;
	/*background: url(images/BG_underheader_bt.gif) no-repeat center top;*/
	/*background: #ffecaf;*/
}




/* 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: 20px;
	font-size: 12px;
}
#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%;}


