

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

/* Top Elements */

/*body {
	background: #CCCCCC;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #333; 
	text-align: center;
   overflow: -moz-scrollbars-vertical;
}

*//* links */
/*a, a:visited {
	text-decoration: none;
	color: #8a7549; 
}*/
a:hover {
	color: #bf5217;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
}
h1 {
	font-size: 110%;	
}
h2 {
	font-size: 120%;
	text-transform: uppercase;
	color: #50422d;
}
h3 {
	font-size: 110%;
	color: #666666; 
}

/* images */
/*img {
	border: 2px solid #CCC;
}*/
.image_caption { 
   line-height: 10px; 
   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: #4e2f04;	
}
ul span, ol span {
	color: #322515;
}

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 #7d705c; 
	background-color: #c1b398; 
}
input {
	padding:2px;
	border:1px solid #7d705c;
	font: normal 1em Verdana, sans-serif;
	background: #c9c1b5;
	color:#504b44;
}

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

select {
	border: 1px solid #7d705c;
	color:#504b44;
	background: #c9c1b5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border: 1px solid #7d705c;
	height:100px;
	display:block;
	color:#504b44;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #7d705c; 
	padding: 2px 3px; 
	background: #c9c1b5 url(images/headerbg.gif) repeat-x;
	color: #333;
}

/* search */
form.search {
	
	background: transparent;
	border: none;	
	text-align: center;
}	
form.search input.textbox {
	margin: 0; padding: 1px 2px;
	width: 80px;
	background: #c9c1b5;
	color: #333; 
}
form.search input.button {
	background: #CCC url(images/headerbg.gif) repeat-x;
	color: #333;
	width: 57px;
	height: 21px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #7d705c;
	border-right-color: #7d705c;
	border-bottom-color: #7d705c;
	border-left-color: #7d705c;
}

form.search a { 
   color: #ffffff; 
   font-size: 11px; 
   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: 500px;*/
	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: 5px 0 0 0;
	font: bolder 2.5em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	color: #FFF;
	text-transform: none;
	top: 28px; left: 50px;
	
	/* change the values of top and left to adjust the position of the logo*/
		
}*/
/*#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 1.2em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	top: 74px; left: 58px;	
	
	/* change the values of top and left to adjust the position of the slogan*/	
}*/

/* Menu */
#breadcrumb {
	clear: both;	
	margin: 0; padding: 0 40px 0 40px;	
	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 26px;
}
#breadcrumb div, #breadcrumb span  { 
   color: #5d5342; 
   background: none; 
   font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
}
#breadcrumb a { 
   color: #5d5342; 
   text-decoration: underline; 
}




/* Main Column */
#main {
	float: left;
	width: 100%;
	padding: 0; margin: 0;
	/*background-color: #ffffff;*/
}
#main h1 {
	margin-top: 2px;
	margin-bottom: 2px;
	letter-spacing: 0px;
	color: #50422d;
	padding: 5px 0 5px 25px;
	border-bottom: 1px solid #7c6854;
	background: url(images/square-green.png) no-repeat 3px 50%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 135%;
	font-weight: bold;
}
#main h1 a {
	color: #50422d; 	
	background: none;
}
#main h1 a:hover {
	color: #e8dcd0; 
	text-decoration: underline;
}
#main div.content {
	padding: 10px;		
	margin: 0;
}
#main div.not_found {
   padding: 40px;
   text-align:center;
}

 
#main img {
	border: 1px solid #333300;
}

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

.art-info-1 {
	float: left;
	width: 300px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.art-info-2 { 
   float: right; 
   text-align: right;
   padding-top: 8px;
   padding-right: 0px;
   padding-bottom: 10px;
   padding-left: 10px;
}

.art-info-3 { 
   border-bottom: 1px solid #7c6854;
}

.post-footer {
	background-color: #b59f7b;
	padding: 5px; margin: 0px 10px 25px 10px;
	border: 1px solid #8b7858;
	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;

}

.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: 96%;
	margin: 0;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}	
/*#sidebar h1 {
	margin-top: 10px;
	padding: 5px 0 5px 10px;
	letter-spacing: 0px;
	color: #ded7c9;
	background: #928f88 url(images/headerbg.gif) repeat-x left bottom;
	border: 1px solid #675e49;
	font-family: Verdana, 'Trebuchet MS', Sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#sidebar h1 a {
   color: #ded7c9;
}*/

#sidebar h3 {
	margin-top: 10px;
	padding: 5px 0 5px 10px;
	letter-spacing: 0px;
	color: #ded7c9;
	background: #928f88 url(images/headerbg.gif) repeat-x left bottom;
	border: 1px solid #675e49;
	font-family: Verdana, 'Trebuchet MS', Sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#sidebar h3 a {
	color: #ded7c9;
	text-decoration: none;
	font-size: 14px;
	font-family: Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: bold;
}
#sidebar h3 a:visited {
	color: #ded7c9;
	text-decoration: none;
	font-size: 14px;
	font-family: Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: bold;
}
#sidebar h3 a:hover {
	color: #fff;
	text-decoration: underline;
	font-size: 14px;
	font-family: Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: bold;
}
#sidebar h3 a:active {
	color: #F90;
	text-decoration: underline;
	font-size: 14px;
	font-family: Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: bold;
}

/*#sidebar h3 {
	margin-top: 10px;
	padding: 5px 0 5px 10px;
	letter-spacing: 0px;
	color: #ded7c9;
	background: #928f88 url(images/headerbg.gif) repeat-x left bottom;
	border: 1px solid #675e49;
	font-family: Verdana, 'Trebuchet MS', Sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#sidebar h3 a {
   color: #ded7c9;
}*/

#sidebar a {
	color: #24190c;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}
#sidebar a:visited {
	color: #24190c;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#sidebar a:hover {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: normal;
}
#sidebar a:active {
	color: #00FF00;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#sidebar a.selected { 
   color: #967741;
   font-weight: normal;
}
#sidebar .nav-box {
	border: 1px solid #675e49;
	margin: 0 0 0 0;
	background-color: #c2af8a;
}
#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 #928f88;*/
	background: url(images/go.gif) no-repeat 5px 5px;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 25px;
	font-size: 13px;
}
#sidebar ul.sidemenu a {
	font-weight: bold;
	background-image: none;
}





/* Sidebar - feeds and link management */

#feeds {
	text-align: left;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 10px;
	line-height: 20px;
	padding-bottom: 10px;
	font-size: 13px;
}
.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: 1px 0px 1px 0px;
   padding: 0px;
   margin-left: -8px;
	list-style: none;
}

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

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



/* 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 {
	color: #666666;
	background: #CCC url(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 #f1f0ef;
}

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


