/*_________________________________________ MAIN LAYOUT ___*/

* {	margin: 0px;
	padding: 0px;}
	
/* mac hide \*/
html, body {height:100%}
/* end hide*/

body {
	text-align: center;
  background: #202020;
  font-family: georgia, serif;
  font-size: 14px;}
	
div#outer {
	min-height: 100%;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -70px;
  background: #fff url('../images/outer_bg.gif') repeat-y top left;}

div#clearheader {
	height: 150px;}
	
div#clearfooter {
	clear: both;
	height: 70px;}
	
div#header {
	width: 100%;
	position: absolute;
	top: 0px;}
	
div#header div.centered {
	background: url('../images/header_bg.gif') repeat-x top left;
	height: 150px;}	
	
div#footer {
	width: 100%;
	height: 70px;
	font-family: arial, sans-serif;
	font-size: 11px;
  background: #202020;
  color: #bdbdbd;}
	
div#leftcol {
	width: 207px;
	overflow: hidden;
  text-align: left;}
	
div#content {
  width: 620px;
  float: right;
  text-align: left;
  padding: 10px;}
	
div.centered {
	width: 850px;
	margin-left: auto;
	margin-right: auto;}
	
/*_________________________________________ GENERAL___*/

h1, h2, h3, h4 {
  color: #c03;
  margin: 10px 0 7px 0;}
  
p {line-height: 1.5em;
  margin-bottom: 7px;}
  
a {
color: #039;
font-weight: bold;
text-decoration: none;}

a:hover {
  color: #c03;}
  
ul, ol {
  margin-left: 20px;}
  
h1{
  font-weight: normal}
  
h2 {font-style: italic;}

.left {
  float: left;}
  
.right {
  float: right;}
  
.clear {
  clear: both;}
  
hr {
  width: 60%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;}
  
span.date {
  color: #666;
  font-size: 11px;
  line-height: 11px;
  font-weight: normal;}
  
:focus {
  outline: none; }
  
blockquote {
  margin: 10px;
  padding: 10px;
  background: #ffebee;
  border: solid 1px #f1b8c7;}
  
span.warning {
  font-weight: bold;
  font-size: 18px;
  color: #c03;}
  
span.warning a {
  font-weight: bold;
  font-size: 14px;
  color: #c03;}
  
img {
  margin: 5px 10px 20px 10px; 
}
/*_________________________________________ HEADER ___*/
div#logobox {
  width: 210px;
  height: 125px;
  float: left;
  background: #fff url('../images/logo_bg.gif') repeat-y top right;
  padding-top: 25px; }
  
div#logobox img {
  border: none;}
  
div#tagline {
  float: right;
  width: 640px;
  height: 113px;
  background: url('../images/tagline.gif') no-repeat center right;}
  
/*_________________________________________ navigation ___*/

div#navig{
  float: right;
  width: 640px;
  height: 37px;
  text-align: right;}
  
div#navig ul {
  list-style-type: none;}

div#navig ul li {
  display: block;
  height: 37px;
  float: right;
  padding-left: 2px;
  background: url('../images/spacer.gif') no-repeat center left;}
  
div#navig ul li a {
  display: block;
  height: 37px;}
  
div#navig ul li a span {
  display: none;}
  
div#navig ul li a#nav_hom {
  width: 59px;
  background: url('../images/nav_hom.gif') no-repeat top center;}
  
div#navig ul li a:hover#nav_hom {
  background: url('../images/nav_hom.gif') no-repeat bottom center;}
  
div#navig ul li a#nav_con {
  width: 70px;
  background: url('../images/nav_con.gif') no-repeat top center;}
  
div#navig ul li a:hover#nav_con {
  background: url('../images/nav_con.gif') no-repeat bottom center;}
  
div#navig ul li a#nav_rss {
  width: 85px;
  background: url('../images/nav_rss.gif') no-repeat top center;}
  
div#navig ul li a:hover#nav_rss {
  background: url('../images/nav_rss.gif') no-repeat bottom center;}
  
div#navig ul li a#nav_cal {
  width: 125px;
  background: url('../images/nav_cal.gif') no-repeat top center;}
  
div#navig ul li a:hover#nav_cal {
  background: url('../images/nav_cal.gif') no-repeat bottom center;}
  
div#navig ul li a#nav_scal {
  width: 122px;
  background: url('../images/nav_scal.gif') no-repeat top center;}
  
div#navig ul li a:hover#nav_scal {
  background: url('../images/nav_scal.gif') no-repeat bottom center;}
  
/*_________________________________________ MENU ___*/
ul#menu, ul#menu li ul {
  list-style-type: none;
  margin-left: 5px;}
    
ul#menu li a {
  display: block;
  color: #fff;
  padding: 3px 2px 5px 5px;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  background: url('../images/menu_underline.gif') no-repeat bottom center;
  font-weight: bold;}
  
ul#menu li a:hover {
  background: #484848 url('../images/menu_underline.gif') no-repeat bottom center;}
  
ul#menu li ul li a {
  display: block;
  padding-left: 18px;
  background: transparent;
  text-transform: none;
  font-style: italic;
  font-size: 12px;}
  
ul#menu li ul li a:hover {
  background: #333 url('../images/arrow.gif') no-repeat left center;}
  
/*_________________________________________ LOGIN FORM ___*/

form#user_login_form {
  width: 230px;
  height: 120px;
  padding: 20px;
  background: #c03;
  color: #fff;
  margin-top:20px;
  margin-left: auto;
  margin-right: auto;}
  
form#user_login_form input {
  display: block;
  clear: right;
  float:right;
  width: 150px;
  margin-bottom:20px;}
  
form#user_login_form label {
  display: block;
  float:left;
  margin-bottom:20px;}
  
/*_________________________________________ ADMIN FORMS ___*/
form.admin_form {
  width: 580px;
  margin-left: auto;
  margin-right: auto; }
  
form.admin_form p {
  clear: both;
  position: relative;
  top: 8px;}
  
form.admin_form input, form.admin_form select {
  width: 280px;
  float: left;
  margin-top: 10px;}
  
form.admin_form label {

  display: block;
  width: 150px;
  float: left;
  text-align: right;
  clear: both;
  padding-right: 15px;
  margin-top: 10px;
  font-size: 11px;
  font-family: arial, sans-serif;}
  
form.admin_form small {
  font-size: 11px;
  font-family: arial, sans-serif;
  color: #444;
  display: block;
  margin-left: 160px;
  clear: both;}
  
form.admin_form input.submit {
  float: right;
  width: 150px;
  clear: both;
  }

form.admin_form input.radio {
  float: left;
  width: 15px;}  

  fieldset {
    padding: 10px;}
    
/*_________________________________________ ADMIN tables ___*/

table.admin_table {
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;}
  
table.admin_table td {
  padding: 6px 12px 4px 12px;
  border-bottom: solid 1px #999;}
  
table.admin_table td.greyed, table.admin_table td.greyed a {
  background: #444;
  color: #fff;
  font-size: 16px;
  font-weight: bold;}
  
table.admin_table td.greyed span.cat {
  text-transform: uppercase;}
  
  table.admin_table td.greyed span.link {
  font-style: italic;
  margin-left: 20px;
  font-size: 14px;}
/*_________________________________________ Application form___*/
form#application_form {
  width: 590px;
  margin-left: auto;
  margin-right: auto;
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 12px;}
  
  
form#application_form label {
  color: #444;}
  
form#application_form label.uplabel {
  position: relative;
  top: -10px;}
  
form#application_form em {
  display: block;
  margin-bottom: 15px;
  line-height: 1.5em;}
  
form#application_form small {
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 11px;
  color: #666;}
  
form#application_form input, form#application_form textarea, form#application_form select, form#application_form fieldset {
  margin-bottom: 10px;}

form#application_form fieldset {
  background: #ffd;}
  
form#application_form fieldset fieldset {
  background: #fef;}
  
form#application_form fieldset legend{
  font-weight: bold;
  font-size: 14px;}
  
/*_________________________________________ User view___*/
div#usr_left {
  width: 240px;
  float: left;
  padding-left: 15px;}
  
div#usr_right {
  margin-left: 265px; }

div#usr_right h1{
  font-size: 22px;
  font-weight: bold;}
    
div#usr_right h2, div#usr_left h1{
  font-size: 18px;
  font-style: normal;}
  
div#usr_left ul {
  list-style-type: none;}
  
div#usr_left ul li{
  margin-bottom: 10px;}

/*_________________________________________ FOOTER ___*/
div#footer div.centered {
  padding-top: 8px;}

div#footerleft {
  width: 210px;
  float: left;
  text-align: left;
  }
  
div#footerright a{
  font-size: 12px;
  color: #f25;}
  
div#footerright a:hover{
  background: #c03;
  color:#eee;}
  
