/*  Dark Color Stylesheet */

/*-----------------------------------------------

INDEX:

1. SETUP
-1.1 Defaults
-1.2 Hyperlinks

2. SITE STRUCTURE & APPEARANCE
-2.1 Containers
-2.2 Header
-2.3 Navigation
-2.3.2 Drop-downs
-2.4 Feature
-2.5 Main
-2.5.1 Content
-2.5.2 Sidebar
-2.6 Footer

3. WIDGETS

4. POSTS
-4.1 Typographic Elements
-4.2 Images
-4.3 WP-PageNavi
-4.4 Sitemap & Archives Template

5. COMMENTSAREA
-5.1 Comments
-5.2 Comments Form

6. GENERAL STYLES

-----------------------------------------------*/



/*-----------------------------*/
/* 1. SETUP */
/*-----------------------------*/

.inner{width:940px;margin:0 auto;}

/* 1.1 Defaults */

body  {
	color: #c6c5c5;
	background-color: #202220;
	background: #000 url(recut/background.jpg) no-repeat center top;
}


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

/* 1.2 Hyperlinks */

a:link, a:visited  {color: #81b265;}
a:hover  {color: #94f15f; text-decoration: none;}

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited  {
	color: #dddddd;
}

/*-----------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-----------------------------*/

/* 2.1 Containers */

#top  {
	
}

/* 2.2 Header */


/* 2.3 Navigation */

.nav, .nav ul  { z-index:0; margin:0 auto; padding:0; list-style:none; line-height:1; }
.nav li  {  width: auto; }
.nav2, .nav2 ul  { z-index:0; margin:auto; padding:0; list-style:none; line-height:1; }
.nav li  {  width: auto; }

#navigation  {
	
}

#pagenav li a:link, #pagenav li a:visited  {
	
}

#pagenav li.current_page_item a, 

/* 2.3.1 Drop-downs */

#pagenav li ul {
	
}

#pagenav li.current_page_item li a:link,
#pagenav li.current_page_item li a:visited  {
	
	
}



#pagenav li ul li {
	
}

/* 2.4 Feature */

#feature  {
	color: #a0a0a0;
	display:none;
	
}

#feature a:link,
#feature a:visited  {
	color: #f4f4f4;
	border-bottom: 1px solid #4c5667;
}

#feature a:hover  {
	color: #fff;
	border-bottom: 1px solid #fff;
}

#feature #about  {
	
}

/* 2.5 Main */
#main{padding:0px 0 0px;}
#main.not-home{padding-top:0px;}
#recent {padding:0px 0;}

#main  {
	
}

/* 2.5.1 Content */

#recent ul  {
	border-top: 1px solid #1d1f1d;
}

#recent ul li  {
	border-bottom: 1px solid #1d1f1d;
}

#recent ul li .date  {
	color: #aaa7a7;
}

/* 2.5.2 Sidebar */

/* 2.6 Footer */

#footer  {
	border-top: 0px solid #000000;
	background-color: #000000;
}

#footer .footer-box h3, #footer .widget h3 {
	color: #ddd;
}

#social-links li  { display:inline; list-style-type: none; padding-left:45px }

.widget_woo_subscribe ul li  {
	background: url(recut/ico-rss.png) no-repeat left center;
}

.widget_woo_subscribe .txt  {
	border: 1px solid #dcdcdc;
}

/*-----------------------------*/
/* 3. WIDGETS */
/*-----------------------------*/

.widget h3  {
	color: #dddddd;
	background: url(recut/widgettitle.png) no-repeat left center;
}

.widget_woo_wwm li.portfolio  {background: url(recut/ico-portfolio.png) no-repeat left center;}
.widget_woo_wwm li.question  {background: url(recut/ico-question.png) no-repeat left center;}
.widget_woo_wwm li.contact  {background: url(recut/ico-contact.png) no-repeat left center;}

.widget_woo_testi p  {
	color: #878787;
}

.widget_woo_testi .quote  {
	background: url(recut/quote.png) no-repeat left top;
}

.widget_woo_testi li.client  {
	color: #656666;
}

.widget_woo_flickr h3 span  {
	color: #0061ce;
}

.widget_woo_flickr h3 span span  {
	color: #db0033;
}

.widget_woo_twitter  {
	color: #7d7d7d;
}

.widget_woo_twitter h3  {
	background: url(recut/twitter.png) no-repeat left center;
}

#searchform .txt  {
	background-color: #f4f4f4;
	border: 1px solid #e3e3e3;
}

/*-----------------------------*/
/* 4. POSTS */
/*-----------------------------*/

.post .meta  {
	color: #5a5959;
}

.post .meta a:link,
.post .meta a:visited  {
	color: #818181;
}

.post .meta .comments a:link,
.post .meta .comments a:visited  {
	background: url(recut/ico-comment.gif) no-repeat left center;
}

.post .taxonomy  {
	color: #5a5959;
	border-top: 1px solid #1d1f1d;
	background-color: #161616;
}

.post .taxonomy a:link,
.post .taxonomy a:visited  {
	color: #808080;
	border-bottom: 1px solid #323232;
}

/* 4.1 Typographic Elements */

h2.title  {
	color: #b3a400;
}

h2.title a:link, h2.title a:visited  {
	color: #b3a400;
}

h2.title a:hover  {
	color: #faed5e;
}

.entry blockquote  {
	color: #666;
}

/* 4.2 Images */

.entry img  {
	border: 1px solid #333;
}

img.wp-smiley  {
	border: none;
}

/* 4.3 WP-PageNavi */

div.Nav  {
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}

/* 4.4 Sitemap & Archives Template */


/*-----------------------------*/
/* 5. COMMENTSAREA */
/*-----------------------------*/

/* 5.1 Comments */

.comment  {
	border-bottom: 1px solid #373a37;
}

.comment li  {
	border-bottom: 0;
}

.comment .comment-meta img.avatar  {
	border: 1px solid #373a37;
}

.comment .comment-meta span.time  {
	color: #a0a0a0;
}

.comment .comment-meta span.edit-link  {
	color: #a0a0a0;
}

/* 5.2 Comments Form */

#commentform input.txt  {
	background-color: #f4f4f4;
	border: 1px solid #e3e3e3;
}

#commentform textarea  {
	background-color: #f4f4f4;
	border: 1px solid #e3e3e3;
}

/*-----------------------------*/
/* 6. GENERAL STYLES */
/*-----------------------------*/

#advert_125x125 { background:#222; border:1px solid #333;}
