/* 
Theme Name: StabLabs
Author: Zdravomir Staykov
Version: 1
Tags: two columns, fixed width 

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Typography & Colors */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica;
	background:url(images/body_back.jpg);
	background-color: #22180f;
	color: #B0B0B0;
	text-align: center;
	margin:0px;
	padding:0px;
	}
	
a {
	color:#a30c0c;
}

h2 a {
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-size:13px;
	font-family: Helvetica;
	font-weight:100;
}

#page {
	background:url(images/page_back.jpg) repeat-y;
	text-align: left;
	width:854px;
	}

#content {
	font-size: 1.2em;
	margin-top:22px;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.4em;
	}
	
.narrowcolumn .postmetadata {
	text-align: left;
	background:#483f36;
	color:#a30c0c;
	height:12px;
	padding-top:2px;
	padding-left:4px;
	}

.alt {
	background-color: #28211b;
	padding:2px 10px;
	}

#top_meta_left {
	text-transform:uppercase;
	float:left;
	width:350px;
	font-size:11px;
	color:#fff;
}

#top_meta_right {
	text-transform:uppercase;
	float:right;
	width:200px;
	font-size:11px;
	color:#fff;
	text-align:right;
}

strong {
	color: #E4D3A6;
       }

h1 {
	font-family: Helvetica;
	font-weight: bold;
	}

h2, h3 {
        font-family:Helvetica;
}

h1 {
	font-size: 3.4em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 12px;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	letter-spacing: .6em;
	}

h2 {
	font-size: 1.7em;
	}

h2.pagetitle {
	font-size: 1.7em;
	}
	
#sidebar {
	float:right;
	padding:0px;
	}
	
#sidebar a {
	color:#66615e;
	text-decoration:none;
	font-size:12px;
}
		
#banner img {
	border:1px solid #928d89;
}

#about {
	border-top:1px solid #483f36;
	border-bottom:1px solid #483f36;
	padding:3px 0px 6px 0px;
	margin-top:15px;
	color:#c46227;
}
	
#sidebar h2 {
	font-family: Helvetica;
	color:#db6c28;
	font-size:12px;
	}
	
h2.portfolio {
	background:url(images/portfolio.gif) no-repeat top left;
	width:204px;
	height:26px;
}

a.featured {
	background:url(images/featured.gif) no-repeat top left;
	width:204px;
	height:24px;
	display:block;
}

h2.links {
	background:url(images/links.gif) no-repeat top left;
	width:204px;
	height:24px;
}

h2.categories {
	background:url(images/categories.gif) no-repeat top left;
	width:204px;
	height:24px;
}

#sidebar p {
	color:#6e6a67;
	font-size:12px;
	padding-bottom:10px;
	border-bottom:1px solid #483f36;
}

h3 {
	font-size: 1.4em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: #a30c0c;
	}

.entry p a:visited {
	color: #a30c0c;
	}

#commentform p {
	font-family: Helvetica;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Verdana, Arial, Sans-Serif;
	}

#links_block {
	border-bottom:1px solid #473e35;
	padding-bottom:15px;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #666;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

/* End Typography & Colors */


/* Begin Structure */

body {
	margin: 0;
	padding: 0 0 20px 0; 
	}

#page {
	margin: 0px auto;
	padding: 0;
	width: 854px;
	}
	
#header a {
	padding: 0;
	width: 552px;
	height: 148px;
	background:url(images/header.jpg) no-repeat;
	display:block;
	border:2px solid #22180f;
	}

.narrowcolumn {
	float: left;
	padding: 0 21px 0px 22px;
	margin: 0px 0 0;
	width: 560px;
	}

.widecolumn {
	float: left;
	padding: 0 21px 0px 22px;
	margin: 0px 0 0;
	width: 560px;
	}

.pagepost {
	margin: 0 0 40px;
	}
	
.post {
	margin-top:15px;
	text-align: left;
	width:554px;
	}
	
.post h2 {
	background:url(images/square_h2.jpg) no-repeat top left;
	padding-left:14px;
	border-bottom:1px solid #a30c0c;
	padding-bottom:4px;
	margin-bottom:4px;
}

.reply {
 	background:url(images/square_h2.jpg) no-repeat top left;
	padding-left:14px;
	border-bottom:1px solid #db6c28;
	padding-bottom:4px;
	margin-bottom:4px;
	font-size:13px;
}

.widecolumn .post {
	margin: 0;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}
	
#footer {
	padding: 50px 0 0 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px;
	text-align: center;
	}

/* End Structure */


/*	Begin Headers */

h1 {
	padding-top: 40px;
	margin: 0;
	}

.description {
	text-align: center;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin: 0px;
        padding: 30px 0 0 0; 
        border-top: 1px dashed #555;
	}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
/* End Headers */


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul, .img ul, .pagepost ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li, .entrytext li, .pagepost li {
	margin: 5px 0 5px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul p, #sidebar ul select {
	margin: 0 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin:0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0px;
	}

ol li, #sidebar ul ol li {
	list-style: none;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0;
	padding: 0;
	}
	
#side_block {
	margin-bottom:15px;
}
	
#side_block li {
	font-size:12px;
}

#side_block li a {
	font-size:12px;
	color:#66615e;
}

.cat-item, .cat-item a {
	color:#66615e;
	text-decoration:none;
}

#links a {
	color:#66615e;
	text-decoration:none;
	font-size:12px;
}

/* End Entry Lists */


/* Begin Form Elements */

#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 100px;
	padding: 2px;
        background-color: #333333;
        color: #B0B0B0;
	}

#sidebar #searchsubmit {
	padding: 1px;
	background-color: #333333;
        color: #B0B0B0;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
    color: #B0B0B0;	
    background-color: #28211b;
    border: 1px ridge #342b23;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
        background-color: #28211b;
        border: 1px ridge #342b23;
        color: #B0B0B0;
	}

#commentform #submit {
	margin: 0;
	float: right;
	background:url(images/submit.jpg) no-repeat;
	width:168px;
	height:20px;
}

input {
	padding: 2px;
	margin: 5px 5px 1px 0;
    color: #B0B0B0;	
    background-color: #28211b;
}	

/* End Form Elements */


/* Begin Sidebar */

#sidebar
{
	padding: 0px 22px 0px 23px;
	width: 205px;
	float:right;
	margin-top:22px;
	}

#sidebar form {
	margin: 0;
	}

/* End Sidebar */


/* Begin Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #000; 
	}

/* End Calendar */


/* Begin Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 1px solid #333;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
hr {
	display: none;
	}
 
.center {
	text-align: center;
	}

a img {
	border: none;
	}

.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
        text-align: left;
        float: left;
}

.alignright {
        text-align: right;
        float: right;
}
	
.entry {
	margin-top: 10px;
	}
	
.gravatar img {
	float:right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* End Various Tags & Classes*/

.video {
	text-align:center;
	padding:10px 0px;
	background:#28211b;
	margin-top:30px;
}

#links {
	margin-top:10px;
}

.portfolio_post {
	margin:5px 0;
}

.portfolio_post img {
	border:1px solid #6e6a67;
}

#portfolio {
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #473e35;
}

#glow {
	background:url(images/glow_header.jpg) no-repeat top center;
	margin:0 auto;
}

#blog_nav {
	border-top:1px solid #56504b;
	margin-top:10px;
	padding-top:4px;
	text-align:right;
	width:552px;
}

#blog_nav a {
	color:#a30c0c;
	text-decoration:none;
}

#blog_nav a:hover {
	color:#a30c0c;
}

.navigation {
	margin-top:15px;
}

.entry {
	display:block;
}

.main_thumb { 
	float:left;
	margin-right:8px;
	width: 376px;
	height:162px;
	display:block;
	padding-top:2px;
}

.entry_desc {
	height:162px;
}

.single_entry {
	margin-top:15px;
}

#header_blog {
	margin-top:15px;
	background:url(images/header_blog.jpg) no-repeat top left;
	width:552px;
	height:38px;
}

#header_about {
	margin-top:15px;
	background:url(images/header_about.jpg) no-repeat top left;
	width:552px;
	height:38px;
}


#stablished_projects {
	margin-top:15px;
	background:url(images/satblished_projects.jpg) no-repeat top left;
	width:552px;
	height:38px;
}

#header_movement {
	margin-top:15px;
	background:url(images/header_movement.jpg) no-repeat top left;
	width:552px;
	height:38px;
}

#header_department {
	margin-top:15px;
	background:url(images/header_department.jpg) no-repeat top left;
	width:552px;
	height:38px;
}

#header_contact {
	margin-top:15px;
	background:url(images/header_contact.jpg) no-repeat top left;
	width:552px;
	height:38px;
}

.commentslist {
	padding:0px;
	width:564px;
}

.comment {
	padding:10px;
}