/*
Theme Name: Enter Your Profile
Theme URI: http://enteryourprofile.com
Description: Enter Your Profile
Author: Chris Martin	
Author URI: http://www.netexclusive.net
Version: 1.0
*/

body{
 
 background-color: #05214c;
  color: #303030;
  margin: 0;
  padding: 0;
  font: 12px/22px verdana, arial, sans-serif;
}

#banner{
background: url(images/header-top.jpg) center top no-repeat;
	width:890px;
	height:250px;
}

/* General */

h1, h2, h3, h4, h5, h6{
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding: 0;
  margin: 0;
}
h1{
  font-size: 24px;
}

h2{
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 5px;
}
a{
  color: #0064b1;
  text-decoration: none;
}
a:hover{
  color: #000;
  text-decoration: none;
}
img{
  border: 0 none;
}
.clear{
  clear: both;
  height: 1px;
  overflow:hidden;
}
hr{
  background: #ebebeb;
  color: #ebebeb;
  border: 0 none;
  height: 1px;
}
blockquote{
  background: #f2f4f8;
  padding: 7px;
  font-size: 11px;
  border-left: 2px solid #001B59;
}
blockquote p{
  margin: 0;
}
.imgright {
  float: right;
  margin: 0 0 7px 7px;
}
.imgleft {
  float: left;
  margin: 0 7px 7px 0;
}
.alignright {
  float: right;
}
.alignleft {
  float: left
}
#container{
  width: 890px;
  margin: 0 auto;
  padding: 0;
}

/* Header */

.header{
  
  color: #fff;
  margin-top: 15px;
}
.header h1{
  padding: 15px;
  padding-top: 30px;
  padding-bottom: 5px;
}
.header h1 a{
  color: #fff;
  text-decoration: none;
}
.header h1 a:hover{
  color: #fff;
  text-decoration: none;
}
.description{
  color: #78d1ff;
  padding-left: 20px;
  padding-bottom: 20px;
}

/* Top Nsavigation */

.nav{
	list-style-type:none;
	padding:0px;
	margin:0px;
	color:#fff;
	font-family:verdana;
	font-weight:bold;
	font-size:8pt;
}

.nav li {
list-style-type:none;
	padding:0px;
	margin:0px 0px 1px 0px;
}

.nav li a{
		display:block;
		background-color:#003693;
		padding:0px 10px;
		color:#fff;
		text-decoration:none;
		height:30px;
		line-height:30px;
}

.nav li a:hover{
		display:block;
		background-color:#001e6b;
		padding:0px 10px;
		text-decoration:none;
		color:#fff;
		height:30px;
		line-height:30px;
	}

/* Content */

.content{
  background: #fff url(images/content-top.jpg) center top no-repeat;
  margin-top: 15px;
}
.entry{
  margin: 20px;
  width: 560px;
  padding-right: 19px;
  border-right: 1px solid #ebebeb;
  float: left;
  display: inline;
}
.entry h3{
  font-size: 22px;
}
.entry h3 a{
  color: #0a39a8;
  text-decoration: none;
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}
.entry h3 a:hover{
  border-bottom: 1px solid #0a39a8;
  padding-bottom: 10px;
}
.postmeta{
  font-size: smaller;
  color: #999;
  margin-bottom: 10px;
}
.postmeta a{
  color: #9c9c9c;
  text-decoration: underline;
}
.postmeta a:hover{
  color: #000;
}

/* Sidebar */

.sidebar{
  width: 250px;
  margin: 20px;
  margin-left: 0;
  float: right;
  font-size: 11px;
}
.sidebar h3{
  font-size: 15px;
  border-bottom: 1px solid #ebebeb;
}
.sidebar1 {
  margin: 0; padding: 0;
  margin-bottom: 10px;
  list-style: none;
}
.sidebar1  li{
  background: url(images/bullet.gif) left center no-repeat;
  padding-left: 13px;
}

.sidebar1 ul li ul{
  margin-left: 7px;
}

form{
	padding:0px;
	margin:0px;
}

.search{
 background: #004b90 url(images/header-bottom.jpg) bottom no-repeat;
 width:100%;
 height:30px;
 text-align:right;
 
}

.searchbox{
	padding:5px;
}

/* Footer */

.footer{
  clear: both;
  background: #fff url(images/content-bottom.jpg) center bottom no-repeat;
  padding: 5px; margin-bottom: 15px;
  text-align: center;
  color: #000;
}

/* Comments */

ol.commentlist{
  margin: 0; padding: 0;
  list-style: none;
}
.commentlist li{
  border: 1px solid #ebebeb;
  margin-bottom: 10px;;
}
.comments{
  background: #FCFCFC;
  padding: 10px;
  border: 2px solid #fff;
}
.comments cite{
  font-style: normal;
  color: #999;
}
.count{
  margin: 5px 0;
}
.text_area, .text_inpput{
  font-family: verdana, arial, sans-serif;
  padding: 3px;
}
#comment_form .text_area{
  border: 1px solid #c8c8c8;
  width: 500px;
  height: 125px;
  float: left;
}
#comment_form .text_input{
  border: 1px solid #c8c8c8;
  height: 20px;
  width: 235px;
  margin-right: 5px;
}
.userinput label{
  color: #999;
}
#comment_form p{
  margin: 7px 0;
}

/* Search */

#s, #searchsubmit, #submit{
  border: 1px solid #c8c8c8;
}
#searchsubmit, #submit{
  background-color: #f8f8f8;
}

.ghostlink:hover {
    clear: both;
text-decoration: none;
}
