/********************************************
   AUTHOR:  			DocDoe.com

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

/* top elements */
* {
	margin: 0; padding: 0;
} 
body {
	margin: 0; padding: 0;
	font: 71%/1.5em  Verdana, Arial, Helvetica, sans-serif;
	background: url(../image-files/headerbg-blue.gif) repeat-x;
	color: #222222;	
	text-align: center;		
}

/* links */
a {
	background: inherit;
	color: #666666;
	font-weight: bold; 
	text-decoration: none;
}
a:hover {
	background: inherit;
	color: #cc6600;
		text-decoration: none;
}

/* headers */
h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	text-transform: uppercase;
	color: #ec1c24;
}

h1 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	text-transform: uppercase;
	color: #cc6600;
}

h1 { font-size: 1.5em; }
h2 { font-size: 1.5em; text-transform: none;}
h3 { font-size: 1.3em; text-transform: none;}

#rightbar h2 {
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #e0e0e0; 	
}	
#sidebar h2 {
	padding: 10px 0px 5px 30px;
	background: url(../image-files/square_arrow.gif) no-repeat 2px 12px;
	margin: 0;
	text-transform: uppercase;	
}

#main h1 {
	padding: 10px 0 5px 5px;
	margin: 0 0 0 15px;
	text-transform: uppercase;
	border-bottom: 1px solid #e0e0e0; 	
}

p, h1, h2 {
	margin: 10px 0px 15px 20px;
}

h3 {
	margin: 20px 20px;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
	color: #000000;	
}
ul span, ol span {
	color: #333333;
}

/* images */

img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

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 #e0e0e0;  
  border-left: 3px solid #335687;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 20px;
 	padding: 0 0 0 32px;  	
  	background: #FAFAFA no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #e0e0e0; 
	border-left: 3px solid #cc6600;  
	font: normal; 
	color: #333333;
}

blockquote.findbox {
margin: 20px;
 	padding: 0 0 0 32px;  	
  	background: #cde9fb no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #e0e0e0; 
	border-left: 3px solid #cccccc;  
	font: normal; 
	color: #333333;
	width:438px;
}
}

blockquote.findboxcat {
	margin: 20px;
 	padding: 0 0 0 32px;  	
  	background: #cde9fb no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #e0e0e0; 
	border-left: 3px solid #cccccc;  
	font: normal; 
	color: #333333;
	width:438px;
}


/* form elements */
form {
	margin:15px; padding:5;
}

input {
	padding: 4px;
	border:1px solid #e0e0e0;
	font: normal 1em/1.5em Verdana, sans-serif;
	color:#000;
	height:12px;
}
textarea {
	width:350px;
	padding:4px;
	font: normal 1em/1.5em Verdana, sans-serif;
	border:1px solid #e0e0e0;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 0px 0px; 
	color: #333;	
}

select {
padding: 4px;
border:1px solid #e0e0e0;
	font: normal 1em/1.5em Verdana, sans-serif;
	color:#000;

}
/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 20; padding: 20;
}
form.searchform input.textbox { 
	margin: 5; 
	width: 150px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 
	vertical-align: top;
}
form.searchform input.button {
	width: 55px;
	vertical-align: top;
	background-color:#FFFFFF;
	color: #666;
	height:18px;
	font-size:10px;
	border-style:solid;
	border-width:1px;
	border-color:#e0e0e0;
	align:middle;
	padding:2px
}

.submitbutton {
	width: 50px;
	vertical-align: top;
	background-color:#FFFFFF;
	color: #666;
	height:22px;
	text-align:center;
	font-size:10px;
	border-style:solid;
	border-width:1px;
	border-color:#e0e0e0;
	align:middle;
	padding:2px;
	position:relative;
	top:1px
}


.submitbutton2 {
	width: 100px;
	vertical-align: top;
	background: #edcc4c;
	color: #fff;
	height:22px;
	text-align:center;
	font-size:10px;
	border-style:solid;
	border-width:1px;
	border-color:#e0e0e0;
	align:middle;
	padding:2px;
	position:relative;
	top:1px
}

/* contact form */

fieldset
{
border:1px solid #e0e0e0;
width: 42em;
padding: 10px;
}

legend
{
color: #fff;
background: #edcc4c;
border:1px solid #e0e0e0;
padding: 2px 3px;
}
/*****************/
/*    Layout     */
/*****************/
#wrap {
	margin: 0 auto;
	width: 950px;
	text-align: right;
	background: #FFF;
}
#content-wrap {
	clear:both;
   margin: 0; padding:0;
	width: 950px;	
}

/* header */
#header {
	position: relative;
	background: url(../image-files/headerbg-blue.gif) repeat-x;
	height: 84px;	
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: Arial, Sans-serif;
	font-size: xx-large;
	letter-spacing: -1px;
	color: #FFF;
	/* change the values of top and Left to adjust the position of the logo*/
	top: 0; left: 5px;	
}
#header h2#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 1.3em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #000;
	/* change the values of top and Left to adjust the position of the slogan*/
	top: 45px;
	left:227px;
}
#header .searchform {
	position: absolute;
	top: 10px; right: 3px;	
}

/* main column - use in 3 - Column Layout */
#main {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 54%;	
	border-left: 1px solid #e0e0e0;
}

/* main column - use in 2 - Column Layout */
#main-for-content {         

float: left;
margin-left: 15px;
padding: 0;
width: 68%;    
border-left: 1px solid #e0e0e0;

}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
	border: 1px solid #e0e0e0;
}
.post-footer .date {
	background: url(../image-files/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(../image-files/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(../image-files/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sideabar */
#sidebar {
	float: left;
	width: 21%;
	margin: 0;	padding: 0; 
	display: inline;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 8px 0;	
	padding-right: 0;		
	text-decoration: none;
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #e0e0e0;
	background: url(../image-files/arrow.gif) no-repeat 2px 8px;
	padding: 4px 5px 4px 20px;	
}

* html body #sidebar ul.sidemenu li { height: 1%; }

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

/* rightbar */
#rightbar {
	float: right;
	width: 21%;
	padding: 0;			
}

/* rightbar */
#rightbar-2 {
	float: right;
	width: 21%;
	padding: 0;			
}

/* footer */
#footer {
	clear: both;
	background: #FFF url(../image-files/footerbg.gif) repeat-x left top;
	border-top: 1px solid #e0e0e0;
	text-align: center;	
	height: 50px;	
}
#footer a {
	text-decoration: none;
	font-weight: bold;
}

/* menu */
#menu {
	clear: both;
	margin: 0; padding: 0;	
}
#menu ul {	
	position: relative; 
	bottom: 4px;
	margin: 0; padding: 0;	
	float: left;
	font: bold 1.1em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	width: 950px;/* 875px; */
	border: 1px solid #808080;
	border-width: 0 0 4px 0;	
	list-style: none;
}
#menu ul li{
	display: inline;	
}
#menu ul li a {	
	position: relative; bottom: -4px;
	float: right;
	color: #808080;
	padding: 0px 10px;
	text-decoration: none;
	background: white url(../image-files/menudivide.gif) repeat-y right top; 
	border-bottom: 4px solid #808080; 	
}
#menu ul li a:hover{
	color: black;
	background-color: #F3F3F3; 
	border-bottom: 4px solid #aa8e22;
}
#menu ul li#current a{
	color: #333;
	background-color: #F3F3F3; 
	border-bottom: 4px solid #cc6600;
}

/* Alignment classes */
.float-left   { float: left;}
.float-right  { float: right; }
.align-left   { text-align: left; }
.align-right  { text-align: right; }
.align-center { text-align: center; }
.align-justify { text-align: justify; }

/* display classes */
.clear { clear: both; }
.block { display: block; }
.hide  { display: none; }	
.orange  {	color: #cc6600; }

/* blogroll */
.blogrollmain a{
	display:block;
	text-decoration:underline;
	background:transparent;
	color:#335687;
	margin: 5px 15px;
}
.blogrollmain a:hover{
	background: inherit;
	color: #72A545;
}
.blogrollmain br{
	display:none;
}

.blogrollmain a:visited{
	color:#335687;
	background:transparent;
}

hr 
  {
  margin: 10px 15px;
  border: 0;
  width: 95%;
  color: #999;
  background-color: #999;
  height: 1px;
  }

#exclaim {
	margin: 15px;
 	padding: 0 0 0 42px;  	
  	background: #FAFAFA url(../image-files/exclaim.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #335687;  
	font-weight: bold; 
}

/* Misc classes */
#bloglink a{
	margin: 20px;
}

#adindent {
	margin: 0 0 25px 12px;	
}

 .adlink {
	margin: 20px 0 10px 30px;	
}

 .adright {
	float: right;
	margin: 0px 0 5px 15px;
}

 .adbottom {
	margin: 20px 0 5px 20px;
}

 .adleft {
	float: left;
	margin: 0 13px 0 20px;
}

.adelliott {
	margin: 10px 0 10px 20px;
}

.adspot {
	margin: 10px 0 10px 20px;
}

#formindent form{
	margin: 20px;
}

.feed {
	border:1px solid;
	border-color:#e0e0e0;
	padding:0 3px;
	font:bold 10px verdana,sans-serif;
	color:#F2F2F2;background:#335687;
	text-decoration:none;
	margin:0px;
}
