/*  
Theme Name: Swick
Theme URI: http://webdesignerhelp.co.uk
Description: 
Version: 1.0
Author: Thomas Hardy
Author URI: http://www.thomashardy.me.uk
*/

html, body {
	background: #222222;/*url(img/bg.gif)*/;
	font-family: Helvetica, Verdana, Tahoma;
	border: 0;
}

body, p, h1, h2, h3, h4, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}

h3 
{
padding: 9px 0 1px 0;
font-size: 14px;
}

a{
text-decoration: none;
color: #2E2E2E;
font-weight: bold;}

a:hover {
        color: #A52A2A;
	text-decoration: underline;
        font-weight: bold;
}

a img {
         border: 0 none;
}

img {
padding-bottom: 0px;
}


/* Header */

#header-top {
	width: 943px;
	height: 6.25em;
	padding-top: 10px;
}

#header {
margin-top: 5px;
margin-bottom: 5px;
	width: 933px;
	height: 45px;
	font-size: 14px;
	padding: 0px 10px 10px 10px;
	background: #222222;
}

#logo {
	width: 205px;
padding-left: 10px;
	height: 6.25em;
        float: left;
}

#ad {
	width: 728px;
	height: 6.25em;
        float: right;
}

#nav {
	padding-left: 15px;
	height: 37px;
        padding-top: 8px;
	float: left;
	width: 630px;
	background: #fff;
}

#nav ul {
	width: 100%;
}

#nav li {
	display: block;
	line-height: 1.9em;
	float: left;
	margin-right: 10px;
	background: #333333;
	font-weight: bolder;
border: 2px solid #333333;
}

#nav li a:hover {
	line-height: 1.9em;
	display: block;
	background: #fff;
	color: #333333;
	padding-left: 5px;
	padding-right: 5px;
}

#nav li a {
	line-height: 1.9em;
	display: block;
	background: #333333;
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
text-decoration: none;
}

#nav p {
	padding: 12px 0px;
}

#subscribe {
	float: right;
	width: 288px;
padding-top: 5px;
	height: 40px;
	background: #fff;
}

/* Wrap */

#wrap {
	width: 953px;
	margin: 0 auto;
}

.more   {
	line-height: 2.2em;
        width: 130px;
	display: block;
	background: #333333;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
        margin-top: 10px;
border: 2px solid #333333;
}

.more:hover {
	line-height: 2.2em;
        width: 130px;
	display: block;
	background: #fff;
	color: #333333;
	padding-left: 10px;
	padding-right: 10px;
        margin-top: 10px;
border: 2px solid #333333;
}

/* Content */

#content_wrap {
	background: #222222 url(img/content_wrap_bg.gif) repeat-y;
	padding: 0 10px;
	width: 933px;
}

#content {
	width: 629px;
	float: left;
}

#content h2 {
	font-size: 17px;
 	font-family: Helvetica, Verdana, Tahoma;
}

#content p {
	font-size: 13px;
	line-height: 15px;
	padding: 2px 0 8px 0;
}

.cite {
font-size: 10px;
color: #bbb;
padding: 0px;
margin: 0px;
}

#content ol {
	margin-left: 1.4em;
}

#content ol li {
	background: none;
	padding-left: 7px;
        padding-bottom: 3px;
	line-height: 15px;
}

#content blockquote {
	background: #F9F9F9;
	border-bottom: #cccccc 1px solid;
	border-left: 1px solid #cccccc;
	font-size: 13px;
	color: #737373;
	padding: 0 10px;
	width: 87%;
	margin: 10px auto;
	line-height: 20px;
}

/* Caption */

#caption {
	width: 100%;
	height: 1.9em;
	background: #fff;
}

#caption h2 {
	width: 250px;
	float: left;
	line-height: 1.9em;
	padding-left: 18px;
}

#m_post {
	width: 200px;
	float: right;
	height: 31px;
	position: relative;
	background: url(img/caption_m_posts.gif) no-repeat 130px 8px;
}

#m_post span {
	display: none;
}

#m_post .o_entries a {
	position: absolute;
	right: 53px;
	top: 8px;
	display: block;
	width: 17px;
	height: 15px;
	background: url(img/caption_o_entries.gif) no-repeat;
}

#m_post .r_entries a {
	position: absolute;
	right: 21px;
	top: 8px;
	display: block;
	width: 17px;
	height: 15px;
	background: url(img/caption_r_entries.gif) no-repeat;
}

#m_post a:hover {
	background-position: 0 -15px;
	text-decoration: none;
}

#m_post a:hover span {
	display: block;
	font-size: 11px;
	color: #2E2E2E;
	position: absolute;
	top: 0;
}

#m_post .o_entries a:hover span {
	left: -100px;
}

#m_post .r_entries a:hover span {
	left: -130px;
}

/* Post */

.post {
	background: #fff;
	padding: 15px 15px 15px 15px;
margin-bottom: 15px;
}

#page_post {
	margin-top: 0px;
}

#page_post h2 {
	color: #000;
}

.post h2 {
	font-family: Helvetica, Verdana, Tahoma;
	padding: 0 5px 5px 0;    
}

.post h2 a {
	color: #000;
}

.post p a {
	text-decoration: underline;
}

.post ul {
	padding: 0;
	list-style-type: none;
	margin: 0px 0px 0px 5px;
font-size: 13px;
	line-height: 15px;
	padding: 2px 0 8px 0;
}

.post ul li {
	text-decoration: none;
	margin: 0;
	padding: 0 0 7px 0;
}

.post p a:hover {
	text-decoration: none;
}

.post_details {
	padding: 0 15px;
	background: #fff;
}

.post_details p {

   margin-top: 1px;
	font-size: 12px !important;
}

.post_details p a {
	text-decoration: none;
}

.post_details p a:hover {
	text-decoration: underline;
}


/* More Posts */

#more_posts {
	background: #fff;
	padding: 10px 15px;
	margin-top: 15px;
	font-size: 12px;
}

/* Comments */

.comments_caption {
	width: 100%;
	background: #fff;
	margin-top: 15px;
}

.comments_caption h2 {
	padding-left: 15px;
	line-height: 2em;
}

.comment_wrap {
	background: #fff;
	margin-top: 15px;
}

.comment_wrap p {
	font-size: 13px !important;
}

.comment_wrap_head {
	padding: 0 15px;
}

.comment_wrap_head p {
	padding: 7px 0 !important;
}

.comment_wrap_head span {
	color: #898989;
	padding-left: 5px;
}

.comment_wrap_post {
	padding: 5px 0;
	border-top: #EEEEEE 1px solid;
}

.comment_wrap_post p {
	padding: 10px 15px !important;
}

#leave_a_comment_wrap {
	width: 100%;
	margin-top: 15px;
}

.leave_a_comment {
	background: #fff;
	width: 10em;
	text-align: center;
	float: left;
}

.leave_a_comment h2 {
	line-height: 30px;
}

.trackback_rss {
	float: right;
	padding-right: 15px;
	padding-top: 8px;
	width: 12.9em;
}

.trackback_rss p {
	padding: 0 !important;
	font-size: 11px !important;
}

#comment_form {
	background: #fff;
	padding: 11px 0;
	clear: both;
}

#content form {
	background: #FAFAFA;
	width: 445px;
	border: #EDEDED 1px solid;
	padding: 15px 0 15px 15px;
	margin: 0 auto;
}

#content form p {
	padding: 0px 0 5px 0;
	line-height: 20px;
}

#content input {
	border: #EEEEEE 1px solid;
	background: #fff;
	padding: 5px;
	font-size: 15px;
	font-family: Georgia;
}

#content input.data {
	width: 184px;
}

#content textarea {
	border: #EEEEEE 1px solid;
	width: 415px;
	height: 170px;
	padding: 3px;
	font-size: 15px;
	font-family: Georgia;
}

#content input.sbutton {
	margin-top: 3px;
}

/* Sidebar */


#sidebar {
	width: 265px;
	float: right;
	padding: 10px 10px 10px 25px;
}

#sidebar h2 {
	font-size: 15px;
	color: #000;
	padding-top: 5px;
        padding-left: 5px;
	line-height: 18px;
	font-family: Helvetica, Verdana, Tahoma;
}

#sidebar p, #sidebar li {
	font-size: 12px;
}

#sidebar p {
	padding: 3px 0;
	line-height: 15px;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul ul {
	padding: 5px 0;
	list-style: none;
}

#sidebar ul ul ul {
	padding: 0;
}

#sidebar ul li ul li {
	background: none;
	padding-left: 13px;
	line-height: 23px;
}

/* Widgets */

.textwidget {
	line-height: 20px;
	padding: 2px 0;
}

input.sfield {
	background: #fff;
}

input.sbutton {
	position: absolute;
	top: 94px;
}

/* Footer */

#footer {
	background: #fff;
	height: 105px;
	border-top: #222222 15px solid;
	border-bottom: #222222 0px solid;
	clear: both;
text-align: center;
padding-left: 99px;
}

#footer ul {
	width: 490px;
	float: left;
	padding: 10px 0px 0 10px;
}

#footer li {
	display: inline;
	list-style: none;
}

#footer li a {
	display: block;
	float: left;
	line-height: 24px;
	font-size: 12px;
	padding: 0 6px;
	margin-right: 19px;
	color: #2E2E2E;
}

#footer li.current_page_item a {
	color: #fff;
	background: #333333;
}

#footer p {
	font-size: 11px;
	line-height: 2.5em;
padding-top: 7px;
}

#footer2 {
	font-size: 12px;
padding-bottom: 10px;
color: #fff;
text-align: center;
}

#footer2 p a {
	color: #fff;
}

#footer p a {
	color: #A52A2A;
}

/* Copyright */

#copyright {
	width: 781px;
	margin: 0 auto;
	text-align: center;
	font-size: 11px;
	padding: 15px 0 25px 0;
	color: #8F8F8F;
}

#copyright p {
	line-height: 19px;
}

#copyright a {
	text-decoration: none;
        font-style: bold;
        color: #eeeeee
}

#copyright a:hover {
	text-decoration: underline;
}


.center{
text-align: center ;
}

/* Fix */

#menu:after,
#menu ul:after,
#content_wrap:after,
#footer:after,
#leave_a_comment_wrap:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}



