/* Theme Color Blue */

/* Background image and color */
body{
	background:#000010 url(../images/Background.jpg) repeat 50% top; 
	}

/* Hover states */
.blog_article .biglines a:hover, 			/* big lines text */
.blog_article .details a:hover, 			/* detail article */
.comments_post .user_post p a:hover, 		/* detail article */
#sidebar a:hover, 							/* sidebar */
#network ul li a:hover, 					/* network */
#footer .bottom_nav_1 li a:hover, 			/* bottom menu left */
#footer .bottom_nav_2 li a:hover 			/* bottom menu right */
{
	color:#0787d9;
}

#top_menu a:hover{
	background:url(../images/sidebar_li_hover.png) repeat-x left bottom;
	color:#0787d9;
}

p {
    padding: 0px 10px 0px 10px;	
}

.text a:hover{								/* main text*/
	color:#0787d9;
	border:1px dotted #333; border-width:0 0 1px 0;
}

.slogan .linTwo{
	color:#0787d9;
	font-size:33px;
}

#footer .copyvalid_line a:hover{			/* copyright + valid line */
	color:#0787d9;
	border:1px dotted #ccc; border-width:0 0 1px 0;
}

/* Paginate mini slider in sidebar */
#mini_slider #myController span.jFlowSelected {
	 color:#0787d9;
	 font-size:18px;
	 font-family:Georgia, "Times New Roman", Times, serif;
	 padding:0 5px;
}
/* Paginate link states */
.paginate a:hover{ color:#0787d9;}
.paginate a.active{
	color:#0787d9;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
}