/*
Based on a 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: #71726E;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000;
}

h1 {
	font-size: 36px;
	padding-bottom: 15px;
}

h2 {
	font-size: 23px;
}

p {
	margin: 0 0 1em 0;
	text-align: justify;
	line-height: 26px;
}

ul, ol {
	line-height: 26px;
}

a:link {
	color: #3B0700;
}

a:hover, a:active {
	color: #3B0700;
}

a:visited {
	color: #3B0700;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
	margin-top: 10px;
}

.textright {
	text-align:right;
}
/* Header */

#header {
	width: 939px;
	margin: 0 auto;
}

/* Menu */

#menu {
	float: left;
	width: 939px;
	height: 35px;
	/*height: 60px; original value for menu with links 
	*/
	background-color: #000;
}

#menu ul {
	margin: 10px 0 0 30px;
	margin-left:610px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	text-decoration: none;
	display: block;
	float: left;
	margin-right: 3px;
	padding: 0 20px;
	background: url(images/img03.gif) no-repeat right 60%;
	font: 13px Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#menu a:hover { 
	text-decoration: underline; 
	color: #FFFFFF;
}

#menu .current_page_item a {
	color: #FFFFFF;
}

/** LOGO */

#logo {
	margin-left: 10px;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	background: url(images/img01.gif) repeat-y left top;
	z-index:1000;
}

/* Page */

#page {
	width: 939px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 620px;
	padding: 30px 30px 0 0;
}

/* Post */

.post {
margin-right: 25px;
}

.post .title {
	padding-top: 2px;
	font-size: 15px;
}

.post h3 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

.post .entry {
	padding-top: 6px;
	border-bottom: 1px dotted #D1D1D1;
}

.post table {
	margin-bottom: 10px;
	padding-bottom: 8px;
	border: none;
}


.post td {
	padding-bottom: 8px;
}

.post dl {
	margin-left: 5px;
}

.post dt {
	padding-bottom: 8px;
	padding-top: 8px;
	line-height:115%;
	font-weight:bold;
}

.post dd {
	padding-top:3px;
	padding-bottom:8px;
	margin-left:5px;
}

.post .meta {
	padding: 7px 0 40px 0;
	border-top: 1px dotted #D1D1D1;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding-right: 20px;
}

.post .meta .comments {
}

.post .meta b {
	display: none;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 215px;
	padding: 30px 0 0 30px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	padding-bottom: 20px;
}

#sidebar li a {
	text-decoration:none;
}

#sidebar li a:hover {
	text-decoration:underline;
}


#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 2px 0 2px 0;
}

#sidebar h2 {
	height: 32px;
	color: #C29100;
}


/* Boxes */

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */
#footer-wrap {
	width: 939px;
	height: 80px;
	margin: 0 auto;
	background-color: #333;
	color:#FFF;
}

#footer {
	margin: 0 auto;
	height: 80px;
	min-height: 64px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

html>body #footer {
	height: auto;
}

#footer p {
}

#legal {
	clear: both;
	padding-top: 30px;
	text-align: center;
	color: #CCC;
	text-transform: none;
}

#legal a {
	text-decoration: none;
	color: #CCC;
}

#legal a:hover {
	text-decoration: underline;
}

.vcard {
	float:right;
	font-size:10px;
	padding:3px;
}

.vcard a {
	text-decoration:none;
}

address {
	line-height:150%;
	font-style:normal;
	padding-bottom: 15px;
}

.highlight {
	margin-top:10px;
	background-color:#CCC;
	font-size:15px;
}
#countrylist {
	margin-top:10px;
	padding:10px;
	background-color:#CCC;
	font-size:15px;
}

