/*  
Template Name: Name
Version: 1.0
Author: - Soap Media
Author URI: - http://www.soapmedia.co.uk/
*/

html, body {
	font-family: arial;
	font-size: 12px;
	border: 0;
	color: #515151;
}

body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}

body {
	background: #F6F9FA url(img/bg.gif) repeat-x 0 0;
}

p {
	line-height: 20px;
	padding: 10px 0;
}

h1, h2, h3, h4, h5 {
	padding: 10px 0;
	font-family: Georgia;
        color: #000000;
}

h3 {
	color: #000000;
}

ul, ol {
	list-style: none;
	padding: 10px 0;
}

small {
	font-size: 11px;
}

code {
	background: #FFFFC1;
}

a {
	color: #DE122C;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a img {
	border: none;
}

blockquote {
	font-size: 12px;
	width: 80%;
	padding: 0 10%;
	margin: 10px auto;
	background: url(img/quote.gif) no-repeat 25px 7px;
	color: #717171;
	line-height: 19px;
	font-style: italic;
}

blockquote p {
	padding: 10px 0;
}

/* Align */

.aligncenter {
	margin: 10px auto 20px auto;
	display: block;
}

.alignleft {
	margin: 10px 10px 8px 0;
	float: left;
}

.alignright {
	margin: 10px 0px 8px 10px;
	float: right;
}

.post-image{
float:right;
padding:5px 5px 5px 5px;
margin-left:3px;
background-color:#e8e8e8;
border:1px solid #bed0ec
}


/* Wrap */

#wrap {
	width: 980px;
	margin: 0 auto;
}

/* Header */

#header {
	background: url(img/topbanner.jpg) no-repeat right 0;
	width: 930px;
	height: 149px;
	overflow: hidden;
	padding-left: 50px;
	padding-top: 45px;
	position: relative;
        align: left;
}

/* Header Menu */

#header #menu {
	width: 400px;
	height: 35px;
	position: absolute;
	top: 142px;
	left: 280px;
}

#header li {
	display: inline;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0 15px;
	background: url(img/border.gif) no-repeat left 0;
}

#header li.first {
	background: none;
}

#header li a {
	color: #22303F;
	text-decoration: none;
}

#header li a:hover {
	text-decoration: underline;
	color: #DE122C;
}

#header li.current_page_item a {
	text-decoration: underline;
}

/* Header Search */

.search_wrap {
	position: absolute;
	left: 710px;
	top: 145px;
}

.search {
	width: 270px;
	height: 30px;
	background: url(img/input.gif) no-repeat 0 0;
	position: relative;
}

.search input.field {
	width: 160px;
	position: absolute;
	left: 3px;
	top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: 0;
	border: 0;
}

.search input.sb {
	position: absolute;
	right: 0;
	top: 0; 
} 

/* Content Wrap */

#cw {
	width: 100%;
	background: #F6F9FA;
}

#content_wrap {
	width: 100%;
	background: #F6F9FA url(img/wrap_bg.gif) repeat-x 0 0 ;
	padding-bottom: 30px;
}

/* Content */

#content {
	width: 675px;
	float: left;
	font-size: 14px;
	font-family: "Trebuchet MS";
	padding-top: 15px;
}

#content h2 {
	font-weight: normal;
	font-size: 28px;
	color: #22303F;
	padding: 10px 0 5px 0;
}

#content h2 a {
	color: #22303F;
}

#content p {
	padding: 8px 0;
}

#content ul, #content ol, #content blockquote {
	font-size: 14px;
}

#content li {
	line-height: 23px;
}

#content ul {
	padding-left: 100px;
}

#content ul li {
	list-style: disc;
}

#content ol {
	padding-left: 105px;
}

#content ol li {
	list-style: decimal;
}

#content p.cr {
	width: 100%;
	clear: both;
}

/* Content Post */

.post {
	padding: 10px 0 5px 0;
	width: 100%;
	clear: both;
}

/* Older Entries */

#older_entries {
	width: 100%;
	clear: both;
	padding: 10px 0;
}

#older_entries h2 a {
	text-decoration: none;
}

#older_entries h2 a:hover {
	color: #DE122C;
}

/* Comments (single.php and comments.php) */

#comments, .lc {
	width: 100%;
	clear: both;
}

.comments_wrap {
	width: 520px;
	margin: 20px 0 0px 10px;
	clear: both;
	padding-bottom: 5px;
}

.comments_wrap .left {
	width: 46px;
	padding-top: 2px;
	float: left;
}

.comments_wrap .left img {
	padding: 1px;
	border: #DBE8EB 1px solid;
}

.comments_wrap .right {
	width: 450px;
	float: left;
	padding-left: 15px;
	font-size: 13px;
}

.comments_wrap .right h4 {
	font-size: 11px !important;
	text-transform: none;
	padding: 0;
	font-weight: normal;
}

.comments_wrap .right h4 b {
	font-size: 12px !important;
}

.comments_wrap .right h4 a {
	text-decoration: none;
}

.comments_wrap .right h4 a:hover {
	text-decoration: underline;
}

/* Comments (form) */

#content form {
	margin: 20px 0 30px 10px;
}

#content form label {
	display: block;
	margin: 10px 0;
	font-size: 12px;
}

#content form label input {
	padding: 3px;
	width: 180px;
	font-size: 12px;
}

#content textarea {
	margin-bottom: 10px;
	display: block;
	padding: 3px;
	font-size: 12px;
}

#content form input {
	margin-top: 5px;
}

.lc_logged {
	padding: 0;
	margin-top: -10px;
}

/* Widget (calendar) */

#wp-calendar {
	width: 95%;
	padding: 0 0 0px 0;
	margin-bottom: 15px;
}

#wp-calendar caption {
	padding: 10px;
}

#wp-calendar th {
	color: #fff;
}

#wp-calendar th, #wp-calendar td {
	padding: 5px;
	text-align: center;
	background: #F0F0FF;
	color: #9E9E9E;
}

#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;
}

/* Widget (tag cloud) */

#tag_cloud {
	padding-bottom: 20px;
}

#tag_cloud h2 {
	margin-bottom: 15px;
}

#sidebar ul ul {
	padding: 0;
}

/* Sidebar */

#sidebar {
	width: 192px;
	float: left;
	background: url(img/sidebar_bg.gif) no-repeat 0 0;
	margin-top: -43px;
	margin-right: 10px;
	display: inline;
	font-size: 14px;
	padding: 10px 40px 0 50px;
	position: relative;
}

#sidebar h2 {
	text-decoration: underline;
	color: #22303F;
	font-size: 18px;
	padding: 10px 0 5px 0;
}

#sidebar p {
	line-height: 24px;
}

#sidebar li {
	line-height: 22px;
}

#sidebar .phone, #sidebar .mail {
	font-family: Georgia;
	font-weight: bold;
	font-size: 12px;
}

#sidebar .phone {
	margin-top: 20px;
	background: url(img/phone.gif) no-repeat 0 3px;
	padding: 10px 0 12px 50px;
}

#sidebar .mail {
	margin-top: 10px;
	background: url(img/mail.gif) no-repeat 0 3px;
	padding: 14px 0 13px 50px;
}

/* Footer */

#footer {
	width: 100%;
	background: #363636 url(img/footer.gif) repeat-x 0 0;
	color: #fff;
}

#footer p {
	padding: 0;
}

#footer p.copy {
	color: #8C8C82;
	font-size: 11px;
}

#footer p.copy a {
	color: #CBCBCB;
}

#footer_in {
	width: 980px;
	margin: 0 auto;
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
}

#footer_in img.rss {
	position: absolute;
	right: 0;
	top: 30px;
}

#footer ul li {
	display: inline;
	padding: 0 10px 0 0px;
}

#footer ul li a {
	color: #fff;
	text-decoration: underline;
}

#footer ul li a:hover {
	text-decoration: none;
}

/* Fix */

#content_wrap:after,
.comments_wrap:after {
    content: "."; 
    display: block;
	 height: 0;
    clear: both; 
    visibility: hidden;
}
