/* CSS Document */

/* 
 * CSS file for template: Simply blue
 * 
 * Author: Jonatan Lundin, 
 * http://www.ettention.se/
 *
 * Licensed under: Creative Commons Attribution-Share Alike 3.0, 
 * http://creativecommons.org/licenses/by-sa/3.0/
 *   
 * © Copyright Jonatan Lundin, ettention 2007  
 * 
 * Modified by: Your name   
 * 
 * For more free templates, information and other licensing options visit:
 * http://templates.ettention.se/
 *  
 * Do not remove this header!
 * 
 */
*{
  margin: 0;
  padding: 0;
}
html, body {
  height: 100%;
}
body{
  font-family: Arial;
  font-size: 0.8em;
  color: #333;
  background: url(bg.gif) repeat-x;
}

/*Common elements*/
h1, h2, h3 {
  margin-top: 0.1em;
  font-weight: normal;
}
h1 {
  font-size: 1.8em;
}
h2 {
  font-size: 1.6em;
}
h3 {
  font-size: 1.2em;
}
p {
  padding-bottom: 1em;
}
p.preamble {
  padding-bottom: 0.5em;
  font-style: italic;
}
a{
  color: #000;
  text-decoration: underline;
}
a:hover {
  color: #333;
  text-decoration: underline;
}
a:active {
  color: #4C4C4C;
  text-decoration: underline;
}
span.date {
  font-style: italic;
  display: block; 
}

/*Forms*/
form label {
	clear: left;
	display: block;
	float: left;
	width: 100px;
	text-align: left;
	padding-right: 10px;
	color: #4C4C4C;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}
form input {
	border: 1px solid #999;
	background: #f0f0f0 url(../images/form.gif) repeat-x top left;
	padding-left: 0.5em;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}
form .hidden{
	border: 0;
	background: 0;
	padding: 0;
	margin: 0;
}
form select {
	/*margin-left: 0.5em;*/
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}
form textarea {
	width: 410px;
	height: 15em;
	border: 1px solid #999;
	padding: 0.5em 0 0.5em 0.5em;
	overflow: auto;
	background: #f0f0f0 url(../images/form.gif) repeat-x bottom left;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}
form input[type^=submit] {
	color: #464696;
	padding-right: 0.5em;
	cursor: pointer;
	width: 100px;
	margin-left: 110px;
}
form input[type^=submit]:hover {
	background-position: center left;
	color: #000;
}

/*Menu*/
#left ul {
  list-style-type: none;
  width: 100%;
  margin-bottom: 1em;
}
#left li {
  list-style-type: none;
  width: 100%;
}
	#left li a{
	  color: #333;
	  text-decoration: none;
	  font-weight: bold;
	  width: 100%;
	  display: block;
	}
	#left li a:hover {
	  color: #333;
    background: #f0f0f0;
	}
	#left li a:active {
	  color: #333;
	  text-decoration: underline;
	  background: #e6e6e6;
	}
#left h3 {
  margin: 0;
  padding: 0;
}

/*The rest*/
.content {
  width: 740px;
  margin: 0 auto;
  padding: 0 30px;
}
#head_wrapper {
  background: #ff0000 url(../images/head_bg.gif) repeat-x;
  height: 110px;
  width: 100%;
  overflow: hidden;
}
#head {
  height: 110px;
  color: #fff; 
}

#head h1 {
  margin: 30px 0 0 10px;
  padding: 0;
  font-size: 3em;
  float: left;
}
	#head h1 a{
	  color: #fff;
	  text-decoration: none;
	}
	#head h1 a:hover {
	  color: #fff;
	  text-decoration: underline;
	}
	#head h1 a:active {
	  color: #fff;
	  text-decoration: underline;
	}

#head #login_box {
  padding: 5px 10px;
  margin: 10px;
  width: 200px;
  height: 80px;
  float: right;
  background: url(../images/login_box_bg.gif) no-repeat;
}
  #head #login_box form {
  	margin: 0;
  	padding: 0;
  }
  #head #login_box form input {
  	margin: 0.3em 0 0.3em 0.3em;
  	padding: 0.1em;
  	width: 120px;
  	float: left;
  }
  #head #login_box form input[type^=submit] {
  	width: 60px;
  	height: 1.6em;
  	float: right;
  }
  #head #login_box form input[type^=submit]:hover {
  	background-position: center left;
  	color: #000;
  }
  #head #login_box h3 {
    font-size: 1em;
    font-weight: bold;
  }
#content_wrapper {
  position: relative;
	min-height: 100%;
}
  * html #content_wrapper {
  	height: 100%;	
  }
#head_img_container {
  height: 140px;
  margin: 0 10px; 
}
#page_head {
  display: block;
  clear: both;
  overflow: hidden;
  background: #f3f3f3 url(../images/page_top_bg.gif);
  height: 30px;
  padding: 0;
  width: 100%;
}
#page_foot {
	position: relative;
	margin: -30px auto 0 auto;
  clear: both;
  overflow: hidden;
  background: #f3f3f3 url(../images/page_btm_bg.gif);
  height: 30px;
  width: 100%;
  display: block;
}
* html #page_foot
{
	margin-top: -30px;
}
  #page_foot p {
    margin: 0 auto;
    padding: 5px 0 0 0;
    text-align: center;
    color: #333;
  }
  #page_foot a {
    color: #333;
  }

#page { 
  overflow: hidden;
  margin-bottom: 40px;
}

#left, #right
{
  position: relative;
  padding: 10px;
  min-height: 200px;
  overflow: hidden;
}
#left {
  float: left;
  clear: left;
  width: 170px;
  background: #f9f9f9 url(../images/left_top.gif) no-repeat;
}
#right {
  float: right;
  clear: right;
  width: 500px;
  background: #f9f9f9 url(../images/right_top.gif) no-repeat;
}

#left_foot, #right_foot
{
  position: absolute;
  bottom: 0;
  left: 0;
  height: 10px;
}
#left_foot {
  width: 100%;
  background: url(../images/left_btm.gif) no-repeat;
}

#right_foot {
  width: 100%;
  background: url(../images/right_btm.gif) no-repeat;
}

