/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px;
	background: #0f0700;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #787878;
}

h1 {
	font-family: Novarese-ITC, Garamond, Georgia, Times; 
	font-weight: bold;
	color: #462201;
	letter-spacing: -2px;
	font-size: 30px;
}

h2 {
	font-family: Novarese-ITC, Garamond, Georgia, Times; 
	font-weight: bold;
	color: #462201;
	letter-spacing: -1px;
	font-size: 16px;
	color: #462201;
}

h3 {
	font-family: Novarese-ITC, Garamond, Georgia, Times; 
	font-weight: bold;
	color: #462201;
	font-size: 12px;
	text-transform: uppercase;
}

h4 {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #462201;
	font-size: 12px;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	color: #0A0A0A;
}

img {
	border: 0;
}

a:hover {
	background: none;
}

#wrapper {
	width: 910px;
	margin: 0 auto;
	padding: 20px;
	background: #f3eedb;
}

/* Header */

#header {
	width: 910px;
	height: 323px;
	margin: 0 auto;
	background: #f3eedb url(images/img02.jpg) no-repeat left top;
}

/* Logo */

#logo {
	float: left;
	width: 840px;
	color: #f3eedb;
}

#logo h1, #logo p {
	text-align:right;
}

#logo h1 {
	float: right;
	padding: 70px 0 0 20px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 2.6em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 80px 0 0 5px;
	text-transform: uppercase;
	font: bold 14px Tahoma, Arial, Helvetica, sans-serif;	
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Search */

#search {
	float: right;
	width: 230px;
	padding-top: 16px;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 90px 0 0 0px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 200px;
	border: none;
	text-transform: lowercase;
	border: 1px #525252 dotted;
	font: bold 1.2em Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#search-submit {
	display: none;
}

/* Menu */

#menu {
	width: 910px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	border-top: 1px #FFFFFF solid;
	background: #565F68;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	padding: 17px 10px 10px 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 910px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 600px;
	padding: 20px 20px 10px 20px;
	background: #ffffff;
}

.post {
}

.post .title {
	color: #462201;
}

.post .title a {
	background: none;
	color: #462201;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	border-bottom: 1px dashed #D2D4C9;
	text-transform: uppercase;
	text-align: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.post .entry {
	padding: 5px 0 5px 0;
	text-align: justify;
	color:#030303;
	font-size: 14px;
	line-height: 20px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 220px;
	padding: 40px 0 0 20px;
	color: #462201;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: url(images/img07.jpg);
	font-family: Novarese-ITC, Garamond, Georgia, Times;
	font-size: 16px;
	color: #462201;
}

#sidebar li {
	line-height: 35px;
	border-top: 1px solid #D2D4C9;
}

#sidebar li ul {
	padding-bottom: 30px;
	padding-left: 40px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #D2D4C9;
}

#sidebar h2 {
	letter-spacing: -.5px;
	color: #000000;
}

#sidebar p {
	padding-bottom: 20px;
	text-align: justify;
}

#sidebar a {
	color: #462201;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #462201;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 910px;
	height: 20px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	background: #462201;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
}

/* More Styles */
.center {
	text-align:center;
}

.centerbold {
	text-align:center;
	font-weight:bold;
}

div.figurel {
  float: left;
  width: 185px;
  border: thin silver solid;
  background-color:#000000;
  margin: 0;
  padding: 6px 6px 12px 6px;
}
div.figurel p {
  text-align: center;
  font: 9px verdana, sans-serif; 
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  color: #ffffff;
}
img.scaled {
  width: auto;
}

div.paragraphr {
  float: right;
  width: 388px;
  margin: 0;
  text-align: left;
  padding: 0 0 0 5px;
  color:#000000;
}

div.paragraphr p{
	font-size: 14px;
	line-height: 20px;
	}

div.figurer {
  float: right;
  width: 185px;
  border: thin silver solid;
  background-color:#000000;
  margin: 0px;
  padding: 6px 6px 12px 6px;
}
div.figurer p {
  text-align: center;
  font: 9px verdana, sans-serif; 
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  color: #ffffff;
}
div.paragraphl {
  width: 388px;
  margin: 0;
  text-align: left;
  padding: 0 0 0 5px;
  color:#000000;
}

div.paragraphl p{
	font-size: 14px;
	line-height: 20px;
	}

div.logor {
  float: right;
  width: 185px;
  margin: 0px;
  padding: 6px 6px 12px 6px;
}


div.iteml {
  float: left;
  margin: 3px;
  padding: 6px 6px 12px 6px;
}

div.clear {
clear:both;
}

/* Form */

.cssform p{
clear: left;
margin: 0;
padding: 5px 0px 8px 0px;
padding-left: 105px; /*width of left column containing the label elements*/
background-color:#EBE3C9;
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
padding-left: 10px;
margin-left: -105px; /*width of left column*/
width: 100px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 160px;
}

.cssform textarea{
width: 230px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}


/* FrogJs */
#FrogJS{ width: 560px; height: 425px; margin: 0 auto; } 
#FrogJSCredit{ text-align: right; font-size: 80%; color: #999; padding: 1px; } 
#FrogJSCaption{ text-align: left; line-height: 140%; } 

