

/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */

body {
	background: #CCCCCC;
	font-family: Arial, Sans-serif;
	color: #333333; 
	font-size: 73%;	
	text-align: center;
	line-height: 14px; 
}


/* headers */
h2, h3, h4, h5 {
	font-family: Arial, Sans-serif;
}
h1 {
	color: #cc6600;
	font: 15px/17px  Trebuchet, Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold; 
	padding-top: 0px;	
	padding-bottom: 2px;	
	margin: 0;
}
h2 {
	font-size: 110%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 110%;
	color: #666666; 
}
h4 {
	font-size: 110%;	
}
h5 {
	font-size: 130%;	
}


/* images */
img {
	border: 0px;
}
.image_caption { 
   line-height: 10px; 
   font-size: 10px; 
   padding: 0px 3px 5px 3px; 
   text-align: left; 
}
h2, h3, h5, p {
	padding: 10px;		
	margin: 0;
}
h4, p {
	padding-left: 10px;		
	margin: 0;
}

ul, ol {
	margin: 5px 2px;
	padding: 0 20px;
	color: #333333;	
}
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(/style/images/quote.gif) no-repeat 5px 5px;    
}

/* form elements */
form {
	margin-top:10px; padding: 0 5px;
}
input {
	padding:2px;
	border:1px solid #cccccc;
	font: normal 1em Arial, Sans-serif;
	color:#777;
}

input.checkbox { border: none; vertical-align: middle;}

select {
	border:1px solid #eee;
	font: normal 1em Arial, Sans-serif;
	color:#777;
}

textarea {
	width:480px;
	padding:2px;
	font: normal 1em Arial, Sans-serif;
	border:1px solid #eee;
	height:30px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #ffcc66;
	color: #88ac0b;
}




/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 820px;
	background: #CCC url(/style/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(/style/images/header.jpg) no-repeat center top;
	padding: 0;
	font-size: 14px;
	margin-top: 0px; 
	color: #FFF;
}
#header #logo-text {
	width: 770px;
	position: absolute;
	text-align: right;
	font: normal 1.7em Arial, Sans-serif;
	letter-spacing: -.5px;
	color: #FFF;
	text-transform: none;
	margin-top: 42px; 
	/* change the values of top and left to adjust the position of the logo*/

}
#header #logo-text a {
	color: #FFF;
}
#header #logo-text a:hover {
	text-decoration: none;
	color: #FFF;
}

#header #logo-textmain {
	width: 770px;
	position: absolute;
	text-align: right;
	font: normal 1.7em Arial, Sans-serif;
	letter-spacing: -.5px;
	color: #FFF;
	text-transform: none;
	margin-top: 42px; 
	/* change the values of top and left to adjust the position of the logo*/

}
#header #logo-textmain a {
	color: #FFF;
}
#header #logo-textmain a:hover {
	text-decoration: none;
	color: #FFF;
}



#header h2#slogan {
	width: 765px;
	position: absolute;
	text-align: right;
	font: normal .8em Arial, Sans-serif;
	text-transform: none;
	color: #999999;
	margin-top: 60px; 	
	/* change the values of top and left to adjust the position of the slogan*/		
}









/* search */
form.search {
	position: absolute;
	top: 88px; right: 25px;	
	background: transparent;
	border: none;	
}	
form.search input.textbox {
	background: #fff;
	margin-top: 0;
	font: normal .8em Arial, Sans-serif;
	width: 100px; 
	height: 15px;
	padding-top: 5px;
	padding-bottom: 0px;
	color: #333; 
}
form.search input.textbox:focus {
	background: #fff;
	outline: none;
}

form.search input.button {
	padding: 0px;
	margin: 0;
	cursor: pointer;
	background: #CCC url(/style/images/headerbg.gif) repeat-x;
	font: normal .8em Arial, Sans-serif;
	color: #333;
	border: none;	
	
	width: 120px; height: 22px;
}

form.search a { 
   color: #ffffff; 
   font-size: 11px; 
   text-decoration: underline; }





/* Menu */
#breadcrumb {

	clear: both;	
	margin: 0; padding: 0 40px 0 40px;
	background: url(/style/images/bread_back.jpg) repeat-x center top;	
	font: bold 12px/26px Arial, Sans-serif;
	height: 26px;
}
#breadcrumb div, #breadcrumb span  { 
   color: #ffffff; 
   background: none; 
   font-size: 11px;
}
#breadcrumb a { 
   color: #ffffff; 
   text-decoration: underline; 
}




/* Main Column */
#main{
	width: 500px;}
#main h5 {
	margin-top: 10px;
	margin-bottom: 2px;
	font: Bold 125% Arial, Sans-serif;
	color: #000;
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #cccccc;
	background: #FFF url(/style/images/square-gray.png) no-repeat 3px 50%;
}

#main div.content {
	font: normal 1.0em Arial, Sans-serif;
	padding: 10px;		
	margin: 0;
}
#main div.not_found {
   padding: 40px;
   text-align:center;
}
div.post-cats a { 	
	color: #333; 
	padding-bottom: 5px;
}
div.post-dates { 	
	color: #333; 
	padding-bottom: 5px;
}
div.bestsellers { 
	padding-left: 10px; 	
	padding-bottom: 10px;
	font: normal 1.0em Arial, Sans-serif;	
	line-height: 15px;

}

.art-info-1 { 
   font: normal 1.0em Arial, Sans-serif;	
   float: left;
   line-height: 17px;
   width: 500px;
   ˇ01Monthlyˇ
}
.art-info-2 { 
   float: right; 
   text-align: right;
   padding: 10px;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 0px 10px 25px 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(/style/images/clock.gif) no-repeat left center;
	padding: 2px 0px 2px 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(/style/images/comment.gif) no-repeat left center;
	padding: 2px 0px 2px 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(/style/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(/style/images/email.gif) no-repeat right center; 
}
.print {
   padding-right: 24px;
   padding-bottom: 1px;
   padding-top: 1px; 
   background: url(/style/images/print.gif) no-repeat right center; 
}
.digg { 
   padding-right: 24px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(/style/images/digg.png) no-repeat right center; 
}






#leftpagecurl {
	background: url(/style/images/top_page_curl.gif);
	background-repeat: no-repeat;
	margin-top:10px;
	padding-top:5px;
	width:190px;
	border-bottom: 1px solid #cccccc;
}
#leftpageloginCL {
	background: url(/style/images/top_page_loginCL.gif);
	background-repeat: no-repeat;
	margin-top:5px;
	padding-top:12px;
	width:190px;
	border-bottom: 1px solid #cccccc;
}
#leftpageloginCLE {
	background: url(/style/images/top_page_loginCLE.gif);
	background-repeat: no-repeat;
	margin-top:5px;
	padding-top:12px;
	width:190px;
	border-bottom: 1px solid #cccccc;
}

#leftpagelogin {
	background: url(/style/images/top_page_login.gif);
	background-repeat: no-repeat;
	margin-top:10px;
	padding-top:12px;
	width:190px;
	border-bottom: 1px solid #cccccc;
}


#leftmenu {
	width: 190px;
	padding: 0; margin-bottom: 20;	
}	
#leftmenu h1 {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Arial, Sans-serif;
	color: #000;
	background: #EEF0F1 url(/style/images/headerbg.gif) repeat-x left bottom;
	border: 1px solid #cccccc;
	text-decoration: none;	
}

#leftmenu h1 a {
   color: #000;
}
#leftmenu a.selected { 
   color: #000; 
}
#leftmenu .nav-box {
	border: 1px solid #cccccc; 
	margin: 0 0 0 0;	
}
#leftmenu ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 5px 0 -1px 0; padding: 0;
	text-decoration: none;		
}
#leftmenu ul.sidemenu li {
	border-bottom: 1px solid #cccccc;
	background: url(/style/images/go.gif) no-repeat 5px 5px;	
	padding: 2px 0 2px 25px;
	margin: 0 2px;	
}
#leftmenu ul.sidemenu a {
	font-weight: bold;
	background-image: none;
	color: #333333; 
}





/* Sidebar - feeds and link management */

#feeds {
   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(/style/images/webfeed.gif) no-repeat left center;
}
.del-icio-us { 
   padding-left: 24px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(/style/images/delicious.gif) no-repeat left center; 
}
.yahoo { 
   padding-left: 24px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(/style/images/add_yahoo.gif) no-repeat left center; 
}
.google { 
   padding-left: 24px;
   padding-bottom: 1px;
   padding-top: 1px;
   background: url(/style/images/add_google.gif) no-repeat left center; 
}



/* Sidebar */	
#sidebar {
	float: right;
	width: 26.5%;
	padding: 0; margin: 0;
}	
#sidebar h1 {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Arial, Sans-serif;
	color: #000;
	background: #EEF0F1 url(/style/images/headerbg.gif) repeat-x left bottom;
	border: 1px solid #cccccc;
}

#sidebar h1 a {
   color: #000;
}
#sidebar a.selected { 
   color: #000; 
}
#sidebar .nav-box {
	border: 1px solid #cccccc; 
	
	margin-top: 2px;	
}
#sidebar ul.sidemenu {
	font: bold 1.1em Arial, Sans-serif;
	list-style: none;
	text-align: left;
	margin: 5px 0 -1px 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #cccccc;
	background: url(/style/images/go.gif) no-repeat 5px 5px;	
	padding: 2px 0 2px 25px;
	margin: 0 2px;	
}
#sidebar ul.sidemenu a {
	font-weight: bold;
	background-image: none;	
}


/* 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: 11px;
   border: none;
}

#sidebar ul.sidemenu ul ul li {
   font-size: 11px;
}



/* 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(/style/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 */	
#footer {
	color: #666666;
	background: #CCC url(/style/images/footer.jpg) no-repeat center top;
	clear: both;
	width: 820px;
	height: 55px; 
	text-align: center;	
	font-size: 92%;
}
#footer a { text-decoration: none; }

/* 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: 12px;
}
#printer #main h1 {
	margin-top: 0px;
	color: #000000;
	padding: 5px 0 5px 10px;
	background: none;
	border-bottom: 1px solid #cccccc;
}

#printer a { color: #000000; text-decoration: none; font-weight: bold; }
#printer a:hover { text-decoration: underline; }
#printer #main { text-align: left; width: 95%;}


#printbutton{
	top: 88px; left: 45px;	
	background: transparent;
	border: none;	
}	
.printable {
	position: absolute;
	margin-top: -18px;	
	margin-left: 0px;	
	background: transparent;
	border: none;	
}
.metrologo {
	position: absolute;
	margin-top: -74px;	
	margin-left: 37px;	
	background: transparent;
	border: none;	
}
#promo {
	width: 760px;
	position: relative;
	height: 85px;
	background: #CCC url(/style/images/main_promobar.jpg) no-repeat center top;
	padding: 0;
	font: normal 12px Arial, Sans-serif;
	margin-top: 0px; 
	color: #fff;
}
#promo #one{
	width: 360px;
	position: relative;
	height: 85px;
	padding: 0;
	font: normal 11px Arial, Sans-serif;
	margin-top: 1px;
		margin-left: 10px; 
		color: #fff;
}

#promoheader {
	width: 820px;
	position: relative;
	height: 106px;
	padding: 0;
	font-size: 14px;
	margin-top: 0px; 
	color: #FFDEAD;
}

#promoheader  a {
	color: #FFDEAD;
}
#promoheader a:hover {
	text-decoration: none;
	color: #FFF;
}

#promolink {
	width: 820px;
	height: 104px;
	padding: 0;
	font-size: 10px;
	margin-top: 2px; 
	color: #333;
}

#promolink  a {
	background: #666666 url(/style/images/promo_link.jpg) repeat-y center top;
	color: #cccccc;
	padding: 1px 5px 1px 5px;	

}
#promolink a:hover {
	background: #666666 url(/style/images/promo_link.jpg) repeat-y center top;
	text-decoration: none;
	color: #FFF;
	padding: 1px 5px 1px 5px;	

}




/* links */
h6 {
	font-size: 120%;	
	color: #996633; 
	margin-top: 10px;
	margin-bottom: 2px;
	border-bottom: 1px solid #cccccc;
}

a, a:visited {
	text-decoration: none;
	color: #996633; 
}
a:hover {
	color: #cc6600;
	text-decoration: underline;
}

#mainpagecontent {
	width:300px;
	margin: 0px;
}



#main h1 {
	margin: 0px;
	color: #996633;
	border-bottom: 1px solid #cccccc;
	background: #FFF url(/style/images/square-gray.png) no-repeat 3px 50%;
	text-decoration: none;
}
#main h1, a {	
	background: none;
	text-decoration: none;
}
#main h1, a:hover {
	text-decoration: none;
}

/* Calendar */	

.main {
	width:190px;
	margin-top: 10px;
	padding: 0px; 
	font: normal 1.0em 'Trebuchet MS', Arial, Sans-serif;	
	color: #333;
	background: #FFF;
	border: 1px solid #cccccc;
	text-decoration: none;	
}

.month {
	font:bold 11px verdana;
	color:#996633;
	background: #FFF;
	text-transform: uppercase;
	padding: 5px;
}
.daysofweek {
	padding: 5px;
	background-color:#FFFFFF;
	font:bold 10px verdana;
	color:#996633;
	border:0px;
}

.days {
	padding: 5px;
	border:0px;

}

.days #today{
	font-weight: bold;
	color: #fff;
	background-color: #996633;
	padding: 5px;

}




