/*
Theme Name: Blue Sense
Theme URI: http://www.doshdosh.com/
Description: <p><a href="http://www.doshdosh.com/bluesense-theme/">Blue Sense</a> Adsense Ready Wordpress Theme.</p> 
Version: 1.0
Author: Dosh Dosh
Author URI: http://www.doshdosh.com/
*/

*
{
  padding: 0;
  margin: 0;
}

body
{
	font-size:   76%;
	font-family: Arial, Verdana, Sans-Serif;
	background-color:#f0f6fb; /* original #ffffff;*/
	background-color:#fff;
	background-image:url('/wp-includes/images/back.jpg');
  background-repeat:repeat-y;
	background-position:center center;
}

hr
{
  display: none;
}

#page
{
  width: 960px;
  margin: 0 auto;
  /*background-color: #F0F6FB;*/
  padding:0px 10px 0px 10px;
}

#wrapper
{
  width: 960px;
  margin: 0 auto;
  /*background-color: #F0F6FB;*/
}

#content
{
  float: left;
  width: 575px;
  margin:10px 0px 20px 30px;

}

.post
{
  margin-bottom: 40px;
  color: #064B8C;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1.1em;
  margin-left:-10px;
}

h2
{
  font-size: 1.6em;
  border-bottom: 1px solid #064B8C;
}

h2 a:hover, h2 a:visited, h2 a
{
  text-decoration: none;
  color: #064B8C;
}

.entry
{
  margin-top: 10px;
  margin-bottom: 15px;
}

.entry h2{
  border-bottom-style:none;
  font-size:1.1em;
  
}

.postmetadata
{
  padding: 2px;
  font-size: 0.8em;
  border-top: 1px solid #064B8C;
}

.postmetadata a
{
  color: #064B8C;
  text-decoration:none;
}

.postmetadata a:hover{
  text-decoration:underline;
}

.post p
{
  line-height: 1.4em;
  margin-bottom: 1em;
}

blockquote
{
  margin: 1em 1.5em;
  padding: 1em 1.5em;
  border: 1px solid #064B8C;
  background: #d3d3d3;
}

.post li
{
  margin-left: 20px;
}

.post ul
{
  list-style-type: disc;
  margin-bottom: 10px
}

acronym, abbr, span
{
  cursor: help;
}

acronym, abbr
{
  border-bottom: 1px dashed #064B8C;
}

blockquote cite
{
  margin: 5px 0 0;
  display: block;
}

.center
{
  text-align: center;
}

a img
{
  border: none;
}

h3
{
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.4em;
}

h4
{
  margin-top: 1.2em;
  font-size: 1.2em;
}

h5
{
  margin-top: 1em;
  font-size: 1em;
}

a
{
  color: #064B8C;
}

.navigation
{
  display: block;
  margin-top: 10px;
  margin-bottom: 40px;
  padding-bottom:10px;
  font-size:.8em;
}

.alignleft
{
  float: left;
  text-align: left;
  width: 50%;
}

.alignright
{
  float: right;
  text-align: right;
  width: 50%
}

ol.commentlist
{
  width: 90%;
  margin: 0 auto;
}

ol.commentlist li
{
  margin-bottom: 1.5em;
  border: 1px solid #064B8C;
  padding: 15px 5px 15px 5px;
  background-color: #eaeaea;
  font-size:16px;
}

ol.commentlist li.alt
{
  background-color: #eaeaea;
}

ol.commentlist li p{
  margin:0px 5px 0px 5px;
}

ol.commentlist a
{
  color: #064B8C;
}

#comment{
  width:550px;
  height:120px;
  border:solid 1px #064B8c;
  margin:15px 0px 15px 0px;
  padding:5px;
  color:#333333;
  font-size:15px;
  font-family:Arial,Verdana,Sans-Serif;
}

#submit{
  border: 1px solid #064b8c;
  background-color:transparent;
  cursor:pointer;
  margin-top:15px;
  padding:1px 3px 1px 3px;
  font-size:16px;
}

#submit:hover{
  background-color:#fff;
}

small.commentmetadata
{
  font-size: 0.8em;
  margin-bottom: 1em;
  display: block;
}

#header
{
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: center;
  padding-top: 0px;
  /*background: #ffffff; */
}

#logo{
  margin:-20px 0px 0px 66px;
}

#headerimg
{
  width:100%;
  height:86px;
  background-image: url('/wp-includes/images/header.png');
  background-repeat:no-repeat;
  text-align: center;
  padding-top: 20px;
}

#sidebar
{
  float: right;
  width: 164px;
  padding: 2px;
  text-align: left;
}

#sidebar ul
{
  list-style: none;
  margin-bottom: 10px;
}

#sidebar ul ul
{
  list-style-type: circle;
  margin-left: 20px;
}

#sidebar ul ul ul
{
  margin-bottom: 0;
}

#sidebar ul h2
{
  font-size: 1.2em;
  font-weight: bold;
  padding: 3px 2px 3px 6px;
  margin-bottom: 10px;
  background-color: #064B8C;
  color: #ffffff;
}

#menu
{
  float: left;
  width: 164px;
  padding: 2px;
  text-align: center;
}

#menu ul
{
  list-style: none;
  margin-bottom: 10px;
}

#menu ul li{
  margin-top:5px;
}

#menu ul ul
{
  list-style-type: circle;
  margin-left: 20px;
}

#menu ul ul ul
{
  margin-bottom: 0;
}

#menu ul h2
{
  font-size: 1.2em;
  font-weight: bold;
  padding: 2px;
  margin-bottom: 5px;
  background-color: #064B8C;
  color: #ffffff;
}

#footer 
{
  padding: 5px;
  margin: 5px;
  margin-bottom:0px;
  clear: both;
  text-align: center;
  background-color: #064B8C;
  color: #ffffff;
}

#footer a
{
  color: #ffffff;
}

.description
{
  border-bottom: 100px;
}

#ad_hf
{
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #064B8C;
}

#search
{
  text-align: left;
	background-color: #F0F6FB;
	padding:10px 0px 10px 0px;
}

#s{
  font-size:16px;
  width:160px;
  padding:2px;
}

#searchsubmit{
  border: 1px solid #064b8c;
  background-color:transparent;
  cursor:pointer;
  margin-top:5px;
  padding:1px 3px 1px 3px;
  font-size:16px;
}

#searchsubmit:hover{
  background-color:#fff;
}


/* css for new tag cloud */

#tag_cloud_title{
  font-size:1.4em;
  padding:2px;
  color:#064b8c;
  font-weight:bold;
  margin-top:5px;
}

#menu ul#newtagcloud{
 list-style-type:none;
 text-align:left;
 border:2px solid #064b8c;
 width:140px;
 padding:10px;
 margin-left:0px;
 margin-top:2px;
}

#menu ul#newtagcloud a{
  text-decoration:none;
  margin:0px 3px 0px 3px;
}

#menu ul#newtagcloud a:hover{
  text-decoration:underline;
}

#twitter_link{
  position:absolute;
  display:block;
  height:40px;
  width:205px;
  
  /*
  background-color:#fff;
  text-align:left;
  padding:5px 0px 30px 0px;
  margin: 13px 0px 0px -26px;
  */
  margin:34px 0px 0px 0px;
  text-align:left;
  
}

#tweet_img{
  height:76px;
  width:196px;
  background-image:url('/wp-includes/images/twitter_shadow.png');
  position:absolute;
  margin-top:6px;
  
}
