/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
img	padding: 0;
}

body {
	background: #000000 url('../images/img01b.gif') repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size	: 13px;
	color: #999999
}

h1, h2, h3 {
}

h1 {
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: 1.5em;
	}


img {
border: 0px none;
  }



p, ul, ol {
	margin-top: 1.8em;
	line-height: 180%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #CCCCCC;
    border: none; 
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 960px;
	height: 180px;
	margin: 0 auto;
	background: url('../images/img04c.gif');
}

#header h1, #header h2 {
	float: left;
	margin: 0;
	text-transform: uppercase;
	color: #FFFFFF;
}

#header h1 {
	padding: 30px 0 0 20px;
	font-size: 6.5em;
}

#header h2 {
	font-size: 8em;

  font-family: Tahoma, Arial, sans-serif;

  font-weight: lighter; padding-left:110px; padding-right:0; padding-top:10px; padding-bottom:0
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 960px;
	height: 51px;
	margin: 0 auto;
	background: url('../images/img03.jpg');
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 12px 10px 0 20px;
}

#menu a {
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	background: url('../images/img04.jpg') no-repeat;; padding-left:20px; padding-right:20px; padding-top:30px; padding-bottom:20px
}

/* Content */

#content {
	float: left;
	width: 605px;
}

.post {
	margin-bottom: 40px;
}

.post .title {
	border-bottom: 1px solid #454545;
  color: #FFFFFF
}

.post .title a {
	text-decoration: none;
}

.post .entry {
	padding: 0 20px;
}

.post .meta {
	height: 20px;
	background: url('../images/img05.gif') no-repeat;
	line-height: normal; padding-left:20px; padding-right:20px; padding-top:15px; padding-bottom:15px
}

.post .meta a {
	text-decoration: none;
	font-weight: bold;
}

.post .meta a:hover {
	text-decoration: underline;
}

.post .meta .byline {
	float: left;
}

.post .meta .comments {
	float: right;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 295px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

/* changed from
	#sidebar li ul {
   since we are not using list for the layout of the sidebar in TYPO3
   julle 20080504
*/
#sidebar ul {
	padding: 0 20px 20px 20px;
	list-style: square inside;
}

#sidebar h2 {
	height: 50px;
	background: url('../images/img06.gif') no-repeat;
	font-size: 1.6em; padding-left:20px; padding-right:20px; padding-top:13px; padding-bottom:0
}

/* Search */

#search {
	padding: 20px;
	text-align: center;
}

#search input {
	margin-bottom: 10px;
	background: #1F1F1F url('../images/img06.gif') no-repeat center;
	border: 1px solid #454545;
	color: #FFFFFF; font-style:normal; font-variant:normal; font-weight:bold; font-size:1.2em; font-family:Trebuchet MS, Arial, Helvetica, sans-serif; padding-left:5px; padding-right:5px; padding-top:3px; padding-bottom:3px
}

#search #s {
	width: 80%;
	background: #1F1F1F;
}

/* Calendar */

#calendar {
	padding-bottom: 20px;
}

#calendar table, #calendar caption {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

#calendar caption {
	text-transform: uppercase;
	letter-spacing: .25em;
	font-weight: bold;
}

#calendar thead th {
	background: #333333;
}

#calendar tbody td {
	background: #111111;
}

#calendar a {
	text-decoration: none;
	font-weight: bold;
}

#calendar a:hover {
	text-decoration: underline;
}

/* Submenu */

#submenu {
	clear: both;
	padding: 2px 0px 25px 0px;
/* background: #000000 url(images/img16.gif) repeat-x left bottom; */

	color: #A9B6BB;
}

#submenu ul {
	width: 960px;
	margin: 0 auto;
	padding: 0px auto 0px auto;
	list-style: none;
  line-height: normal;
}

#submenu li {
	float: left;
	padding: 2px 10px 0 20px;

/*isplay: block;
	float: left;
	width: 80px;
	padding: 0 12px 0 0; */
}

#submenu li ul {
	width: auto;
	margin: 0;
}

#submenu li li {
	display: list-item;
	float: none;
	width: auto;
	background: url('images/img17.gif') no-repeat left center;
	border-bottom: 1px solid #424546; padding-left:10px; padding-right:0; padding-top:5px; padding-bottom:5px
}

#submenu h2 {
	margin: 0 0 5px 0;
	border-bottom: 2px solid #424546;
	font-size: 1.2em;
}

#submenu a {
	text-decoration: none;
	color: #A9B6BB;
}

#submenu a:hover {
	text-decoration: underline;
}


/* Footer */

#footer {
	width: 960px;
	margin: 0 auto;
	background: url('../images/img07.gif') no-repeat;; padding-left:0; padding-right:0; padding-top:20px; padding-bottom:20px
}

#footer p {
	margin: 0;
	line-height: normal;
	text-align: center;
}

/* Footer menu */

/* Submenu */

#footermenu {
	clear: both;
	padding: 2px 0px 25px 0px;
/* background: #000000 url(images/img16.gif) repeat-x left bottom; */

	color: #A9B6BB;
}

#footermenu ul {
	width: 960px;
	margin: 0 auto;
	padding: 0px auto 0px auto;
	list-style: none;
  line-height: normal;
}

#footermenu li {
	float: left;
	padding: 2px 10px 0 20px;
    width: 200px

/*isplay: block;
	float: left;
	width: 80px;
	padding: 0 12px 0 0; */
}

#footermenu li ul {
	width: auto;
	margin: 0;
}

#footermenu li li {
	display: list-item;
	float: none;
	width: auto;
	background: url('images/img17.gif') no-repeat left center;
	border-bottom: 1px solid #424546; padding-left:10px; padding-right:0; padding-top:5px; padding-bottom:5px
}

#footermenu h2 {
	margin: 0 0 5px 0;
	border-bottom: 2px solid #424546;
	font-size: 1.2em;
}

#footermenu a {
	text-decoration: none;
	color: #A9B6BB;
}

#footermenu a:hover {
	text-decoration: underline;
}
		
/* CENTERED TABLE STYLE BEGIN */

.center-table {
	text-align: center;
}	

/* CENTERED TABLE STYLE END */
		
		
		
/**
* FORM STYLING
**/
form#mailform, #mailform fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

#mailform ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

#mailform ol li {
	margin: 0;
	padding: 0;
	clear: both;
}

#mailform ol li label {
	display: block;
	float: left;
	width: 270px;
	margin: 0 10px 10px 0;
}

#mailform ol li .mf-input {
	width: 250px;
}

#mailform ol li .mf-text {
	width: 250px;
	height: 80px;
	margin-bottom: 10px;
}

#mailform ol li.req label {
	font-weight: bold;
	color: #dfdfdf;
}

#mailform .req-label {
	text-align: right;
}