/*   
Theme Name: iro beyond
Theme URI: 
Description: 3rd evolution of art by pavel theme
Author: Pavel Elagin
Author URI: http://www.artbypavel.com/
Template: thematic
Version: 1.0
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

body {
background:#15161a url(images/header.jpg) no-repeat top left;

min-width:840px;
font-size:14px;
font-family:'Lucida Grande',sans-serif;
}


/* fonts and stuff */


.aside input {
width:95%
}

#rss img {
float:left;
padding:7px 4px 0px 0px;
}


/* header */


#header {
padding:40px 0px 30px;

}

#branding {
padding:0px;
width:840px;
padding-left:-50px
}

#blog-title a{
color:#FFF;
}

#blog-description {
display:none;
}

#access {
border:none;

padding-top:20px;
padding-bottom:0px;
}

.sf-menu {
border:none;
background:none;
}

.sf-menu li {
background-color:transparent;
border:none;
}


.sf-menu a {
border:none;
font-weight:bolder;
font-size:18px;
color:#d5e243;

}

.windows .sf-menu a {
font-size:18px;
padding:9px 13px 10px;
}

	.sf-menu a, .sf-menu a:visited {
    color: #d5e243;
}


.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
background-color:transparent;
color:#d5e243;
border:none;
text-decoration:underline;
}
	
/* content filter*/

#content_filter {
margin-left:350px;
padding:5px;
position:absolute;
list-style:none;
color: #FFF;
}

#content_filter a{
text-decoration:none;
color: #FFF;
}


#content_filter li {
-moz-border-radius-bottomright:5px;
-moz-border-radius-bottomleft:5px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:5px;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;

display: inline;
margin-right:20px;
background-color:#9c9b97;
padding:8px 3px 3px 3px;
}

.page-title {
display:none;
}

	
/* main */


#main {
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
background:#232227;
padding:0px;
width:840px;
}


#container {
-moz-border-radius-topleft:5px;
-moz-border-radius-bottomleft:5px;
-webkit-border-top-left-radius:5px;
-webkit-border-bottom-left-radius:5px;
border-top-left-radius:5px;
border-bottom-left-radius:5px;
background:#FAFAEE;
width:630px;
padding:40px 0px 20px 5px;
margin:0px;
}

#content {
margin:0 0 0 22px;
overflow:hidden;
width:600px;
}


/* post */

.hentry {
padding:0;
}

.entry-title {
font-family:Arial,sans-serif;
font-size:1.4em;
font-weight:bold;
line-height:16px;
padding:0px;
}

.entry-title a {

}

.entry-meta .n {
font-size:12px;
font-style:normal;
letter-spacing:0.05em;
text-transform:none;
}

.entry-avatar {
position:absolute;

}

.post-title {
display:block;
margin-left:60px;
min-height:40px;
padding-top:10px;
}

.entry-content {
padding:5px 0 0;
}

.entry-meta {
color:#97b521;
font-size:12px;
font-style:italic;
padding-top:5px;
line-height:none;
}

.entry-utility a {
font-size:12px;
font-style:italic;
text-decoration:none;
}

.entry-utility {

width:580px;
}

.comments-link a{
float:right;
padding-top:15px;
font-size:1.2em;
color:#2772b3;
font-weight:bold;
}

.entry-meta .author{
font-size:0.9em;
}

.wp-caption img {
background-color:#FFFFFF;
border:1px solid #BFBFBF;
margin:0;
padding:5px;
}

.navigation a {
color:#FF4B33;
}

#respond {

background:#fafaee;

}

#comments-list li {
background:transparent;
}

#comments-list li.alt {
background:transparent;
}

#comments-list li.bypostauthor {
background:#FFFFCC none repeat scroll 0 0;
}

/* side bar */

#primary {
-moz-border-radius-topright:5px;
-webkit-border-top-right-radius:5px;
border-top-right-radius:5px;

border:none;
background:#232227;
}

.main-aside {

right:0px;
width:200px;
}


/*footer */


#footer {
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
border:none;
background-color:#232227;
width:840px;
margin: 0 auto;
margin-top:30px
}

#siteinfo {
padding:5px;
width:800px;
}

#mark {
width:23px;
height:17px;
background:#d5e243;
position:absolute;
left:-10px;
}

