/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #000000 url(images/body.jpg) repeat-y top center;
	font-size: 13px;
	color: #8C8C8C;
}

body, th, td, input, textarea, select, option {
/*	text-transform: lowercase;*/
	font-family: "Trebuchet MS", verdana, tahoma, candara, Arial, Times, serif;
}

h1, h2, h3, h4 {
	font-weight: normal;
	color: #CBA61A;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.5em;
}

h2 {
	letter-spacing: 0px;
	font-size: 2em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.1em;
}

p, ul, ol {
	line-height: 170%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

blockquote .source {
	text-align: right;
	font-size: smaller;
}

a {
	color: #9BDB18;
}

a:hover {
	text-decoration: none;
	color: #E6B715;
}

ul.nobullet li, ol.nobullet li {
 list-style-type: none;
 margin: 0.2em 0 0.5em 0;
}

table.noborder {
  border: none;
}

table th {
	font-weight: bold;
	/* color: #CBA61A; */
	color: #8C8C8C;
	text-align: left;
	vertical-align: top;
}

table td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

table tr.bordertop th, table tr.bordertop td {
	text-align: center;
	vertical-align: bottom;
  border-top:2px solid #8C8C8C;
}

table tr.borderbottom th, table tr.borderbottom td {
	text-align: center;
	vertical-align: top;
  border-bottom:1px solid #8C8C8C;
}

img.frame {
  padding: 2px;
  border: solid 1px #8C8C8C;
}

img.frame-right {
  padding: 2px;
  border: solid 1px #8C8C8C;
  margin: 8px;
  float: right;
}

img.noborder {
  border: none;
}


img.intro {
  padding: 2px;
  border: solid 1px #204E0E;
  margin: 15px 20px;
}

.entry a:hover img.intro {
 filter:alpha(opacity=70);
 -moz-opacity:.70;
 opacity:.70;
/* border-color: #CBA61A;*/
 padding: 1px;
 border: solid 2px #CBA61A;
}



.caption {
	line-height: 130%;
	font-size: 85%;
	text-align: center;
	padding: 0 5px;
}

/* Header */

#header {
	width: 910px;
	_width: 911px;
	height: 202px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat right top;
}

#header div {
  margin: 0;
  padding: 0;
	background: url(images/dragon.gif) no-repeat right 100px;
}

#header #lang {
  float: right;
  margin: 10px 15px 0 0;
}

#header #lang a {
	text-decoration: none;
}

#header h1, #header p {
	margin: 0;
	color: #E6B715;
}

#header h1 {
	padding: 110px 0 0 90px;
}

#header h1 a {
	text-decoration: none;
	color: #E6B715;
}

#header h1 a:hover {
	color: #9BDB18;
}

#header p {
	padding-left: 100px;
	margin-top: -7px;
}
#header a {
}

/* Page */

#page {
	width: 910px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 620px;
	margin: 20px 0 0 0;
}

.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
	padding-bottom: 5px;
	border-bottom: 2px dashed #333333;
}

.byline {
	margin: 0;
	color: #646464;
}

.entry {
  margin: 20px 0;
}

.entry .contact {
	text-align: left;
	color: #CBA61A;
	padding: 5px 15px;
	border: 1px dashed #333333;
  margin: 20px 10px;
	background: #101010 url(images/blue_maritius.gif) no-repeat 94% 14%;
}

.entry .contact-inline {
	color: #CBA61A;
}

.entry ul li {
 list-style-image: url('images/bullet-li3.gif');
}

.meta {
	text-align: right;
	color: #646464;
	padding: 5px 10px;
	border: 1px dashed #333333;
  margin: 0 0 30px 0;
}

.meta .more {
	padding-left: 20px;
	background: url(images/more.gif) no-repeat left center;
}

.meta .comments {
	padding-left: 20px;
	background: url(images/comments.gif) no-repeat left center;
}

.meta .personal {
	padding-left: 20px;
	background: url(images/person.gif) no-repeat left center;
}

.meta .contact {
	padding-left: 20px;
	background: url(images/contact.gif) no-repeat left center;
}

.meta .continue {
	padding-left: 20px;
	background: url(images/arrow_right.gif) no-repeat left center;
}

.meta .gallery {
	padding-left: 20px;
	background: url(images/gallery.gif) no-repeat left center;
}

.fl-left {
  float: left;
}

.fl-right {
  float: right;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 230px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 15px;
}

#sidebar li li {
	border-bottom: 1px dotted #000000;
	background: url(images/bullet-li1.gif) no-repeat 5px 50%;
	padding-left: 15px;
}

#sidebar h2 {
	margin: 0 1px 0 0;
	padding: 20px 0 22px 50px;
	background: url(images/bullet-h2.gif) no-repeat 5px 50%;
	border-bottom: 2px solid #0F0F0F;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
}

/* Footer */

#footer {
	clear: both;
	width: 910px;
	_width: 911px;
	height: 135px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	text-align: right;
	vertical-align: bottom;
	font-size: smaller;
	background: url(images/footer.jpg) no-repeat right bottom;
}

#footer p {
	padding: 100px 10px 5px 0px;
}

/* misc */

.fix {
 display: block; 
 clear: both;
 border: 0; 
 margin: 0; 
 padding: 0; 
 height: 1px; 
 overflow: hidden;
 background-color: transparent;
}

