* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	/* show a scrollbar for short pages */
	height: 100%;
	margin-bottom: 1px;
}

body {
	color: #000;
	background-image: url('images/bg.jpg');
	background-color: #222;
	width:		100%;
	height:		100%;
	margin:		0px;
	padding:	0px;
	font-size:	14px;
}

h1 {
	color: #FFFFFF;
}

h2 {
	color: #fff;
	margin:		10px;
}

h3 {
	border-bottom-color: #CCCCCC;
	color: #115098;
}

hr {
	border-color: #12a2e9;
	border-top-color: #CCCCCC;
}

hr.dashed {
	border-top-color: #CCCCCC;
}

a:link {
	color: 				#000fff;
	text-decoration:	none;
}
a:visited {
	color: 				#000fff;
	text-decoration:	none;
}
a:hover {color: #000;}

h1 a:link {
	color: 				#fff;
	text-decoration:	none;
}
h1 a:visited {
	color: 				#fff;
	text-decoration:	none;
}

h1 a:hover {
	color: 				#00ffff;
	text-decoration:	none;
}

/*
ul {list-style: none;}
*/

ul.profile-icons {
	list-style: 		none;
	margin: 			-45px 0px 0px 0px;
	float: 				right;
}

.content li {
	list-style-type: 	inherit;
}

.content ul, .content ol {
	margin-bottom: 		1em;
	margin-left: 		3em;
}

.author {
	width: 				300px;
	margin: 			0px 0px 10px 10px;
}

.postbody h1 {
	color:				#333;
	width: 				500px;
	font-size: 			1.6em;
	margin: 			5px 0px;
}

.comments {
	float: 				left;
	width:	 			80%;
	margin: 			0px;
	padding: 			10px 10px;
	font-weight: 		bold;
}

.back2top {
	clear: 				none;
	float: 				right;
	margin: 			0px;
	padding: 			10px 0px;
	width: 				50px;
}

.clear {
	clear:				both;
	margin:				0px;
	padding:			0px;
}

.left {
	display:			inline;
	float:				left;
	margin:				0px;
	padding:			0px;
}

.right {
	display:			inline;
	float:				right;
	margin:				0px;
	padding:			0px;
}

#top-menu {
	display: 		block;
	width:			auto;
	height:			43px;
	margin:			0px auto 0px auto;
	padding:		5px 0px 0px 0px;
	background-color: #444;
	border:			1px solid #000;
}

#top-menu ul{
	list-style:		none;
	width:			100%;
	height:			auto;
	margin:			0px;
	padding:		0px;
	background-color: #444;
}

#top-menu li{
	display: 		block;
	float:			left;
	width:			auto;
	height:			auto;
	margin:			0px;
	padding:		0px;
	background-color: #444;
	border:			1px solid #666;
}

#top-menu a:link, #top-menu a:visited{
	display: 		block;
	height:			auto;
	margin:			0px;
	padding:		10px 15px;
	background-color: #444;
	color:			#ffff00;
	font-weight:	bold;
	text-decoration:none;
	border:			1px solid #000;
}

#top-menu a:hover{
	display: 		block;
	height:			auto;
	margin:			0px;
	padding:		12px 15px 10px 15px;
	background-color: #555;
	color:			#fff;
	font-weight:	bold;
	text-decoration:none;
}

#rss {
	clear:			both;
	display:		block;
	margin:			-20px 0px 0px 0px;
	float:			right;
	border: none;
}

#rss_link {
	background-image: url('images/rss.png');
	background-repeat:	no-repeat;
}


#rss a:link, #rss a:visited, #rss a:hover {
	border: 		none;
	margin: 		0px 10px 0px 0px;
	padding: 		10px;
}

#wrap {
	width:			80%;
	min-width:		810px;
	height:			auto;
	margin:			0px auto;
	padding:		0px 0px 0px 0px;
}
#page-wrap {
	clear:			both;
	display: 		block;
	position:		relative;
	width:			auto;
	height:			auto;
	margin:			0px auto;
	padding:		20px;
	background-color:	#888;
	border:			1px solid #000;
}

#head-block {
	display: 		block;
	position:		relative;
	width:			auto;
	height:			200px;
	margin:			0px;
	padding:		0px;
	background-color:	#454545;
	border:			1px solid #000;
	border-top:		1px solid #666;
}

#site_logo {
	display: 		block;
	position:		relative;
	background-image: url('images/simble.jpg');
	width:			180px;
	height:			200px;
	margin:			0px;
	padding:		0px;
	background-color:	#454545;
}

#head-inner {
	display: 		block;
	position:		relative;
	float:			right;
	background-image: url('images/logo1.jpg');
	width:			800px;
	height:			200px;
	margin:			0px 0px 0px 0px;
	padding:		0px;
	background-color:	#454545;
}

#main-block {
	display: 		block;
	position:		relative;
	float:			left;
	width:			75%;
	height:			auto;
	margin:			0px 0px 0px 0px;
	padding:		0px 0px 0px 0px;
	font-family:	"Lucida Grande","Trebuchet MS",Verdana,Helvetica,Arial,sans-serif;
	font-size:		0.9em;
	line-height:	1.48em;
	min-height:		3em;	
}

#side-bar {
	display: 		block;
	position:		relative;
	float:			right;
	width:			24%;
	height:			auto;
	margin:			29px 0px 0px 0px;
	padding:		0px 0px 0px 0px;
	font-family:	"Lucida Grande","Trebuchet MS",Verdana,Helvetica,Arial,sans-serif;
	font-size:		0.9em;
	line-height:	1.48em;
	min-height:		3em;	
}

#site-description {
	text-align:		center;
	margin:			30px 0px 0px 0px;
}

#site-description h1 {color: #00ffff;}
#site-description p {color: #eee;}

.panel {
	clear:			both;
	float:			right;
	width:			95%;
	margin:			10px 0px;
	padding:		5px;
	background-color:	#333;
	border:			1px solid #333;	
}

.panel2 {
	color:			#fff;
	clear:			both;
	width:			auto;
	margin:			10px 0px;
	padding:		5px;
	background-color:	#333;
	border:			1px solid #333;	
}

.pagination {color:#ffff00; list-style: none;}
.rightside	{text-align: right;}

.panel2 a:link {
	color: 				#00ffff;
	text-decoration:	none;
}
.panel2 a:visited {
	color: 				#00ffff;
	text-decoration:	none;
}

.panel2 a:hover {
	color: 				#fff;
	text-decoration:	none;
}

.bg {	background-color:	#333;}
.bg2 {	background-color:	#aaa;}
.bg3 {	background-color:	#666;}

.post-date{
	display:		block;
	width: 			100px;
	color: 			#eee;
	background-color:	#444;
	float:			left;
	margin: 		0px 0px -50px -117px;
	padding: 		3px 5px;
	border:			1px solid #888;
	border-right:	none;
}

.post-date:hover{
	color: 			#ff00ff;
}

ul.linklist {
	list-style: 	none;
	text-align:		left;
	margin: 		0px;
	font-weight: 	bold;
}

ul.linklist li {
	display:		inline;
}

#projects-block {
	background-color: #fff;
	margin:		20px 0px 0px 0px;
	padding:	10px;
	border:		1px solid #333;
}

#projects-block h2 {
	color:		#222;
	
}

#footer-block {
	width:			auto;
	height:			auto;
	margin:			0px 0px 0px 0px;
	padding:		0px 0px 0px 0px;
	background-color:	#333;
	border:			1px solid #000;
	border-top:			1px solid #666;
}

.copyright {
	padding: 5px;
	text-align: center;
	color: #ccc;
	font-size:	11px;
}

.copyright a:link {
	color: 				#00ffff;
	text-decoration:	none;
}
.copyright a:visited {
	color: 				#00ffff;
	text-decoration:	none;
}

.copyright a:hover {
	color: 				#ff00ff;
	text-decoration:	none;
}

img {border: none;}
/* Quote block */
blockquote {
	background-color: #EBEADD;
	/*
background-image: url("{T_THEME_PATH}/images/quote.gif");
*/
	border-color:#DBDBCE;
}

blockquote blockquote {
	/* Nested quotes */
	background-color:#EFEED9;
}

blockquote blockquote blockquote {
	/* Nested quotes */
	background-color: #EBEADD;
}

/* Code block */
dl.codebox {
	background-color: #FFFFFF;
	border-color: #C9D2D8;
}

dl.codebox dt {
	border-bottom-color:  #CCCCCC;
}

dl.codebox code {
	color: #2E8B57;
}

.syntaxbg		{ color: #FFFFFF; }
.syntaxcomment	{ color: #FF8000; }
.syntaxdefault	{ color: #0000BB; }
.syntaxhtml		{ color: #000000; }
.syntaxkeyword	{ color: #007700; }
.syntaxstring	{ color: #DD0000; }

/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
	background: #ebebeb none 6px 8px no-repeat;
	border: 1px solid #dbdbdb;
	font-size: 0.95em;
	margin: 0.5em 1px 0 25px;
	overflow: hidden;
	padding: 5px;
}

blockquote blockquote {
	/* Nested quotes */
	background-color: #bababa;
	font-size: 1em;
	margin: 0.5em 1px 0 15px;	
}

blockquote blockquote blockquote {
	/* Nested quotes */
	background-color: #e4e4e4;
}

blockquote cite {
	/* Username/source of quoter */
	font-style: normal;
	font-weight: bold;
	margin-left: 20px;
	display: block;
	font-size: 0.9em;
}

blockquote cite cite {
	font-size: 1em;
}

blockquote.uncited {
	padding-top: 25px;
}

/* Code block */
dl.codebox {
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #d8d8d8;
	font-size: 1em;
}

dl.codebox dt {
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 3px;
	font-size: 0.8em;
	font-weight: bold;
	display: block;
}

blockquote dl.codebox {
	margin-left: 0;
}

dl.codebox code {
	/* Also see tweaks.css */
	overflow: auto;
	display: block;
	height: auto;
	max-height: 200px;
	white-space: normal;
	padding-top: 5px;
	font: 0.9em Monaco, "Andale Mono","Courier New", Courier, mono;
	line-height: 1.3em;
	color: #8b8b8b;
	margin: 2px 0;
}
