/* top elements */
* { margin:0; 	padding: 0; }

body {
	margin: 0; padding: 0;
	font: 70%/1.5em  Verdana, Tahoma, Arial,sans-serif;
	color: #333; 
	background: #FFF url(../images/bg.gif) repeat-x;	
	text-align: center; 
	SCROLLBAR-FACE-COLOR: #F9864D;
	SCROLLBAR-HIGHLIGHT-COLOR: #F9864D;
	SCROLLBAR-SHADOW-COLOR: #ffffff;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #Ffffff;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #Ffffff;
}

/* links */
a {
	color: #F9864D; 
	background-color: inherit;
	text-decoration: none;
	
}

a:hover {
	color: #575757;
	background-color: inherit;
}
/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Verdana, Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 145%;	
	padding: 10px 10px 5px 10px;
	color: #75A54B;
	background-color: inherit;
	border-bottom: 1px solid #ff9966;		
}
h2 {
	font-size: 125%;
	text-transform: uppercase;
}
h3 {
	font-size: 125%;	
	color: #404040;
}

h2, h3, p {
	padding: 10px;		
	margin: 0;
}
#wrap {
	margin: 0 auto; 
	padding: 0; 
	width: 950px;
	text-align: left;
}

/* header */
#header { 
	position: relative;
	height: 68px; 
	margin: 0; padding: 0;
	color: #808080; 		
	
}
#header h1#logo {
	position: absolute;	
	font: bold 2.9em "trebuchet MS", Arial, Tahoma, Sans-Serif;
	margin: 0; padding:0;
	color: #75A54B;
	letter-spacing: -2px;	
	border: none;	
	
	/* change the values of top and Left to adjust the position of the logo*/
	top: 0; left: 2px;		
}
#header h1#logo span { color: #F18359; }

#header h2#slogan { 
	position: absolute;
	margin: 0; padding: 0;	
	font: bold 12px Arial, Tahoma, Sans-Serif;	
	text-transform: none;
	
	/* change the values of top and Left to adjust the position of the slogan*/
	top: 43px; left: 45px;
}

/* menu */
.menu {
	clear: both;
	background: #FF9966 url(../images/menubg.gif) repeat-x;
	height: 30px;
	margin: 0;
	font: bolder 0.90em/20px Tahoma, Verdana, Arial, Sans-Serif;	
	margin: 0; padding: 0 0 0 8px;	
	FONT-WEIGHT: bold;
	color: #fff;
}
.menu a:link {
	display: block;
	text-decoration: none;	
	padding: 0 15px;
	color: #fff;	
	margin: 0; padding: 0 0 0 8px;
	FONT-WEIGHT: bold;
}
.menu a:active{ 
	float: left;
	list-style: none;		
	border-right: 1px solid #FFA500;
	margin: 0; padding: 0 0 0 8px;
	FONT-WEIGHT: bold;
	color: #fff;
}

.menu a:visited{
	 FONT-WEIGHT: bold;
	 FONT-SIZE: 12px;
	 COLOR: #000000;
	 FONT-FAMILY:  Verdana, Arial, Helvetica, sans-serif;
	 TEXT-DECORATION: none;
	 margin: 0; padding: 0 0 0 8px;
	 FONT-WEIGHT: bold;
	 color: #fff;
}
.menu a:hover{ 
	margin: 0; padding: 0 0 0 8px;
	color: #333;	
	/*background: url(../images/menu-hover-bg.gif) repeat-x;*/
	FONT-WEIGHT: bold;
}

/* main menu */
.mainmenu {
	float: left;
	height: 80px; 
	display: inline;
	font-size: 12px;	
	/*border-bottom: 1px solid #EFF0F1;	*/
	font-weight: Bold; 
}
.mainmenu a:link {
	font-weight: bolder;
	background-image: none;
	text-decoration: none;	
	font-size: 12px;	
	font-weight: Bold; 
}
.mainmenu a:active{ 
	list-style: none;
	text-align: left;
	padding: 0 15px;
	font-size: 12px;	
	font-weight: Bold; 
}

.mainmenu a:visited{
	/*border-bottom: 1px solid #EFF0F1;	*/
	font-size: 12px;	
	font-weight: Bold; 
}
.mainmenu a:hover{ 
	color: #333;	
	font-size: 12px;	
	font-weight: Bold; 

}
* html body #mainmenu ul.sidemenu li { height: 1%; }
/* footer */
#footer { 
	clear: both; 	
	color: #666666; 	
	padding: 0;	 
	background: #FFF url(../images/footerbg.gif) repeat-x;
	height: 60px
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;
}
#footer-content {
	margin: 0 auto;
	width: 800px
}
#footer-content #footer-left {
	padding: 10px;
	width: 100%;
	float: left;
	text-align: center;
}
#footer-content #footer-right {
	padding: 10px;
	width: 100%;
	float: right;
	text-align: center;
}


.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 15px 10px 10px 10px;
	border: 1px solid #f2f2f2; 
	font-size: 95%;
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional classes */
.clear  { clear: both; }
.green  { color: #75A54B; }

.msg_class{margin: 0; padding: 0;
	font: 70%/1.5em  Verdana, Tahoma, Arial,sans-serif;
	color: #ff9966; 
	text-align: center; 
	font-weight:bold;
}

