/*  
Template Name: Pro Profile Theme
Version: 1.1
Author: David Peralty
Author URI: http://www.xfep.com
*/

#twitter a img.imageStyle { 
width: 120px; 
height: 43px;
}

html, body {
	background: #eef1f4;
	border: 0;
	color: #303030;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

body #sidebar ul li h3 {
}

body, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

a {
	text-decoration:  underline;
	color: #f70017;
}

a:hover {
	text-decoration: none;
}

blockquote {
	font-size: 13px;
	color: #717171;
	line-height: 22px;
	padding: 0px 15px 0px 25px;
	margin: 5px auto;
	width: 410px;
	background: url(img/quote.gif) no-repeat 1px 8px;
}

p {
	padding: 10px 0;
}

/* Wrap */

#wrap {
	width: 900px;
	margin: 0 auto;
	background-color: white;
	border-right: 1px dotted #758086;
	border-left: 1px dotted #6c797f;
}

/* Caption */

#caption {
	width: 100%;
	height: 44px;
	padding-top: 10px;
	overflow: hidden;
}

#caption .left {
	width: 175px;
	padding-left: 5px;
	background: url(img/top_arrow.gif) no-repeat 81px 2px;
	position: relative; 
float: left; 
visibility: hidden;
}

#caption .left p {
	font-size: 12px;
	clear: both;
	width: 150px;
}

#caption .left a img {
	border: #A4A4A4 1px solid;
	background: #fff;
	padding: 1px;
	margin-left: 5px;
	margin-right: 2px;
	display: block;
	float: left;
}

#caption .left a:hover img {
	border: #5A5A5A 1px solid;
}

#caption .left a span, #caption .left a:visited span {
	display: none;
	font-size: 11px;
	color: #303030;
	width: 140px;
	position: absolute;
	left: 112px;
	top: -1px;
}

#caption .left a:hover {
	color: #000;
	text-indent: 0;
}

#caption .left a:hover span {
	display: block;
}

#caption .left a:hover span b {
	font-weight: normal;
	color: #9B9B9B;
}

#caption .right {
	width: 720px;
	float: right;
}

/* Main Menu */

#caption .right ul {
	text-align: right;
	padding-top: 15px;
}

#caption .right ul  li {
	display: inline;
	font-size: 12px;
	text-transform: uppercase;
	margin-right: 28px;
	line-height: 20px;
}

#caption .right ul li a {
	color: #4F413F;
	text-decoration: none;
	padding-bottom: 2px;
	z-index: 1;
	position: relative;
}

#caption .right ul li.current_page_item a, #caption .right ul li a:hover {
	border-bottom: #BB2D28 2px solid;
}

/* Header */

#header {
	width: 900px;
	height: 311px;
	background: url(img/header_bg.jpg) no-repeat top;
}

#header h2 {
	font-size: 25px;
	font-style: italic;
	font-weight: normal;
	color: #fff;
	padding-left: 15px;
	padding-top: 65px;
	width: 270px;
}

#header h2 a {
	color: #f70017;
	text-decoration: none;
	font-size: 25px; 
visibility: hidden;
}

#header h2 a:hover {
	color: #FFDFDB;
}

#header h3 {
	font-size: 16px;
	padding-left: 15px;
	color: #707b81;
	font-style: italic;
}

/* Content Wrap */

#content_wrap {
	width: 100%;
}

/* Content */

#content {
	width: 480px;
	padding-right: 60px;
	padding-left: 15px;
	float: left;
	margin-top: -120px;
	z-index: 1;
	position: relative;
}

#content h2 {
	font-size: 18px;
	font-weight: normal;
	padding: 20px 0 10px 0;
	clear: both;
	width: 100%;
}

#content h2 a {
	text-decoration: none;
	border-bottom: #E6E6E6 1px solid;
}

#content h2 a:hover {
	border-bottom-color: #90937D;
}

#content h3 {
	font-size: 12px;
	font-weight: normal;
	color: #595959;
	font-style: italic;
	margin-top: -5px;
	padding-bottom: 5px;
}

#content h3 a {
	text-decoration: underline;
	color: #595959;
}

#content h3 span.pedit a {
	color: #D83131 !important;
}

#content h4 span.pedit a {
	color: #D83131 !important;
}

#content h3 a:hover {
	color: #181818;
	text-decoration: none;
}

#content p {
	line-height: 22px;
	font-size: 13px;
}

#content ul, ol {
	margin: 10px 70px;
	font-size: 13px;
}

#content ul li {
	list-style: square;
	padding-left: 5px;
	line-height: 21px;
}

#content ol li {
	padding-left: 5px;
	line-height: 21px;
}

h2.heading_2 {
	padding: 0 !important;;
}

#content img {
	border: #DCDCDC 1px solid;
	background: #fff;
	padding: 3px;
}

#content a:hover img {
	border-color: #B2B2B2;
}

#content img.alignleft {
	margin: 15px 10px 10px 0;
}

#content img.alignright {
	margin: 15px 0px 10px 10px;
}

#content img.centered {
	margin: 10px auto 20px auto !important;
	display: block;
}

/* Content (comments) */

#content h4.comments {
	font-size: 11px;
	color: #363636;
}

#content h4.comments a {
	color: #363636;
	text-decoration: none;
	display: block;
	width: 109px;
	height: 22px;
	background: url(img/comment_bg.gif) no-repeat;
	text-align: center;
	padding-top: 7px;
	float: right;
	margin-top: 15px;
	margin-bottom: 10px;
}

#content h4.comments a:hover {
	background-position: 0 -29px;
}

/* More Entries */

p.more_entries {
	clear: both;
	font-size: 17px !important;
	padding-top: 35px;
	width: 100%;
}

p.more_entries a {
	text-decoration: none;
}

p.more_entries a:hover {
	color: #414141;
}

/* Comments (single.php and comments.php) */

.comments_wrap {
	width: 460px;
	margin: 30px 0 5px 10px;
	clear: both;
}

.comments_wrap .left {
	width: 56px;
	float: left;
}

.comments_wrap .right {
	width: 358px;
	float: left;
	padding-left: 15px;
}

.comments_wrap .right a {
	text-decoration: none;
}

.comments_wrap .right a:hover {
	text-decoration: underline;
}

.comments_wrap .right h4 {
	font-size: 10px;
	font-family: "Lucida Grande";
	color: #5D5D5D;
	padding: 0;
	font-weight: normal;
}

.comments_wrap .right h4 b {
	font-size: 13px;
}

.comments_wrap .right p {
	font-size: 13px;
	line-height: 19px;
	padding: 10px 0;
}

/* Comments (form) */

#content form {
	margin: 30px 0 30px 10px;
}

#content form label {
	display: block;
	margin: 10px 0;
	font-size: 12px;
}

#content form label input {
	padding: 2px;
	width: 180px;
	font-size: 12px;
}

#content textarea {
	margin-bottom: 10px;
	display: block;
	padding: 3px;
	font-size: 12px;
}

#content form input {
	margin-top: 5px;
}

p.lcl {
	padding: 0;
	margin-top: -10px;
}

/* Sidebar */

#sidebar {
	width: 308px;
	float: right;
	margin-top: -215px;
	z-index: 10;
	position: relative;
	display: inline;
	margin-right: 36px;
	font-size: 12px;
	line-height: 22px;
}

#sidebar h3 {
	font-size: 16px;
	color: Black;
	font-weight: normal;
	padding: 20px 0 3px 4px;
}

#sidebar p {
	font-size: 12px;
	line-height: 22px;
	color: #303030;
}

#sidebar a {
	font-style: italic;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar ul {
	position: relative;
}

#sidebar ul li ul {
	font-size: 14px;
	padding-bottom: 15px;
}

#sidebar ul li ul li ul {
	padding: 0;
}

#sidebar ul li ul li ul li {
	padding-bottom: 0px;
	margin: 1px 0 -2px -15px;
}

#sidebar ul li ul li {
	background: url(img/li_arrows.gif) no-repeat 0 11px;
	line-height: 20px;
	padding: 0 0px 0 15px;
	clear: both;
}

#sidebar li span.left {
	width: 250px;
	float: left;
}

#sidebar li span.right {
	width: 25px;
	float: right;
	text-align: right;
	font-size: 14px;
	color: #A4A4A4;
	padding-right: 5px;
}

#sidebar img {
	border: 1px none #B2B2B2; 
width: 124px; 
float: left; 
height: 153px;
}

#sidebar p.about_author {
	margin: 0 5px;
}

/* Sidebar (small wrap) */

#sidebar_wrap {
	width: 308px;
	background: url(img/sidebar_spacer.gif) no-repeat 150px 25px;
}

#sidebar_wrap .left {
	width: 140px;
	float: left;
}

#sidebar_wrap .right {
	width: 135px;
	float: right;
}

/* Sidebar 2 */

ul.categories li, .cat-item {
	color: #A4A4A4;
}

#sidebar_wrap .right .textwidget, #sidebar_wrap .left .textwidget {
	font-size: 12px;
	line-height: 18px;
}

/* Sidebar 3 */

#sidebar form#searchform {
}

#sidebar form#searchform div {
	background: none no-repeat;
	position: relative;
	height: 30px;
}

#sidebar input.sidebar_search {
	background: transparent;
	border: none;
	width: 120px;
	position: absolute;
	top: 5px;
	left: 8px;
	font-size: 13px;
	font-family: Georgia;
	color: #838383;
}

/* Widget (calendar) */

#wp-calendar {
	width: 100%;
	padding: 0 0 10px;
}

#wp-calendar caption {
	padding: 10px;
}

#wp-calendar th, #wp-calendar td {
	padding: 5px;
	text-align: center;
	background: #f9f9f9;
}

#wp-calendar td {
	background: transparent;
}

#wp-calendar td, table#wp-calendar th {
	padding: 3px 0;
}

#wp-calendar a {
	text-decoration: underline;
}

#wp-calendar a:hover {
	text-decoration: none;
}

.left #wp-calendar {
	width: 90%;
	padding-left: 5px;
	font-size: 12px;
}

.right #wp-calendar {
	width: 90%;
	font-size: 12px;
}

/* Footer */

#footer {
	width: 100%;
	background: url(img/footer_bg.gif) repeat-x left top;
	padding-bottom: 30px;
	padding-top: 5px;
	margin-top: 40px;
}

#footer p {
	font-size: 11px;
	color: #6C6C6C;
	width: 100%;
}

#footer span.left {
	float: left;
	padding-left: 10px;
}

#footer span.right {
	float: right;
	padding-right: 10px;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* Fix */

#content_wrap:after,
#caption:after,
#sidebar_wrap:after,
#footer p:after,
#sidebar li:after,
.comments_wrap:after {
    content: "."; 
    display: block;
    height: 0; 
    clear: both; 
    visibility: hidden;
}