﻿/*  
Theme Name: Blue Server
Description: Blue Server theme by <a href="http://www.blueangelnet.com">Blue Angel</a>. The theme is released under GPL.
Version: 1.0
Author: Blue Angel
Author URI: http://www.blueangelnet.com/
Tags: two-columns, threaded-comments, left-sidebar, fixed-width, blue
*/


/* Begin Typography & Colors */
.widecolumn .entry p {
	font-size: 1.05em;
	}
	
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0px 20px 0px 20px;
	}

.widecolumn {

	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	padding-top: 0px;
	font-size:12px;
	}
	
.thread-alt {
	background-color: #f8f8f8;
	}

.thread- {
	background-color: white;
	}

.depth-1 {
border-top: 1px solid #074670;
border-bottom: 1px solid #074670;
	}

.even {
	border-top:solid 1px #548db3;
	border-bottom:solid 1px #548db3;
	background-color:#0b588b;
	color:#fff !important;
	}

.alt {
	border-top:solid 2px #0139c7;
	border-bottom:solid 2px #0139c7;
	/*color:#22150d !important;*/
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #ffd112;
	font-size:24px;
	line-height:26px;
	font-weight:normal;
	}

.entry p a:visited {
	color: #ffd112;
	}
	
.entry p{
	margin:0px;
	padding:0px 0px 12px 0px;
	}
	


#sidebar {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #fff;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #ffd112;
	text-decoration: none;
	}
	
.small_comment a {
	color: #393939;
	text-decoration: none;
	text-align:center;
	padding:10px 0px 0px 0px;
	}

a:hover {
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0px 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

.widecolumn {
	padding: 10px 0px 20px 0px;
	margin: 5px 0px 0px 0px;
	width: 644px;
	}

.post {
	margin: 0 0 0px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 0px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	color:#fff;
	clear: both;
	margin:5px;
	padding:1px;
}

.clear {
	clear: both;
}



/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 0px;
	margin: 0;
	}

h2 {
	margin: 0px 0 0;
	}

h2.pagetitle {
	padding:5px 0px 0px 0px;
	text-align: center;
	}

h3 {

	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 0px ;
	}
	
.title_content {
	padding:0px 20px 0px 20px;
	}
	
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 5px 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 5px 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	padding:10px 10px 10px 0px;
	}

.alignleft {
	float: left;
	padding:10px 0px 10px 10px;
	}
	
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding:30px;
	list-style-image: url(""); 
	padding-left: 10px;
	text-indent: 2px;
	}

html>body .entry li {
	margin: 7px 10px 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	}

.entry ol {
	padding: 0 10px 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: url("");
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type:none;
	list-style-image: url("");
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: none;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0px 0px 0px 20px;
	}
/* End Entry Lists */


/* Begin Form Elements */
#searchform {
	margin: 0px auto;
	padding: 5px 3px;
	text-align: center;
	}
	
#sidebar #searchform {
	margin: 30px auto;
	padding: 0px 0px;
	text-align: left;
	}

#sidebar #searchform #s {
	padding: 2px;
	margin-bottom:2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}


/* End Form Elements */



/
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0px 0 10px 0;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 0px auto 0;
	width:80%;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	text-decoration:underline;
	}

#wp-calendar caption {
	text-align: center;
	width:auto;
	font-size:12px;
	margin:0px;
	padding:8px 0px 8px 0px;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color:transparent; }
	
#today{
	font-weight:bold;
	color:#ffd112;
	}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding:5px 20px 5px 20px;;
	border: 1px dashed #548db3;
	background-color:#064975;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation, .navigation2 {
	display: block;
	text-align: center;
	padding:0px 0px 0px 0px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */


.search_result .entry{
	padding:0px 20px 13px 20px;
	}
	
.search_result h2, .search_result h2 a, .search_result h2 a:visited{
	font-size:24px;
	line-height:24px;
	font-weight:lighter;
	padding:5px 0px 5px 0px;
	}
	
.search_result h2 a:hover{
	text-decoration:none;
	}

/* ----------------------- begin template ----------------------- */

#heading_image {
	padding:5px 20px 5px 20px;
	}

.sticky .title h2 a{
	color:#ffd112;
	}


body {
	background-color:#0c6097;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	line-height:16px;
	}
	
#container {
	width:100%;
	background-image:url(images/top_bg2.gif);
	background-repeat:repeat-x;
	height:175px;
	margin:15px 0 0 0;
	margin-bottom:0px;
        padding:0px 0px 0px 0px;
	float:left;
	}

	
#main_container {
	width:100%;
	background-image:url(images/bottom_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
        float:left;
	padding:0px 0px -100px 0px;
	}
	
#content_box {
	width:915px;
margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	}
	
#content_blog{
	width:911px;
	background-image:url(images/line_ver.gif);
	background-repeat:repeat-y;
	float:left;
	

	}
	
a, a:visited{
	text-decoration:none;
	color:#ffd112;
	}
	
a:hover{
	text-decoration:underline;
	}
	
/* --------menu--------  */

#menu {padding:0px 0px -100px 0px !important; 
	width:915px;
	
	}

#main_menu {
	padding:0px 0px -100px 0px !important; 
	width:900px;margin:-70;	z-index:9999;
    float:left;
	height:-70px;
	position:relative;
	}
ul li {/*-image:none!important;*/}	#main_menu ul li {
	list-style-type:none;
	display:inline;
	font-size:12px;
	color:#ffffff;
	padding:9px 0px 20px 0px !important;		background-image:url(images/separator.gif);
	background-position:0px 9px;
	background-repeat:no-repeat;

}
.spacer {
	margin:8px;
	}

#main_menu ul li a, #menu ul li a:visited {
	color:#ffffff;
	text-decoration:none;
	font-size:12px;
	}

#main_menu ul li a:hover {
	text-decoration:underline;
	}
	
#dropmenu, #dropmenu ul {
	margin:0;
	padding:0;
	list-style-type:none;
	line-height:1.5em;
	z-index:500!important;
	font-weight:normal;
	float:left;
	}
	
#dropmenu a {display:block; padding:0px 20px 0px 20px; color:#393939;  text-decoration:none; font-family: Arial, Helvetica, Sans-Serif; font-size:12px; margin:0px 0px 0px 0px;}
#dropmenu a:hover {color:#fff;}
#dropmenu li {float:left; position:relative;  line-height:8px; text-transform:uppercase;  }
#dropmenu li#home {float:left; position:relative; border-left:none; background-image:none;}
#dropmenu ul {position:absolute; display:none; top:30px; left:17px; cursor:pointer;}
#dropmenu ul a { z-index:500; }
#dropmenu li ul {list-style: none;float:left;margin:2px 0px 0px 0px; padding:0px 0px 0px 0px; border-top:none;  background-color:#5f9dc2;}
#dropmenu li li{ float: left; padding:0px 0px 5px 10px !important;  display:block;   z-index:500; background-image:none;}
#dropmenu li ul a, #dropmenu li ul a:visited {color:#fff; width:110px;  text-transform:capitalize; padding:8px 0px 0px 0px; background-color:#5f9dc2; line-height:18px;  }
#dropmenu li ul a:hover{color:#ffd112; }
#dropmenu ul ul {top:0em;}
#dropmenu ul ul li ul li{margin:0px 0px 0px 0px !important; padding:0px 0px 0px 20px; display:block; float:left; position:absolute;}
#dropmenu li ul ul {left:9.3em; margin:0px 0 0 0px!important;}
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none;}
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;}


#top_search {
	padding:13px 4px 0px 0px !important;
	float:left;
	}

form {
	margin:0;
	padding:0;
	}
 	
.main_search {
	background-image:url(images/search_icon.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding:0px 0px 0px 26px;
	}
	
.search_input{
	background-image:url(images/search_bg.gif);
	background-repeat:no-repeat;
	padding:6px 0px 6px 0px !important;
	padding:4px 0px 5px 0px;
	width:177px;
	border:0px;
	overflow:hidden;
	}
	
.inputbox {
	padding:0px 5px 6px 5px !important;
	width:167px;
	background:transparent;
	border:0px;
	}

.button {
	background-image:url(images/search_but.gif);
	background-repeat:no-repeat;
	padding:0px 0px 2px 0px !important;
	width:58px;
	height:26px;
	border:0px;
	}
	
/* --------header--------  */

#header-image {
position:relative;
float:left;
}


#header {
	/*background-image:url(images/Voice-In-A-Million-Picture-Banner-2.jpg);*/

	background-repeat:no-repeat;
	width:980px;
	height:135px;
	float:left;
	margin-top:10px;
	margin-right:50px;
	margin-left:50px;
	}
	

#title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:45px;
	color:#ffffff;
	padding:0px 0px 0px 0px;
	}
	
#title a{
	color:#ffffff;
	}
	
#small_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	padding:0px 0px 20px 550px;
	}
	
#title a:visited, #title a:hover{
	color:#fff;
	text-decoration:none;
	}
	
/* --------left navigation--------  */

#nav{
	width:240px;
	float:left;
	}
	
.box-left{
	width:228px;
	padding:0px 0px 0px 0px;
	float:left;
	}
	
.box-left h2{
	background-image:url(images/bg_title.jpg);
	background-repeat:no-repeat;
	background-position:0 4px!important;
	color:#ffd112;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	padding:5px 0px 10px 30px;
	margin:0px 0px 0px 0px;
	line-height:normal;
	width:209px;
	}
div.mainbox{
	margin:0px 0px 20px 0px;
	padding:0px;
list-style-type:none;
	}		

.box-left ul{
	margin:5px 0px 0px 5px;
	padding:0px 0px 0px 5px;
	list-style-type:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
.box-left ul li ul li{
        list-style-type:none;
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position:0px 6px;
	padding-left:20px;
	line-height:20px;
	}
	
.box-left ul li a, .box-left ul li a:visited{
	text-decoration:underline;
	color:#fff;
	}
	
.box-left ul li a:hover{
	text-decoration:underline;
	color:#ffd112;
	}
	
/* --------main content--------  */

#main_content {
	/*width:670px;overflow: auto;
	height:570px;*/
	width:660px;
	padding:0 0 0 10px;
	position:relative;
	float:left;
	}
	
.main_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#fff;
	padding:0px 15px 0px 15px;
	}
	
.mainpic{
	padding-right:10px;
	}
	
.text_content {
	padding:3px 0px 45px 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	}
	
.box_text {
	padding-bottom:15px !important;
	padding-bottom:10px;
	}

.bg_content_top {
	background-image:url(images/bg_content_top.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:644px;
	height:6px;
	}
	
.bg_content_mid {
	background-image:url(images/bg_content_mid.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#085080;
	width:644px;
	min-height:236px;
	}
	
* html .bg_content_mid {
	height:236px;	
	}
	
.bg_content_bottom {
	background-image:url(images/bg_content_bottom.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:644px;
	height:6px;
	margin-bottom:15px;
	}

div.headerpost{
	float:right;
	margin-bottom:0px;
	padding:0px 15px 0px 15px;
	}



div.headerh2{
	margin:0px 0px 0px 0px;
	padding:0px 0px 8px 0px !important;
	padding:0px 0px 0px 0px;
	float:left;
	}
	
.title {
	float:left;
	background-image:url(images/line.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	width:90%;
	padding-bottom:8px;
	}

div.headerh2 h2,div.headerh2 h3{
	padding:10px 0px 5px 0px;
	margin:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	color:#ffd112;
	}
	
 div.headerh2 h2 a, div.headerh2 h3 a{
	font-size:18px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#ffd112;
	font-weight:normal;
	line-height:20px;
	}
	
.author{
	color:#fff;
	font-size:12px;
	padding-top:5px;
	display:block;
	}
	
/* --------adsyo---------  */

	
/* --------footer--------  */

#footer {
	background-image:url();
	background-repeat:y;
	width:100%;
	height:100%;
	float:left;
	padding-top:0px !important;
	padding-top:15px;
	padding-bottom:10px;
	clear:both;
	}

.footer_txt {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:center;
	padding-top:23px;
	}
	
.footer_txt a, .footer_txt a:visited{
	font-family:Arial, Helvetica, sans-serif;
}

.footer-item {

float: left;
width: 25%;
padding-top:5px;
padding-bottom: 10px;
}
.footer-item ul {
padding-left: 15px;
}
/*Hide date time and all that crap*/

.author {
display:none;
}

.container_metadata {
display:none;
}

.month {
display:none;
}

.date {
display:none;
}

.comment {
display:none;
}

.comment-cont {
display:none;
}

.postmetadata {
display:none;
}.not_found {	float:none !important;}

.wpsc_registration_form label
{
	float:none;
	display:block;
	width:100%;
}
                
