/* General */

body {
	margin: 0;
	background: #000000;
}

h1, h3, h4 {
	margin: 0;
}
h2 {
	padding-top: 10px;
	margin: 0;
}

#ash2 {
		font-size: 24 px;	
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 100%;
}


/* Header */

#header {
	width: 98%;
	padding: 1%;
	height: 100px;
	/*background: url("images/header.jpg") no-repeat;*/
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		width: /*58%*/ 550px;
		/*margin: 0px 20% 0px 20%;*/
margin: 0 auto;		
padding: 1%;
	}

	#header #header-left {
color: #FFFFFF;
		width: 18%;
		position: absolute;
		top: 0px;
		left: 0px;
		margin: 0px;
		padding: 1%;

	}
	#header #header-right {
color: #FFFFFF;
		width: 18%;
		position: absolute;
		top: 0px;
		right: 0px;
		margin: 0px;
		padding: 1%;

	}


	
	#header #header-info h1 {
		color: #ffffff;
		font: bold 20px Verdana;
		padding-bottom: 20px;
	}
	#header #header-info h2 {
		color: #ffffff;
		font: bold 20px Verdana;
		padding-bottom: 20px;
	}
	
	#header #header-info h1 a {
		color: #ffffff;
		text-decoration: none;
	}
#header #header-info h2 a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #ffffff;
		font: bold 15px Verdana;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 307px;
		left: 15px;
		height: 34px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 34px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 32px;
		margin-right: 11px;
		font: bold 12px/32px Verdana;
		color: #ffffff;
		background: url("images/header_menu.gif") repeat-x;
		border: 1px solid #000000;
		padding: 0 30px;
	}
	
	#header #header-menu ul li a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}


/* Main */

#main {
position: relative;
width: 100%;
margin: 0px;
padding: 0px;
overflow: hidden;
min-height: 1500px;
}

#main-top {
}

#main-bottom {

	min-height: 1500px;
}

	/* Main - Content */
	
	#content {
		width: 58%;
		margin: 0px 20% 0px 20%;
		padding: 1%;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 25px;
		padding-top: 2%;
		padding-left: 2%;
		padding-bottom: 2%;		
		width: 98%;
		background: #262626;
	}
	
		/* Post - Date */
		
		#content .post .post-date {
			background: url("images/post_date.gif") no-repeat;
			width: 122px;
			height: 25px;
			color: #ffffff;
			text-align: center;
			font: bold 10px/25px Verdana;

		}
		
		/* Post - Title */
		
		#content .post .post-title {
			width: 94%;
			padding: 0 2%;	
			height: 45px;
			border: 1px solid #000000;
			background: url("images/post_title.gif") repeat-x;
			color: #ffffff;
			font: bold 10px Verdana;
			
			
		}
		
		#content .post .post-title a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title h2 {
			color: #ffffff;
			font: bold 15px/45px Verdana;
			float: left;
		}
#content .post .post-title h1 {
			color: #ffffff;
			font: bold 15px/45px Verdana;
			float: left;
		}
		
		#content .post .post-title h2 a {
			color: #ffffff;
			text-decoration: underline;/*qwerqwer*/
		}
#content .post .post-title h1 a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-title-info {
			float: right;
			line-height: 45px;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 11px/18px Verdana;
			color: #000000;/*125125*/
			width: 94%;
			border: 1px solid #000000;
			padding: 20px 2%;
			background: #7d7d7d;
			float: left;
		}
		
		#content .post .post-entry a {
			color: #CCFF00;
			text-decoration: underline;
			font-weight: bold;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .more-link {
			font: bold 11px/20px Verdana;
			color: #ffffff;
			float: right;
			padding-bottom: 5px;
		}
		
		#content .post .post-entry .more-link a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			padding: 0 2% 0 0;
			clear: both;
			font: bold 10px/19px Verdana;
			color: #ffffff;
			text-align: right;
		}
		
		#content .post .post-info a {
			color: #ffffff;
			text-decoration: underline;/*qwerqwer*/
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post .post-entry h3 {
			color: #ffffff;
			font: bold 14px Verdana;

			margin: 25px 0 5px 0;
		}
		
		#content .post .post-entry .comments {
			font: normal 11px/18px Verdana;
			color: #ffffff;
		}
		
		#content .post .post-entry .comments a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry .comments a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .comments ol {
			margin: 10px 0 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .post-entry .comments ol li.alt {
			background: #545454;
		}
		
		#content .post .post-entry .comments ol li cite {
			color: #000000;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .post-entry .comments ol li cite a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .comments ol li .commentmetadata a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry #commentform {
			font: normal 11px/18px Verdana;
			color: #ffffff;
			padding-left: 15px;
			margin: 0;
		}
		
		#content .post .post-entry #commentform a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 13px/25px Verdana;
		color: #ffffff;
		height: 25px;
		float: left;
		margin-bottom: 25px;

	}
	
	#content .navigation a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
	
	/* Main - Sidebar */
	
	.sidebar {
		float: left;
		font: normal 13px/18px Verdana;
		color: #ffffff;

width: 18%;
	}
	
	.sidebar a {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	.sidebar a:hover {
		text-decoration: underline;
	}
	
		/* Sidebar - Sides */
		
		.sidebar-left {
position: absolute;
top: 0px;
left: 0px;
margin: 0px;
padding: 1%;


		}
		
		.sidebar-right {
position: absolute;
top: 0px;
right: 0px;
margin: 0px;
padding: 1%;
		}


.sidebar-rightH {
position: absolute;
top: 0px;
right: 0px;
margin: 0px;
padding: 1%;

		}
		
		/* Sidebar - Titles */
		
		.sidebar h3 {
			
			padding-left: 11px;
			font: bold 15px/26px Verdana;
			color: #000000;
			height: 26px;
			background: url("images/sidebar_title.gif") repeat-x;
		}
		
		/* Sidebar - Menus */
		
		.sidebar ul {
			margin: 5px 0 8px 0;
			padding: 0;
			list-style-type: none;
		}
		
		.sidebar ul li {
			padding-left: 11px;
			color: #000000;
			font: 11px/25px Verdana;/*125125*/
			background: url("images/sidebar_menu.gif") repeat;
		}
		
		.sidebar ul li a {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		.sidebar ul li a:hover {
			text-decoration: underline;
		}
		
			/* Sidebar - Submenus */
			
			.sidebar ul li ul {
				margin: 0;
				padding: 0;
			}
		
		/* Sidebar - Forms */
		
		.sidebar #searchform {
			margin: 0;
			padding: 5px 0 8px 0;
			text-align: center;
		}
		
		.sidebar #searchform #s {
		}
		
		/* Sidebar - Tables */
		
		.sidebar #calendar_wrap {
			margin: 0 auto;
			padding: 5px 0 8px 0;
		}
		
		.sidebar #calendar_wrap caption {
			font-weight: bold;

		}


		
		.sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		.sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		.sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		.sidebar .textwidget {
			padding: 5px 4px 8px 4px;
		}
		
		/* Sidebar - Feed */
		
		.sidebar #sidebar-feed {
			margin: 5px auto 8px auto; 
			height: 60px;
		}



/* Footer */

#footer {
	height: 83px;
	background: #131715;
	color: #ffffff;
	font: 10px/83px Verdana;
	text-align: center;
	width: 58%;
	margin: 0px 20% 0px 20%;
	padding: 1%;

}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
#marginright10 {
margin-right: 10px;
margin-left: 10px;
}

#thisis {
	color: #FFFFFF;
}

.slink {
	color: white;
	font-size: 14 px;
}

.slink_new {
	color: white;
	font-size: 0.2em;
}
