/******************************************************************************************************************************************************************
This document was created with HomeSite 5.0 by PacificDreamsWeb-2008         	
******************************************************************************************************************************************************************/ 
 
/******************************************************************************************************************************************************************
   HTML ELEMENTS
*******************************************************************************************************************************************************************/ 

/* Top Elements */
* { padding: 0; margin: 0; 
}
body {
	margin: 20px 0; 	padding: 0;
	font: normal .72em/1.5em Verdana, Arial;
	color: #444444;
	background: #350d04;
	text-align: center;	
	height: 100%;	
}
/* top elements end */


/* Links */
a { background: inherit; color: #800000; text-decoration: none; 
}
a:hover { background: inherit; color: #ee4e00; text-decoration: underline; 
}
/* links end */


/* Headers */
h1, h2, h3 {
	font: bold 1em Verdana, Arial;
	color: #333333;
}
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.2em; }

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;		
}
/* headers end */


/* Images */
#wrap img {
  border: 1px solid #dddddd; 
  padding: 5px;
  background-color: #ffffff;
}
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 Verdana, Arial;
  /* white-space: pre; */
  background: #fafafa;
  border: 1px solid #eeeeee;    
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777777;
}
blockquote {
	margin: 15px; 	padding: 0 0 0 20px;  	
  	background: #fafafa; 
	border: 1px solid #eeeeee; 
	font: bold 1.2em Verdana, Arial; 
	color: #666666;	
}
/* images end */


/***********************
	  LAYOUT
************************/
#wrap {
	width: 770px;
	margin: 0 auto;
	background: #ffffff url(wrap-bg.jpg) repeat-y;
}

/* Header */
#header {
	position: relative;
	height: 176px;
	text-align: left;		
	margin: 0; padding: 0;	
	background: #ffffff;
}
#header .headerphoto {
	position: absolute;
	right: 15px ; top: 15px;
	width: 455px;
	height: 156px;
	background: #ffffff url(headerphoto.jpg) no-repeat;	
}
#header #logo-box {
	position: absolute;
	left: 15px ; top: 15px;
	width: 280px;
	height: 156px;	
	background: #350d04 url(image02.gif) no-repeat;
}
#logo-box h1#logo {
	position: absolute;	
	font: bold 40px Verdana, Arial;
	letter-spacing: -2px; 
	color: #ffffff;
	margin: 0; 
	padding: 0;
	align: center;
	/* change the values of left and top to adjust the position of the logo */
	top: 10px; 
	left: 10px;
	right: 10px;
	bottom: 10px;
}
#logo-box h1#logo a {
	text-decoration: none;
	color: #ffffff;
}
#logo-box #slogan {
	position: absolute;	
	font: bold 12px Verdana, Arial;
	text-transform: none;
	color: #eae2cb;	
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 120px; left: 60px;
}
/* header end*/


/* Header Menu */
#menu {	
	clear: both;
	margin: 0; 
	padding: 0 0 10px 0;		
	width: 770px;		
	background: #ffffff url(wrap-bg.jpg) repeat-y;
	float: left;
}
#menu ul {
	font: bolder 15px Verdana, Arial;
	width: 740px;
	color: #ffffff;
	background-color: #6c1a09;		 	
	margin: 0 15px;
	padding: 0;
	display: inline;
	border-bottom: 6px solid #ffffff;
	float: left;	
}
#menu li {
	float: left;
	list-style: none;
}
#menu li a {
	display: block;
	padding: 5px 15px;	
	color: #ffffcc;	
	text-decoration: none;	
}
#menu li a:hover {
	background: #eae2cb;
	color: #ee4e00;
}
#menu li a#current  {
	background: #ee4e00;
	color: #eae2cb;
}
/* header menu */


/* Content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
	background: #ffffcc url(content.jpg) repeat-y;
}
#content {
	width: 740px;	
	clear: both;
	text-align: left;	
	padding: 0;
	margin: 0 auto;			
}
/* content end */


/* Sidebar */
#sidebar {
	float: right;
	width: 30%;
	margin: 0 0 10px 0; 
	padding: 0;	
}	
#sidebar h1 {
	padding: 10px 0px 5px 10px;
	margin: 0;	
	color: #ee4e00;	
}
.sidebox {
	margin-bottom: 10px;	
}
/* sidebar end */



/* Sidebar Menu */
#sidebar ul.sidemenu {
	list-style:none;
	margin: 10px 0 10px 0;
	padding: 0;		
}
#sidebar ul.sidemenu li {
	padding: 0px 10px;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #ebe3cb;
	height: 1.5em;	
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #ebe3cb;
	text-decoration:none;
}
#sidebar ul.sidemenu a.top{	
	border-top: 1px dashed #ebe3cb;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #ee4e00;
	color: #ee4e00;		
}
/* sidebar menu end */



/* Main */
#main {
	float: left;
	width: 67%;	
	margin: 0 0 10px 0; padding: 0;	
}
#main h1 {
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px dashed #808080; 	
}
#main ul li {
	list-style-image: url(bullet.gif);
}

.post {
	margin: 0; padding: 0;	
}
.post .post-footer {
	background-color: #fafafa;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
	border: 1px solid #eeeeee;
}
.post .post-footer .date {
	background: url(clock.gif) no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .comments {
	background: url(comment.gif) no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .readmore {
	background: url(page.gif) no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
/* main end */


/* Footer */
#footer {
	clear: both;
	margin: 0; padding: 12px 0 0 0;
	font: normal .92em/1.5em Verdana, Arial;
	height: 45px;
	background: url(footer-bg.jpg) no-repeat left bottom;
	color: #ee4e00;
	text-align: center;
}
#footer p {
	margin: 0; padding: 0;
}
#footer a {
	text-decoration: none;
	color: #ebe3cb;	
}
#footer a:hover {
	text-decoration: underline;
	color: #ee4e00;
}
/* footer end */


/* Alignment Classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }
/* alignment classes end */


/* Additional Classes */
.clear { clear: both; }
.gray  { color: #bfbfbf; }
/* additional classes end*/

/* END ************************************************************************************************************************************************************/

