/* ******************  general  *************** */

abbr, acronym {
  cursor: help;
  border: none;
}

html, #Bottom, #Title h1 { background:#666666; } 

body {
	margin:0; 
	padding:0;
	font:small lucida sans unicode, arial, times new roman, sans-serif;
	color:#525150;
	background: #666666;
	}
	
a:link {
	color: #525150;
	text-decoration:underline;
	}
	
a:visited {
	color: #525150;
	text-decoration:underline;
	}
	
a:hover, a:active, a:focus {
	color: #f0af00; text-decoration:underline;backgrond-color:#666666;
	}

h2	 {
	margin:0;
	padding:0;
	}

h3	{margin:0;
	padding:2px 4px 2px 4px;
	}

	
.Upgrade {
	display: none;
	font-weight: bold;
	}
	
.clearer {
	clear : both;
	height : 1px;
	font-size : 1px;
	}
      
#Container {
	width: 100%;
	}

#Title h1 {
   color: #f0af00;
   margin:0;
   padding:25px 0 5px 10px;
   font-size:320%;
   font-weight: normal;
   } 

#Title a:active, h1 a:link, h1 a:hover, h1 a:focus, h1 a:visited {
	text-decoration: none;
	color: #f0af00;
	background-color:transparent; 
	}

#Subtitle {
	background-color:#838383;
	color:#fff;
	padding:2px 14px 2px 14px;
	font-size:medium;
	}
	
	
#Subtitle a:link, #Subtitle a:visited, #Subtitle a:hover {
	text-decoration: underline;
	color: #fff;
	background-color:transparent;
	}	
	
#Subtitle a:active, #Subtitle a:focus {
	color: #002f64; text-decoration:none; background-color: #fff;
	}

#Subcontainer {
	text-align:left;
	background-color:#a0a0a0;
	padding-bottom:10px;
	padding-top:10px;
	}
	
	
/* ******************  column a  *************** */
	
#Content {
	width: 65%;
	float: left;
	margin-right:3%;
	margin-left:2%;
	background-color:#a0a0a0;
	overflow: hidden;
	line-height:1.5em;
	text-align:justify;
	}
	
#Content h2 {
	color:#f0af00;
	margin:20px 0 10px 0;
	background-color: #666666;
	}

#Content ul	{
	margin-left:10px; 
	margin-top:20px; 
	margin-bottom:20px;
	margin-right:10px;
	padding:5px 20px 5px 20px;
	list-style:none;
	border: 2px solid #f0af00
	}

	
.date {
	font-weight: bold;
	}

.footer {
	padding-bottom:1em;
	border-bottom: 1px solid #d4d0cd;
	text-align:left;
	font-size:90%;
	}
	
.footer img {
	margin-right:3px;
	vertical-align:middle;
	}
	
#Nextpost {
	text-align:center;
	}	
	
div.comment {
	border-top: 1px dotted #d4d0cd;
	padding-top:0.5em;
	background: url('./imgs/comments.gif') no-repeat;
	background-position: top right;
	margin-top:1.5em;
	}
	
.commentposterinfo {
	margin-bottom:1em;
	font-weight: bold;
	}
	
h3.commentheader {
	font-size:medium;
	color:#f0af00;
	font-weight: normal;
	}
	
.reply {font-weight: normal;font-size:small;}

div.commenttext {;
	margin-bottom:1em;
	}


	
/* ******************  columnb  *************** */
	
#Menu   {
	width:22%;
	float: right;
	text-align:left;
	background-color:#838383;
	margin-right:10px;
	}


#Menu h2 {
  	background-color: #666666;
  	font-size:small;
  	width:86%;
  	display:block;
        padding:1px 10px 1px 10px;
  	border-left-style:solid;
  	border-left-color:#444444;
  	color:#f0af00;
  	margin-top:10px;
  	border-left-width:6px;
	text-transform: capitalize;
	}

#Categories ul, #Navigator ul {
	margin-left:0; 
	margin-top:0; 
	margin-bottom:0px; 
	padding:0; 
	list-style:none; 
	font-size:small;
	}

#Navigator a {
	width:86%;
	display:block;
	padding-top:1px;
	padding-bottom:1px;
	border-left-style:solid;
	border-left-color:#d4d0cd;
	text-decoration:none;
	padding-right:10px;
	padding-left:10px;
	background-color:#f0efee;
	border-left-width:6px;
	margin-top:1px
	}


#Navigator a:hover, #Navigator a:active, #Navigator a:focus {
	border-color:#666666;
	background-color:#959595;
	}

#Links h2 {
	text-transform: capitalize;
	}

/* ******************  footer  *************** */

#Bottommenu {
	clear:both;
	background-color:#838383;
	color:#525150;
	padding:3px 15px 3px 15px;
	}


#Bottom {
   color:#444444;
   padding:3px 3px 3px 15px;
   } 
	
#Bottommenu a, #Bottommenu a:link, #Bottommenu a:visited, #Bottom a, 
#Bottom a:link, #Bottom a:visited {
	text-decoration: none;
	color: #444444;
	border: 0;
	}

#Bottommenu a:active, #Bottommenu a:focus, #Bottommenu a:hover, 
#Bottom a:active, #Bottom a:focus, #Bottom a:hover { 
	text-decoration : underline; 
	color : #f0af00;background-color:444444; 
	}



/* ******************  to align elements  *************** */
.left {text-align: left;display:block}
.right {text-align: right;display:block}
.center {text-align: center;display:block}

/* ******************  to float elements  *************** */
.floatleft {float: left;padding:2px 10px 10px 0px}
.floatright {float: right;padding:2px 0px 10px 10px;}

/* ******************  to highlight text  *************** */
.bold {font-weight: bold;}
.italic {font-style:italic;}
.underline {text-decoration:underline}

