*{
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Tahoma;
}

body {
	background: url("images/bg.jpg");
	font-family: Tahoma;
}

p{
	color: #5C5C5C;
	font-size: 12px;
	word-spacing: 4pt;
	line-height: 1.3;
}

a:link{
	color: #3F5F4F;
	text-decoration:none;
}

a:visited{
	color: #3F5F4F;
	text-decoration:none;
}

a:hover{
	color: #3F5F4F;
	text-decoration:underline;
}

a:active{
	color: #3F5F4F;
	text-decoration:none;
}

/* Header - Menu */

#header-menu {
	height: 53px;
	width:100%;
	background:url(images/menu_top.jpg) repeat-x center;
}

#header-menu ul {
	margin: 0 auto;
	width:933px;
	height:53px;
	text-align:center;
	list-style-type: none;
}

#header-menu ul li {
	float: left;
	width:131px;
	outline:none;
	text-indent:-9999px;
	overflow:hidden;
	display:inline;
}

#header-menu ul li a {
	padding: 0 40px;
	display: block;
	height:38px;
	outline:none;
}

/* Header */

#header {
	height: 200px;
	background: url("images/header.gif") no-repeat top center;
	width:100%;
	margin:0 auto;
}

	/* Header - Info */
	
	#header #header-info {
		display:none;
	}

/* Page */

#page {
	margin:0 auto;
	width: 933px;
	display:block;
	background: url(images/bg_page.jpg) no-repeat top left;
}
/* Main */

	/* Main - Sidebar */
	
	.sidebar {
		float: left;
		display:block;
		width: 260px;
		margin: 20px 0 20px 20px;
		background:url(images/sidebarBg.gif) center repeat-y;
		font-family: Tahoma;
		color: #595959;
		font-size: 11px;
		font-variant: small-caps;
		letter-spacing: 2pt;
		word-spacing: 1.2pt;
		line-height: 1.5;

	}
			
	.sidebar a {
		color: #595959;
		text-decoration: none;
	}
	
	.sidebar a:hover {
		text-decoration: underline;
	}
	
		/* Sidebar - Titles */
						
		.sidebar h3 {
			padding-left: 0px;
			font: 13px/34px Tahoma;
			font-weight: bold;
			color: #3F5F4F;
			width: 189px;
		}
		
		/* Sidebar - Menus */
		
		.sidebar ul {
			margin: 0 0 10px 0px;
			padding: 0;
			list-style-type: none;
		}
		
		.sidebar ul li {
			font: normal 11px/20px Tahoma;
		}
		
		.sidebar ul li a {
			text-decoration: none;
			padding-left:0px;
		}
		
		.sidebar ul li a:hover {
			text-decoration: underline;
		}
		
		/* Sidebar - Forms */
		
		.sidebar #searchform {
			margin: 0 auto;
			padding: 0px 0 0px 0;
			width: 230px;
		}
		
		.sidebar input{
			background:none #F2F2F2;
			margin:0;
			border: 1px #3F5F4F solid;
		}
		
		.sidebar #searchform #s {
			width: 130px;
		}
				
		/* Sidebar - Tables */
		
		.sidebar #calendar_wrap {
			margin: 5px auto 20px auto;
			width: 120px;
		}
		
		.sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		.sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		.sidebar .textwidget {
			padding: 0 10px 20px 10px;
		}
		
			.topSidebar #searchform div{
		width:260px;
		display:block;
		background:green;
	}
		
	.topSidebar{
		margin: 0px;
		background: url(images/sidebarTop.png) center top no-repeat;
	}
	
	.bottomSidebar{
		margin:0;
		display:block;
		height:20px;
		background: url(images/sidebarBottom.png) center bottom no-repeat;
	}

		
	#translation_bar{
		width: 150px;
		margin:0 auto;
	}


	
	#content {
		float: left;
		width: 520px;
		display:block;
		margin:20px 0 0 20px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 16px;
		width: 550px;
		padding: 7px;
		color:#000;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 550px;
			height: 51px;
			margin-bottom:30px;
			font-family: Tahoma;
			color: #808080;
			font-size: 11px;
			font-weight: bold;
			letter-spacing: 2pt;
			word-spacing: 2.4pt;
		}
		
		#content .post .post-title a {
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			float: left;
			background: url("images/post_date.gif");
			width: 56px;
			height: 53px;
			color: #5F6B32;
			text-align: center;
			text-transform: uppercase;
			margin-right: 10px;
			font: bold 10px Tahoma;
			color: #022B04;
			letter-spacing: 2pt;
			line-height: 0.5;
		}
		
		#content .post .post-title .post-date span {
			margin-bottom: 2px;
			display: block;
			font: bold 16px/34px Tahomaf;
		}
		
		#content .post .post-title h2 {
			padding: 4px 0 3px 0;
			font: 24px Tahoma;
		}
		
		#content .post .post-title h2 a {
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font-family: Tahoma;
			color: #5C5C5C;
			font-size: 12px;
			word-spacing: 4pt;
			line-height: 1.3;
			padding: 0 4px;
			width: 540px;
		}
		
		#content .post .post-entry p{
			margin-bottom:20px;
		}
		
		#content .post .post-entry a {
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		.more-link {
			font-weight:bold;
			font-size:16px;
			line-height:26px;
			float: right;
			padding: 5px 0;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			padding: 10px 4px 0 4px;
			width: 546px;
			clear: both;
			font: bold 12px Tahoma;
			color:#5C5C5C;
		}
		
		#content .post .post-info a {
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post h3 {
			color:#000;
			font: bold 17px Tahoma;
			margin: 25px 0 5px 0;
			padding: 0 4px;
			width: 546px;
		}
		
		#content .post .comments {
			padding: 0 4px;
			width: 546px;
			font: normal 12px/18px Tahoma;
			color:#000;
		}
		
		#content .post .comments a {
			text-decoration: none;
		}
		
		#content .post .comments a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol {
			margin: 10px 0 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li.alt {
			background: #000000;
		}
		
		#content .post .comments ol li cite {
			color:#000;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			margin: 0;
			font: normal 12px/18px Tahoma;
			color:#000;
			padding: 0 4px;
			width: 546px;
		}
		
		#content .post #commentform a {
			color:#000;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}

