/*  
Theme Name: ColdBlue
Theme URI: http://www.happydirectory.info
Description: ColdBlue
Author: AddLinkUrl
Author URI: http://www.happydirectory.info
*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #030303;}
a:hover {color: #030303;}
a img {border: none;}

body {
	background:#000 url('img/bg.png') repeat-x;
	color: #030303;
	font: normal 62.5% Arial,sans-serif;
	padding-top: 10px;
}

p, code, ul {padding-bottom: 1.2em;}

a:link, a:visited{
    text-decoration: undeline;
    color: #0208f8;  
}

li {list-style: none;}

h1 {
   font: normal 2.0em Arial Black,sans-serif;
   padding: 6px 0 0 5px;
   }
h2 {font: normal 1.6em Arial Black, sans-serif;}
h3 {font: bold 1em Arial,sans-serif;}

h1, h2 {color: #040404; margin-bottom: 4px;}

h3 {padding-top: 15px; color: #040404; margin-bottom: 4px;}

code {
	background: #FFFffd;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #040404;
	display: block;
	font: normal 1em Arial,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	font-weight: bold;
	padding-left: 28px;
      border-left: 1px dotted #121212;
}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	background: #fff;
	font-size: 1.2em;
	margin: 0 auto;
	width: 894px;
    border: 8px solid #fffffa;
}

.outer-container {
	padding-bottom: 15px;
}

/* headere & title */
.header {
	background: transparent url('img/header.jpg') no-repeat;
	height: 308px;40404
	margin-bottom: 0px;
	text-align: left;
}
.header .title {
	color: #0;
	padding-top: 123px;
	padding-left: 370px;

}
.header .title .sitename a {
	color: #f8f9f9;
	font: 3.8em Arial;
	padding-bottom: 2px;
	text-decoration: none;
      line-height:40px;
}
.header .title a:hover {color: #f5f9f9;}
.header .title .slogan {
	font: normal 1.2em Arial,sans-serif;
	padding-top: 3px;
	padding-left: 5px;
	color: #f2fafa;
}




/* main */
.main {
	background:#fff;
	padding: 8px 12px 0 0;
}

/* content */
.content {
	float: left;
	width: 630px;
	padding-left: 1px;
}
.content .descr {
	color: #040404;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	line-height: 1.4em;
	list-style: decimal;
	margin-left: 48px;
}
.content p {
      font-family: Arial,sans-serif,"Lucida Sans Unicode";
      font-size: 13px;
      padding-top: 20px;}

.entry {
      padding-top: 20px;
      padding-left: 5px;}

/* navigation */
.navigation {
	float: right;
	width: 220px;
}

.navigation a{
	color: #040404;
}

.navigation h2 {
      background: transparent url('img/navh2.gif') no-repeat left;
	font: bold 1.5em Arial,sans-serif;
	line-height: 30px;
 	margin-top: 20px;
      width: 204px;
	padding-left: 23px;
      border-bottom:1px solid #040404;
}
.navigation ul {
	padding: 0;
}

.navigation li a {
	font-size: 13px;
      margin-left: 3px;
	display: block;
	padding: 7px 0 8px 7%;
	text-decoration: none;
	width: 95%;
      border-bottom: 1px dotted #040404;
}
.navigation li a:hover {
	text-decoration: underline;	
}

a {color: #f9fafb;}
a:hover {color: #f9fafb;}
/* footer */
/* footer */
.footer {
	background: transparent url('img/footer.gif') no-repeat;
	color: #fcf9f9;
	padding: 2% 3% 3px;
}

.bottom a {
      color: #fffbfb;
      text-decoration: none;
	border-bottom: 1px dotted #fffbfb;
}

.bottom a:hover {
	background: none;	
	border-bottom: 1px solid #fffbfb;
}

.col3, .col3center {
	float: left;
	width: 255px;
}

.col3 h2, .col3center h2, .col3center h2 {
	color:#CEAD00;
      padding-left: 10px;
}

.col3center {margin: 0 3%;}

/* bottom */
.bottom {
	color: #fdfdfb;
	clear: both;
	font-size: 1.1em;
}

/* posts */

.post h1 a {
	color: #040404;
	text-decoration: none;
}
.post h1 a:hover {
	color: #040404; 
}

.post {margin: 6px 0 30px;
 	background: #fefbfb url('img/h1b.gif') no-repeat;
      
}
.post .info{
	border-top: 1px dotted #232e30;
	color: #040404;
	margin: 2px 0 4px;
	padding: 5px 0px 15px 5px;
	text-align: left;
}
.post img {
	border: none;
}

.post a img {border: none; }
.post a:hover img {border: none; }

.info a {color: #70716e; text-decoration: none; }
.info a:hover {color: #70716e; text-decoration: underline;}

/* 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: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* comments */
.content ol li {
	background: none;
}

.commentlist {margin: 0; padding: 0;}
.commentlist li {
	margin-bottom: 1.2em;
	list-style: decimal;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
      background:#040404;
	}
#commentform input:hover {
      background:#040404;
	}
#commentform textarea {
	width: 70%;
	padding: 2px;
      background:#040404;
      color:#040404;
	}
#commentform textarea:hover {
      background:#fe1818;
	}
#commentform #submit {
	margin-right: 200px;
	float: right;
      background:#ebeaea;
      color: #fffffb;
	}

.alt {
	margin: 0;
	padding-top: 5px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist p {
	margin: 0px 0px 0px 0;
	}

#commentform p {
	margin: 0px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.commentmetadata a{
      color: #232e30;
	}

textarea.styled {width: 280px;}

.styled {
	font-size: 1.1em;
	background: #F8F7F6;
	border: 1px solid #D6D3D3;
}
.styled:hover {
	background: #FFFffc;
	border: 1px solid #D6D3D3;
}
.styled:focus {
	background: #FFFffc;
	border: 1px solid #D6D3D3;
}
#commentform input {margin-bottom: 0px; color:#313030;}

/* calendar */
#wp-calendar {color:#A0A0A0;}

.navigation table caption {border-bottom-color:#000;}

.navigation table thead tr {
  color:#A53512;
}

.navigation table th {border-bottom-color:#000;}

.navigation table td#today {
  border-color:#000;
  color:#A53512;
}

.navigation table td a {
  border-bottom-color:#000;
  background-color:#EDF3Df;
}

.navigation table tfoot {border-top-color:#000;}

.navigation table tfoot a {background:none;}

/* calendar
--------------------------------------------------*/
#wp-calendar {
  display:inline-table;
  border-collapse:collapse;
  width:185px;
  text-align:center; margin5px
}

.navigation table caption {
  margin: 0px 10px 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  letter-spacing: 0.1em;
}

.navigation table thead tr {border-bottom:1px solid;}

.navigation table th {border-bottom:1px solid;}

.navigation table td {
  width: 225px; /* maximaize width; honestly, I don't know much about tables... */
  padding: 1px;
  font-size: 0.9em;
}

.navigation table td#today {
  padding: 0;
  border: 1px solid;
  font-size: 1em;
  font-weight: bold;
}

.navigation table td a {
  display: block;
  border-bottom: 1px solid;
  font-weight: bold;
  font-size: 1.15em;
}

.navigation table tfoot {border-top:1px solid;}
.navigation table tfoot a {
  border: none;
  font-weight: bold;
}
.navigation table tfoot #prev a {text-align:left;}
.navigation table tfoot #next a {text-align:center;}

#searchform {
	margin: 0px auto; 
	padding-left: 0px; 
	padding-top: 10px;
	text-align: center;
	}
#sidebar #searchform #s {
	width: 50px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	background:#e50408;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	padding: 0px;
	}

#searchform #searchsubmit{

	background:#060606;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #f8faf5;
	padding: 0px; 
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.rss-feed { background: #FFFFDD url('img/rss-feed.gif') repeat-x 0 0; border: 1px solid #D1D3D5; margin-left:0; margin-right:0; margin-top:2.0em; margin-bottom:0; padding-left:15px; padding-right:15px; padding-top:1.5em; padding-bottom:0.75em }
.rss-feed h4 { color: #fdfeff; margin: 0; }
.rss-feed img#rss-feed-icon { float: left; border: 0px none; margin-right: 5px; padding: 0 }

.alignright {
	float: right;
      padding-right:10px;
	}

.alignleft {
	float: left;
      padding-left:0px;
	}

.alignrighttt {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	float: right;
	padding: 0px 10px 0px 23px;
	}

.alignrighttt a{
      text-decoration: none;
      color: #080808;
      font-weight: bold;
	}

.alignrightttt a{
	float: right;
      font-size: 13px;
      text-decoration: none;
      color: #080808;
      padding-top: 7px;
      font-weight: bold;
	}
.alignrightttt a:hover{
      text-decoration: underline;
	}
.alignlefttt {
	float: left;
      padding-left:0px;
      color: #080808;
	font-size: 0.9em;
	}

.alignlefttt a{
      text-decoration: none;
      color: #080808;
	}

.alignleftttt a{
	float: left;
      font-size: 13px;
      text-decoration: none;
      color: #080808;
      padding-top: 7px;
      font-weight: bold;
	}
.alignleftttt a:hover{
      text-decoration: underline;
	}
.alignleftt {
	float: left;
      padding-left:5px;
      padding-top:10px;
	}

.single{
      border-bottom: 1px solid #080808;
}

.entry ul li{
	list-style: none;
}

h2.pagetitle {
	font-size: 1.5em;
      font-weight: bold;
	text-align: center;
      color: #080808;
}

cite a{ color: #232e30; }


/* 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;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0px none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */




.posttop {height:35px;	background:transparent url('img/posttop.png') no-repeat top center;}

#stylefour{position:relative;display:block;height:44px;font-size:13px;font-weight:bold; background:url('img/bgOFF.gif') repeat-x top left ; font-family:Arial,Verdana,Helvitica,sans-serif; text-transform:uppercase; border-top:2px solid #2b4710}

#stylefour ul{margin:0;padding:0;list-style-type:none;width:auto;}

#stylefour ul li{display:block;float:left;margin:0; }

#stylefour ul li a{display:block;float:left;color:#0c0b0b;text-decoration:none;height:23px; background:url('img/bgDIVIDER.gif') no-repeat top right;; padding-left:30px; padding-right:30px; padding-top:11px; padding-bottom:0 }

#stylefour ul li a:hover, #stylefour ul li a.current{color:#0c0b0b; background:#000 url('img/bgON.gif') repeat-x top right;}