/*  
Theme Name: DeepBlue
Author URI: http://www.dailyblogtips.com
Version: 1.1
Author: Nathan Rice for Daily Blog Tips
Description: DeepBlue is a free theme by <a href="http://www.dailyblogtips.com/">Daily Blog Tips</a>.Tags:blue color, right sidebar, three columns, fixed width
*/

body {
	background: #f9f9f9;
	color: #383838;
	font-size: 14px;
	font-family: Arial, Helvetica, Sans-Serif;
	margin: 0px 0px 0px 0px;
	padding: 0;
}
body * {
	margin: 0px; 
	padding: 0px;
}
img {
	border: none;
	background: none;
}
hr {
	height: 5px;
	color: #fff;
	margin: 10px 0px;
	border: none;
	border-top: 1px dotted #D3D3D3;
}
blockquote{
	margin: 0px 0px 0px 15px;
	padding: 0px 45px 15px 50px;
	background: url(images/quote.gif) no-repeat;
	font-size: 15px;
	font-style: italic;
	font-family: Georgia, Times New Roman, Serif;
	color: #666666;
	}
blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}
.clearboth {
	clear: both;
}
/*************************************
	Links
**************************************/
a {
	color: #FA7F42;
	text-decoration: underline;
	}
	
a:hover{
	text-decoration: underline;
	color: #0A4E97;
	}
/*************************************
	Headings
**************************************/
h1, h3 {
	color: #3D474E;
	background: #ffffff url(images/titlebg.jpg) top right no-repeat;
	font-size: 22px;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	margin: 0px 0px 5px 0px;
	padding: 8px 10px;
	}
h3.h1 { /*make homepage h3's for the first 2 stories look like H1 */
	font-size: 13pt;
}
h1 a, h3 a, h1 a:visited, h3 a:visited  {
	color: #3D474E;
	text-decoration: none;
}
h1 a:hover, h3 a:hover {
	color: #3D474E;
	text-decoration: underline;
}
h2 {
	color: #000;
	font-size: 24px;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	padding: 10px 0px;
	line-height: 150%;
	margin: 0px;
}
	
h2 a, h2 a:visited  {
	color: #6B030B;
	text-decoration: underline;
}
h2 a:hover {
	color: #000000;
	text-decoration: none;
	}
h3 {
	font-size: 18px;
}
#sidebar h3 {
	font-size: 22px; 
}
h3 a, h3 a:visited {
	color: #3D474E;
	text-decoration: none;
}
#sidebar h2, #front_list h2 {
	margin: 0px; padding: 5px 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;;
	font-weight: bold;
	color: #3D474E;
}
#front_list h2 {
	font-size: 12pt;
}
#sidebar #popular h2 {
	color: #F97B1E;
}
h6 {
	color: #000;
	font-size: 24px;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;;
	font-weight: normal;
	padding: 10px 0px;
	line-height: 150%;
	margin: 0px;
}
/*************************************
	Header
**************************************/
#header-bg{
	background: #f9f9f9 url(images/body-bg.jpg) top left repeat-x;
	width: 100%;
	height: 105px;
}

#header { 
	width: 1140px;
	padding: 0px;
	margin:  0px auto;
	position: relative;
	}
#header .title {
    margin-bottom: 10px;
    width: 405px;
	float:  left;
}
#header .title a {
	color: #ACD3FD;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 13pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#header .title a span{
	background: url(/images/logo3.jpg) no-repeat;
	height: 55px;
	width: 295px;
	position: absolute;
}
#header .title a:hover {
	color: #FFF;
}
#header .description {
	clear:  both;
	color: #FFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px 10px 18px 100px;
	width:  750px;
}
/*************************************
	Top Search Form
**************************************/
.searchform {
	background: #073365 url(images/searchform-bg.gif) bottom left no-repeat;
	float: right;
	padding: 10px;
	width: 348px;
	
}
.searchform .s {
	border: none;
	background: #4674A7;
	color: #FFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	padding: 8px 8px 9px 8px;
	width: 283px;
	float: left;
}
.searchform .button {
	float: right;
}
/*************************************
	RSS Feed
**************************************/
.feeds {
	display: block;
	width: 70px; height: 50px;
	float: right;
	text-align: right;
	text-transform: none;
	font-size: 11px;
	color: #EAF4FF;
	padding: 0px;
	margin-top: 5px;
	background: transparent;
}
.feeds a, .feeds img {
	padding: 0px; margin: 0px;
}
.feeds a:hover {
}
.feeds .rss {
	padding: 0px; margin: 0px;
}
.feeds .email {
/* if you want to add an email sub */
}
/*************************************
	Horizontal Menu
**************************************/
#menu {
    width: 1140px; height: 29px;
    background: transparent;
    font-size: 12px;
    font-family: Verdana, Helvetica, Arial, Sans-Serif;
    padding: 0px; margin: 21px 0px 0px 0px;
	border-bottom: 2px solid #073365;
    text-align: left;
    clear: both;
    float: left;
    }
#menu ul {
	display: block;
	float: left;
	width: 1030px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	}
#menu li {
	float: left;
	list-style-type: none;
	margin: 0px 0px 0px 4px;
	padding: 0px;
	background: none;
	}
#menu ul li:hover, #menu ul li.hover, #menu ul li.current-menu-item, #menu ul li.current-post-parent {
	background: #073365;
	}
#menu ul li:hover a, #menu ul li.hover a, #menu ul li.current-menu-item a, #menu ul li.current-post-parent  a {
	color: #ffffff;	
	text-decoration: none;
	background: #073365;
	}
#menu ul li.current-menu-item a:hover, #menu ul li.current-post-parent a:hover {
	text-decoration: underline;
	}
#menu ul li a {
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 8px 20px 8px 0px;
	margin: 0px 0px 0px 15px;
	background: none;
	}
#menu ul li a:hover {
	color: #ffffff;
	text-decoration: none;
	background: #073365;
	}

/*************************************
	Main Container
**************************************/
#container { 
	background: #ffffff;
	width: 1120px;
	text-align: left; 
	margin: 0 auto;
	padding: 0px 10px;
	border: 0px solid black;
	clear: both;
	}
.container-bot-bg {
	clear: both;
	height: 9px;
	width: 1140px;
	display: block;
	margin: 0px auto;
}
/*************************************
	Content
**************************************/
#content, #content-bottom {
	width: 740px; 
	float: left; 
	margin: 14px 0px 0px 5px;
	display: block;
	}
p, #content div, #content-bottom div {
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
	font-size: 13px;
	}
#content p img, #content-bottom p img{
	border: none;
	padding: 0px 5px 15px 0px;
	}
#content ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 35px;
	}
#content ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 13px;
	}
	
#content li {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	}
	
#content ul li {
	list-style: square outside;
	margin: 0px 30px 0px 30px;
	padding: 5px 0px 0px 5px;
	}
#content .post-meta-top, #content-bottom .post-meta-top {
	display: block;
	margin: 8px 0px 15px 0px;
	padding: 5px 10px;
	font-size: 12px;
	color: #8E8F91;
	clear: both;
}
#content .post-meta-bottom, #content-bottom .post-meta-bottom {
	background: #FBFCFE url(images/postmetabottombg.jpg) bottom left no-repeat;
	display: block;
	border-top: 1px solid #DFE3E6;
	margin: 0px 0px 15px 0px;
	padding: 12px 10px;
	font-size: 12px;
	color: #535353;
	clear: both;
}
.post-meta-bottom a {
	color: #535353;
	text-decoration: none;
}
.post-meta-bottom a:hover {
	text-decoration: underline;
}
.cat {
	float:  left;
	width: 80%;
	text-align: left;
}
.cat .cats {
	background: url(images/catbg.gif) 0px 0px no-repeat;
	padding: 0px 0px 0px 18px;
}
.cat .tags {
	background: url(images/tagbg.gif) 0px 0px no-repeat;
	padding: 0px 0px 0px 18px;
	margin-left: 10px;
}
.comm {
	float: right;
	width: 20%;
	text-align: right;
}
.comm span {
	background: url(images/commbg.gif) 0px 0px no-repeat;
	padding: 0px 0px 0px 18px;
}
.auth {
	float: left;
	width: 50%;
	text-align: left;
}
.auth span {
	background: url(images/authbg.gif) 0px 1px no-repeat;
	padding: 0px 0px 0px 15px;
}
.auth a {
	text-decoration: none;
}
.date {
	float: right;
	width: 50%;
	text-align: right;
}
.date span {
	background: url(images/datebg.gif) 0px 0px no-repeat;
	padding: 0px 0px 0px 18px;
}
/*********************************************
		Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 15px 0px;
	padding: 2px 0px;
	height: 22px;
}
.nav-previous {
	width: 249px; 
	float: left; 
	text-align: left;
	margin: 2px 0px;
}
.nav-next {
	width: 249px; 
	float: right; 
	text-align: right;
	margin: 2px 0px;
}
.page-nav a {
	text-decoration: none;
}
.nav-previous a {
	padding-left: 10px;
}
.nav-next a {
	padding-right: 10px;
}
/*************************************
**************************************
	Comments
**************************************
**************************************/
#comments-wrap {
}

/*	Headers	*/

#comments-wrap h6 {
	font-size: 20px;
}

/*	Comments	*/

.commentlist {	
}
.gravatar { 
	margin: 10px 0 10px 10px;
	float: left;
	width: 69px;
	}
.thecomment {
	margin: 0px 0px 20px 0px;
	overflow: hidden;
	border: 1px solid #CCC;
}
.authorcomment .comment-body {
	border-top: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
	border-left: 1px solid #D3D3D3;
}
.comment-body {
	margin: 0px; padding: 10px;
	float: right;
	width: 635px;
}
.comment-metadata {
	background: #4A7BB5;
	padding: 10px;
	color: #FFF;
}
.comment-metadata a, .comment-metadata a:visited {
	color: #FFF;
}
.comment-metadata a:hover {
	color: #FF8800;
}
.authorcomment {
	border: 1px solid #CCC;
	margin: 0px 0px 20px 0px;
	overflow: hidden;
}
.authorcomment .comment-body {
	border: none;
}
.authorcomment .comment-metadata {
	background: #FCF4C7;
	padding: 11px 10px;
	color: #AD5433;
}
.authorcomment .comment-metadata a {
	color: #AD5433;
}
.authorcomment .comment-metadata a:hover {
	color: #FF8800;
}

/*	Comment Form	*/

#commentform {
}

#content img.wp-smiley {
float: none;
border: none;
padding: 0px;
margin: 0px;
}

#content img.wp-wink {
float: none;
border: none;
padding: 0px;
margin: 0px;
} 

/*************************************
	Sidebar
**************************************/
#sidebar {
	float: right;
	display: block;
	width: 356px;
	margin: 14px 0px 10px 0px; padding: 0px 0px 0px 0px;
}
#sidebar .sidebar-bot {
	background: url(images/sidebarwrap-bot.gif) bottom left no-repeat;
	display: block;
	height: 20px;
	clear: both;
}
#sidebar ul, #front_list ul, #front_list ul li {
	list-style-type: none;
}
#sidebar .ads {
	text-align: center;
	padding: 0px 0px 20px 0px;
}
#sidebarwrap {
	background: #EAF4FF url(images/sidebarwrap-top.gif) top left no-repeat;
	padding: 15px 0px 0px 0px;
	margin: 0px;
	border: none;
}

/*************************************
	Popular Posts Section
**************************************/
#sidebar #sidebarwrap #popular {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font-size: 11px;
	background: #CDEBFE url(images/popular-top.gif) top left no-repeat;
}
#popular_l {
	float: left;
	width: 155px;
	margin: 0px; padding: 0px 10px 15px 10px;
	background: #CDEBFE url(images/popular-bottom.gif) bottom left no-repeat;
}
#popular_r {
	float: right;
	width: 155px;
	margin: 0px; padding: 0px 10px 15px 10px;
}
#popular-bottom {
	clear: both;
	width: 356px;
	height: 7px;
	background: #CDEBFE url(images/popular-bottom.gif) bottom left no-repeat;
}
#popular ul li {
	margin: 0px; padding: 0px;
}
#popular ul li ul {
	border-top: 1px solid #C1D8E6;
	padding:  0px;
}
#popular ul li ul li {
	margin: 0px; padding: 5px 15px;
	border-bottom: 1px solid #C1D8E6;
	background: url(images/bullet-arrow.gif) 5px 9px no-repeat;
}
#popular ul li ul li a, #popular ul li ul li a:visited {
	color: #003399;
	padding: 0;
	margin: 0px;
	text-decoration: none;
}
#popular ul li ul li a:hover {
	text-decoration: underline;
}

/*************************************
	Left Sidebar
**************************************/
.l_sidebar {
	float: left;
	display: block;
	width: 160px;
	font-size: 11px;
	margin: 0px; padding: 0px 0px 0px 10px;
}
#front_list .l_sidebar{
	width: 440px;
	font-size: 10pt;
}
.l_sidebar ul, .l_sidebar ul li {
	margin: 0px; padding: 0px;
}
.l_sidebar ul li ul {
	border-top: 1px solid #C1D8E6;
}
.l_sidebar ul li ul li {
	margin: 0px; padding: 0px 0px 0px 10px;
	border-bottom: 1px solid #C1D8E6;
	background: url(images/bullet-arrow.gif) 5px 9px no-repeat;
}
.l_sidebar ul li ul li a, .l_sidebar ul li ul li a:visited {
	color: #003399;
	display: block;
	padding: 5px 3px;
	margin: 0px;
	text-decoration: none;
}
.l_sidebar ul li ul li a:hover {
	text-decoration: underline;
}
.l_sidebar ul li ul li ul li {
	border-bottom: 1px solid #EAF4FF; /*IE Bug Fix */
	border-top: 1px solid #C1D8E6;
	background: none;
	margin:  0px; padding: 0px;
}
.l_sidebar ul li ul li ul li a, .l_sidebar ul li ul li ul li a:visited {
	color: #003399;
	padding: 5px 3px 5px 10px;
	margin: 0px;
	text-decoration: none;
}
.l_sidebar ul li ul li ul {
	border: none;
	padding: 0px; margin: 0px;
}
.l_sidebar ul li ul li ul li a:hover {
	text-decoration: underline;
}

/*************************************
	Right Sidebar
**************************************/
.r_sidebar {
	float: right;
	display: block;
	width: 160px;
	font-size: 11px;
	margin: 0px; padding: 0px 10px 0px 0px;
}
#front_list .r_sidebar{
	width: 290px;
	font-size: 10pt;
}
.r_sidebar ul, .r_sidebar ul li {
	margin: 0px; padding: 0px;
}
.r_sidebar ul li ul {
	border-top: 1px solid #C1D8E6;
}
.r_sidebar ul li ul li {
	margin: 0px; padding: 0px 0px 0px 10px;
	border-bottom: 1px solid #C1D8E6;
	background: url(images/bullet-arrow.gif) 5px 9px no-repeat;
}
.r_sidebar ul li ul li a, .r_sidebar ul li ul li a:visited {
	color: #003399;
	display: block;
	padding: 5px 3px;
	margin: 0px;
	text-decoration: none;
}
.r_sidebar ul li ul li a:hover {
	color: #003399;
	text-decoration: underline;
}
.r_sidebar ul li ul li ul li {
	border-bottom: 1px solid #EAF4FF; /*IE Bug Fix */
	border-top: 1px solid #C1D8E6;
	background: none;
	margin:  0px; padding: 0px;
}
.r_sidebar ul li ul li ul li a, .r_sidebar ul li ul li ul li a:visited {
	color: #003399;
	padding: 5px 3px 5px 10px;
	margin: 0px;
	text-decoration: none;
}
.r_sidebar ul li ul li ul {
	border: none;
	padding: 0px; margin: 0px;
}
.r_sidebar ul li ul li ul li a:hover {
	color: #003399;
	text-decoration: underline;
}
/*************************************
	Footer
**************************************/
#text-link-ads {
	padding: 15px;
	text-align: left;
	clear: both;
	}

/*************************************
	Footer
**************************************/
#footer { 
	padding: 15px 5px 30px 5px;
	margin:  0px 0px 0px 0px;
	text-align: center;
	clear: both;
	background: #4C7CB5 url(images/footer-bg.jpg) repeat-x;
	color: #FFF;
	}
#footer a {
	color: #9BB1BB;
}
#footer-wrap {
	width: 1070px;
	margin: 0px auto;
}



/*************************************
	Misc
**************************************/
.alignright { 
	float: right;
	margin-left: 10px;
	}
.alignleft { 
	float: left;
	margin-right: 10px;
	}
.aligncenter { 
	display: block;
	margin: 0 auto;
	}


.bigbutton{
	background:transparent url(/images/button.gif) no-repeat;
	color:#FFFFFF;
	display:block;
	float:right;
	font-family:Georgia;
	font-size:12px;
	font-weight:bold;
	height:29px;
	margin-left:141px;
	padding-top:9px;
	text-align:center;
	width:121px;
	margin-bottom: 10px;
}

.usefulpost{
	background: #F7F7F7;
	color: #000000;
	text-align: center;
	margin: 0px 0px 50px 0px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #E6E6E6;
}

.usefulpost p{
	font-size: 1.25em;
}

.usefulpost form{
	margin: 0 10px 0 0;
	display: inline;
}

#popin{
	width:100%;
	position:fixed;
	bottom: -120px;
	display: none;
	cursor:pointer;
}

#popin_close, #popup_close{
	width: 99%;
	text-align: right;
}

#popin_close span{
	cursor: pointer;
	width:50px;
	height:50px;
	display:block;
	float:right;
	background:url('/images/close.png');
	margin-top: -20px;
}

#popup_close span{
	cursor: pointer;
	color: #999999;
	text-decoration: underline;
}

#popin_body {
	text-align: left;
	background: url('/images/popinbg.jpg');
	color: white;
	padding: 10px;
	height: 80px;
}

#popin_body .head{
	color: #000000;
	font-weight: bold;
	font-size: 13pt;
}

#popin_body .action{
	color: #122c9b;
	font-weight: bold;
	text-decoration: underline;
}

#black_overlay{
  display:none;
  background-color: #000000;
  height: 100%;
  left: 0px;
  filter:alpha(opacity=75); 
  -moz-opacity: 0.75; 
  opacity: 0.75; 
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100;
}

#popup{
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  background: #ffffff;
  border: 2px solid black;
  padding:10px;
  z-index: 101;
  width: 460px;
}

a img.alignleft:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

a.play{
	display: block;
	float: left;
	background: url('/images/play.jpg') no-repeat 50% 50%;
}

#welcome_overlay{
  display:none;
  background-color: #000000;
  height: 100%;
  left: 0px;
  filter:alpha(opacity=50); 
  -moz-opacity: 0.5; 
  opacity: 0.5; 
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100;
}
#welcome{
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  background: #ffffff;
  border: 2px solid #cccccc;
  padding:10px;
  z-index: 101;
  width: 280px;
  text-align: center;
}
#welcome h4{
	display: block;
	font-size: 1em;
	float: left;
	width: 245px;
	margin: 0;
}
#welcome a.x{
	border: 1px solid #cccccc;
	padding: 3px;
	line-height: 6px;
	display: block;
	float: right;
	width: 15px;
	height: 10px;
	color: #999999;
	text-decoration: none;
}
#welcome a.x:hover{
	background: #cccccc;
	color: #ffffff;
	text-decoration: none;
}
#welcome a.close{
	border: 1px solid #333333;
	padding: 0 3px;
	color: #333333;
	text-decoration: none;
}
#welcome a.close:hover{
	background: #333333;
	color: #ffffff;
	text-decoration: none;
}

.note {
	text-align: center;
	margin-bottom: 10px;
	padding-top: 5px;
	font-size: 10pt;
	background: #CDEBFE url(images/popular-top.gif) top left no-repeat;
}

.social {
	float: left;
	margin-right: 10px;
}

#top-ad{
	text-align: center;
	margin-bottom: 20px;
}