/*  
Theme Name: Elegant One
Description: A Simple & Elegant Two Column WordPress Theme
Author: Rajaie AlKorani
Author URI: http://www.rajaietalks.com/
Version: 1.1
Tags: two column, blue, simple, elegant, web 2.0
*/

body {
	background-color: #EEEEFF;
	font: 12px Verdana, Arial, Sans-Serif;
	margin: 0;
	padding: 0;
	text-align: center; 
}


/* Common Formatting */
a, a:link, a:active {
	color: #446f93;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: .5em 0;
}
blockquote {
	background: #F7F3EF;
	border-bottom: 1px solid #E7DFDE;
	border-top: 1px solid #E7DFDE;
	padding: 15px 15px 0;
	font-size: 11px;
	margin: 0 25px 15px;
}
img {
	border: 0;
}
ul, ol {
	margin: 0;
	padding: 0 0 15px 30px;
}
ul li, ol li {
	margin: 0;
	padding: 0 0 5px;
}
form {
	margin: 0;
	padding: 0;
}


/* Wrapper */
#wrapper {
	background: #fff;
	margin: 0 auto;
	text-align: left;
	/* width: 939px; */
	width: 890px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}


/* Top */
#top {
	background: #fff;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}


/* Head */
#head{
	padding: 20px 30px;
}
#head h1 {
	font-size: 3em;
}
#head h1 a {
	color: #2c62c5;
}
#head h1 a:hover {
	text-decoration: none;
}
#head h2 {
	font-size: 1.2em;
        font-weight: normal;
}


/* Menu */
#menu {
	clear: both;
	overflow: auto;
	background: #e4e4e4 url('images/menubg.png') repeat-x;
	width: 100%; 
}
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 30px;
}
#menu ul li {
	display: inline; 
	margin: 0;
	padding: 0;
}
#menu ul li a {
	display: block;
	padding: 0px 10px;
	height: 26px;
	line-height: 26px;
	color: white;
	font-weight: bold;
	float: left;
	border-right: 1px solid #c4c4c4;
	border-left: 1px solid #aeaeae;
}
#menu ul li a:hover {
	text-decoration: underline;
}
#menu form {
	float: right;
	padding: 3px 30px 3px 0;
}
#menu form .search_input {
	border: 1px solid black;
	width: 300px;
}


/* Content */
#content {
	background: #ffffff;
	/* border: 1px solid #ccc; */
	float: left;
	margin: 0;
	padding-left: 30px;
	/* width: 550px; */
	width: 500px;
}

#content h1 {
	font-size: 2em;
}
#content h1 a {
	color: #1568bc;
}
#content h1 a:hover {
	text-decoration: none;
}
#content h2 {
	border-bottom: 1px dashed black;
	font-size: 14px;
}
#content h3 {
	border-bottom: 1px dashed black;
	font-size: 12px;
}
#content .post {
	margin: 0 0 40px;
}
#content .post .meta, #content .post .navigation {
	clear: both;
	/* background-color: #E4E4E4; */
        background: transparent url('http://www.michaelhocter.com/wp-content/themes/elegant-one-1.1/images/gradientlogo.png') no-repeat top left;
	color: #4A4A4A;
	font-size: 11px;
	padding: 10px 10px 10px 30px;
	-moz-border-radius: 5px;
}
#content .post .navigation {
	margin-top: 10px;
	height: 15px;
}
#content .nav-previous {
	float: left;
}
#content .nav-next {
	float: right;
}
#content .post .meta div {
	margin: 2px 0;
}
#content .post .meta a {
	color: #7a7a7a;
}
#content .post .meta .author {
	background: url('images/author.png') no-repeat;
	padding-left: 16px
}
#content .post .meta .date {
	background: url('images/date.png') no-repeat;
	padding-left: 16px
}

#content .post .meta .category {
	background: url('images/category.png') no-repeat;
	padding-left: 16px
}
#content .post .meta .subscribe {
	background: url('images/subscribe.png') no-repeat;
	padding-left: 16px
}
#content .post .meta .comments {
	background: url('images/comments.png') no-repeat;
	padding-left: 16px
}
#content .post .entry {
	line-height: 18px;
        padding: 0.75em 0;
}
#content .post .entry img.alignleft {
	padding-right: 10px;
}
#content .post .entry img.alignright {
	padding-left: 10px;
}
#content h1.archive_title {
	font-size: 22px;
	margin-bottom: 20px;
}
#content .search_title {
	font-size: 22px;
	margin-bottom: 20px;
}

/* Comments */
#comments {
	font-size: 11px;
	margin-top: 30px;
}
#comments h3 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	border: 0;
	margin: 10px 0;
}
#comments ol {
	list-style-type: none;
	padding: 0;
}
#comments ol li {
	padding: 0 0 10px;
}

#comments ol li .commentbg {
	background: url('images/commentbg.png') no-repeat left;
	height: 20px;
}
#comments .comment_text {
	background: #e4e4e4;
	padding: 10px 5px;
}
#comments .comment_meta {
	background: #bfc2c3;
	overflow: auto;
	padding: 5px;
}
#comments #comment {





	width: 500px;
}
#comments input, textarea {
	background: #efefef;
	border: 1px double #00507a;
}
#comments textarea {
	font-family: Arial;
}
#comments ol li p {
	padding: 0;
}


/* Sidebar */
#sidebar {
	background: #FFFFFF;
	/* border: 1px solid #E4E4E4; */
	float: right;
	margin: 0 30px 0 0;
	width: 300px;
}
#sidebar h2.widgettitle {
        background-color: #E4E4E4;
	font: 2em Verdana, Arial, Tahoma;
	font-weight: bold;
	color: black;
	padding: 3px;
}
#sidebar .widget {
	list-style-type: none;
	margin-bottom: 15px;
}
#sidebar li {
	list-style-type: none;
}
#sidebar ul {
	list-style-type: none;
	padding: 0;
}
#sidebar ul li {
	border-bottom: 1px dashed #eee;
	padding: 5px;
}
#sidebar ul li:hover {
	background: lightblue;
}
#sidebar ul li a:hover {
	text-decoration: none;
}
#sidebar #subscribe h2 {
	text-align: left;
	margin-bottom: 7px;
}
#sidebar #sponsors {
	text-align: center;
}
#sidebar #sponsors h2 {
	text-align: left;
	margin-bottom: 7px;
}


/* Footer */
#footer {
	background: white;
	border-top: 1px solid #ccc;
	margin-top: 30px;
	padding: 7px;
}


/* Global Class */
.clear {clear: both;}
.floatLeft {float: left;}
.floatRight {float: right;}
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


/* Custom Styles */
.friendfeed.badge, .friendfeed.widget {
   width: 298px !important;
   border: 1px solid #EEEEFF !important;
}
.friendfeed.badge .bottom, .friendfeed.widget .bottom {
   border: none !important;
   background-color: #EEEEFF !important;
}