/*
Theme Name: Eliza Doolittle
Theme URI: http://wordpress.org/
Description: Eliza Doolittle Template
Version: 1.0.a
Author: Ace Rosillo
Author URI: http://www.rosillo.co.uk/
Tags: yellow, custom header, fixed width, two columns, widgets
*/


/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	background: #f3e63f url('images/tile.gif');
	color: #000000;
	text-align: center;
	}

#page {
	text-align: left;
	width:920px;
	margin:0 auto 0;
	padding:0 20px 0 20px;
}

#header {
	width:920px;
	height:120px;
	display:block;
	margin:0;
	padding:0;
	position:relative;
}

#header h1 {padding:0;margin:0;}
#header h1 a {
	background:url('images/e_logo.gif') 0 0 no-repeat;
	display:block;
	position:absolute;
	width:447px;
	height:49px;
	top:5px;
	left:0px;
}

/* ************************************************************************************************
	NAVIGATION 
************************************************************************************************ */
ul#navigation {
	position:absolute;
	top:72px;
	left:0px;
	display:block;
	list-style:none;
	padding:0;
	margin:0;
}

ul#navigation li { float:left;margin:0 20px 0 0 }

ul#navigation li a,ul#navigation li a:hover, ul#navigation li a strong {height:26px;display:block;}
ul#navigation li a.nav_home {background:url('images/home_off.gif') 0 0 no-repeat;width:48px;}
ul#navigation li a.nav_home:hover,
ul#navigation li a.nav_home strong { background:url('images/home_on.gif') 0 0 no-repeat;width:48px; }

ul#navigation li a.nav_news { background:url('images/news_off.gif') 0 0 no-repeat;width:44px; }
ul#navigation li a.nav_news:hover,
ul#navigation li a.nav_news strong { background:url('images/news_on.gif') 0 0 no-repeat;width:44px; }

ul#navigation li a.nav_blog { background:url('images/blog_off.gif') 0 0 no-repeat;width:42px; }
ul#navigation li a.nav_blog:hover,
ul#navigation li a.nav_blog strong { background:url('images/blog_on.gif') 0 0 no-repeat;width:42px; }

ul#navigation li a.nav_video {background:url('images/videos_off.gif') 0 0 no-repeat;width:50px;}
ul#navigation li a.nav_video:hover,
ul#navigation li a.nav_video strong { background:url('images/videos_on.gif') 0 0 no-repeat;width:50px; }

ul#navigation li a.nav_signup {background:url('images/signup_off.gif') 0 0 no-repeat;width:56px;}
ul#navigation li a.nav_signup:hover,
ul#navigation li a.nav_signup strong {background:url('images/signup_on.gif') 0 0 no-repeat;width:56px;}


ul#navigation li a.nav_livedates {background:url('images/livedates_off.gif') 0 0 no-repeat;width:76px;}
ul#navigation li a.nav_livedates:hover,
ul#navigation li a.nav_livedates strong {background:url('images/livedates_on.gif') 0 0 no-repeat;width:76px;}

/* ************************************************************************************************
	FLASH MUSIC PLAYER 
************************************************************************************************ */

#header div#flashPlayer {
	position:absolute;
	top:100px;
	left:220px;
}

#header span.legs{
	position:absolute;
	bottom:0px;
	left:450px;
	background:url('images/legs.gif') 0 0 no-repeat;
	width:120px;
	height:131px;
	display:block;
}


/* ************************************************************************************************
	SOCIAL LINKS 
************************************************************************************************ */

ul#sociallinks {
	width:450px;
	position:absolute;
	top:9px;
	right:0px;
	display:block;
	list-style:none;
	padding:0;
	margin:0;
}

ul#sociallinks li {float:left;margin:0 5px 18px 0;}

ul#sociallinks li a.social_a {background:url('images/facebook_off.gif') 0 0 no-repeat;width:110px;height:41px;display:block;}
ul#sociallinks li a.social_a:hover {background:url('images/facebook_on.gif') 0 0 no-repeat;width:110px;height:41px;display:block;}

ul#sociallinks li a.social_b {background:url('images/twitter_on.gif') 0 0 no-repeat;width:114px;height:41px;display:block;}
ul#sociallinks li a.social_b:hover {background:url('images/twitter_off.gif') 0 0 no-repeat;width:114px;height:41px;display:block;}

ul#sociallinks li a.social_c {background:url('images/youtube_off.gif') 0 0 no-repeat;width:96px;height:41px;display:block;}
ul#sociallinks li a.social_c:hover {background:url('images/youtube_on.gif') 0 0 no-repeat;width:96px;height:41px;display:block;}

ul#sociallinks li a.social_d {background:url('images/lastfm_off.gif') 0 0 no-repeat;width:110px;height:41px;display:block;}
ul#sociallinks li a.social_d:hover {background:url('images/lastfm_on.gif') 0 0 no-repeat;width:110px;height:41px;display:block;}

ul#sociallinks li a.social_e {background:url('images/bebo_off.gif') 0 0 no-repeat;width:114px;height:41px;display:block;}
ul#sociallinks li a.social_e:hover {background:url('images/bebo_on.gif') 0 0 no-repeat;width:114px;height:41px;display:block;}

ul#sociallinks li a.social_f {background:url('images/myspace_off.gif') 0 0 no-repeat;width:96px;height:41px;display:block;}
ul#sociallinks li a.social_f:hover {background:url('images/myspace_on.gif') 0 0 no-repeat;width:96px;height:41px;display:block;}

ul#sociallinks li a.social_g {background:url('images/itunes_off.gif') 0 0 no-repeat;width:119px;height:41px;display:block;}
ul#sociallinks li a.social_g:hover {background:url('images/itunes_on.gif') 0 0 no-repeat;width:119px;height:41px;display:block;}

ul#sociallinks li a.social_h {background:url('images/spot_off.gif') 0 0 no-repeat;width:96px;height:41px;display:block;}
ul#sociallinks li a.social_h:hover {background:url('images/spot_on.gif') 0 0 no-repeat;width:96px;height:41px;display:block;}


/* ************************************************************************************************
	FOOTER 
************************************************************************************************ */

div#footer {
	width:920px;
	margin:0px auto 100px auto;
}

div#footer div.footer_a{float:left;width:450px;}
div#footer div.footer_b{ float:right;}
div#footer div.footer_a ul.footer_nav li,
div#footer div.footer_a ul.footer_social li {float:left;margin:0 10px 0 0;}

div#footer div.footer_a ul {
	list-style:none;
	padding:0;
	margin:0 0 3px 0;
}

div#footer div.footer_a ul li a {
	font-size:1.2em;
	text-decoration:underline;
}

div#footer div.footer_a p {
	margin:0;
	padding:0;
	text-align:left;
	font-size:1.2em;
	color:#ed008c;
}

div#footer div.footer_b p a {
	background:url('images/parlophone.gif') 0 0 no-repeat;
	width:49px;
	height:33px;
	display:block;
}

/* ************************************************************************************************
	MAIN STRUCTURE 
************************************************************************************************ */

#content { font-size: 1.2em; }
#content div.col_a {float:left;width:460px;padding:0;margin:0;}
#content div.col_b {float:left;width:460px;padding:0;margin:0;}
#content div.col_a p {padding:0;margin:0;}
h2.block_headings { padding:18px 0 18px 0;}
h2.block_headings_b { padding:9px 0 0px 0;font-size:1.4em;}
h2.block_headings_c { padding:9px 0 0px 0;font-size:1.4em;}


/* ************************************************************************************************
	BLOG BLOCK
************************************************************************************************ */
div#block_blog {
	background-color:#000;
	width:460px;
	height:200px;
	position:relative;
	margin:0 0 9px 0;
}

div#block_blog h2.blogPostHeader {
    background:url('images/blogPostsHeader.jpg') 0 0 no-repeat;
    width:460px;
    height:66px;
    display:block;
}

div#block_blog h3 {
    margin:0 0 5px 18px;
    color:#fff;
    font-size:1.2em;
}

div#block_blog ul {
    padding:0 0 0 18px;
    margin:0 0 0 0;
    list-style: none;
    width:420px;
}

div#block_blog ul li {
    padding:3px 0 3px 9px;
    margin:0 0 3px 0;
    background-color:020101;
    border-top:dotted 1px #232323;
}

div#block_blog ul li a {
    color:#FDF137;
}



/* ************************************************************************************************
	TWITTER BLOCK
************************************************************************************************ */
div#block_twitter {
	background:url('images/twitterNewBg_b.jpg') 0 0 no-repeat;
	width:460px;
	height:284px;
	position:relative;
	margin:0 0 9px 0;
}

div#block_twitter a.twit {
	background:url('images/twitterNewBg.jpg') 0 0 no-repeat;
	width:282px;
	height:274px;
	position:absolute;
	top:-8px;
	left:-13px;
}

/*
#block_twitter p.tweet {
	position:absolute;
	top:28px;
	left:173px;
	color:#ffffff;
	font-size:1.2em;
	width:280px;
	font-weight:bold;
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
}

#block_twitter p a.link_twitter {
	position:absolute;
	bottom:40px;
	left:255px;
	width:200px;
	height:40px;
	display:block;
}
*/

#block_twitter ul li.aktt_more_updates,
#block_twitter form,
#block_twitter p.aktt_credit {
	display:none !important;
}

#block_twitter div.aktt_tweets {
	width:199px;
	height:238px;
	overflow:hidden;
	position:absolute;
	top:10px;
	right:0px;
}
#block_twitter div.aktt_tweets ul {
	list-style:none;
	margin:0;
	padding:0;
}

#block_twitter div.aktt_tweets ul li {
	background:url('images/liBg.jpg') 100% 0 repeat-y;
	margin:0 0 5px 0;
	color:#ffffff;
	padding:3px;
}


/* ************************************************************************************************
	MORE TWEETS BLOCK
************************************************************************************************ */
#block_moreTweets {
	background:url('images/block_footer.jpg') 0 100% no-repeat;
	background-color:#ffffff;
	padding:0 10px 56px 10px;
	margin:0 0 0 0;
}

#block_moreTweets h2 {
	background:url('images/tweetBird.gif') 0 10px no-repeat;
	padding-left:90px;
	padding-bottom:0px !important;
	margin-bottom:0px !important;
	height:62px;
	display:block;
}

#block_moreTweets h3 {
	padding:9px 0 0 0;
}

#block_moreTweets ul {
	list-style:none !important;
	margin:0;
	padding:0;
}

#block_moreTweets ul li {
	margin:9px 0 9px 0;
	border-top:solid 1px #eeeeee;
	padding:9px 0 0px 0;
}	

#block_moreTweets ul li.aktt_more_updates,
#block_moreTweets form,
#block_moreTweets p.aktt_credit {
	display:none !important;
}

/* ************************************************************************************************
	POSTS BLOCK
************************************************************************************************ */
#block_blogposts {
	background:url('images/block_footer.jpg') 0 100% no-repeat;
	background-color:#ffffff;
	padding:0 10px 56px 10px;
	margin:0 0 0 0;
	position:relative;
}

#block_blogposts span {
	position:absolute;
	top:-40px;
	right:0;
}

#block_blogposts span a.mm {
	display:block;
	background:url('images/thelogo.png') 0 0 no-repeat;
	width:122px;
	height:121px;
}

#block_blogposts h3 {
	font-size:1.2em;
}

div.blog_img {
	float:left;
	width:70px;
}

div.blog_txt {
	float:left;
	width:340px;
	margin:0 0 0 20px;
}

#block_blogposts p a.readMoreEntries {
	background:url('images/readMoreEntries.gif') 0 0 no-repeat;
	width:156px;
	height:26px;
	display:block;
	margin:0 0 0 90px;
}

/* ************************************************************************************************
	TOUR DATES BLOCK
************************************************************************************************ */
#block_tour {
	background:url('images/block_footer.jpg') 0 100% no-repeat;
	background-color:#ffffff;
	padding:0 10px 56px 10px;
	margin:0 0 0 11px;
}

#block_tour p a.viewAllDates {
	background:url('images/viewAllDates.gif') 0 0 no-repeat;
	width:127px;
	height:26px;
	display:block;
	margin:10px 0 0 0;
}



/* ************************************************************************************************
	BANNER BLOCK
************************************************************************************************ */
#block_flashBanner { margin:0 10px 9px 10px; }
#block_flashBanner a.flashGame {
	background:url('images/flashGame.jpg') 0 0 no-repeat;
	width:440px;
	height:200px;
	display:block;
}

/* ************************************************************************************************
	BANNER BLOCK
************************************************************************************************ */
#block_banner {
    margin:0 10px 9px 10px;
    width:440px;
    padding:0;
    height:110px;
}

#block_banner a {
    background:url('images/lfw2.jpg') 0 0 no-repeat;
    width:440px;
    padding:0;
    height:110px;
	display:block;
}
/* ************************************************************************************************
	FACEBOOK BLOCK
************************************************************************************************ */
#block_facebook {
	margin:0 10px 9px 10px;
}

div.fb_block_a {
	float:left;
	background: #ffffff url('images/footerBgPanel_a.gif') 0 100% no-repeat;
	width:170px;
	padding:0 10px 0px 10px;
	height:163px;
}

div.fb_block_a p {
	font-size:1em;
	padding:0;
	margin:0 0 9px 0;
}
div.fb_block_a p a {
	background:url('images/socialIcons_b.gif') 0 0 no-repeat;
	width:89px;
	height:42px;
	display:block;
	margin:0 0 0 40px;
	padding:0 0 9px 0;
}

div.fb_block_b {
	float:right;
	background:url('images/signup_bg_b.gif') 0 0 no-repeat;
	width:242px;
	height:163px;
	position:relative;
}

div.fb_block_b .fb_block_b_inner {
	width:134px;
	position:absolute;
	right:0px;
	top:0px;
}

div.fb_block_b .fb_block_b_inner p {
	padding:0;
	margin:0 0 10px 18px;
	width:100px;
}

div.fb_block_b a {
	background:url('images/signUpNow_a.gif') 0 0 no-repeat;
	width:113px;
	height:26px;
	display:block;
	margin:0 0 0 9px;
}

#fbc_login {
	padding:0;
	margin:0;
	display:block;
}

/* ************************************************************************************************
	YOUTUBE BLOCK
************************************************************************************************ */
#block_youtube {
	padding:0 10px 18px 10px;
	margin:0 0 0px 0;
}
ul#yt_vids { list-style:none;margin:18px 0 0 0;padding:0; }
ul#yt_vids li {
	float:left;
	margin:0 0 0 18px;
	padding:0;
	border:solid 2px #ffffff;
	height:60px;
	overflow:hidden;
}

ul#yt_vids li a img { margin:-11px 0 0 0; }

ul#yt_options {list-style:none;margin:18px auto 0 auto;padding:0;width:400px;}
ul#yt_options li.yt_options_a { float:left; }
ul#yt_options li.yt_options_b { float:right; }
ul#yt_options li.yt_options_a a.viewMoreVideos {
	background:url('images/viewMoreVideos.gif') 0 0 no-repeat;
	width:147px;
	height:26px;
	display:block;
}
ul#yt_options li.yt_options_b a.youtubeLink {
	background:url('images/youtube.gif') 0 0 no-repeat;
	width:56px;
	height:24px;
	display:block;
}

/* ************************************************************************************************
	PHOTOS BLOCK
************************************************************************************************ */
#block_flickr {
	padding:0 10px 18px 10px;
	margin:0 0 0px 0;
}

#block_flickr div.viewFlickrHead {padding:0 0 0 20px;}
#block_flickr div.viewFlickrHead h2 {
	float:left;
	margin:0;
	padding:0;
}

#block_flickr div.viewFlickrHead p {
	float:left;
	margin:2px 0 0 9px;
	padding:0;
}

#block_flickr div.viewFlickrHead p a.viewFlickr {
	background:url('images/flickr.gif') 0 0 no-repeat;
	width:52px;
	height:20px;
	display:block;
}

ul#flickr_options {list-style:none;margin:18px auto 0 auto;padding:0;width:400px;}
ul#flickr_options li.flickr_options_a { float:left; }
ul#flickr_options li.flickr_options_b { float:right; }
ul#flickr_options li.flickr_options_a a.viewMore {
	background:url('images/viewMore.gif') 0 0 no-repeat;
	width:97px;
	height:26px;
	display:block;
}

ul#flickr_options li.flickr_options_b a.flickrLink {
	background:url('images/flickr.gif') 0 0 no-repeat;
	width:52px;
	height:20px;
	display:block;
}

div#flickrImg {
	background:url('images/photos_bg.gif') 0 0 no-repeat;
	width:440px;
	height:120px;
	display:block;
}

div#flickrImg img {
	margin:20px 0px 0 27px;
}

/* ************************************************************************************************
	SIGN UP BLOCK
************************************************************************************************ */
#block_signup {
	background:url('images/signup_bg.gif') 0 0 no-repeat;
	width:450px;
	height:228px;
	display:block;
	position:relative;
}

#block_signup div {
	position:absolute;
	top:60px;
	left:230px;
	width:200px;
}

#block_signup div p { padding:0;margin:9px 0 9px 0;}
#block_signup div p a.signUp {
	background:url('images/signUpNow.gif') 0 0 no-repeat;
	width:113px;
	height:26px;
	display:block;
}

div.entry img {
	max-width: 440px !important;
	height: auto !important;
}

.entryOther {
	padding-top:18px;
	padding-bottom:9px;
}
.widecolumn .entry p {
	font-size: 1.05em;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #ed008c;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #ed008c;
	text-decoration: none;
	}

a:hover {
	color: #9e005d;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#header {
	margin: 0;
	padding: 0;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 18px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */

h2 {
	margin:0;
	color:#ec008c;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



/* ************************************************************************************************
	OTHER MISC
************************************************************************************************ */

.ir {
	text-indent: -9999px;
	overflow: hidden;
}

.musth {
	position: absolute;
	top: -9999px;
	left: -9999px;
	height: 1px;
	width: 1px;
	overflow: hidden;
	text-indent: -9999px;
}

ul:after,
div#footer:after,
div#page:after,
div#content:after,
div.entry:after,
ul#yt_vids:after,
#block_facebook:after,
div.viewFlickrHead:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* ************************************************************************************************
	IE FIXES
************************************************************************************************ */

div#footer div.footer_a ul,
div#content,
ul#navigation,
ul#sociallinks,
div.entry,
ul#yt_vids  {
	zoom:1;
}

ul#yt_vids li {
	_margin:0 0 0 9px;
}