/*  
Theme Name: Dr. Leslie
Theme URI: http://www.ieecho.com
Description: Blueish 2 columns template. Widget ready. 
Version: 1.0
Author: Echo Team
Author URI: http://www.ieecho.com
*/
html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #05458C;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 19px;
	font-weight: normal;
	font-family: Arial;
	font-style: normal;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 130%;
}

ul, ol {

}

blockquote {
}

a {
	color: #003B80;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

/* Wrapper */

#wrapper {
	height: 100%;
	min-height: 100%;
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-right: auto;
	margin-left: auto;
}

html>body #wrapper {
	height: auto;
}
/* Page */

#page {
	width: 980px;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	background-image: url(images/contentheaderbg.png);
	background-position: center top;
	background-color: #E3E3E5;
}
/* Logo */

#logo {
	width: 991px;
	height: 190px;
	color: #FFFFFF;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
	
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
}

#logo h1 {
	padding: 25px 0 0 20px;
	letter-spacing: -2px;
	text-transform: lowercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 50px;
}

#logo h2 {
	padding: 36px 0 0 10px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 14px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}
#menu {
	position: absolute;
	top: 160px;
	float: left;
	margin-left: 300px;
}
#menu ul {
	list-style: none;
	top: 195px;
	overflow: visible;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	height: 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #4D01B6;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-top: 10px;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu .current_page_item a {
	color: #FFFFFF;
}
#top{
	width:209px;
	float:right;
	background-image: url(images/loginbg.gif);
	background-repeat: no-repeat;
	height: 160px;
	margin-right: 10px;
	position: relative;
}
#top h2.mem{
	width:170px;
	background:url(images/member_login.gif) 0 0 no-repeat;
	color:#7BCA0A;
	background-color:inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: normal;
	font-weight: bold;
	margin-top: 28px;
	margin-left: 25px;
}
#top form{
	background:url(images/memberlogin_bg.gif) 0 0 repeat-y;
	width:200px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 70px;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 8px;
}
#top form input.txtBox{
	width:150px;
	height:19px;
	/*font:normal 11px/19px Arial, Helvetica, sans-serif;*/
	color:#000;
	background-color:#fff;
	margin-top: 0;
	margin-right: 10;
	margin-bottom: 4px;
	margin-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D4D0C8;
	border-right-color: #CCCCCC;
	border-bottom-color: #D4D0C8;
	border-left-color: #808080;
}
#top form a{
	font:bold 12px/19px Arial, Helvetica, sans-serif;
	color:#FF6600;
	background-color:#131313;
	text-decoration:underline;
	float:left;
	background:url(images/register_here_bg.gif) 0 5px no-repeat;
	padding:0 0 0 14px;
}
#top form a:hover{
	text-decoration:none;
}
#top form input.login{
	height:16px;
	cursor:pointer;
	background-image: url(images/signupimage.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 67px;
	margin-left: 50px;
}
/* Content */

#content {
	float: left;
	width: 550px;
	margin-left: 100px;
	padding-top: 60px;
}

.post {
	padding-bottom: 20px;
	background-repeat: repeat-x;
}

.post .title {
	margin: 0;
	padding: 5px 20px;
}

.post .title a {
	text-decoration: none;
	color: #4D01B6;
}

.post .entry {
	padding: 10px 20px 0 20px;
}

.post .meta {
	height: 26px;
	font-size: smaller;
	font-weight: bold;
	border-top-width: 0.5px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CF0304;
	border-bottom-color: #CF0304;
}

.post .posted {
	float: left;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink, .post .comments {
	float: right;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink {
}
#pagebottom {
	width: 980px;
	background-repeat: no-repeat;
	height: 25px;
	background-image: url(images/contentbottombg.png);
	background-position: center top;
	float: left;
}
#pagebottom {
	width: 980px;
	background-repeat: no-repeat;
	height: 25px;
	background-image: url(images/contentbottombg.png);
	background-position: center top;
	float: left;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	margin-right: 10px;
	padding-right: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	padding-left: 20px;
	margin-top: 15px;
}

#sidebar ul {
	margin: 0;
	list-style: none;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#sidebar li {
	margin-bottom: 10px;
}

#sidebar li ul {
	padding: 10px;
}

#sidebar li li {
	list-style-image: url(images/bullet.png);
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 14px;
}

#sidebar p {
	padding: 0 10px;
}

#blogroll {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

#sidebar h2 {
	height: 24px;
	margin: 0;
	text-transform:uppercase;
	font-size: 1em;
	font-weight: bold;
	color: #4D01B6;
	background-repeat: no-repeat;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
	line-height: normal;
	font-family: Arial;
	padding-top: 3px;
}

/* Search */

#search form {
	padding: 10px;
}

#search br {
	display: none;
}

#search #s {
	width: 135px;
}

/* Footer */

#footer {
	clear: both;
	padding: 10px 0;
	font-size: smaller;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/footerbg.png);
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	color: #4D01B6;
	font-family: Arial;
	font-size: 12px;
	padding-bottom: 5px;
	vertical-align: top;
}
#footer p a {
	margin: 0;
	text-align: center;
	line-height: normal;
	color: #4D01B6;
	font-size: 12px;
}
#footer p a:hover {
	margin: 0;
	text-align: center;
	line-height: normal;
	color: #990000;
}

.alignright
{
	float:right;
	
}

.alignleft
{
	float:left;
	
}