/* top elements */
* { margin:0; 	padding: 0; }

body {
	margin: 0; padding: 0;
	font: 13px  Verdana, Tahoma, Arial,sans-serif;
	color: #770000;
	text-align: center;
	background: #FFFFFF;
}

/* links */
a {
	color: #FF0033;
	text-decoration: none;
}
a:hover {
	color: #3300FF;
}

/* headers */
h1, h2, h3 {
	font-family: Tahoma, Verdana, Sans-serif;
	font-weight: Bold;
}
h1 {
	font-size: 17px;
	padding: 6px 10px 5px 10px;
	color: #FF9C00;
}
h2 {
	font-size: 15px;
	text-transform: uppercase;
}
h3 {
	font-size: 15px;
	color: #404040;
}

h2, h3, p {
	padding: 10px;
	margin: 0;
}

h4 {
	font-size: 16px;
	padding: 10px 10px 5px 0px;
	color: #3399FF;
	border-bottom: 1px solid #EFF0F1;
}

#sidebar h1 {
  text-align: left;
  padding: 10px 0px 0px 50px;
  color: #3399FF;
  font-family: Times New Roman, Times, serif;
  height: 40px;
  font-size: 28px;
  background: #FFFFFF url(images/post.gif) no-repeat 0px 0px;
}

#sidebar h2 {
  text-align: left;
  color: #3399FF;
  font-family: Times New Roman, Times, serif;
  font-size: 24px;
  text-transform: none;
}

#sidebar p {
	padding-left: 0;
}

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}

/* one page */

#onepage h1 {
  text-align: center;
  font-family: Times New Roman, Times, serif;
  height: 50px;
  font-size: 28px;
  background: #393939 url(images/click-here.gif) repeat top;

}

#onepage h2 {
  text-align: left;
  color: #3399FF;
  font-family: Times New Roman, Times, serif;
  font-size: 24px;
  text-transform: none;
}

#onepage p {
	padding-left: 0;
}


/* form elements */
form {
	margin:10px; padding: 5px;
	border: 1px solid #f2f2f2;
	background-color: #FAFAFA;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 3px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:350px;
	padding:3px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button {
	margin: 0;
	font: bolder 12px Verdana, Sans-serif;
	border: 1px solid #CCC;
	padding: 2px 3px;
	background: #FFF;
	color: #FF9C00;
}
/* search form */
form.search {
	top: 15px; right: 5px;
	padding: 0; margin: 0;
	border: none;
	background-color: transparent; 
}
form.search input.textbox {
	margin: 0; 
	width: 190px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 	
	vertical-align: top;
}
form.search input.button {
	width: 60px;
	vertical-align: top;
}

/**************************************
   LAYOUT 
***************************************/	
#wrap {
	margin: 0 auto;
	padding: 0 0 0 12px;
	width: 862px;
	text-align: left;
    background: #FFFFFF url(images/left-border.gif)  repeat-y left top;
}

#wrap-right {
	padding: 0 12px 0 0;
	width: 862px;
    background: #FFFFFF url(images/right-border.gif)  repeat-y right top;
}
/* header */
#header { 

}

#header h1 {
    padding: 80px 0px 0 30px;
	color: #FF9900;
}

/* menu */
#menu {
	clear: both;
	background: #FF9900;
	height: 30px;
	margin: 0;
    border-bottom: 2px solid #FFFFFF;
	font: bolder 1.2em/30px Tahoma, Verdana, Arial, Sans-Serif;
}
#menu ul{
	margin: 0; padding: 0 0 0 0px;
}
#menu ul li {
	float: left;
	list-style: none;		
	border-right: 1px solid #FF6600;
}
#menu ul li a {
	display: block;
	text-decoration: none;	
	padding: 0 15px;
	color: #FFFFFF;
}
#menu ul li a:hover {
  	color: #333;	
	background: #FFC875;
}
#menu ul li#current a {
	color: #333;
	background: #FFC875;
}
#menu h2 {
    padding: 0px 0px 0 30px;
	color: #336633;
}

/* sidebar */
#sidebar {
	width: 620px;
	margin: 0;	padding: 0; 
	display: inline;
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 7px 0; padding: 0;
	text-decoration: none;
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(images/arrow.gif) no-repeat 3px 6px;
	padding: 2px 5px 2px 20px;
}

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

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

#rightbar {
	width: 240px;
	padding: 10px 0 0 0;
	margin: 0;
}
#rightbar h1{
  color: #3399FF;
}
#rightbar h2{
  color: #3399FF;
  font-family: Tahoma, Verdana, Sans-serif;
  font-weight: Bold;
}

#rightbar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 7px 0; padding: 0;
	text-decoration: none;
}
#rightbar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(images/arrow.gif) no-repeat 3px 6px;
	padding: 2px 5px 2px 20px;
}

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

#rightbar ul.sidemenu li a {
	font-weight: bolder;
	background-image: none;
	text-decoration: none;
}

.post-footer {
	background-color: #FAFAFA;
	border: 1px solid #f2f2f2;
	font-size: 14px;
}

/* navigaion */
#navigation{
	font-size: 15px;
}

#around_link{
	font-size: 12px;
}

/* footer */
#footer { 
	clear: both;
	color: #333333;
	padding: 0;	 
	background: #90BB25;
	width: 862px;
	height: 60px;
    text-align: center;
}
#footer a { 
	text-decoration: none;
    	color: #333333;
	font-weight: bold;
}

/* additional classes */
.clear  { clear: both; }
.green  { color: #FF9C00; }


