/*  
Theme Name: Whisper
Theme URI: http://cleandirectory.info
Description: Whisper Wordpress Theme
Author: Lucius Andre
Author URI: http://cleandirectory.info
*/

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #048;}
a:hover {color: #06C;}
a img {border: none;}

body {
	background:#000 url('img/1.gif');
	color: #555555;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 0px;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 2.0em Tahoma,sans-serif; padding-left:50px;}
h2 {font: normal 1.6em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

h1,h2 {padding-top: 0px; color: #553; margin-bottom: 4px;}

h3 {padding-top: 15px; color: #e08470; margin-bottom: 4px; padding-left: 8px;}

code {
	background: #E7DCD6;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,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 url('img/bg2.gif') repeat-y;
	font-size: 1.2em;
	margin: 0 auto;
	width: 770px;
}

.outer-container {
	padding-bottom: 0px;
}

/* headere & title */
.header {
	background: transparent url('img/header.jpg') no-repeat;
	height: 245px;
	margin-bottom: 0px;
	
}
.header .title {
	color: #a50303;
	padding-top: 75px;
	padding-left: 40px;
}
.header .title .sitename a {
	color: #94b002;
	font: 6.4em "Tiranti Solid LET", Arial,sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
	line-height: 0.9em;
}
.header .title .slogan {
	font: normal 1.0em Arial,sans-serif;
	padding-top: 0px;
	padding-left: 35px;
	color: #c1afc8;
      width: 400px;
}




/* main */
.main {
	background: transparent url('img/bg2.gif') repeat-y;
	padding: 8px 12px 0 0;
}

/* content */
.content {
	float: left;
	width: 508px;
	padding-left: 30px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	line-height: 1.4em;
	list-style: decimal;
	margin-left: 48px;
}
.content p {
      font-family: sans-serif,"Lucida Sans Unicode";
      font-size: 13px;
      padding-top: 20px;}

.entry {
      padding-top: 20px;
      padding-left: 5px;}

/* navigation */
.navigation {
	float: right;
	width: 200px;
    background: #E7DED6;
    margin:-10px 11px 0 0;
    padding: 10px 0 50px 0;
}

.navigation a{	color: #d96789;}
.navigation a:hover {	color: #d96789;}
.navigation h2 {

      background: #E7DED6;
	color: #7f7f7f;
	font: 1.1em "Cataneo BT", Tahoma,sans-serif;
	line-height: 20px;
 	margin-top: 20px;
      width: 177px;
	margin-left: 0px;
	padding-left: 23px;
	padding-top: 3px;
}
.navigation ul {
	padding: 0;
}

.navigation li a {
      background: transparent url('img/bg1.gif') no-repeat left;
	font-size: 10px;
      margin-left: 10px;
	display: block;
	padding: 6px 0 6px 7%;
	text-decoration: none;
	width: 86%;
      border-bottom: 1px dotted #ee9d8c;
}
.navigation li a:hover {
	text-decoration: underline;	
}

a {color: #6D7A87;}
a:hover {color: #6D7A87;}
/* footer */
/* footer */
.footer {
	background: transparent url('img/footer.gif') no-repeat;
	color: #f1a696;
	padding: 2% 23px 1% 29px;
	border-top: 0px solid #E7DED6;
}

.bottom a {
      color: #d4715c;
      text-decoration: none;
	border-bottom: 1px dotted #f1a696;
}

.bottom a:hover {
	background: none;
	color: #ce624b;	
	border-bottom: 1px solid #e18f7e;
}

.col3,.col3center {
	float: left;
	width: 255px;
}

.col3 h2,.col3center h2, .col3center h2 {
	color:#CEAD00;
      padding-left: 10px;
}

.col3center {margin: 0 3%;}

/* bottom */
.bottom {
	color: #f1a696;
	clear: both;
	font-size: 1.1em;
}

/* posts */

.post h1{
      border-bottom:1px solid #fdbdb0;
}
.post h1 a {
	color: #b63d73;
	text-decoration: none;
}
.post h1 a:hover {
	color: #d16f5a; 
}

.post {margin: 6px 0 2px; }
.post .info{
	border-top: 1px dotted #232e30;
	color: #70716e;
	margin: 2px 0 4px;
	padding: 5px 0px 15px 0;
	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;}

/* 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:#f1eee5;
      margin-left: 8px;
	}

#commentform input:hover {
      background:#ece7d5;
	}

#commentform textarea {
	width: 70%;
	padding: 2px;
      background:#f1eee5;
      color:#2b2b2b;
      margin-left: 8px;
	}

#commentform textarea:hover {
      background:#ece7d5;
	}

#commentform #submit {
	margin-right: 150px;
	float: right;
      background:#f57c63;
      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: #c4bebd;
	}

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 #939793;
}
#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;
  margin:0px 10px 0 10px;
  text-align:center;
}

.navigation table caption {
  margin: -5px 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-top: 10px;
	padding-bottom: 3px;
	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:#a3c00b;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	padding: 0px; 
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.rss-feed { background: #FFFFDD url("img/rss-feed.gif") repeat-x 0 0; border: 1px solid #D1D3D5; margin: 2.0em 0 0; padding: 1.5em 15px 0.75em; }
.rss-feed h4 { color: #636567; margin: 0; }
.rss-feed img#rss-feed-icon { float: left; border: 0; margin-right: 5px; padding: 0; }

.alignright {
	float: right;
      padding-right:10px;
	}

.alignleft {
	float: left;
      padding-left:10px;
	}

.alignrighttt {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	float: right;
	padding: 0px 0 0px 23px;
	}



.alignrighttt a{
      text-decoration: none;
      color: #e24a2b;
	}

.alignrightttt a{
	float: right;
      font-size: 13px;
      text-decoration: none;
      color: #e24a2b;
      padding-top: 7px;
      font-weight: bold;
	}
.alignrightttt a:hover{
      text-decoration: underline;
	}
.alignlefttt {
	float: left;
      padding-left:8px;
      color: #303F42;
	font-size: 0.9em;
	}

.alignlefttt a{
      text-decoration: none;
      color: #303F42;
	}

.alignleftttt a{
	float: left;
      font-size: 13px;
      text-decoration: none;
      color: #e24a2b;
      padding-top: 7px;
      font-weight: bold;
	}
.alignleftttt a:hover{
      text-decoration: underline;
	}
.alignleftt {
	float: left;
      padding-left:10px;
      padding-top:10px;
	}

.single{
      border-bottom: 1px solid #989694;
}

.entry ul li{
	list-style: none;
}

h2.pagetitle {
	font-size: 1.5em;
      font-weight: bold;
	text-align: center;
      color: #e1745e;
}

cite a{ color: #e1745e; }



.posttop {height:35px;	background:transparent url('img/posttop.png') no-repeat top center;}

#stylefour{

position:relative;
display:block;
height:39px;
font-size:11px;
font-weight:bold; 
background:transparent url(img/bgOFF.gif) repeat-x top left;
font-family:Arial,Verdana,Helvitica,sans-serif;
border-top:3px solid #878686; 
margin-left: 26px;
margin-right: 23px;}

#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:#e8765f;text-decoration:none;padding:11px 20px 0 20px;height:23px;background:transparent url(img/bgDIVIDER.gif) no-repeat top right;}

#stylefour ul li a:hover,#stylefour ul li a.current{color:#94b002;background:#fff url(img/bgON.gif) no-repeat top right;}


.date {
	float: left;
	width: 44px;
	height: 47px;
	background-image: url(img/date.png);
	background-repeat: no-repeat;
}
.month {
	color: #f1f1f1;
      text-align:center;
	font-size: 0.8em;
	font-weight: bold;
}
.day {
      text-align:center;
      padding-top:3px;
	color: #f1f1f1;
	font-size: 1.3em;
	font-weight: bold;
}


/* 
Coldskin #2 for Contact Coldform WordPress Plugin
@ http://perishablepress.com/press/2008/01/08/contact-coldform/ 
@ http://perishablepress.com/press/2008/01/08/contact-coldskins/ 
*/

div#coldform * {
    padding: 0;
    margin: 0;
    border: 0;
}
div#coldform {
    font-family: Tahoma;
    background-color: #E7DED6;
    border: 3px solid #E7DED6;
    font-size: 10px;
    margin: 11px 0;
    width: 500px;
    color: #777;
}
div#coldform fieldset {
    border: 0 none;
    display: block;
    clear: both;
}
div#coldform legend.hide {
    display: none;
}

}
.input:focus, textarea:focus { 
    border: 1px solid #777; 
    color: #aaa;
}


div#coldform label.label {
    font-size: 1.1em;
    display: block;
    margin: 5px 0;
    padding-top: 5px;
    width: 177px;
    clear: left;
    float: left;
}

div#coldform label.label2 {
color:#888888;
display:block;
font-family:Tahoma;
font-size:12px;
padding-bottom:10px;
width:463px;
float:left;
clear:left;

}

  
div#coldform input.input {
    font-family: Tahoma;
    border: 1px solid #7B7B7B;
    background: #E7DED6;
    padding: 3px 3px;
    font-size: 12px;
    margin-top: 10px;
    margin-right: 10px;
    display: block;
    width: 300px;
    color: #888;
    clear: right;
    float: right;
}

div#coldform textarea#coldform_message
 {
    font-family: tahoma;
    border: 1px solid #7B7B7B;
    background: #E7DED6;
    padding: 1px 3px;
    font-size: 10px;
    margin-top: 10px;
    margin-right: 10px;
    display: block;
    width: 470px;
    color: #888888;
    clear: right;
    float: right;
}


div#coldform input.submit {
   font-family: Tahoma;
    border: 1px solid #7B7B7B;
    margin: 7px 10px 10px 0;
    background: #E7DED6;
    font-size: 12px;
    cursor: pointer;
    display: block;
    padding: 3px;
    width: 308px;
    color: #888;
    clear: right;
    float: right;
}


div#coldform input.check {
display:block;
margin: 0;
padding-bottom: 5px;
width:37px;
float:right;
clear:right;
}
