/*
Theme Name: stfalcon WordPress
Theme URI: http://wordpress.org/
Description: this is my personal theme
Version: 0.1
Author: Stepan Tanasiychuk
Author URI: http://stfalcon.com/
Tags: fixed width, two columns, widgets
*/

* {
    margin:0;
    padding:0;
}

body {
    font-family:Georgia,Times,"Times New Roman",serif;   
    font-size:15px;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:21px;    
    background:#728776 url(images/backgrounds/body.gif) repeat-x scroll 0 0;
    color:#333333;
}

#page {
    width:900px;
    margin:auto;
}

#header {
    background:transparent url(images/backgrounds/header.gif) no-repeat scroll center center;
    float:left;
    height:46px;
    position:relative;
    width:900px;    
}

#header h1 {
    padding-top:10px;
}

#header h1 a {
    color:white;
    text-decoration:none;
}

#search {
    position:absolute;
    right:0;
    top:15px;
}

#search input {
    border:0 none;
}

#search #s {
    background:transparent url(images/backgrounds/search-input.gif) no-repeat scroll 0 0;
    color:#333333;
    font-family:Verdana;
    font-size:12px;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
    margin-right:-4px;
    padding:4px 0 4px 22px;
    vertical-align:top;
    width:148px;
}

#search #searchsubmit{
    background:transparent url(images/backgrounds/search-submit.gif) no-repeat scroll 0 0;
    width:35px;
    height:22px;
    vertical-align:top;
    font-size:16px;
}

#navigation {
    background:transparent url(images/backgrounds/navigation.gif) no-repeat scroll 0 0;
    border-bottom:1px solid #75867B;
    float:left;
    height:42px;
    position:relative;
    width:900px;
}

#navigation ul {
    bottom:-1px;
    height:33px;
    margin-left:10px;
    overflow:hidden;
    position:absolute;
}

#navigation ul li.current_page_item {
    background:transparent url(images/backgrounds/navigation-tab-left.gif) no-repeat scroll 0 0;
}

#navigation ul li {
    float:left;
    margin-right:3px;
    padding-left:7px;
}

#navigation ul li.current_page_item a {
    background:transparent url(images/backgrounds/navigation-tab-right.gif) no-repeat scroll right top;
}

#navigation ul li a {
    color:#333333;
    display:block;
    line-height:33px;
    padding:0 15px 0 8px;
/*    text-decoration:none; */
}

#navigation #feed {
    background:transparent url(images/backgrounds/feed.gif) no-repeat scroll 0 0;
    color:#544626;
    display:block;
    height:19px;
    padding-left:37px;
    position:absolute;
    right:15px;
/*    text-decoration:none; */
    top:12px;
}

#page #wrapper {
    background:#D6DED4 url(images/backgrounds/sidebar.gif) repeat-y scroll right top;
    float:left;
    overflow:hidden;
    width:900px;
}

#content {
    background:#D6DED4 none repeat scroll 0 0;
    float:left;
    padding:15px;
    width:635px;
        
    overflow:hidden;    
}

#content .post h3 {
    margin-bottom:20px;
}

#content .post p {
    margin-bottom:20px;
}

#content .post .postmetadata {
    font-size:11px;
    margin:10px 0 20px 0;
}

#content .post .wrapper {
    background:#C9D6CC none repeat scroll 0 0;
    border-bottom:1px solid #AAAAAA;
    border-top:1px solid #AAAAAA;
    clear:both;
    color:#777777;
    font-size:11px;
    padding:3px 5px 5px;
    height:18px;
}

#content .post .postdate {
    float:left;
    background:transparent url(images/icons/time.png) no-repeat scroll 0 50%;
    padding-left:22px;
    margin-right:15px;
}

#content .post .author {
    color:#cc0000;
    float:left;
    background:transparent url(images/icons/user.png) no-repeat scroll 0 50%;
    padding-left:22px;
}

#content .post .postcomments a {
    float:right;
    background:transparent url(images/icons/comments.png) no-repeat scroll 0 50%;
    padding-left:22px;
    margin-right:15px;
}

#content .post .posteditlink a {
    float:right;
    background:transparent url(images/icons/edit.png) no-repeat scroll 0 50%;
    padding-left:22px;
}

#content .post .posttags {
    margin-bottom:5px;
}

#content .post .wp-caption {
    padding:1px;
    font-weight:bold;
    margin-bottom:10px;
}

#content .post .wp-caption p {
    text-align:center;
    margin:0;
    padding:0;
}

#content .post img {
    border: 1px solid black;
    background-color:white;
    padding: 1px;
}

#content .post img.wp-smiley {
    background:none;
    border:none;
}

#content .storycontent ul, .post ol {
    margin-bottom: 1em;
}

#content .storycontent ul li{
    list-style-type:disc;
    margin-left:20px;
}

#content .storycontent ol li {
    list-style-type:decimal;
    margin-left:20px;
}


.aligncenter { margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 5px 15px 10px 0; }
.alignright { float: right; margin: 5px 0 10px 15px; } 

#sidebar {
    color:#555555;
    float:left;
    width:235px;
}

#sidebar .block, .categories, .linkcat {
    border-bottom:1px solid #BFCCBF;
    color:#555555;
    overflow:hidden;
    padding:15px;
    width:205px;
}

#sidebar li ul {
    margin-left:20px;
}

#sidebar li li {
    font-size:13px;
    font-weight:normal;
    background:transparent url(images/backgrounds/arrow.gif) no-repeat scroll 2px 8px;
    padding-left:12px;
}

#sidebar #feedburner, #topblognetua, #balachka, #freelance {
    padding:10px 0 0 0;
    text-align:center;
}

#sidebar .content-bubble-arrow {
    background:transparent url(images/backgrounds/arr2.gif) no-repeat scroll 115px 0;
    padding-top:11px;
}

#sidebar #google_reader_shared .content-bubble-arrow {
    background:transparent url(images/backgrounds/arr2.gif) no-repeat scroll 40px 0;
}

#sidebar #twitter_message, #google_reader_shared_messages {
    -moz-border-radius:5px;
    background:#FFFFFF none repeat scroll 0 0;
    padding:10px;
    color:#333333;
}

#sidebar #google_reader_shared_messages ul.gReader-list {
    margin-left:0px;
}

#sidebar #google_reader_shared_messages li.gReader-item {
    margin-bottom:10px;
}

#page #wrapper-bottom {
    background:transparent url(images/backgrounds/wrapper-bottom.gif) no-repeat scroll center bottom;
    float:left;
    height:6px;
    margin-bottom:7px;
    width:900px;
}

#commentlist { 
    margin-top:15px;
}

#commentlist .avatar { 
	float:left; 
	margin:5px 7px; 
}

#commentlist p { 
	padding:0px 15px; 
	margin:5px 5px 0 0; 
}

#commentform { 
	padding: 10px; 
	color: #555; 
}
#commentform p {
    margin-bottom: 7px; 
}

#commentform textarea { 
	width: 100%; 
	border: 1px solid #aaa; 
	height: 120px;
}
#commentform input.text { 
	width: 150px; 
	border: 1px solid #aaa; 
	margin-right: 5px; 
	padding: 3px 3px; 
}
#commentform input#submit { padding: 3px 10px; }


#footer {
    clear:both;
    text-align:center;
    margin-bottom:5px;
}

#footer, #footer a {
    color:white;
}

a {
    color:#3B5A4A;
}

h1 {
    font-size:22px;
    line-height:26px;
    margin-bottom:10px;
}

h1, h2, h3, h4, h5, h6 {
    color:#414D4C;
}

ul li, ol li {
    list-style-image:none;
    /*list-style-position:inside;*/
    list-style-type:none;
}

blockquote {
    background:#E4EDE2 none repeat scroll 0 0;
    font-family:Georgia,Serif;
    font-size:14px;
    font-style:italic;
    font-variant:normal;
    font-weight:normal;
    line-height:22px;
    margin-bottom:20px;
    padding:5px 10px;
}
