/*
Theme Name: Qwizdom Blog
Theme URI: http://www.qwizdom.co.uk/blog
Description: Blog theme for Qwizdom UK
Version: 2.0
Author: Darren McCready &amp; Alan Feely
Author URI: http://wankers.net
*/

*
{
    padding:0;
    margin:0;
    border:none;
}

body
{
    font-family:Helvetica, Verdana, Arial, sans-serif;
    font-size:85%;
    line-height:1.3em;
    background:#848484;
}

#container
{
    display:block;
    width:960px;
    margin:0 auto;
    background:url(images/body-bg.jpg) top center repeat-y #ffffff;
}

#container2
{
    display:block;
    width:940px;
    margin:0 auto;
    background:url(images/body-bg.png) top center repeat-y;
}

#header
{
    display:block;
    padding:0 20px 0 20px;
    width:900px;
    height:100px;
    background:url('images/header.jpg') top left no-repeat;
}

.logo {
	background:url(images/logo.gif) no-repeat left;
	cursor:pointer;
}

h1
{
    float:left;
    display:inline-block;
    width:250px;
    height:100px;
    color:#ffffff;
}

h1 span, h2 span, h3 span, h4 span, h5 span {
	display:none;
}

.sidebar_widget h3
{
    display:block;
    font-size:1.1em;
    text-transform:uppercase;
    padding:4px 10px 0 10px;
    line-height:26px;
    color:#666666;
    background:url(images/widget_header.jpg) top left no-repeat;
    margin-bottom:10px;
}

.twitter_widget h3
{
    display:block;
    font-size:1.1em;
    text-transform:uppercase;
    padding:0 10px;
    line-height:30px;
	height:45px;
    color:#368596;
    background:url(images/twitter_header.gif) top left no-repeat;

}

#nav
{
    float:right;
    display:inline-block;
	height:100px;
}

#nav li
{
    display:inline;
    line-height:100px;
    text-transform:uppercase;
	background:url(images/nav_split.jpg) no-repeat right;
	padding-right:5px;
}

#nav  li.last
{
   background:none;
}

#nav li a
{
    display:inline-block;
    color:#ffffff;
    line-height:20px;
    padding:0 8px 0 8px;
    text-decoration:none;
}

#nav li a:hover
{
    background:#CC0000;
}

#content
{
    display:block;
    width:940px;
	
}

#leftbar
{
    display:inline-block;
    float:left;
    width:200px;
	
}

#main_content
{
    display:inline-block;
	float:left;
    width:420px;
}

#rightbar
{
    display:inline-block;
    float:right;
    width:200px;
	
}

#footer
{
    display:block;
    width:930px;
    margin:0;
    padding:30px 0 10px 30px;
    color:#cccccc;
    font-size:0.9em;
	background:url(images/footer_top.jpg) top left no-repeat #848484;
}

#footer a
{
    color:#cccccc;
}

#footer a:hover
{
    text-decoration:none;
}

#leftbar, #rightbar
{
    padding:0 20px 20px 20px;
}

#main_content
{
    padding:0 0 20px 20px;
}

.sidebar_widget, .twitter_widget
{
    background:url(images/widget_bg.jpg) bottom left no-repeat;
	
}

.sidebar_widget, .twitter_widget
{
    margin-top:20px;
    padding-bottom:10px;
}

.twitter_widget
{
    margin-top:15px;
}

.sidebar_widget ul
{
    list-style-position:outside;
    margin-left:15px;
    margin-right:15px;
}

.twitter_widget ul
{
    list-style-position:outside;
	list-style:none;
    margin-left:7px;
    margin-right:7px;
}

.sidebar_widget ul li
{
    font-size:0.9em;
    line-height:1.1em;
    border-bottom:#CCCCCC 1px dotted;
}

.twitter_widget ul li
{
	font-size:0.9em;
    line-height:1.1em;
    border-bottom:#CCCCCC 1px dotted;
	padding-top:5px;
}

.sidebar_widget ul li a
{
    color:#333333;
    text-decoration:none;
	display:block;
	padding:5px;
    overflow:hidden;
}

.twitterdatelink
{
	color:#666666 !important;
	font-style:italic;
	padding:0 !important;
}

.twitter_widget ul li a
{
	color:#333333;
    text-decoration:none;
	display:block;
	padding:2px;
    overflow:hidden;
}

.twitter-timestamp
{
    color:#989898;
    font-style:italic;
    font-size:0.9em;
}


.sidebar_widget ul li a:hover
{
   
    color:#666666;
    background:#eaeaea;  
}

.twitter_widget ul li a:hover
{
   
    color:#666666;
    background:#e3f8ff;
}

.sidebar_widget ul li.last, .twitter_widget ul li.last
{
    border:none;
    margin:0;
}

.clear
{
    clear:both;
}

.post_item
{
    padding-top:20px;
    padding-bottom:5px;
    border-bottom:#CCCCCC 1px dotted;
}

.date_month
{
    display:block;
    line-height:1.4em;
    font-size:0.9em;
    font-weight:bold;
    text-transform:uppercase;
    text-align:center;
    color:#ffffff;
}

.date_day
{
    display:block;
    line-height:1.3em;
    font-size:1.8em;
    font-weight:bolder;
    text-transform:uppercase;
    text-align:center;
    color:#333333;
}

.post_date
{
    display:block;
    float:left;
    width:50px;
    height:50px;
	background:url(images/date.jpg) top no-repeat;
}

.post_item .post_content
{
    display:block;
    float:right;
    width:350px;
	padding-bottom:10px;
	overflow:hidden;
}

.post .post_content
{
    display:block;
    float:left;
	padding-bottom:10px;
	margin-top:20px;
}

.post_content h2
{
    color:#990000;
    font-weight:500;
    font-size:2em;
    line-height:1em;
    margin-bottom:5px;
}

.post_content h2 a
{
    color:#990000;
    text-decoration:none;
}

.post .post_content h2
{
	padding-bottom:10px !important;
}

.post_content p a
{
	color:#666666;
	font-weight:bold;
	text-decoration:underline;
}

.post_content p a:hover
{
	text-decoration:none;
}

.post_content p
{
    margin-bottom:10px;
    text-align:justify;
}

.post_meta
{
    font-size:0.8em;
    color:#666666;
    line-height:1.1em;
	clear:both;
}

.post_meta a
{
    color:#990000;    
}

.post_meta a:hover
{
    text-decoration:none;
    background:#990000;
    color:#ffffff;
}

.num_comments
{
    background: url(images/comment_imgAlt.jpg) top left no-repeat;
    width:28px;
    line-height:20px;
    display:inline-block;
    font-size:0.8em;
    font-weight:bold;
    text-align:center;
    color:#ffffff;
}

input, textArea
{
    border:1px solid #CCCCCC;
    background:#EAEAEA;
    padding:4px;
    margin:0px 5px 5px 0px;
}


input:hover, textArea:hover
{
	border:1px solid #999999;
    background:#FBF0F1;
  
}

input:focus, textArea:focus
{
	border:1px solid #990000;
    background:#F2F2F2;
    padding:4px;
	margin:0px 5px 5px 0px;
}


#s
{
    margin-left:12px;
    width:120px;
    float:left;
}

.search_button em, .submit_button em, .comment_submit em
{
    display:none;
}

#subscribe_text
{
    margin-left:12px;
    width:165px; 
}

.search_button
{
    background:url(images/searchBt.jpg) top left no-repeat;
    display:block;
    float:left;
    width:42px;
    height:27px; 
    cursor:pointer;
}

.search_button:hover
{
    background:url(images/searchBt_over.jpg) top left no-repeat;
}

.submit_button
{
	background:url(images/submit.jpg) top left no-repeat;
	float:left;
	margin-left:100px;
    display:block;
    width:88px;
    height:27px; 
    cursor:pointer;
	margin-right:11px;
}

.submit_button:hover
{
    background:url(images/submitOver.jpg) top left no-repeat;
}

.comment_submit
{
	background:url(images/submit.jpg) top left no-repeat;
	float:right;
    display:block;
    width:88px;
    height:27px; 
    cursor:pointer;
}

.comment_submit:hover
{
    background:url(images/submitOver.jpg) top left no-repeat;
}



#comments, #addComment
{
    margin-top:10px;
	padding-top:20px;
	border-top:#CCCCCC 1px dotted;
}

#addComment, .pagetitle
{
    margin-top:20px;
	
}

#comments h3, #addComment h3, .pagetitle
{
    font-size:1.3em;
    font-weight:500;
    color:#990000;
}

#comments_list
{
    list-style:none;
    display:block;
}

.avatar_holder
{
    width:65px;
    display:block;
    float:left;
}

.comment_item, .comment_item_alt
{
    margin-top:20px;
}

.comment_item, .avatar_holder, .comment_item_alt
{
    font-size:0.9em;
    line-height:1.1em;
}

.comment_item .avatar_holder
{
    background:url(images/comment_arrow.jpg) top right no-repeat;
}

.comment_item_alt .avatar_holder
{
    background:url(images/comment_arrowAlt.jpg) top right no-repeat;
}

.avatar_holder img
{
    margin-top:13px;
}

.avatar_holder p
{
    margin-top:5px;
}

.avatar_holder p span
{
    color:#888888;    
}

#comment
{
	width:410px;
    display:block;
    float:left;
}

#comment_form
{
	margin-top:20px;
}

#comment_form .comment_label
{
	display:inline-block;
	width:120px;
	line-height:28px;
}

label.error
{
	font-size:0.9em;
	clear:right;
	color:red;
}

#comment_list
{
	list-style:none;
}

#comment_list li {
	display:block;
}

.comment_item .comment_text
{
    width:355px;
    display:block;
    float:left;
    background:url(images/comment_body.jpg) bottom left no-repeat;
}

.comment_item .comment_text p
{
    width:295px;
    background:url(images/comment_top.jpg) top left no-repeat;
    padding:30px 30px 5px 30px;
	
}

.comment_text a 
{
	color:#888888;
}

.comment_item .comment_text .comment_meta, .comment_item_alt .comment_text .comment_meta
{
   
    background:none;
    padding:3px 0 30px 30px;
	font-size:0.8em;
	color:#666666;
}

.comment_item_alt .comment_text
{
    width:355px;
    display:block;
    float:left;
    background:url(images/comment_bodyAlt.jpg) bottom left no-repeat;
}

.comment_item_alt .comment_text p
{
    width:295px;
    background:url(images/comment_topAlt.jpg) top left no-repeat;
    padding:30px 30px 5px 30px;
}

.readmore 
{
	text-align:right;
	display:block;
	margin-bottom:10px;
}

.readmore a
{
	color:#FFFFFF !important;
	text-decoration:none !important;	
	background: url(images/readmore.gif) top left no-repeat #BBBBBB;
	width:100px;
	display:block;
	line-height:18px;
	text-align:center !important;
	font-size:0.9em;
	float:right;
}

.readmore a:hover
{
	background: url(images/readmore_over.gif) top left no-repeat #999999;
}

.entry p
{
	margin-bottom:10px;
}

.navigation
{
	padding-top:20px;
	display:block;
}

.navigation a
{
	color:#FFFFFF !important;
	text-decoration:none !important;	
	background: url(images/readmore.gif) top left no-repeat #BBBBBB;
	width:100px;
	display:block;
	line-height:18px;
	text-align:center !important;
	font-size:0.9em;
	float:left;
	margin-right:10px;
}

.navigation a:hover
{
	background: url(images/readmore_over.gif) top left no-repeat #999999;
}

.alignleft 
{
	float:left;
}

.alignright 
{
	float:right;
}

label 
{
	clear:left;
}

blockquote
{
	display:block;
	margin:0 20px;
	font-size:1.2em;
	line-height:1.4em;
	font-style:italic;
	color:#999999 !important;
}

blockquote:before 
{
    content: '"';
	font-size:2em;
	float:left;
	display:inline-block;
	margin-right:10px;
}
 
blockquote:after 
{
    content: '"';
	font-size:2em;
	float:right;
	display:inline-block;
	margin-top:-28px;
	margin-left:10px;	
}

/* images css */

.registerform input
{
	margin-left:12px;
	width:164px;
}


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.rss span 
{
	display:none;
}

.rss
{
	background:url(images/rss_btn.jpg) top left no-repeat;
	display:block;
	height:38px;
	margin-top:10px;
}