/* This CSS file is created for you to create or override any of the existing CSS styles used in this theme */
/* globals */

/*color of polyloft title*/
.blog-name a:link, .blog-name a:visited    { color: #996600 !important; }

/*blog description*/
.blog-description {
color:#736959;
font-size:11px;
}

/*color menu text*/
#nav .sf-menu a {color:#736959;}
#nav .sf-menu a:hover, #nav .sf-menu li:hover, #nav .sf-menu li.sfHover, #nav .sf-menu ul li  { background: #373331; color: #996600; }

/*prev/next button */
#commentlist .reply a, .comments-navigation a, .read-more, .navigation a, .wp-pagenavi a {
-moz-border-radius:3px 3px 3px 3px;
background:url("../../images/feed-title-white.jpg") repeat-x scroll center top #736959;
margin: 0 14px 0 0 ;
border:1px solid #333333;
color:#996600;
}

/*link text color*/
a, a:link, a:visited {
color:#1E1B1A;
text-decoration: underline;
}
/*rollver text color*/
a:hover{
	color: #333333;
}

/*color of area bg, not post bg*/
#main { background: #736959; border: none; padding:0; min-height:100px;}

/*TAG footer width*/
.footer-sidebar {
width:930px;
}


/*slideshow*/
#featured-slideshow {
border:5px solid #1e1b1a;
}
/*next prev slideshow icons*/
#controls .next, #controls .prev  { opacity: 0; }
.featured:hover #controls .next, .featured:hover #controls .prev { opacity: 1; }

/*bg of the thumnails/nodes*/
.posts-default .entry-thumbnails-link { background: #1e1b1a; border: #1e1b1a}

/*node overlay*/
.posts-default .entry-meta { display: none;}

/* try to center featured*/
/*offset nodes to right*/
/*
.posts-default .post {
margin-left:0px !important;
}

#index-featured .posts-default .post {
width:235px !important;
}
#index-featured .posts-default .entry-thumbnails {
width:235px !important;
}
#index-featured .posts-default img, #index-featured .posts-default .entry-thumbnails-link {
width:225px !important;
}
#index-featured .posts-default .entry-meta, #index-featured .posts-quick .entry-meta {
width:225px !important;
}
*/


/*
.archive .posts-quick .entry-thumbnails    { float: center; margin: 0 20px 10px 0; border: 5px solid #2c024a; width: 110px !important; height: 110px !important;  }
*/

/* space after last node
.posts-default {
margin:0;
}

/*space between nodes*/
.posts-default li {
height: 195px;
}



/*homepage section headings*/
.home-title {
background: #1e1b1a;
border:medium solid #333333;
color:#996600;
margin:0px 10px 10px 0px;
padding:5px 5px 5px 5px;
}
/*posts section headings*/
.author-posts-title, .author-content h1, .archive-title {
background: #1e1b1a;
border:medium solid #333333;
color:#996600;
margin:0 10px 10px 0;
padding:5px 5px 5px 5px;
}


/*POSTS*/
/*post bg*/
.single .post, #main .single-post	{ background: #cfcbc3; border: medium solid #333333; margin: 0 10px 15px 0; }

#nav {
border-bottom:5px solid #383332;
}
/*
#top-menu {
background:none repeat scroll 0 0 #1E1B1A;
border-bottom:0px solid #383332;
}
*/



/*COMMENTS*/
/*comments*/
.nocomments {
background:none repeat scroll 0 0 #cfcbc3;
margin: 0 10px 0 0;
}
.module-title, .feed-title, #reply-title {
background:url("../../images/feed-title-white.jpg") repeat-x scroll center top #1E1B1A;
margin: 0 10px 0 0;
border:medium solid #333333;
color:#736959;
}
/*comment list*/
#commentlist {
background:none repeat scroll 0 0 #cfcbc3;
border-color:#CCCCCC;
}
.comments-navigation {
margin:0 10px 0px 0;
background:none repeat scroll 0 0 #cfcbc3;
border-color:#CCCCCC;
border-style:solid;
border-width:0 1px 1px;
padding:0 10px 10px;
}
/*comment form*/
#commentform {
background:none repeat scroll 0 0 #cfcbc3;
}
/*comment code format*/
code {
background:none repeat scroll 0 0 #cfcbc3;
}


/*footer*/
#footer {
background:none repeat scroll 0 0 #736959;
border:none;
}
/*footer line*/
.footer-sidebar-container {
border-bottom:3px solid #1e1b1a;
margin: 0px 10px 0px 10px;
}


/*SEARCH*/
/*searchform*/
.searchform {
margin: 0 10px 0 0;
background:none repeat scroll 0 0 #736959;
border:3px solid #383332;
}
.searchform .s {
background:none repeat scroll 0 0 #736959;
}
/*2nd seachbox*/
.search-results-content .searchform, .sidebar .searchform {
background:none repeat scroll 0 0 #736959;
border:3px solid #383332;
padding:5px 4px;
width:250px;
}
/*search heading*/
.search-results h2 {
background:url("../../images/feed-title-white.jpg") repeat-x scroll center top #1e1b1a;
border:medium solid #333333;
color:#736959;
}
/*search box*/
.search-results-content {
background:none repeat scroll 0 0 #cfcbc3;
border-color:#CCCCCC;
border-style:solid;
}