/*
Theme Name: New Blue Theme
Theme URI: http://www.CambrianPublishing.com/news/themes/
Description: Affiliate & Adsense Ready By <a href="http://www.cambrianpublishing.com/news/">Cambrian Publishing</a>
Author: Terry Sacia *and* Cambrian House, LLC
Author URI: http://www.cambrianpublishing.com
Version: 1.1
*/
/********************************************************************************/
/*                           THESE ITEMS CAN BE CHANGED                         */
/*                                                                              */
/********************************************************************************/
/********************************************************************************/
/* DON'T SCREW THIS UP...USE THE EDIT -> REPLACE -> FUNCTION TO MAKE THIS EASY! */
/********************************************************************************/
/********************************************************************************/
/*   COLOR PALETTE HELP:     http://slayeroffice.com/tools/color_palette/       */
/********************************************************************************/
/********************************************************************************/


/***************************************************************************/
/*                              HTML Tags                                  */
/***************************************************************************/

body {
	background:url('images/bg_body.png') repeat top left fixed;
	font-family: Verdana, Arial, Sans-Serif;
	margin:0;
     	padding:0;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-style: normal;
	font-weight: bold;
	color: #1f4773;
	}
	
h1 {
	font-size: 1.4em;
	}

h2 {
	font-size: 1.2em;
	}

h3, h4, h5, h6 {
	 font-size: 1.0em;
	 }

blockquote {
	background: url('images/blockquote.gif') no-repeat left top;
     	color: #999;
	margin:10px;
	padding: 0 40px 0 40px;
	}

code {
         background: #f4f4f4;
         color: #6a6a6a;
         margin:0;
	 }

img {
         border:0
	 }

a:link, a:visited {
	 color: #0074B6;
	 text-decoration:none;
	 }

a:hover {
	 color: #333333;
	 text-decoration:none;
	 }

/***************************************************************************/
/*                       This Lays Out The Page Format                     */
/***************************************************************************/

.page {
	 width:950px;
	 position:relative;
	 padding:5px;
	 margin:0 auto;
	 text-align:left;
	 }


/***************************************************************************/
/*                            Header Information                           */
/***************************************************************************/

.header {
	 background:url('images/headermenu950.gif') no-repeat center top;
	 margin:0 0 5px 0;
	 padding:10px 0px 75px 20px; /* was 30 0 30 40 */
	 }
	   
.logo {
	 background:url('images/logo.png') no-repeat left top;
         padding:0px 0px 40px 0px;
         margin:0;
	 }

.rsslogo	{
	 	background:url('images/rssorange.jpg') no-repeat left center;
		height: 60px;
		width: 48px;
	 	}  /* actually part of the right sidebar */
	   
.blog-name:link, 
.blog-name:visited, 
.blog-name:hover{
	 color: #0e2b49;
	 font-family:Verdana, Sans-Serif;
	 font-size:32pt;
	 font-weight:bold;
	 text-decoration:none;
	 letter-spacing: -1px;
	 background:transparent;
	 margin:20px 0px 0px 100px;
	 padding:0;
	 }

.blog-description {
	 font-family:Verdana, Sans-Serif;
	 color: #1f4773;
	 font-size:12pt;
	 font-weight:bold;
	 margin:0px 0px 0px 105px;
	 padding:0;
	 }

/***************************************************************************/
/*                                    Menu Bar                             */
/***************************************************************************/

.menu-bar {
	 padding:10px 0 10px 0;
         margin:0 0 5px 0;
	 }

.feed {
     float:right;
	 font-size:1pt;
	 margin:0 0 0 0 !important;
	 margin:0 0 0 0;
	 }

.feed a.rss {
     color:#ff4000;
	 padding: 0 0 0 25px;
	 background: transparent url(images/blank_2x2.png) no-repeat;
	 }

.feed a.techno {
         color:#008000;
	 padding: 0 0 0 25px;
	 background: transparent url(images/blank_2x2.png) no-repeat;
	 }

ul.menu {
	position:170px 0px 0px 20px; 
	float: left;
	 margin:65px 0px 0px 10px;
	 padding: 0 15px;
	 list-style-type: none;
	 }
	
ul.menu li {
	 float: left;
	 }
	
ul.menu li a {
	 float: left;
	 display: block;
	 height: 20px;
	 padding: 4px 15px 0 15px;
	 color: #ffffff;
	 font-weight: bold;
	 font-size:10pt;
	 }
	
ul.menu li a:link,
ul.menu li a:visited {
	 color: #ffffff;
	 }
	 
ul.menu li a:hover,
ul.menu li a:active {
	 color: #ffffff;
	 text-decoration: none;
	 background-color:#1f4773;
	 border:1px solid #1f4773;
	 padding: 3px 14px 0 14px;
	 }

ul.menu li.current_page_item a:link,
ul.menu li.current_page_item a:visited {
	 color: #ffffff;
	 text-decoration: none;
	 border:1px solid #ffffff;
	 }
		
ul.menu li.current_page_item a:hover {
 	 color: #ffffff;
	 text-decoration: none;
	 background-color:#1f4773;
	 border:1px solid #ffffff;
	 }


/***************************************************************************/
/*                                 Posts and Pages                         */
/***************************************************************************/

h1.post-title a:link, 
h1.post-title a:visited {
        color:#1f4773;
	}

h1.post-title a:hover {
        color:#1f4773;
	border-bottom: 2px dashed #a0a0a0;
	}

h2.post-title a:link, 
h2.post-title a:visited {
         color:#1f4773;
	 }

h2.post-title a:hover {
         color:#1f4773;
	 border-bottom: 1px dashed #a0a0a0;
	 }

.post-content {
	 color:#000000;
         margin:10px 5px 0px 0px;
	 width:475px;
	 overflow:hidden;
	 padding:0 !important;
	 padding:0 10px 15px 0;
	 }

.post-content a:link,
.post-content a:visited {
         color:#000000
	 }

.post-content a:hover {
         color:#000000;
	 border-bottom: 1px dashed #a0a0a0;
	 }

.post-content img,
.post-content img:hover {
         padding:5px;
	 border:0;
	 }

.post-content ul li {
         background: url('images/bullet.gif') no-repeat 0 0;
         list-style:none;
	 padding:0 0 0 15px;
	 margin:6px 0 0 -10px;
	 }

.post-content ol li {
	 padding:0;
	 margin:6px 0 0 0px;
	 }

.postmeta {
	color: #555; 
	margin: 8px 2px;
	font-size:8pt;
	}

.post-date-top {
	background: url('images/calendar-top.gif') no-repeat top;
	padding: 2px 0px 3px 0px; // was 0 5 20 30
	font-color: #ffffff;
	font-size:7pt;
	font-weight:none;
	text-decoration:none;
	letter-spacing: 0px;
	}

.post-date-bottom {
	background: url('images/calendar-bottom.gif') no-repeat top;
	padding: 0px 0px 5px 0px; // was 0 5 20 30
	font-color: #333366;
	font-size:12pt;
	font-weight:bold;
	text-decoration:none;
	letter-spacing: 0px;
	}

.post-comment {
	 padding: 0 0 0 0px;
	 }

.post-comment a:link,
.post-comment a:visited,
.post-comment a:hover {
         color:#ff0000;
	 }

.post-filed {
	 background: url(images/filed.gif) no-repeat 2px 0;
	 padding: 0 0 0 20px;
	 }

.more-link{
         margin:0
         }

.post-header {
	padding: 0 0 0 0px;
	}

/***************************************************************************/
/*                                 Sidebars                                */
/***************************************************************************/

.left-sidebar, .right-sidebar {
         margin:5px 0 0 0 !important;
	 margin:0;
	 position:absolute;
	 overflow:hidden;     	/*THIS COULD BE NONE INSTEAD OF HIDDEN */
	 }

.left-sidebar {
	 width:165px;		
	 left:520px;	
	 }

.right-sidebar {
	 width:260px;		
	 right:5px;		
	 }

/***************************************************************************/
/*  Regular WordPress Sidebar Widgets When Not Using Auto-Theme Generated  */
/***************************************************************************/

.wp-widget-title-160 {
	background-color: #0e2b49;
	position: relative; 
	background:url('images/widget-title-160.gif') no-repeat;
	top: -32px;
	color:#FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	padding:6px 0px 6px 15px;
	margin: 0px -2px 0px -2px;
	}

.wp-widget-title-160 a:link, .wp-widget-title-160 a:visited, .wp-widget-title-160 a:hover{
	 color:#FFFFFF;
	 }

.wp-widget-title-260 {
	background-color: #ffffff;
	position: relative; 
	background:url('images/widget-title-260.gif') no-repeat;
	top: -32px;
	color:#FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	padding:8px 0px 6px 15px;
	margin: 0px -2px 0px -2px;
	}

.wp-widget-title-260 a:link, .wp-widget-title-260 a:visited, .wp-widget-title-260 a:hover{
	 color:#FFFFFF;
	 }

.wp-widget {
	background-color: #ffffff; 
	color:#555;
	padding:0;
	margin: 25px 0 35px 0;
        font-size:8pt;
	}

.wp-widget ul {
         list-style:none;
	 position: relative; 
	 top: -15px;
         margin:5px 10px 5px 15px;
         padding:0;
	 }

.wp-widget ul li {
         background: url('images/bullet.gif') no-repeat 0px 0px;
         margin:0 0 0px 0;
         padding:0 0 0 14px;
         line-height:15px;
         font-size:9pt;
	 }
	 
.search-widget-title {
	background-color: #666666;	
	color:#ffffff;
	font-size: 10pt;
	font-weight: bold;
	padding:6px 0px 6px 15px;
	margin: -25px 0px 0px 0px; /* was -25 0 0 0 */
	}

.search-widget {
	background-color: #ffffff;
	color:#555;
	padding:10px;
	margin:0px 0 35px 0;
        font-size:10pt;
	}

.textwidget {
	background-color: #ffffff;         
	position: relative; 
        top: -15px;
        margin:0px 0px 0px 5px;
        padding:0px 5px;
        }

.textwidget ul {
         list-style:none;
	 position: relative; 
	 top: 0px;
         margin:0 0 0 5px;
         padding:0;
	 }

.textwidget ul li {
         background: url('images/bullet.gif') no-repeat 0 0;
         margin:5px 0 10px 0;
         padding:0 0 0 14px;
         line-height:15px;
	 }

#calendar_wrap {
	position: relative; 
	top: -40px;
        margin:20px 0 -25px 14px;
	padding:-15px 5px -25px 5px;
	}

#akismetwrap {
         position: relative; 
	 top: -12px;
         margin:0 70px;
	 }

#cat, select {
         position: relative; 
	 top: -10px;
         margin:0 45px;;
	 }
	 
.widget_categories ul li ul.children{
         position: relative; 
	 top: 0px;
	 left:-10px;
	 }

.widget_pages ul li.page_item li{
         position: relative; 
	 top: 20px;
	 left:-10px;
     }
	 
/***************************************************************************/
/*           Built In Widgets Used When Other WP Widgets NOT Chosen        */
/***************************************************************************/

.widget-title-160 {
	background-color: #ffffff;
	background:url('images/widget-title-160.gif') no-repeat;
	color:#fff;
	font-size: 10pt;
	font-weight: bold;
	padding:4px 0px 6px 15px;  
	}

.widget-title-260 {
	background-color: #ffffff;
	background:url('images/widget-title-260.gif') no-repeat;
	color:#fff;
	font-size: 10pt;
	font-weight: bold;
	padding:4px 0px 6px 15px;  
	}

.widget-title a:link,
.widget-title a:visited,
.widget-title a:hover {
	 color:#fff;
	 }

.widget {
	background-color: #ffffff;
	color:#555;
	padding:5px;
	margin:0 0 10px 0;
        font-size:9pt;
	}

.widget ul {
         list-style:none;
         margin:5px 5px 0px 5px;
         padding:0px;
         }

.widget ul li {
         background: url('images/bullet.gif') no-repeat 0px 4px;
         margin-bottom:10px;
         padding-left:14px;
         line-height:15px;
         font-size:9pt;
         }

.widget-title-ads {
	 color:#ff6600;
	 font-size: 1pt;
	 font-weight: bold;
	 padding:0px 0px 0px 0px;
	 }

.widget-title-ads a:link,
.widget-title-ads a:visited,
.widget-title-ads a:hover {
	 color:#ff4400;
	 }

.widget-ads {
	color:#555;
	// background-color: #ffffff;
	padding:0px 0 0 0;
	margin:0 0 8px 0;
        font-size:1pt;
	}

.widget-ads-google {
	color:#555;
	background-color: #ffffff;
	padding:2px 0 0 0;
	margin:0 0 8px 0;
        font-size:1pt;
	}

.widget-ads ul {
         list-style:none;
         margin:5px 5px 0px 5px;
         padding:0px;
         }

.widget-google-ads {
	padding:0px 0px 0px 0px;
	margin:-25px 0 8px 0;
	}

.widget-google-ads-links {
	padding:0px 0px 0px 0px;
	margin:-23px 0 8px 0;
	}

.announce-header {
	background:url('images/testimonial-badge.gif') no-repeat center top;
	margin:0 0 0 0;
	padding:85px 30px 30px 30px;
	border-color:1px #666666;
	}

/***************************************************************************/
/*         Center Widget Boxes to Locate Items Above and Below Posts       */
/***************************************************************************/

.center-widget-title {
	 background:url('images/center_widget_bg.gif') left top no-repeat; 
	 color:#1f4773;
	 font-size:16px;
	 font-weight: bold;
	 margin:0px 445px 0px 0px;                                  
	 padding:8px 0px 0px 20px;
	 }
	  
.center-widget {
         background:url('images/center_widget_bottom_bg.gif') left bottom no-repeat;
	 color:#555;
	 margin:0px 445px 6px 0px;				     
	 padding:0.1em 1.2em 0.6em 1.2em; 
	 font-size:10pt;
	 }
	 
.center-widget a:link,
.center-widget a:visited {
         color:#1f4773;
	 }

.center-widget a:hover {
         color:#1f4773;
	 border-bottom: 1px dashed #a0a0a0;
	 }

.center-widget ul li {
         background: url('images/bullet.gif') no-repeat 0 0;
         list-style:none;
	 padding:0 0 0 15px;
	 margin:6px 0 0 -10px;
	 }

.center-widget ol li {
	 padding:0;
	 margin:6px 0 0 0px;
	 }

.center-widget-title-noborder {
	 background:url('images/center_widget_bg-noborder.gif') left top no-repeat; 
	 color:#1f4773;
	 font-size:16px;
	 font-weight: bold;
	 margin:0px 445px 0px 0px;                                  
	 padding:8px 0px 0px 20px;
	 }
	  
.center-widget-noborder {
         background:url('images/center_widget_bottom_bg-noborder.gif') left bottom no-repeat;
	 color:#555;
	 margin:0px 445px 6px 0px;				     
	 padding:0.1em 1.2em 0.6em 1.2em; 
	 font-size:10pt;
	 }
	 
.center-widget-noborder a:link,
.center-widget-noborder a:visited {
         color:#1f4773;
	 }

.center-widget-noborder a:hover {
         color:#1f4773;
	 border-bottom: 1px dashed #a0a0a0;
	 }

.center-widget-noborder ul li {
         background: url('images/bullet.gif') no-repeat 0 0;
         list-style:none;
	 padding:0 0 0 15px;
	 margin:6px 0 0 -10px;
	 }

.center-widget-noborder ol li {
	 padding:0;
	 margin:6px 0 0 0px;
	 }

.center-widget-comments {
         background:url('images/center_widget_bottom_bg.gif') left bottom no-repeat;
	 color:#555;
	 margin:0px 265px 6px 0px;				     
	 padding:0.1em 1.2em 0.6em 1.2em;
	 font-size:10pt;
	 }
	 
.center-widget-comments a:link,
.center-widget-comments a:visited {
         color:#1f4773;
	 }

.center-widget-comments a:hover {
         color:#1f4773;
	 border-bottom: 1px dashed #a0a0a0;
	 }

.center-widget-comments ul li {
         background: url('images/bullet.gif') no-repeat 0 0;
         list-style:none;
	 padding:0 0 0 15px;
	 margin:6px 0 0 -10px;
	 }

.center-widget-comments ol li {
	 padding:0;
	 margin:6px 0 0 0px;
	 }


/***************************************************************************/
/*                   Footer and Bottom Page of Navigation                  */
/***************************************************************************/

.bottom-page-nav {
         text-align:center;
	 color: #1f4773;
	 }

.bottom-page-nav a:link,
.bottom-page-nav a:visited,
.bottom-page-nav a:hover {
         color:#1f4773;
	 }

.bottom-page-subscribe {
         text-align:center;
	 color: #000000;
	 font-weight: bold;
	 }

.footer {
	 color:#555;
	 font-size:7pt;
         font-weight:normal;
	 text-align:center;
         padding:0px 0px 3px 0px;
         margin:0;
         }
	 
.footer a:link,
.footer a:visited,
.footer a:hover {
         color:#1f4773;
	 }

/***************************************************************************/
/*                         Comments Styles Output                          */
/***************************************************************************/

.comment-list {
	 padding:0;
	 margin:0 15px 20px 15px;
	 }

.comment-meta {
         position:relative;
	 top:-20px;
         color: #555555;
         font-size:10pt;
         margin:50px 0 0 0;
	 }

.odd-comment .comment-text {
         position:relative;
	 top:-10px;
         background-color: #E6E6F5; 
         color: #555;
         border:1px solid #B3B3B3;
	 padding:10px 10px 10px 10px !important;
	 padding:10px 10px 10px 10px;
         width:420px;
         overflow:hidden;
	 }

.odd-comment .comment-text a:link,
.odd-comment .comment-text a:visited,
.odd-comment .comment-text a:hover{
         color:#0074b6;
         text-decoration:none;
         }

.odd-comment .comment-meta a:link,
.odd-comment .comment-meta a:visited,
.odd-comment .comment-meta a:hover {
         color: #0074b6;
         font-weight:bold;
	 }

.odd-comment .comment-meta .comment-author {
         color: #0074b6;
         font-weight:bold;
	 }
	 
.even-comment .comment-text {
         position:relative;
	 top:-10px;
         background-color: #E6E6F5;
	 color: #555;
         border:1px solid #B3B3B3f;
	 padding:10px 10px 10px 10px !important;
	 padding:10px 10px 10px 10px;
         width:420px;
         overflow:hidden;
	 }

.even-comment .comment-text a:link,
.even-comment .comment-text a:visited,
.even-comment .comment-text a:hover{
         color:#0074b6;
         text-decoration:none;
         }

.even-comment .comment-meta a:link,
.even-comment .comment-meta a:visited,
.even-comment .comment-meta a:hover {
         color: #0074b6;
         font-weight:bold;
	 }

.even-comment .comment-meta .comment-author {
         color: #0074b6;
         font-weight:bold;
	 }

#commentform a:link,
#commentform a:hover,
#commentform a:visited {
         color:#0074b6;
	 }

/***************************************************************************/
/*                       Search Bar and Other Input                        */
/***************************************************************************/

#searchform {
	 margin:0;
	 }
	
input#s {
	 color:#777;
	 width: 90%;
	 height: 18px;
	 margin: 0;
	 padding: 2px;
	 border-left: 1px solid #aaa;
         border-top:1px solid #aaa;
 	 border-right:1px solid #ddd;
	 border-bottom:1px solid #ddd;
	 }

input {
	 color:#555;
	 }

textarea#comment {
         width:470px;
         color:#555;
	 border-left: 1px solid #aaa;
         border-top:1px solid #aaa;
 	 border-right:1px solid #ddd;
	 border-bottom:1px solid #ddd;
         font-size:10pt;
	 }

input#author,
input#email,
input#url {
         width:200px;
         color:#555;
	 border-left: 1px solid #aaa;
         border-top:1px solid #aaa;
 	 border-right:1px solid #ddd;
	 border-bottom:1px solid #ddd;
         font-size:10pt;
         }

/***************************************************************************/
/*       Sidebar MooTools - Popular, Comments, Featured, Tag Cloud         */
/***************************************************************************/

.sideTabs {
	width:248px !important;
	height:auto !important;
	min-height:280px;
	border:1px solid #0e2b49;
	background-color:#ffffff;
	float:center;			
	padding: 2px 2px 5px 3px;
	margin:0 0 10px 0;
	overflow:hidden;		
	}

.col2 {
	height:auto !important;	
	float: left;
	width: 255px;
	}

.mootabs_title{
	list-style-image: none;		
	list-style-type: none;		
	margin: 0px;			
	padding: 0px 0px 60px 0px;			
	height: 24px;		  		
	font-size: 10pt;	
	width: 100%;                  
	float:left; 			
	padding: 0px 2px 60px 0px; 	
	}

.mootabs_title li{
	float:left;
	display: inline;
	padding: 1px 4px 1px 4px;	
	margin-right: 0px; 
	font-size: 9pt;
	line-height: 20px;
	background: #ffffff;                   	
	color: #0e2b49;
	border:1px solid #0e2b49;
	font-weight: bold;
	font-size: 9pt;
	margin:1px 1px 1px 1px !important;      	
	padding:-10px 1px !important;           
	cursor: pointer;
	width: 112px;
	}

.mootabs_title li:hover, .mootabs_title li.active{
	color: #FFFFFF;
	background-color: #1f4773;
        border: 1px solid #0e2b49;
        text-decoration: none;
	}

.mootabs_panel {
	height:auto !important;	
	background-color: #ffffff;
	display: none;
	clear: both;
	width: 240px;			
	float:center;    		
	overflow:hidden;			
	top: -1px; 			
	padding: 3px 5px 5px 1px;
	}

.mootabs_panel.active {
	height:auto !important;
	display: block;
	float:left;			
	padding: 5px 5px 5px 1px;		
	}

.mootabs_panel ul{
	height:auto !important;
	list-style:none;
	width: 220px !important;
	padding:0px !important;		
	border:0px solid #666666 !important;
	margin:5px 5px 5px 5px !important;
	background-color: #ffffff;
	min-height:200px;
	font-size:10pt;	
	}

.mootabs_panel li a{
	height:auto !important;
	color: #1f4773;
	font-size: 10pt;
	}     

.mootabs_panel li {
	height:auto !important;
	background: url('images/bullet.gif') no-repeat 5px 5px;
        padding: 3px 0 5px 25px;
	line-height:14px;
        font-size:10pt;
        }

.mootabs_panel li a:hover {
	height:auto !important;
	color:#333333;
	}

/***************************************************************************/
/*        THE END  *** REMEMBER IF NOT HERE CHECK STYLES/(COLOR).CSS       */
/***************************************************************************/
