body  {
	font: .845em Arial, "lucida console", sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0 0 2em;
	text-align: center;
	color: #000000;
	line-height: 1.5em;
}

img { border: 0; }

img.bordered { border: 5px solid #CCC; padding: 1px; }

a { outline: none; }

a:link { color: #0817a9; }

a:visited { color: #7c005d; }

#global-wrapper a:hover,
#global-wrapper a:active { color: #a60328 !important; }

a.action { text-decoration: none; border-bottom: 1px dotted; }

a.action:visited { color: #0817a9; }

p { margin: .5em 0 1em; }

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 2.4em;
	line-height: 1.2em;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.7em;	
	line-height: 1.2em;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.5em;	
	line-height: 1.2em;
	margin: 2em 0 0;
}

h4 {
	font-weight: bold;
	font-size: 1.3em;	
	line-height: 1.2em;
	margin: 2em 0 0;
}

h5 {
	font-weight: bold;
	font-size: 1.1em;	
	line-height: 1.2em;
	margin: 2em 0 0;
}

h6 { font-size: 1em; margin: 1em 0 .5em; padding: 0; }

ul { margin: .3em 0 1em 0; padding: 0 0 0 .8em; }
	
li {
    margin: .3em 0 .6em 1em; 
	padding: 0 0 0 20px;
    list-style-type: none;
    background: url(../images/li.gif) no-repeat 0 .2em;
    line-height: 1.3em;
}

ul.no-bullets li {
	background: none;
	padding: 0;	
	margin-left: 0;
}

ul.feed li .date,
ul.latest-posts li .date { 
	color: #999; 
	white-space: nowrap; 
	font-size: .9em;
	margin-left: .5em; 
}

ul.feed li .date a { color: #999; }

ul.feed li.last { margin-top: .8em; }

ul.feed li.last a { color: #000; }

.clear-float { clear: both; }

.no-display { display: none; }

#header { margin: 2em 0 3em 0; }

#header .logo { 
	font-size: 1.3em; 
	font-weight: bold; 
	background: url(../images/gears.png) left center no-repeat; 
	padding: .5em 0 .5em 1.7em;
	position: relative;
	left: -1.7em;
} 

#header .logo a { color: #000; text-decoration: none; }

#global-wrapper { text-align: left; }

#footer { margin-top: 3em; }

#copyright { text-align: right; }

.global-wrapper {
	margin: 0 auto;
	width: 90%;
	max-width: 900px;
}

.comments {
	font-weight: normal;
	color: #999;
}

#feeds-wrapper {
	height: 11em;
	position: relative;
	overflow: hidden;
}

#fadeout-block {
	position: absolute;
	width: 40px;
	height: 10em;
	top: 0;
	right: 0;
	background: url(../images/fadeout-right.png) top right repeat-y;
}

#fadeout-block-bottom {
	position: absolute;
	width: 100%;
	height: 30px;
	bottom: -5px;
	background: url(../images/fadeout-bottom.png) top left repeat-x;
}

#blog-feed-and-contacts { margin: 2em 0 0; }

#blog-twitter-feed { width: 52%; }

#blog-twitter-feed h6 a { margin: 0 .5em; }

#blog-twitter-feed h6 a.selected { 
	background: #F5F2E1; 
	border: none;
	color: #000; 
	margin: 0;
	padding: .1em .5em .2em;
	cursor: default;
}

#contacts-on-main { width: 40%; float: right; }

#contacts-on-main h6 { margin-top: 0; }

#featured-projects-wrapper { background: #F5F2E1; padding: 1em; margin-top: 1em; }

#featured-projects-wrapper h6 { margin: 0 0 1em; }

ul#featured-projects { margin: 0; padding: 0; }

ul#featured-projects li {
	padding: 0;
	margin: 0;
	background: none;
	font-size: .9em;
	font-style: italic;
}

ul#featured-projects li#first-project { width: 33%; float: left; }

ul#featured-projects li#first-project .wrapper { float: left; text-align: center; }

ul#featured-projects li#second-project { width: 34%; float: left; text-align: center; }

ul#featured-projects li#third-project { width: 33%; float: right; }

ul#featured-projects li#third-project .wrapper { float: right; text-align: center; }

ul#featured-projects img { 
	background: url(../images/ajax-loader.gif) center no-repeat; 
	width: 213px;
	height: 213px;
}

#sidebar { 
	width: 18em; 
	float: right; 
	font-size: .9em;
	padding-top: 4.2em; 
}

#sidebar .sidebar-block { 
	background: #FFF;
	padding: .3em 1em;
	background: #F5F2E1; 
	padding: .5em 1em; 
	border-bottom: 1px solid #ede9d3;
}

#sidebar .sidebar-block h6 { margin-top: 0; }

#main-content { margin-right: 20em; }

#blog-posts { padding: 0; margin: 2em 0; }

#blog-posts li.single-post { padding: 0; margin: 0 0 4em; background: none; }

.post-details { font-size: .9em; color: #999; }

.post-details .this-tag { padding: .1em .2em; background: #F5F2E1; }

.post-details .date-and-comments {
	float: right;
	margin-left: 2em;
}

.post-details a:link,
.post-details a:visited,
.post-details a:active { color: #999; }

#bread-crumbs { 
	font-size: .9em; 
	background: #333;
	color: #CCC; 
	padding: .2em .5em; 
	border-bottom: 1px solid #000; 
}

#bread-crumbs a,
#bread-crumbs a:hover { color: #FFF !important; }

#bread-crumbs a.home-icon {
	display: inline-block;
	width: 11px;
	height: 12px;
	background: #FFF url(../images/home-breadcrumbs.gif) 0 0 no-repeat;
}

#bread-crumbs a.home-icon:hover { background-color: #FFF; }

#pager { margin: 2em 0; padding: 0; }

#pager li {
	background: none;
	padding: .2em .5em;
	margin: 0 1em 0 0;
	display: inline;
}

#pager li#pager-title { padding-left: 0; }

#pager li.current-page { background: #F5F2E1; font-weight: bold; }

blockquote {
	font-style: italic;
	color: #777777;
	background: #e9eff5;
	border-top: 1px dotted #bdccdc;
	border-bottom: 1px dotted #bdccdc;
	margin-left: 0;
	margin-right: 0;
	padding: 1em 3em;
}

.hlaquo { margin-left: -.55em; }
.slaquo { margin-right: .55em; }
.hbrace { margin-left: -.3em; }
.sbrace { margin-right: .3em; }

#guests-comments { border-top: 1px solid #CCC; margin-top: 1.5em; }

#guests-comments h3 { margin-top: .5em; } 

#comments-list { margin: 2em 0 0; }

ul#comments 	{ margin: 0; padding: 0; }
ul#comments li 	{ 
	margin: 0 0 2em 0; 
	padding: 0; 
	background: transparent;
}

ul#comments li img.avatar 						{ float: left; margin: .3em .5em 0 0; }
ul#comments li .comment-body 					{ margin-left: 3em; }
ul#comments li .comment-body .meta 				{ font-size: .8em; color: #666666; }
ul#comments li .comment-body .meta .author 		{ font-weight: bold; color: #666; }
ul#comments li .comment-body .actions 			{ font-size: .8em; }
ul#comments li .comment-body .actions a.delete 	{
	color: #B71A1A;
	padding-left: 1.1em;
	background: url(../images/delete-icon.gif) left 70% no-repeat;
}

form fieldset { border: 0; padding: 0; }

form ul { margin: 0; padding: 0; display: block; }

form ul li { 
	margin: 0; 
	padding: 0; 
	background: transparent;
	display: block;
}

form .field-title { color: #333; font-size: .8em; margin: .5em 0 0; }

form .field-title.mandatory { font-weight: bold; }

form .inline-comment { font-weight: normal; }

form #extra-fields-wrapper { margin: 0 0 .7em 0; font-size: .8em; }

#extra-fields { margin: 0; padding: 0; }

#form-submiting-img { display: none; background: url(../images/ajax-loader-sm.gif) -1px -2px no-repeat; position: relative; bottom: -1px; }

.sending #form-submiting-img { display: inline-block; }

form .standart-input {
	width: 21em;
}

form label .error {
	color: #B71A1A;
}

form .actions {
	margin-top: .5em;
}

form textarea {
	width: 99%;
	height: 8em;	
	padding: .2em .2em;
}

form#new-comment ul li {
	width: 80%;
}

#tags-help {
	float: right;
	padding: 0;
	font-weight: normal;
	line-height: 1em;
	padding-top: .2em;
}

pre code {
	background: #F0F0F0;
	border: 1px solid #CCCCCC;
	color: #333333;
	display: block;
	margin: 5px 0;
	max-height: 300px;
	overflow: auto;
	padding: 0.5em;
	width: 550px;
	font-size: 1em;
	font-family: monospace;
}

#tags-help-block {
	border: 1px solid #AAA;
	margin-right: 1px;
	border-bottom: 0;
}

#tags-help-block .wrapper {	
	padding: .2em .5em .5em .5em;
	font-size: .8em;
	border-bottom: 0;
	background: #FFF;
}

#tags-help-block table {
	width: 100%;
}

#tags-help-block table td {
	padding: .1em 3em .1em 0;
}

#tags-help-block table th {
	color: #999;
	border-bottom: 1px solid #AAA;
}

#tags-help-block pre {
	margin: 0;
}

#tags-help-block pre code {
	width: auto;
	margin: 0;
	padding: .2em .5em 0 .5em;
}

#main-menu { float: right; margin: 0; padding: 0; }

#main-menu li { 
	float: left; 
	background: transparent;
	padding: .1em .3em;
	margin: 0 0 0 1em;
	font-weight: bold;
}

#main-menu li.current { background: #F5F2E1; }

#main-menu li a:visited { color: #0817a9; }

#submenu { margin: 0; padding: 0; }

#submenu li { 
	margin: 0 1em 1em 0; 
	padding: 0; 
	float: left; 
	background: no-repeat;
}

.no-bullets.latest-comments { padding-left: 0; }

.no-bullets.latest-comments li {
	padding-left: 20px;
	background-repeat: no-repeat;
}

.feed-list-wrapper {
	width: 99%;
	overflow: hidden;
}

.feed-list-wrapper li {
	white-space: nowrap;
}

.feed-list-wrapper.twits li {
	white-space: normal;
	padding-right: 2em;
}

a.important-link {
	position: relative;
	left: -1000em;}