
@import url("/styles/styles.css");
@import url("/styles/slide.css");
@import url("/styles/menu.css");
@import url("/styles/boxes.css");
@import url("/styles/areas.css");


/********************************************

   HTML ELEMENTS

********************************************/ 


/* search */

form.search {
	position: absolute;
	top: 35px; right: 25px;
	background: transparent;
	border: none;	
	text-align: center;
}

form.search input.textbox {
	margin: 0; padding: 1px 2px;
	width: 120px;
	background: #FFF;
	color: #333; 
}

form.search input.button {
	background: #CCC url(images/headerbg.gif) repeat-x;
	color: #333;
	border: none;	
	width: 70px; height: 21px;
}



form.search a { 
   color: #ffffff; 
   font-size: 11px; 
   text-decoration: underline;
}



/********************************************

   LAYOUT

********************************************/ 

#wrap {

	width: 100%;
	margin: 0px auto;

}

#content-wrap {
	clear: both;
	width: 800px;
	padding: 0; 
	margin: 0;
}



/* Menu */

#breadcrumb {
	clear: both;	
	margin: 0; padding: 0 0 8px 0;
	font: bold 14px Arial, Tahoma, Sans-serif;
}

#breadcrumb div, #breadcrumb span  { 
   color: #016153; 
   background: none; 
   font-size: 12px;
}

#breadcrumb a { 
   color: #016153; 
   text-decoration: underline; 
}



/* Main Column */

#main {
	float: left;
	width: 560px;
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	font-size:11px;
}

#main h1 {
	margin: 10px 0 0 0;
	color: #fff;
	padding: 0 5px;
	font-size:18px;	
}

#main h1 a {
	color: #fff;	
	background: none;
	text-decoration:none;
}

#main h1 a:hover {
	color: #fff;
	text-decoration: none;
}

#main div.content {
	padding: 0;		
	margin: 0;
}

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

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


.art-info-1 { 
   float: left; 
   width: 320px;
   padding: 10px 0;
}

.art-info-2 { 
   float: right; 
   text-align: right;
   padding: 10px 0;

}


.post-footer {
background-color:#f2f2f2; color:#000; padding:3px 5px; margin:0 0 10px 0; border:1px solid #d2d2d2; font-size:11px;
}

.post-footer .date {
background:url(images/clock.gif) no-repeat left center; color:#000; padding:2px 0px 0px 20px; margin:0 10px 0 5px; font-size: 0.9em; font-weight:bold;
}

.post-footer .comments {
background:url(images/comment.gif) no-repeat left center; padding:2px 0px 0px 20px; margin:0 10px 0 5px; font-size: 0.9em; font-weight:bold;
}

.post-footer .readmore {
background:url(images/page.gif) no-repeat left center; padding:2px 0px 0px 20px; margin:0 10px 0 5px; font-size: 0.9em; font-weight:bold;
}



.email {
	padding: 6px 22px 6px 0;
	line-height:20px;
	background: url(images/email.gif) no-repeat right center; 
}
a.email {
	font-weight:normal;
}

.print {
	padding: 6px 23px 6px 0;
	line-height:20px;
	background: url(images/print.gif) no-repeat right center; 
}
a.print {
	font-weight:normal;
}

.digg { 
	padding: 6px 22px 6px 0;
	line-height:20px;
	background: url(images/digg.png) no-repeat right center; 
}
a.digg {
	font-weight:normal;
}






/* Sidebar */	

#sidebar {
	float: right;
	width: 187px;
	padding: 0;
	margin: 0 45px 0 0;
	background:#fff;
}	

#sidebar h1 {
	margin: 10px 0 0 0;
	padding: 0 5px;
	color: #fff;
}



#sidebar h1 a {
   text-decoration: none;
   color: #fff;

}

#sidebar h1 a:hover {
   text-decoration: none;
   color: #fff;

}

#sidebar .nav-box {
	margin: 0 0 5px 0;	
}

#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-size:14px;
}

#sidebar ul.sidemenu li {
	border-bottom: 1px solid #d2d2d2;
	padding: 2px 0 2px 5px;
	margin: 0;
	font-weight:normal;
}

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









/* Sidebar - feeds and link management */



#feeds {
    text-align: left;
	padding: 5px;
	font-size:11px;
}

.rss {
	padding: 6px 0 6px 22px;
	line-height:20px;
	background: url(images/webfeed.gif) no-repeat left center;
}
a.rss {
	font-weight:normal;
}

.del-icio-us {
   padding: 3px 0 3px 22px;
   line-height:20px;
   background: url(images/delicious.gif) no-repeat left center;
}
a.del-icio-us {
	font-weight:normal;
}

.yahoo { 
   padding: 3px 0 3px 22px;
   line-height:20px;
   background: url(images/add_yahoo.gif) no-repeat left center; 
}
a.yahoo {
	font-weight:normal;
}

.google { 
   padding: 3px 0 3px 22px;
   line-height:20px;
   background: url(images/add_google.gif) no-repeat left center; 
}
a.google {
	font-weight:normal;
}











/* 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: 13px;
   border: none;
}


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







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

#footer {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 165px;
	color: #FFF;
	background-image:  url("/images_new/bg_footer.jpg");
	background-position: top;
	background-repeat: repeat-x;
	float: left;
	overflow: hidden;
}

#footer a:link, #footer a:visited { 
	text-decoration: none; 
	font-weight: bold;
	color: #FFF;
}

#footer a:hover { 
	text-decoration: underline; 
	font-weight: bold;
	color: #FFF;
}


/* 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 #EFF0F1;

}

#printer a { color: #000000; text-decoration: none; font-weight: bold; }

#printer a:hover { text-decoration: underline; }

#printer #main { text-align: left; width: 95%;}

