/*
Theme Name: London Theatre Blog
Theme URI: http://londontheatreblog.co.uk/
Description: 
Version: 1
Author: Hussain SM
Author URI: http://chugsdesigns.com/
*/

/* 
------------------------------------------------------ 
	G L O B A L		R E S E T
------------------------------------------------------ */

* { margin: 0; padding: 0; text-decoration: none; font-size: 1em; outline: none; }
code, kbd, samp, pre, tt, var, textarea, input, select, isindex { font: inherit; font-size: 1em; }
dfn, i, cite, var, address, em { font-style: normal; }
th, b, strong, h1, h2, h3, h4, h5, h6 { font-weight: normal; }
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet { border: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td, center { text-align: left; vertical-align: top; }
body { line-height: 1; background: white; color: black; }
q { quotes: "" ""; }
ul, ol, dir, menu { list-style: none; }
sub, sup { vertical-align: baseline; }
a { color: inherit; }
hr { display: none; }
font { color: inherit !important; font: inherit !important; color: inherit !important; }

/* 
------------------------------------------------------ 
	G L O B A L		S T Y L E S
------------------------------------------------------ */

body { 
		background: #efefef;
		font: 100%/1.6em Georgia, "Times New Roman", Times, serif; 
		color: #444;
		text-align: center;
		}

/* L I N K S */

a:link { 
		font-weight: normal;
		text-decoration: none; 
		color: #00aeef; 
		}
a:visited { 
		font-weight: normal;
		text-decoration: none; 
		color: #00aeef; 
		}
a:hover { 
		font-weight: normal;
		text-decoration: none; 
		color: #09f; 
		}
a:active, a:focus { 
		font-weight: normal;
		text-decoration: none; 
		color: #00aeef; 
		}

/* H E A D L I N E S */

h1, h2, h3, h4, h5, h6 { 
		margin: 20px 0;
		font-weight: bold;
		font-family: Arial, Verdana, sans-serif; 
		color: #666;
		letter-spacing: -1px;
		}
h1 { 
		font-size: 160%;
		}
h2 { 
		font-size: 150%;
		}
h3 { 
		font-size: 140%; 
		}
h4 { 
		font-size: 130%; 
		}
h5 { 
		font-size: 120%; 
		}
h6 { 
		font-size: 110%; 
		}

/* P A R A G R A P H S */

p { 
		margin-bottom: 20px; 
		}

/* M I S C */

strong { 
		font-weight: bold; 
		}
cite, em, dfn { 
		font-style: italic; 
		}
code, kbd, samp, pre, tt, var { 
		font-size: 90%; 
		font-family: monaco, "Lucida Console", courier, mono-space; 
		}
pre, address { 
		margin-bottom: 20px; 
		}
code, pre { 
		color: #999; 
		} 
caption { 
		padding-bottom: 10px; 
		}
del { 
		text-decoration: line-through; 
		color: #666; 
		}
ins, dfn { 
		border-bottom: 1px solid #ccc; 
		}
small { 
		font-size: 75%; 
		}
abbr, acronym { 
		text-transform: uppercase; 
		font-size: 85%; 
		letter-spacing: 0.1em; 
		}
a abbr, a acronym { 
		border: none; 
		}
abbr[title], acronym[title], dfn[title] { 
		cursor: help; 
		border-bottom: 1px solid #ccc; 
		}
sup { 
		vertical-align: super; 
		font-size: 85%; 
		}
sub { 
		vertical-align: sub; 
		font-size: 85%; 
		}

/* Q U O T E S */

blockquote { 
		margin: 10px 0;
		padding: 20px 10px 10px; 
		border-top: 1px solid #dbdbdb; 
		border-bottom: 1px solid #dbdbdb; 
		background: url(i/blockquote.gif) no-repeat 5px 0;
		font-style: italic;
		font-size: 105%;
		color: #666; 
		}
blockquote *:first-child { 
		margin: 5px 0; 
		}
cite {
		font-size: 80%;
		font-style: normal;
		text-transform: uppercase;
		}

/* F O R M S */

form { 
		margin-bottom: 20px; 
		}
fieldset { 
		margin: 20px 0;
		padding: 0 10px 10px 10px; 
		border: 1px solid #dbdbdb; 
		}
legend { 
		padding: 0 5px; 
		background: #fff; 
		}
legend+* { 
		margin-top: 10px; 
		}
textarea {
		padding: 4px; 
		border: 1px solid #dbdbdb; 
		background: #fff; 
		font: 90% Arial, Verdana, sans-serif; 
		}
textarea:hover {
		border-color: #aaa; 
		}
textarea:focus {
		border-color: #888; 
		outline: 1px solid #ffffaa; 
		}
select { 
		background: #fff; 
		border: 1px solid #dbdbdb; 
		padding: 4px;
		cursor: pointer;
		}
select:focus { 
		border-color: #888; 
		outline: 1px solid #ffffaa; 
		}
select:hover { 
		border-color: #aaa; 
		}
option { 
		padding: 4px; 
		}
input { 
		padding: 4px; 
		cursor: pointer; 
		}
input[type='text'] { 
		border: 1px solid #dbdbdb; 
		background: #fff; 
		font: 90% Arial, Verdana, sans-serif; 
		}
input[type='text']:hover, 
input[type='password']:hover { 
		border-color: #aaa; 
		}
input[type='text']:focus, 
input[type='password']:focus { 
		border-color: #888; 
		outline: 1px solid #ffffaa; 
		}
input[type='text'] { 
		cursor: text; 
		}

/* H R */

hr { 
		display: block; 
		width: 100%; 
		height: 1px; 
		margin-bottom: 1.6em; 
		background: #ccc; 
		border: none; 
		color: #ccc; 
		}

/* L I S T S */

ul {
		margin: 0 20px;
		}
ul li { 
		list-style-type: square; 
		margin-left: 10px; 
		}
ol { 
		list-style-position: outside; 
		list-style-type: decimal; 
		margin: 0 10px 0 20px;
		}
ol ol, 
ul ol { 
		margin-left: 20px; 
		}
dl {
		margin-bottom: 10px;
		}
dt { 
		margin: 5px 0;
		font-weight: bold; 
		}

/* T A B L E S */

table { 
		margin-bottom: 20px;
		border-top: 1px solid #ccc;  
		border-left: 1px solid #ccc; 
		}
th, td { 
		padding: 5px;
		border-bottom: 1px solid #ddd; 
		border-right: 1px solid #ccc; 
		}
th, 
thead td { 
		font-weight: bold; 
		}

/* I M A G E	 S T Y L E S */

img {
		margin: 0;
		}
.alignleft, 
.wp-caption.alignleft  {
		float: left;
		margin: 10px 15px 10px 0;
		border: none;
		}
.alignright, 
.wp-caption.alignright {
		float: right;
		margin: 10px 0 10px 15px;
		border: none;
		}
.aligncenter, 
.wp-caption.aligncenter {
		display: block;
		margin: 10px auto;
		border: none;
		}
img.border {
		padding: 2px;
		border: 1px solid #ccc;
		}
a img {
		border: none;
		}

/* C A P T I O N S */

.wp-caption {
		padding: 5px 0 0;
		margin: 0 0 10px;
		background: #efefef;
		text-align: center;
		}
.wp-caption p.wp-caption-text {
		padding: 0 5px 5px;
		margin: 0;
		font: 75% Arial, Verdana, sans-serif;
		text-align: center;
		color: #444;
		}

/* 
------------------------------------------------------ 
	L A Y O U T
------------------------------------------------------ */

#container {
		width: 970px;
		margin: 0 auto;
		font-size: 90%;
		text-align: left;
		}
#column-main {
		float: left;
		width: 740px;
		padding: 20px 0 0;
		background: #fdfdfd;
		border: 1px solid #dfdfdf;
		}

#column-main2 {
		float: left;
		width: 970px;
		padding: 20px 0 0;
		background: #fdfdfd;
		border: 1px solid #dfdfdf;
		margin: 0 0 20px 0;
		}
		
#column-side {
		float: right;
		width: 205px;
		padding: 20px 0 0;
		background: #fdfdfd;
		border: 1px solid #dfdfdf;
		font-family: Arial, Verdana, sans-serif; 
		}

/* 
------------------------------------------------------ 
	H E A D E R
------------------------------------------------------ */

/* C O M M O N */

#header {
		margin: 0 0 20px;
		padding: 10px 20px 20px;
		background: #fdfdfd;
		border: 1px solid #dfdfdf;
		border-top: 10px solid #00aeef;
		}
div.header-row {
		padding: 10px 0;		
		background: url(i/dot.gif) repeat-x 0 100%;
		}
div.header-row.top {		
		padding-top: 0;
		}
div.header-row.bottom {	
		padding-bottom: 0;
		background: none;
		}

/* T A G L I N E */

p#tagline {
		float: left;
		width: 670px;
		margin: 0;
		font: bold 85% Arial, Verdana, sans-serif; 
		color: #666;
		}

/* S E C O N D A R Y	N A V I G A T I O N */

#nav-sec {
		float: right;
		width: 250px;
		margin: 0;
		padding: 0;
		font: 75% Arial, Verdana, sans-serif; 
		color: #999;
		text-align: right;
		}
#nav-sec li {
		display: inline;
		list-style-type: none;
		margin: 0;
		padding: 0;
		}
#nav-sec li.current a {
		font-weight: bold;
		color: #333;
		}

/* T I T L E */

#title {
		float: left;
		width: 728px;
		}
#title a {
		display: block;
		width: 658px;
		height: 0px !important;
		height /**/: 72px;
		overflow: hidden;
		padding: 72px 0 0 0;
		background: url(i/title.gif) no-repeat;
		font: bold 400% Arial, Verdana, sans-serif;
		line-height: 1em;
		}

/* S U B S C R I B E */

#subscribe {
		float: left;
		width: 200px;
		margin: 10px 0 0;
		padding: 0;
		background: url(i/icon-feed.gif) no-repeat;
		font: 75% Arial, Verdana, sans-serif; 
		}
#subscribe li {
		list-style-type: none;
		margin: 0 0 5px;
		padding: 0 0 0 45px;
		line-height: 1em;
		}

/* M A I N		N A V I G A T I O N */

#nav-main {
		float: left;
		width: 728px;
		margin: 0;
		padding: 10px 0 0;
		font: 105% Arial, Verdana, sans-serif; 
		color: #999;
		text-transform: uppercase;
		}
#nav-main li {
		display: inline;
		list-style-type: none;
		margin: 0;
		padding: 0 0 0 5px;
		}
#nav-main li a {
		padding: 0 5px 0 0;
		}
#nav-main li.current a {
		font-weight: bold;
		color: #333;
		}

/* S E A R C H */

#search {
		float: left;
		width: 200px;
		margin: 10px 0 0;
		}
#form-search {
		margin: 0;
		}
#form-search fieldset {
		margin: 0;
		padding: 0;
		border: none;
		}
#form-search #s {
		float: left;
		width: 110px;
		vertical-align: top;
		}
#form-search .button {
		float: left;
		width: auto;
		overflow: visible;
		padding: 3px 4px;
		background: #00aeef;
		border: 1px solid #00aeef;
		font: bold 95% Arial, Verdana, sans-serif; 
		color: #fff;
		text-transform: uppercase;
		vertical-align: top;
		}

/* 
------------------------------------------------------ 
	H O M E P A G E
------------------------------------------------------ */

/* C O M M O N */

div.column-main-section {
		margin: 0 20px 40px;
		padding: 0 0 20px;
		border-bottom: 1px solid #ccc;
		}
div.column-main-section-inner {
		margin: 0 0 0px;
		}
div.column-main-section h1 {
		margin: 0 0 10px;
		font: 140%/1em Georgia, "Times New Roman", Times, serif; 
		letter-spacing: normal;
		}
div.column-main-section h2 {
		margin: 0 0 20px;
		font-size: 160%;
		color: #666;
		text-transform: lowercase;
		}
div.column-main-section img {
		margin: 0 0 10px;
		}
div.column-main-section p.post-meta-author {
		margin: 0 0 10px;
		font: 75% Arial, Verdana, sans-serif; 
		color: #999;
		text-transform: uppercase;
		}
div.column-main-section p.post-meta {
		margin: 0 0 20px;
		background: none!important;
		font: 75% Arial, Verdana, sans-serif!important; 
		color: #999;
		text-transform: none!important;
		}
div.column-main-section p.post-meta a{
		color: #999;
		}
div.column-main-section p.post-meta a:hover{
		color: #555;
		}			
div.column-main-section p.more {
		margin: 0;
		padding: 20px 0 0;
		background: url(i/dot.gif) repeat-x;
		font: 85% Arial, Verdana, sans-serif; 
		text-align: right;
		}
div.column-main-section p.more a {
		padding: 0 20px 0 0;
		background: url(i/icon-arrow.gif) no-repeat 100% 50%;
		}

/* T A B B E R */

.tabberlive .tabbertabhide {
		display: none;
		}
.tabber {

		}
.tabberlive {

		}
ul.tabbernav {
		float: right;
		width: 700px;
		margin: 0 20px;
		padding: 0 0 10px;
		border-bottom: 1px solid #ccc; 
		font: 80% Arial, Verdana, sans-serif; 
		text-align: right;
		}
ul.tabbernav li {
		list-style: none;
		margin: 0;
		padding: 0 0 0 30px;
		display: inline;
		background: none;
		text-transform: uppercase;
		}
ul.tabbernav li a {
		margin: 0;
		padding: 0;
		text-decoration: none;
		}
ul.tabbernav li a:link { 

		}
ul.tabbernav li a:visited { 

		}
ul.tabbernav li a:hover {
		color: #444;
		}
ul.tabbernav li.tabberactive {

		}
ul.tabbernav li.tabberactive a {
		font-weight: bold;
		color: #444;
		}
ul.tabbernav li.tabberactive a:hover {
		color: #444;
		}
.tabberlive .tabbertab {
		padding: 20px 0;
		}
.tabberlive .tabbertab h3 {
		display: block;
		} 
.tabberlive#tab1 {

		}
.tabberlive#tab2 {

		}
.tabberlive#tab2 .tabbertab {

		}

/* M A G A Z I N E V I E W */

/* R E V I E W S */

div.reviews {
		margin-top: 40px;
		}
div.reviews div.column-main-section-inner {
		background: url(i/bg-dot-3.gif) repeat-y;
		}
div.review {
		float: left;
		width: 160px;
		margin: 0 20px 0 0;
		}
div.review.last {
		margin: 0;
		}

/* I N T E R V I E W S */

div.interviews div.column-main-section-inner {
		background: url(i/bg-dot-1.gif) repeat-y;
		}
div.interview {
		float: left;
		width: 340px;
		margin: 0 20px 0 0;
		}
div.interview.last {
		margin: 0;
		}

/* V I D E O S */

div.videos div.column-main-section-inner {
		background: url(i/bg-dot-3.gif) repeat-y;
		}
div.video {
		float: left;
		width: 160px;
		margin: 0 20px 0 0;
		}
div.video.last {
		margin: 0;
		}

/* A R T I C L E S */

div.articles div.column-main-section-inner {
		background: url(i/bg-dot-3.gif) repeat-y;
		}
div.article {
		float: left;
		width: 160px;
		margin: 0 20px 0 0;
		}
div.article.last {
		margin: 0;
		}

/* B L O G V I E W */

div.post-home {
		margin: 0 20px 20px;
		border-bottom: 1px solid #ccc;
		}
h1.post-home-title {
		clear: both;
		margin: 0 0 20px;
		padding: 20px 0 0;
		font: 250% Georgia, "Times New Roman", Times, serif;
		line-height: 1.2em;
		}
p.post-home-meta {
		margin: 0 0 20px;
		padding: 0 0 10px;
		background: url(i/dot.gif) repeat-x 0 100%;
		font: 85% Arial, Verdana, sans-serif; 
		color: #666;
		text-transform: uppercase;
		}
p.post-home-meta span.post-home-meta-author {
		float: left;
		margin: 0 10px 0 0;
		padding: 0 10px 0 0;
		border-right: 1px solid #dbdbdb;
		}
p.post-home-meta span.post-home-meta-author img {
		float: left;
		margin: 0 10px 0 0;
		}
p.post-home-meta span.post-home-meta-author em {
		font-style: normal;
		font-size: 80%;
		text-transform: none;
		}
p.post-home-meta span.post-home-meta-comments {
		float: left;
		}
p.post-home-meta span.post-home-meta-comments em {
		font-style: normal;
		padding: 0 0 0 20px;
		background: url(i/icon-comments.gif) no-repeat 0 50%;
		text-transform: none;
		}
p.post-home-meta span.post-home-meta-date {
		float: left;
		margin: 0 10px 0 0;
		padding: 0 10px 0 0;
		border-right: 1px solid #dbdbdb;
		}
p.post-home-meta span.post-home-meta-date em {
		font-style: normal;
		font-size: 90%;
		text-transform: none;
		}
p.post-home-meta span.post-home-meta-categories {
		float: left;
		margin: 0 10px 0 0;
		padding: 0 10px 0 0;
		border-right: 1px solid #dbdbdb;
		}
p.post-home-meta span.post-home-meta-categories em {
		font-style: normal;
		text-transform: none;
		}
p.content-navigate-home {
		margin: 0 20px;
		padding: 0;
		font: 85% Arial, Verdana, sans-serif; 
		color: #999;
		text-transform: uppercase;
		}

/* 
------------------------------------------------------ 
	P O S T P A G E
------------------------------------------------------ */

/* P O S T */

div.post {
		margin: 0 20px 20px;
		}		
div.post ul {
		margin: 0 20px 20px 20px;
		}
div.post ul li { 
		list-style-type: square; 
		margin-left: 10px; 
		}	
p.post-meta-date {
		float: left;
		width: 520px;
		margin: 0 0 10px;
		font: 85% Arial, Verdana, sans-serif; 
		color: #999;
		text-transform: uppercase;
		}
p.post-meta-share {
		float: right;
		margin: 0;
		font: 75% Arial, Verdana, sans-serif; 
		text-align: right;
		color: #999;
		}
h1.post-title {
		clear: both;
		margin: 0 0 10px;
		padding: 20px 0 0;
		background: url(i/dot.gif) repeat-x;
		font: 250% Georgia, "Times New Roman", Times, serif;
		line-height: 1.2em;
		}
h3.post-title {
		margin: 0;
		padding: 20px 0 0;
		font: 150% Georgia, "Times New Roman", Times, serif;
		line-height: 1.2em;
		}
div.post-excerpt {
		margin: 0 0 20px;
		font-size: 110%;
		color: #666;
		}
p.post-meta {
		margin: 0;
		padding: 0 0 20px;
		background: url(i/dot.gif) repeat-x 0 100%;
		font: 85% Arial, Verdana, sans-serif; 
		color: #666;
		text-transform: uppercase;
		}
p.post-meta span.post-meta-author {
		float: left;
		margin: 0 10px 0 0;
		padding: 0 10px 0 0;
		border-right: 1px solid #dbdbdb;
		}
p.post-meta span.post-meta-author img {
		float: left;
		margin: 0 10px 0 0;
		}
p.post-meta span.post-meta-author em {
		font-style: normal;
		font-size: 80%;
		text-transform: none;
		}
p.post-meta span.post-meta-comments {
		float: left;
		margin: 0 10px 0 0;
		}
p.post-meta span.post-meta-comments em {
		font-style: normal;
		padding: 0 0 0 20px;
		background: url(i/icon-comments.gif) no-repeat 0 50%;
		text-transform: none;
		}
p.post-meta span.post-meta-pageviews {
		float: left;
		margin: 0 10px 0 0;
		padding: 0 10px 0 0;
		border-right: 1px solid #dbdbdb;
		}
p.post-meta span.post-meta-pageviews em {
		font-style: normal;
		padding: 0 10px 0 20px;
		background: url(i/icon-pageviews.gif) no-repeat 0 50%;
		text-transform: none;
		}
p.post-meta span.post-meta-retweets {
		float: left;
		margin: 0 10px 0 0;
		padding: 0 10px 0 10px;
		border-left: 1px solid #dbdbdb;
		}
p.post-meta span.post-meta-retweets em {
		font-style: normal;
		padding: 0 10px 0 0;
		text-transform: none;
		}		
		
div.post-wrap {
		padding: 20px 0 0;
		background: url(i/bg-wrap.gif) repeat-y;
		}
div.post-wrap2 {
		padding: 20px 0 0;
		background: url(i/bg-wrap2.gif) repeat-y;
		}		
div.post-main {
		float: left;
		width: 510px;
		}
div.post-main2 {
		float: left;
		width: 710px;
		}		
div.post-body {
		margin: 0 0 40px;
		padding: 0 0;
		border-bottom: 1px solid #ccc;
		}
div.post-body2 {
		margin: 20px 0 40px;
		padding: 0 0;
		border-bottom: 1px solid #ccc;
		}
.pullquote {
		float: left;
		clear: left;
		width: 160px;
		margin: 0 20px 20px 0;
		}
#post-aside {
		margin: 20px 0;
		font: italic 95% Georgia, "Times New Roman", Times, serif;
		}
#post-aside h2 {
		margin: 0 0 10px;
		font-size: 110%;
		}

/* C O M M E N T S */

#comments {
		margin: 0 0 40px;
		padding: 0 0 20px;
		border-bottom: 1px solid #ccc;
		}
#comments h3 {
		margin: 0;
		font: 180% Georgia, "Times New Roman", Times, serif;
		}
p.comments-meta {
		margin: 0 0 20px;
		padding: 0 0 10px;
		background: url(i/dot.gif) repeat-x 0 100%;
		font: 85% Arial, Verdana, sans-serif; 
		}
ol.commentlist {
		margin: 0; 
		padding: 0;
		}
li.comment {
		list-style-type: none;
		margin: 0 0 20px;
		padding: 20px 0 20px 20px;
		border: 1px solid #dbdbdb;
		}
li.comment p {
		margin: 0 20px 10px 0;
		}
div.comment-author {
		margin: 0 20px 0 0;
		line-height: 1.2em;
		}
div.comment-author img.avatar, 
div.comment-author img.photo {
		float: left;
		margin: 0 10px 0 0;
		}
div.comment-meta {
		margin: 0 0 10px;
		font: 75% Arial, Verdana, sans-serif; 
		color: #999;
		text-transform: uppercase;
		}
div.reply {
		margin: 10px 0 20px;
		font: 75% Arial, Verdana, sans-serif; 
		color: #999;
		text-transform: uppercase;
		}

cite.fn {
		vertical-align: top;
		font: 105% Arial, Verdana, sans-serif; 
		text-transform: none;
		}
span.says {
		color: #fff;
		}
ul.children {
		margin: 0;
		padding: 0;
		}
ul.children li.comment {
		margin: 0;
		padding: 20px;
		border-right: none;
		list-style-type: none;
		}

/* T R A C K B A C K S */

#trackbacks {
		margin: 0 0 0;
		padding: 0 0 20px;
		border-bottom: 1px solid #ccc;
		}
#trackbacks h3 {
		margin: 0;
		font: 180% Georgia, "Times New Roman", Times, serif;
		}
p.trackbacks-meta {
		margin: 0 0 20px;
		padding: 0 0 10px;
		background: url(i/dot.gif) repeat-x 0 100%;
		font: 85% Arial, Verdana, sans-serif; 
		}
div.trackback {
		margin: 0 0 10px;
		padding: 0 0 10px;
		background: url(i/dot.gif) repeat-x 0 100%;
		}
p.trackback-meta {
		margin: 0;
		font: 75% Arial, Verdana, sans-serif; 
		color: #999;
		text-transform: uppercase;
		}

/* C O M M E N T S		F O R M */

#comments-form {
		padding: 0 0 20px;
		border-bottom: 1px solid #ccc;
		}
p.comments-form-meta {
		margin: 0 0 20px;
		padding: 0 0 10px;
		background: url(i/dot.gif) repeat-x 0 100%;
		font: 85% Arial, Verdana, sans-serif; 
		}
#comments-form h3 {
		margin: 0;
		font: 180% Georgia, "Times New Roman", Times, serif;
		}
div.comments-form-info {
		margin: 0 0 20px;
		padding: 0 0 10px;
		background: url(i/dot.gif) repeat-x 0 100%;
		font: 75% Arial, Verdana, sans-serif; 
		color: #999;
		line-height: 1.2em;
		}
div.comments-form-info p {
		margin: 0 0 5px;
		}
#form-comments fieldset {
		margin: 0;
		padding: 0;
		border: none;
		}
#form-comments p {
		margin: 0 0 20px;
		padding: 0;
		}
#form-comments label {
		display: block;
		margin: 0 0 5px;
		font: 85% Arial, Verdana, sans-serif; 
		text-transform: uppercase;
		}
#form-comments input {
		width: 480px;
		padding: 8px;
		}
#form-comments textarea {
		width: 480px;
		padding: 8px;
		}
#comments-form label em {
		font-style: normal;
		font-size: 80%;
		color: #999;
		text-transform: none;
		}
#comments-form .button {
		width: auto;
		overflow: visible;
		padding: 3px 4px;
		background: #00aeef;
		border: 1px solid #00aeef;
		font: bold 95% Arial, Verdana, sans-serif; 
		color: #fff;
		text-transform: uppercase;
		vertical-align: top;
		}

/* P R E V I O U S		N E X T		N A V I G A T I O N */

div.content-navigate {
		padding: 20px 0;
		font: 85% Arial, Verdana, sans-serif; 
		color: #999;
		text-transform: uppercase;
		}
div.content-navigate a {
		text-transform: none;
		}
span.alignright {
		width: 49%;
		float: right;
		text-align: right;
		}
span.alignleft {
		width: 49%;
		float: left;
		}
div.wp-pagenavi {
		background: #fff;
		padding: 20px 0;
		font: 85% Arial, Verdana, sans-serif; 
		text-transform: uppercase;
		}
div.wp-pagenavi a, 
div.wp-pagenavi a:link, 
div.wp-pagenavi a:active {
		margin: 0 5px 0 0;
		padding: 4px 8px; 
		background-color: #fff;
		border: 1px solid #ccc;
		color: #444;
		text-decoration: none;
		}
div.wp-pagenavi a:hover {
		background: #00aeef;
		border: 1px solid #00aeef;
		color: #fff;
		}
div.wp-pagenavi span.pages {
		margin: 0 20px 0 0;
		border: none;
		}
div.wp-pagenavi span.current {
		margin: 0 5px 0 0;
		padding: 4px 8px; 
		background: #00aeef;
		border: 1px solid #00aeef;
		font-weight: bold;
		color: #fff;
		}
div.wp-pagenavi span.extend {
		margin: 0 5px 0 0;
		padding: 4px 8px;
		border: none;
		}

/* 
------------------------------------------------------ 
	P O S T		S I D E
------------------------------------------------------ */

/* C O M M O N */

#post-related {
		float: right;
		width: 150px;
		font: 80% Arial, Verdana, sans-serif; 
		color: #666;
		line-height: 1.4em;
		}
#post-related2 {
		margin-top: 530px;
		float: right;
		width: 150px;
		font: 80% Arial, Verdana, sans-serif; 
		color: #666;
		line-height: 1.4em;
		}		
div.post-related-section {
		margin: 0 0 20px;
		padding: 0 0 20px;
		border-bottom: 1px solid #ccc;
		}
div.post-related-section.box {
		padding: 10px;
		border: 1px solid #dbdbdb;
		}
div.post-related-section h4 {
		margin: 0 0 1em;
		font-size: 100%;
		color: #666;
		text-transform: normal;
		letter-spacing: normal;
		}
div.post-related-section ul {
		margin: 0;
		padding: 0;
		}
div.post-related-section ul li {
		list-style-type: none;
		margin: 0;
		padding: 10px 0;
		background: url(i/dot.gif) repeat-x 0 100%;
		}
div.post-related-section ul li p.post-meta {
		margin: 0;
		padding: 0;
		background: none;
		color: #999;
		text-transform: none;
		}

/* A U T H O R		P O S T S */

div.post-related-section.author-posts {
		padding: 20px 0;
		border-top: 1px solid #ccc;
		}

/* M O R E		P O S T S */

div.post-related-section.more-posts ul {
		margin: 0 0 1em;
		}

/* 
------------------------------------------------------ 
	P A G E		S T Y L E S
------------------------------------------------------ */

/* C O M M O N */

div.page {
		margin: 0 20px 20px;
		}
div.page-wrap {
		padding: 20px 0 0;
		background: url(i/bg-wrap.gif) repeat-y;
		}
div.page-row {
		padding: 20px 0;
		background: url(i/dot.gif) repeat-x 0 100%;
		}
div.page-wrap2 {
		padding: 20px 0 0;
		}
div.page-row2 {
		padding: 20px 0;
		}
div.page-main {
		float: left;
		width: 510px;
		}
div.page-main2 {
		float: left;
		width: 710px;
		}
div.page-body {
		margin: 0 0 40px;
		padding: 0 0;
		border-bottom: 1px solid #ccc;
		}
h1.page-title {
		margin: 0;
		padding: 0 0 20px;
		background: url(i/dot.gif) repeat-x 0 100%;
		font-size: 160%;
		color: #666;
		text-transform: lowercase;
		}
h1.page-title-profile {
		margin: 0;
		padding: 0 0 20px;
		background: url(i/dot.gif) repeat-x 0 100%;
		font-size: 160%;
		color: #666;
		text-transform: none;
		}		

/* P A G E		S I D E */

#page-related {
		float: right;
		width: 150px;
		font: 80% Arial, Verdana, sans-serif; 
		color: #666;
		line-height: 1.4em;
		}
div.page-related-section {
		margin: 0 0 20px;
		padding: 0 0 20px;
		border-bottom: 1px solid #ccc;
		}
div.page-related-section.box {
		padding: 10px;
		border: 1px solid #dbdbdb;
		}
div.page-related-section h4 {
		margin: 0 0 1em;
		font-size: 100%;
		color: #666;
		text-transform: lowercase;
		letter-spacing: normal;
		}
div.page-related-section ul {
		margin: 0;
		padding: 0;
		}
div.page-related-section ul li {
		list-style-type: none;
		margin: 0;
		padding: 5px 0;
		background: url(i/dot.gif) repeat-x 0 100%;
		}

/* R E S O U R C E S		P A G E */

div.resources {
		font: 85% Arial, Verdana, sans-serif; 
		line-height: 1.4em;
		}
div.resources ul {
		margin: 0;
		padding: 0;
		}
li.linkcat {
		list-style-type: none;
		margin: 0 0 10px;
		padding: 0 0 0px;
		border-bottom: 1px solid #dbdbdb;
		}
li.linkcat h2 {
		margin: 0 0 10px;
		padding: 0;
		font: 150% Georgia, "Times New Roman", Times, serif;
		letter-spacing: normal;
		}
ul.blogroll {
		margin: 0;
		padding: 0;
		}
ul.blogroll li {
		list-style-type: none;
		margin: 0;
		padding: 5px 0;
		background: url(i/dot.gif) repeat-x 0 100%;
		}
ul.blogroll li a {
		display: block;
		}
p.top {
		margin: 10px 0;
		}
p.top a {
		font-size: 75%;
		text-transform: uppercase;
		}
p#resources-links {
		font-size: 110%;
		line-height: 1.6em;
		}

/* A R C H I V E S		P A G E */

h2.h2-archives-title {
		margin: 0;
		padding: 0;
		font-size: 110%;
		text-transform: none;
		}
ul#archives-monthly {
		margin: 0 0 40px;
		padding: 0;
		}
ul#archives-monthly li {
		list-style-type: none;
		margin: 0 0 10px;
		padding: 0;
		}
ul#archives-monthly li strong, 
ul#archives-monthly li span, 
ul#archives-monthly li a {
		margin: 0 10px 0 0;
		}
ul#archives-monthly li span {
		color: #999;
		}
ul#archives-category {
		margin: 0;
		padding: 0;
		}
ul#archives-category ul {
		margin: 10px 0 10px 20px;
		padding: 0;
		}
ul#archives-category li {
		margin: 0 0 10px 20px;
		padding: 0;
		color: #999;
		}
p.tag-cloud {
		margin: 10px 0 40px;
		}
p.tag-cloud a {
		padding: 0 5px;
		border-right: 1px solid #ccc;
		}

/* S E A R C H		P A G E */

div.search-results .post {
		margin: 0;
		padding: 0;
		}
div.search-results .post h2 {
		margin: 0 0 10px;
		font: 140%/1em Georgia, "Times New Roman", Times, serif; 
		letter-spacing: normal;
		text-transform: none;
		}
div.search-results .post p.post-meta  {
		margin: 0;
		padding: 0 0 10px;
		background: url(i/dot.gif) repeat-x 0 100%;
		font-size: 75%;
		}
div.search-results .post .post-body  {
		margin: 10px 0 20px;
		padding: 0;
		}

div.search-results #form-search {
		margin: 0;
		padding: 0 0 20px;
		}

/* 
------------------------------------------------------ 
	A R C H I V E S
------------------------------------------------------ */

div.archive .post {
		margin: 0;
		padding: 0;
		}
div.archive .post h2 {
		margin: 0 0 10px;
		font: 140%/1em Georgia, "Times New Roman", Times, serif; 
		letter-spacing: normal;
		text-transform: none;
		}
div.archive .post p.post-meta  {
		margin: 0;
		padding: 0 0 10px;
		background: url(i/dot.gif) repeat-x 0 100%;
		font-size: 75%;
		}
div.archive .post .post-body  {
		margin: 10px 0 20px;
		padding: 0;
		}



/* A U T H O R		A R C H I V E S */

div.author h2 {
		margin: 0 0 20px;
              text-transform: lowercase;
		}
div.author .post {
		margin: 0;
		padding: 0;
		}
div.author .post h3 {
		margin: 0 0 10px;
		padding: 0;
		}
div.author p.post-meta  {
		margin: 0;
		padding: 0 0 10px;
		background: url(i/dot.gif) repeat-x 0 100%;
		font-size: 75%;
		}
div.author .post-body  {
		margin: 10px 0 20px;
		padding: 0;
		}
div.author-info {
		margin: 0 0 40px;
		padding: 10px;
		border: 1px solid #dbdbdb;
		font: 95% Arial, Verdana, sans-serif; 
		}
div.author-info-left {
		float: left;
		width: 130px;
		margin: 0 20px 0 0;
		}		
div.author-info-right {
		float: left;
		width: 330px;
		line-height: 1.6em;
		}
div.author-info-left img {
		margin: 0;
		}	
div.author-info-right ul {
		margin: 0;
		}				
div.author-info-right ul li {
		display: inline;
		list-style-type: none;
		margin: 0 5px 0 0;
		padding: 0 5px 0 0;
		border-right: 1px solid #dbdbdb;
		font-size: 90%;
		text-transform: uppercase;
		}	

div.author-info-right ul li.twitlink{
		margin: 0 5px 0 0;
		padding: 0 5px 0 0;
		border-right: 1px solid #dbdbdb;
		}	
		
div.author-info-right ul li.last {
		border: none;
		}		

/* C A T E G O R Y		A R C H I V E S */

div.category {
		width: 510px;
		background: url(i/bg-dot-4.gif) repeat-y;		
		}
div.category h2 {
		margin: 0 0 10px;
		font: 140%/1em Georgia, "Times New Roman", Times, serif; 
		letter-spacing: normal;
		text-transform: none;
		}
div.category .post {
		float: left;
		width: 245px;
		margin: 0 20px 0 0;
		padding: 0;
		}
div.category .post.last {
		margin-right: 0;
		}
div.category p.post-meta  {
		background: none;
		font-size: 75%;
		color: #999;
		}


/* 
------------------------------------------------------ 
	S I D E		C O L U M N
------------------------------------------------------ */

/* C O M M O N */

div.column-side-section {
		margin: 0 20px 40px;
		padding: 0 0 20px;
		border-bottom: 1px solid #ccc;
		font-size: 85%;
		line-height: 1.4em;
		}
		
div.column-side-section2 {
		margin: 0 15px 40px;
		padding: 0 0 20px;
		border-bottom: 1px solid #ccc;
		font-size: 85%;
		line-height: 1.4em;
		}			
		
div.column-side-section.box {
		padding: 10px;
		border: 4px solid #dbdbdb;
		}

		
		
div.column-side-section.box img {
		padding: 0 0 0 0 -20px;
		
		}			
		
div.column-side-section h3 {
		margin: 0 0 20px;
		font-size: 150%;
		color: #666;
		text-transform: lowercase;
		}

/* S O R T		P O S T		B Y */

div.sort-posts-by form {
		margin: 0;
		}
div.sort-posts-by form fieldset {
		margin: 0;
		padding: 0;
		border: none;
		}
div.sort-posts-by form select {
		width: 140px;
		margin: 0 0 20px;
		padding: 0;
		font-size: 90%;
		}

/* A U T H O R S */

div.authors ul {
		margin: 0;
		padding: 0;
		font-size: 110%;
		}
div.authors ul li {
		list-style-type: none;
		margin: 0;
		padding: 5px 0;
		background: url(i/dot.gif) repeat-x 0 100%;
		}
div.authors ul li img {
		float: left;
		margin: 0 10px 0 0;
		}
div.authors2 ul li a {
		line-height: 30px;
		}
		
div.authors2 ul {
		margin: 0;
		padding: 0;
		font-size: 110%;
		}
div.authors2 ul li {
		list-style-type: none;
		margin: 0;
		padding: 5px 0;
		}
div.authors2 ul li img {
		float: left;
		margin: 0 10px 0 0;
		}
div.authors2 ul li a {
		line-height: 30px;
		}		

/* C O N N E C T	W I T H		L T B */

div.connect-with-ltb ul {
		margin: 0;
		padding: 0;
		
		}
div.connect-with-ltb ul li {
		list-style-type: none;
		margin: 0;
		padding: 5px 0;
		background: url(i/dot.gif) repeat-x 0 100%;
		}
div.aktt_tweets ul {
		margin: 0;
		padding: 10px;
		border: 1px solid #dbdbdb;
		background: none;
		}
div.aktt_tweets ul li {
		background: none;
		}
li#connect-twitter a {
		padding: 5px 0 5px 20px;
		background: url(i/icon-twitter.gif) no-repeat 0 50%;
		line-height: 16px;
		}
li#connect-friendfeed a {
		padding: 5px 0 5px 20px;
		background: url(i/icon-friendfeed.gif) no-repeat 0 50%;
		line-height: 16px;
		}		
li#connect-flickr a {
		padding: 5px 0 5px 20px;
		background: url(i/icon-flickr.gif) no-repeat 0 50%;
		line-height: 16px;
		}
li#connect-facebook a {
		padding: 5px 0 5px 20px;
		background: url(i/icon-facebook.gif) no-repeat 0 50%;
		line-height: 16px;
		}
li#connect-youtube a {
		padding: 5px 0 5px 20px;
		background: url(i/icon-youtube.gif) no-repeat 0 50%;
		line-height: 16px;
		}

/* R E S O U R C E S */

div.resources p {
		font-size: 115%;
		font-weight: bold;
		color: #666;
		}

/* 
------------------------------------------------------ 
	R E C E N T		B E S T
------------------------------------------------------ */

/* C O M M O N */

#recent-best {
		float: left;
		width: 740px;
		margin: 20px 0;
		padding: 20px 0;
		background: #fdfdfd url(i/bg-line-2.gif) repeat-y;
		border: 1px solid #dfdfdf;
		font: 75% Arial, Verdana, sans-serif; 
		}
div.recent-best-section {
		display: inline;
		float: left;
		width: 205px;
		margin: 0 20px;
		}
div.recent-best-section h4 {
		margin: 0 0 20px;
		color: #666;
		text-transform: lowercase;
		}
div.recent-best-section ul {
		margin: 0;
		padding: 0;
		}
div.recent-best-section ul li {
		list-style-type: none;
		margin: 0;
		padding: 10px 0;
		background: url(i/dot.gif) repeat-x 0 100%;
		}
div.recent-best-section ul li p.post-meta {
		margin: 0;
		padding: 5px 0 0;
		background: none;
		font-size: 90%;
		color: #999;
		text-transform: none;
		}

/* R E C E N T	C O M M E N T S */

div.recent-comments ul li {
		background: none;
		margin: 0;
		padding: 0;
		}
div.recent-comments ul li div.recent-comment-body {
		padding: 10px 10px 0;
		border: 1px solid #dbdbdb;
		}
div.recent-comments ul li div.recent-comment-body p {
		margin: 0 0 10px 40px;
		}
p.recent-comment-meta {
		padding: 5px 0 0;
		background: url(i/arrow.gif) no-repeat;
		font-size: 90%;
		text-align: right;
		text-transform: uppercase;
		}
div.recent-comments div.gravatar {
		float: left;	
		margin: 0;
		}
div.recent-comments div.gravatar img {
		margin: 0;
		padding: 0;
		}

/* NEWS	P O S T S */

div.news-posts {
		margin: 0 0 40px;
		padding: 0 0 20px;
		border-bottom: 1px solid #ccc;
		}

/* 
------------------------------------------------------ 
	F O O T E R
------------------------------------------------------ */

#footer {
		width: 740px;
		margin: 20px;
		font: 75% Arial, Verdana, sans-serif;
		color: #999; 
		line-height: 1.6em;
		}
#footer-nav {
		margin: 0;
		padding: 0;
		}
#footer-nav li {
		display: inline;
		list-style-type: none;
		margin: 0;
		padding: 0 2px;
		border-right: 1px solid #ccc;
		}
#footer-nav li a {
		padding: 0 2px 0 0;
		}
a.rules {
		padding: 0 0 0 15px;
		background: url(i/icon-9rules.gif) no-repeat;
		}

/* 
------------------------------------------------------ 
	M I S C
------------------------------------------------------ */

p#skiplink {
		position: absolute;
		left: -1000px;
		width: 990px;
		margin: 0;
		font-size: 1px; 
		line-height: 1;
		}

/* C L E A R F I X  */

.clear { clear: both; height: 0; line-height: 0; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}
.filler {display:block;margin: 10px 0 0 0;list-style-type: none;}

/* HACKADELIC SLIDING NOTES */

.hackadelic-sliderPanel {

}

a.hackadelic-sliderButton {
	border-bottom: 1px dotted #666666;
	color: #444444;
	padding: 0;

}
a.hackadelic-sliderButton:hover {
	border-bottom: 1px dotted #000000;
	color: #444444;
	padding: 0;
}
.entry .hackadelic-sliderPanel {
	background-color: #fcfcfc;
}
.textwidget .hackadelic-sliderButton {
	display: block;
	text-align: center;
	margin: .5em;
}
.textwidget .hackadelic-sliderPanel {
	background-color: #F0F0E0;
}

/* SUBSCRIBE TO COMMENTS */
.subscribe-to-comments{
    margin:0; 
    padding:0;
    width: auto;
}

#subscribe2 {
	display: block;
	float: left;
	clear: left;    margin:0; 
    padding:0;
}

#subscription{
width: 100%;
float:left;
background: #fff;
margin-bottom: 30px;

}	
.wrap2{
margin: 0 20px 0 20px;
}