/* Red Colors */
 
/*-----------------------------------------------
 
INDEX:
 
1. SETUP
-1.1 Defaults
-1.2 Hyperlinks
 
2. SITE STRUCTURE & APPEARANCE
-2.1 Containers
-2.2 Header
-2.3 Navigation
--2.3.1 Drop-down menus
-2.4 Intro
-2.5 Content
-2.6 Sidebar
-2.7 Footer
 
3. POSTS
-3.1 Typographic Elements
-3.2 Images
-3.3 PageNavi
 
4. WIDGETS
-4.1 Social Media Box
-4.2 Tabber
 
5. COMMENTSAREA
-5.1 Comments
-5.2 Comments Form
 
6. GENERAL STYLES
 
-----------------------------------------------*/
 
 
 
/*-----------------------------*/
/* 1. SETUP */
/*-----------------------------*/
 
/* 1.1 Defaults */
 
body  {
	color: #5b5b5b;
	background: #000 none repeat-x left top;
}
 
/* 1.2 Hyperlinks */
 
a:link, a:visited  { color: #ed1c24; }
 
/*-----------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-----------------------------*/
 
/* 2.1 Containers */
 
#bg  { background: url(red/bgoverlay.jpg) no-repeat left 70px; }
 
/* 2.2 Header */
 
/* 2.3 Navigation */
 
#nav .current_page_item a, #nav a:hover  {
	background-color: #b60600;
	background: rgba(182, 6, 0, 0.3);
}
 
/* 2.3 Drop-down menus */
 
/* 2.4 Intro */
 
/* 2.5 Content */
 
/* 2.6 Sidebar */
 
/* 2.7 Footer */
 
/*-----------------------------*/
/* 3. POSTS */
/*-----------------------------*/
 
.meta .comments a:link,
.meta .comments a:visited  {
	background: #373434 url(red/ico-comments.png) no-repeat 2px center;
}
 
.post .tags  {
	background: url(red/ico-tags.png) no-repeat left center;
}
 
.tags a:link,
.tags a:visited  {
	
}
 
/* 3.1 Typographic Elements */
 
/* 3.2 Images */
 
/* 3.3 PageNavi */
 
#main .wp-pagenavi .current, #main .wp-pagenavi a:hover  {
	color: #fff;
	background-color: #b60600;
}
 
/*-----------------------------*/
/* 4. WIDGETS */
/*-----------------------------*/
 
 
/* 4.1 Social Media Box */
 
#social li a:hover span.site  { color: #b60600; }
 
/* 4.2 Tabber */
 
.idTabs .popular a  { background: #121212 url(red/tabber-popular.png) no-repeat 6px center; }
.idTabs .comments a  { background: #121212 url(red/tabber-comments.png) no-repeat 6px center; }
.idTabs .tags a  { background: #121212 url(red/tabber-tags.png) no-repeat 6px center; }
 
#tabber .list li a:link,
#tabber .list li a:visited  {
	background: url(red/widgetbullet.png) no-repeat 17px center;
}
 
/* 4.3 General Widgets */
 
.widget ul li a:link, .widget ul li a:visited  {
	background: url(red/widgetbullet.png) no-repeat 17px center;
}
 
.widget_recent_comments li  {
	background: url(red/widgetbullet.png) no-repeat 17px center;
}
 
#flickr .flickr_badge_image a:hover  { border-color: #b60600; }
 
#searchform .submit  { color: #b60600; border: 1px solid #b60600; background-color: #f4a3a1; }
 
 
/*-----------------------------*/
/* 5. COMMENTSAREA */
/*-----------------------------*/
 
/* 5.1 Comments */
 
#comments ul.children li  { background: url(red/commentreply.png) no-repeat top left; }
 
/* 5.2 Comments Form */
 
/*-----------------------------*/
/* 6. GENERAL STYLES */
/*-----------------------------*/
