/* 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 { background: #2c5aa0 url("../images/headerBT.jpg") top left no-repeat; }

/* 1.2 Hyperlinks */

a:link, a:visited  { color: #3771c8; }

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

/* 2.1 Containers */

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

/* 2.2 Header */

#header #subscribe { background: rgba(215, 227, 244, 0.5); }

.latest_twitter { 	background: rgba(38, 41, 41, 0.6) none repeat scroll 0 0; }

/* 2.3 Navigation */

#nav { 
	background:rgba(215, 227, 244, 0.3);
	-moz-border-radius-topleft:15px;
	-moz-border-radius-topright:15px;
	-moz-border-radius-bottomleft:15px;
	-moz-border-radius-bottomright:15px;
}

/* 2.3 Drop-down menus */

/* 2.4 Intro */

#intro { background: rgba(215, 227, 244, 0.7); }

#intro .ads, #intro .gravatar  { background: rgba(36, 33, 33, 0.3); }

/* 2.5 Content */

/* 2.6 Sidebar */

/* 2.7 Footer */

#footer { background: rgba(215, 227, 244, 0.7); }

/*-----------------------------*/
/* 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 */

.Nav strong.on  {
	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 17px 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 */
/*-----------------------------*/

a.sumLink { color: #5B5B5B; }

.meta .comments a:link, .meta .comments a:visited { background-color:#afc6e9; }

.meta span, .meta .date { background-color:#afc6e9; }

#social { background-color:#afc6e9; }



.widget h3, .idTabs { background:#afc6e9; }

#mailLink { margin: 0 0 30px; }

#social li a span.url { color: #fff; }

/* #social .url { display: none; } */

.idTabs .popular a, .idTabs .comments a, .idTabs .tags a { background-color:#5f8dd3; }

.idTabs li a:hover { background-color: #2c5aa0; }

#social li {
border-bottom:1px solid #93aca7;
border-top:1px solid #dbe3e2;
padding:10px 30px 10px 10px;
}


