/* Blue 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 url(blue/bgtile.jpg) repeat-x left top;
}

/* 1.2 Hyperlinks */

a:link, a:visited  { color: #289dc8; }

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

/* 2.1 Containers */

#bg  { background: url(blue/bgoverlay.jpg) no-repeat center 70px; }

/* 2.2 Header */

/* 2.3 Navigation */

#nav .current_page_item a, #nav a:hover  {
	background-color: #289dc8;
	background: rgba(40, 157, 200, 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(blue/ico-comments.png) no-repeat 2px center;
}

.post .tags  {
	background: url(blue/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: #289dc8;
}

/*-----------------------------*/
/* 4. WIDGETS */
/*-----------------------------*/


/* 4.1 Social Media Box */

#social li a:hover span.site  { color: #289dc8; }

/* 4.2 Tabber */

.idTabs .popular a  { background: #121212 url(blue/tabber-popular.png) no-repeat 6px center; }
.idTabs .comments a  { background: #121212 url(blue/tabber-comments.png) no-repeat 6px center; }
.idTabs .tags a  { background: #121212 url(blue/tabber-tags.png) no-repeat 6px center; }

#tabber .list li a:link,
#tabber .list li a:visited  {
	background: url(blue/widgetbullet.png) no-repeat 17px center;
}

/* 4.3 General Widgets */

.widget ul li a:link, .widget ul li a:visited  {
	background: url(blue/widgetbullet.png) no-repeat 0px center;
}

.widget_recent_comments li  {
	background: url(blue/widgetbullet.png) no-repeat 17px center;
}

#flickr .flickr_badge_image a:hover  { border-color: #289dc8; }

#searchform .submit  { color: #289dc8; border: 1px solid #289dc8; background-color: #a8d4e4; }


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

/* 5.1 Comments */

#comments ul.children li  { background: url(blue/commentreply.png) no-repeat top left; }

/* 5.2 Comments Form */

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