/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFF; 
/*	background: #D69272 repeat-x; */
	text-align: justify;
}

body, input, textarea, select {
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	margin-bottom: 1em;
	font-weight: normal;
	color: #333333;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.3em;
}

p, blockquote, ul, ol, form {
	margin-bottom: 1.5em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
	font-style: italic;
}

ul {
	list-style-type: square;
}

a {
	color: #3366FF;
}

a:hover {
	text-decoration: none;
	color: #FF6600;
}

hr {
	display: none;
}

.hr {
}

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 0 15px 15px;
}

/* Wrapper */

#wrapper {
	width: auto;
	margin: 0 auto;
}

/* Header */

#header {
	width: auto;
	padding: 5px;
	margin-bottom: 15px;
}

#header #language {
display: none;
}

#header #language img {
	border: 0;
}

#header h1, #header h2 {
	margin: 0;
	text-transform: lowercase;
	font-weight: bold;
}

#header h1 {
	padding: 0px 0 0 20px;
	letter-spacing: -2px;
	font-size: 3em;
}

#header h2 {
	margin-top: -5px;
	padding: 0 0 0 22px;
	font-size: 1em;
}

#header a {
	text-decoration: none;
	color: #000;
}

/* Content */

#cont {
	background: #FFFFFF;
}

/* Blog */

#blog {
width: auto;
}

/* Post */

.post {
}

.post .title {
	margin: 0;
	padding: 7px 0 0 15px;
}

.post .title a {
	text-decoration: none;
	color: #FFFFFF;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .date {
	margin-top: -30px;
	padding-right: 15px;
	text-align: right;
	font: bold x-small Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.post .entry {
	padding: 20px 15px 10px 15px;
	line-height: 1.8em;
}

.post .meta {
	margin-bottom: 2em;
	padding: 0 15px;
	text-align: right;
	font-size: x-small;
}

/* Sidebar */

#sidebar {
display: none;
}
#footer p {

	margin: 0;
	padding: 15px 10px;
	font-size: x-small;
	color: #000;
}

#footer a {
	color: #FFFFFF;
}



/* table design */

.table_head {
	height: 29px;
	margin: 0;
	padding: 5px 0 0 0;
	background: url(../images/img09.gif) repeat-x;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

/* icon */

.icon {
	width: 100px;
	height: 100px;
	border: 1px solid #999999;
	text-align: center;
	margin: 5px;
	float: left;
}

.icon img {
	border: 0px;
}

.icon p, .icon p a {
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
	color: #666666;
	text-decoration: none;
}

.image {
	border: 0;
	margin: 3px;
	display: inline;
}	

.error {
	border: 1px solid #FF0000;
}

.entry a .ext_link {
	background: url(../images/world_link.png) no-repeat left;
	padding-left: 19px;
}

#perma_url {
	padding-left: 15px;
	font-size: x-small;
}

.s_result h3 a{
	margin-bottom: 1em;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

.s_result a {
		color: #666666;
		text-decoration: none;
}

.sitemap li a{
		color: #666666;
		text-decoration: none;
}
.teaser_img {
	border: 0;
	width: 100px;
	float: right;
	padding: 5px 0px 5px 10px;
}