/*
Theme Name: My Blue WP
Theme URI: http://www.free-wordpress-theme.net/
Description: My theme
Version: 1.1
Author: V
Author URI: http://www.wordpress-solutions.net/
Tags: 3 columns layout,ads ready, widget ready, fixed width.	
*/


/*============================================================
	General Specifications
==============================================================*/

* :focus { outline: 0; }

body {
  	font-size: 12px;
	font-family: Georgia, Verdana, Arial, Sans-Serif;
	background: #03091f url(images/bg.jpg) top repeat;
	color: #000;
	text-align: center;
	margin: 0;
	padding: 0;
	}

#page {
	margin: 0px auto;
	text-align: left;
	padding: 0;
	width: 1000px;
	}

.depth-1 {
	border: 1px solid #ddd;
    	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 15px;
	}

h1, h2, h3 {
	font-family: Georgia, 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	font-size: 22px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#26a3ff;
	}

h2, h2 a, h2 a:hover, h2 a:visited {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color: #26a3ff;
	}

h3, h3 a, h3 a:hover, h3 a:visited {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#26a3ff;
	}

h4, h4 a, h4 a:hover, h4 a:visited {
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#26a3ff;
	}

h5, h5 a, h5 a:hover, h5 a:visited {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#26a3ff;
	}

h6, h6 a, h6 a:hover, h6 a:visited {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	color:#26a3ff;
	}

a, a:visited{
	color: #1e5dad;
	text-decoration: none;
	}

a:hover {
	color: #fff;
	text-decoration: none;
	}

code {
	font: 12px 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 10px;
    	cursor: help;
	}

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

blockquote {
	margin: 15px 30px 0 10px;
	padding: 1px 15px;
	border-left: 3px solid #26a3ff;
	font-style: oblique;
	}

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

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

.navigation {
	width: 500px;
	float: left;
  	display: block;
	text-align: center;
	margin: 10px 35px;
	padding: 0 0 10px 0;
    	font-weight: bold;
	text-align: right;
	}

#search{
	width: 200px;
	height: 50px;
	float: left;
	}

#searchform {
	width:200px;
	background: #efefef;
	color: #000;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
    	margin: 20px 5px 10px 150px;
	padding: 2px 2px 1px 2px;
	}

#submit {
	background: #26a3ff;
	margin: 20px 0 0 0;
	position: absolute;
	padding: 2px;
	color: #000;
	font-weight: bold;
	border: none;
	}

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

select {
	width: 130px;
	}

.tdomf_categories{
	width: 250px;
	}


/*==========================================================
	Header
============================================================*/

#header {
	background: url(images/header.jpg) top no-repeat;
	width: 1000px;
	height: 90px;
	margin: 0px;
	padding: 0;
	float: left;
	}

#description {
	float: left;
	width: 500px;
	margin: 37px 0 0 25px;
	padding: 0;
	text-align: center;
	}

#social{
	width: 400px;
	float: left;
	margin: 33px 0 0 60px;
	}



/*===================================================================
	Menu bar (pages menu)
=====================================================================*/

#menu{
	width: 960px;
	height: 49px;
	float: left;
	background: url(images/menu.jpg) top no-repeat;
	margin: 0 0 5px 0;
	padding: 0 20px;
	}

ul#navlist {
	margin: 6px 0 0 0px;
	padding: 0;
	white-space: nowrap;
	float:left;
	width:675px;
	}

ul#navlist li {
	float: left;
	background: url(images/separator.png) top right no-repeat;
	display:inline;
	list-style-type: none;
	padding: 0 2px 0 0px;
	}

ul#navlist li a {
	height: 31px;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #000;
	margin:0 0 0 0;
	padding: 10px 15px 0 15px; 
	display:block;
	float:left;
	text-decoration: none;
	}

ul#navlist li a:hover {
	background: url(images/hover.png) top no-repeat;
	color: #01090c;
	}

ul#navlist li.current_page_item a { 
	background: url(images/hover.png) top no-repeat;
	color: #f3f3f3;
	} 
 

#cse-search-box{
	margin: 10px 0 0 0;
	}

#gbutton{
	background: url(images/search.png) top no-repeat;
	width: 67px;
	height: 23px;
	border: none;
	text-indent: -999999px;
	}

@media screen and (-webkit-min-device-pixel-ratio:0){
ul#navlist {
	width:670px;
	}
}



/*=====================================================================
	Blog page
=======================================================================*/

#pbody {
	width:1000px;
	margin:0;
	float: left;
	}

#content {
	width:620px;
	margin:0 0 0 25px;
	padding: 0;
	float:left;
	overflow: hidden;
	}


/*=====================================================================
	Sliding Boxes
=====================================================================*/

#mainbox{
	width: 970px;
	float: left;
	margin: 0 15px;
	}

.postsmall, .adsense{
	width: 300px;
	height: 250px;
	float: left;
	margin: 0 0px 10px 10px;
	padding: 5px;
	overflow: hidden;
	background: #061b38;
	}

#adsense{
	width: 250px;
	float: left;
	margin: 0 0px 10px 10px;
	padding: 5px;
	overflow: hidden;
	background: #061b38;
	}
	

.boxgrid {
	width: 300px;
	height: 250px;
	margin:0px;
	float:left;
	overflow: hidden;
	position: relative;
	}

.boxgrid img{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	}

.boxcaption{
	float: left;
	position: absolute;
	border-top: 2px solid #03091f;
	background: #061b38;
	height: 250px;
	width: 100%;
	opacity: .8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	}

.cover{
	top:250px;
	left:0;
	padding: 5px 0 0 0;
	text-align: justify;
	color: #fff;
	font-size: 12px;
	}

.cover a, .cover a:visited{
	color: #26a3ff;
	}

.cover a:hover{
	color: #afdaf1;
	}

.cover p{
	padding: 0 5px;
	}

h2.box, h2.box a, h2.box a:hover, h2.box a:visited{
	font-size: 16px;
	font-weight: bold;
	color:#26a3ff;
	text-transform:capitalize;
	margin: 0 5px 10px 5px;
	text-align: left;
	}


/*=========================================================================
	Mainsidebar
==========================================================================*/

#mainsidebar{
	background: #124691;
	width: 960px;
	float: left;
	margin: 0 0 0 20px;
	}

#main1, #main2, #main3{
	width: 298px;
	min-height: 283px;
	float: left;
	padding: 5px 10px;
	}

#main1{
	background: #124691 url(images/horz1.jpg) top no-repeat;
	}

#main2{
	background: #124691 url(images/horz2.jpg) top no-repeat;
	border-left: 3px solid #03091f;
	border-right: 3px solid #03091f;
	}

#main3{
	background: #124691 url(images/horz3.jpg) top no-repeat;
	}

.mainwidget{
	width: 285px;
	padding: 0 5px;
	float: left;
	}
	
#mainsidebar h2 {
	width: 268px;
	background: #061b38;
	border-bottom: 3px solid #03091f;
	text-align:left;
	color: #26a3ff;
	margin: 5px 0;
	padding: 5px 10px;
	font-style: normal;
	font-family: georgia;
	font-size: 18px;
	}

#mainsidebar li{
	list-style-type: none;
	}

#mainsidebar ul {
	list-style-type: none;
	margin: 0 ;
	padding: 0;
	}

#mainsidebar ul ul  {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#mainsidebar ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	}

#mainsidebar ul ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	}
	
#mainsidebar ul li {
	height:100%;
	line-height:18px;
	}

#mainsidebar p {
	padding: 7px 10px;
	margin:0;	
	}

#mainsidebar table {
	width:100%;
	text-align:center;
	}	

#mainsidebar ul li {
	list-style-type: none;
	}

#mainsidebar ul li a:link, #mainsidebar ul li a:visited {
	color: #000;
	text-decoration: none;
	padding: 5px;
	display:block;
	border-bottom:1px dashed #1865b5;
	margin: 0;
	}

#mainsidebar ul li a:hover {
	color:#fff;
	}

#mainsidebar .postform{
	background: #b0b8c1;
	width: 265px !important;
	margin: 0 0 10px 3px;
	}

 

/*==========================================================================
	The actual Blog post look
============================================================================*/

.post {
	float: left;
	margin: 0;
	text-align: justify;
	font-size:14px;
	padding: 0;
	}

#solopost{
	width: 620px;
	float: left;
	margin: 0;
	padding: 0;
	}

#soloentry, #related{
	width: 590px;
	padding: 0 10px;
	background: #061b38;
	float: left;
	margin: 10px 0;
	color: #a4b3bf;
	}

#related{
	width: 570px !important;
	padding: 10px 15px 10px 25px!important;
	}
	

h1.theme, h1.theme a, h1.theme a:hover, h1.theme a:visited {
	background: #061b38;
	width: 590px;
	float: left;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 5px 10px;
	text-decoration: none;
	color: #8ca0b0;
	}

h2.title, h2.title a, h2.title a:hover, h2.title a:visited {
	width: 590px;
	float: left;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 0px 0;
	padding: 5px 10px;
	text-decoration: none;
	color: #8ca0b0;
	}

.title{
	background: #061b38;
	}

#hold{
	background: #061b38;
	width: 590px;
	height: 60px;
	padding: 10px;
	float: left;
	}
	

#demo, #download {
	background: #26a3ff;
	width: 150px;
	padding: 5px 10px;
	border: 1px solid #061b38;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	text-align: center;	
	}

#demo{
	float: left;
	margin: 10px 35px 0px 35px;
	}

#download{
	float: right;
	margin: 10px 45px 0px 35px;
	}

#demo a, #download a, #demo a:visited, #download a:visited  {
	color: #000;
	}

#demo a:hover, #download a:hover{
	color: #fff;
	}

.post hr {
	display: block;
	}

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

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

.clear {
	clear: both;
	}

#solopost ul {
	margin-left: 0px;
	padding: 0 0 0 10px;
	list-style-type: disc;
	list-style-position: inside;
	text-indent: 5px;
	}

#solopost li {
	margin: 7px 0 8px 10px;
	}

#solopost ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

#solopost ol li {
	margin: 0;
	padding: 0;
	}

/*===================================================
	Sidebar
=====================================================*/

#cat{
	width: 90% !important;
	margin: 10px 0 20px 5px;
	}

.ads_small {
	margin: 10px 0 0 20px;
	}

.ads_small img, .codz {
	float: left;
	padding: 5px;
	}

#sidebar{
	width: 320px;
	float: right;
	padding: 0;
	margin: 0 25px 0 0;
	font-size: 12px;
	overflow: hidden;
	}

.widget{
	width: 310px;
	padding: 0 5px 5px 5px;
	float: left;
	background: #144591 url(images/widget.jpg) top no-repeat;
	margin: 0 0 7px 0;
	}

#sidebar h2 {
	float: left;
	width: 300px;
	height: 24px;
	background: url(images/stitle.jpg) top no-repeat;
	text-align:left;
	color: #26a3ff;
	font-style: normal;
	font-family: georgia;
	font-size: 18px;
	margin: 0px 0 1px 0;
	padding: 7px 10px 5px 10px;
	}

#sidebar li{
	list-style-type: none;
	}

#sidebar ul {
	list-style-type: none;
	margin: 0 ;
	padding: 0;
	}

#sidebar ul ul  {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#sidebar ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	}

#sidebar ul ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	}
	
#sidebar ul li {
	height:100%;
	line-height:18px;
	}

#sidebar p {
	padding: 7px 10px;
	margin:0;	
	}

#sidebar table {
	width:100%;
	text-align:center;
	}	

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

#sidebar ul li a:link, #sidebar ul li a:visited {
	color: #000;
	text-decoration: none;
	padding: 5px;
	display:block;
	border-bottom:1px dashed #1865b5;
	margin: 0;
	}

#sidebar ul li a:hover {
	color:#fff;
	}

/* Calendar */

#wp-calendar {
	width: 90%;
	margin: 0px;
	padding: 0px;
	empty-cells: show;
	}

#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;
	}

#wp-calendar caption {
	width: 90%;
	margin-left: 0px;
	padding-top: 10px;
	text-align: center;
	}

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

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

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

#wp-calendar caption {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	text-align: center;
	}


/*=======================================================================
	WP Navi
=======================================================================*/

#navigation {
	width: 100%;
	float: left;
  	display: block;
	text-align: center;
	margin: 0 10px 0 0;
	padding: 5px 0 10px 0;
    	font-weight: bold;
	}

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #1e94eb;
	background-color: #061b38;
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #1e94eb;
	background-color: #061b38;
}
.wp-pagenavi a:hover {	
	color: #061b38;
	background-color: #1e94eb;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #061b38;
	background-color: #1e94eb;
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #1e94eb;
	background-color: #061b38;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	color: #061b38;
	background-color: #1e94eb;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	color: #1e94eb;
	background-color: #061b38;
}



/*================================================================
    Begin Comments
==================================================================*/

#replies{
	width: 620px;
	float: left;
	overflow: hidden;
	margin: 10px 0 0 0;
	}

#respond{
	float:left;
	padding: 0 0 30px 0;
	margin: 0px;
	}

h3.comments{
	font-size: 18px;
	text-align: center;
	margin: 0 10px;
	padding: 5px 10px 0 10px;
	color: #1d77cd;
	}

ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	float: left;
	padding: 0;
	}

.commentlist cite {
	border-bottom: 3px solid #124692;
	float: left;
	width: 590px;
	padding: 10px;
	display:block;
	font-style:normal;
	margin: 0 0 2px 0;
	color: #495562;
	}	

.commentlist cite img {
	float:left;
	margin-right:9px;
	border: 3px solid #061b38;
	}

.commentlist .author, .commentlist .author a, .commentlist .author a:visited {
	font: small-caps bold 16px Georgia, "Times New Roman", Times, serif;
	color: #24a5f9;
	}

.commentlist .author a:hover{
	color: #fff;
	}

.commenttext {
	background: #061b38;
	float: left;
	width: 590px;
	padding: 0 10px;
	display:block;
	font-style:normal;
	margin: 0;
	color: #a4b3bf;
	}

#commentform input {
    	background: #efefef;
	color: #000;
	width: 170px;
	padding: 2px;
	margin: 5px 0px 1px 5px;
	}

#commentform {
    	margin: 5px 10px 0 0;
	color: #a4b3bf;
	}

#commentform textarea {
	background: #efefef;
	color: #000;
	width: 500px;
	padding: 2px;
	margin: 5px 0 10px 5px;
	}

#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

#commentform #submit {
	margin: -5px 0 10px 5px;
	float: left;
	background: #124692;
	width: 80px;
	height: 28px;
	border-top: 1px solid #1c77ca;
	border-right: 1px solid #1c77ca;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #fff;
	font-weight: bold;
	}

#commentform p {
	margin: 5px 10px;
    	font-weight: normal;
	line-height: 14px;
	text-transform: none;
    	font-family: Georgia,'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

/*=======================================================================
	Footer
=========================================================================*/

#footer {
	background: url(http://thepimppanther.com/wp-content/themes/my_blue_wp/images/footer.png) top no-repeat;
	width:980px;
	float:left;
   	padding: 10px;
	margin: 0;
	clear: both;
	text-align: center;
	color: #1d72c3;
	}

#footer a, #footer a:visited{
	color: #1d81d7;
	}

#footer a:hover{
	color: #2278b1;
	}


/*===============================================================
    Begin Images
=================================================================*/

p img {
	padding: 0;
	max-width: 100%;
	}

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

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

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

.alignright {
  display: block;
   	float: right;
   	}

.alignleft {
    display: block;
   	float: left;
	}

a img {
	border: none;
	}


/*=================================================================
    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;
	}