/*
Theme Name: WordPress Myspace_Theme
Theme URI: http://wordpress.org/
Description: MySpace Theme Created by La Visual
Version: 1.6
Author: La Visual
Author URI: http://www.lavisual.com/
Tags: blue, custom header, fixed width, two columns, widgets
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
html {
	padding:0;
	margin:0;
}
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#818181;
	color: #333;
	text-align: center;
	padding:0;
	margin:0;
	}
	
#page {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background-image:url(images/Background-Gradient.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

#content {
	width:100%;
	background-image:url(images/Clouds-Middle.png);
	background-position:bottom;
	background-repeat:repeat-x;
}

*html #content {
	background-image:none;
}

#sub_content {
	width:960px;
	margin:20px auto 0;
}

*html #sub_content {
	width:990px;
}


.clearboth {
	clear:both;
}

a {
	color:#13B5EA;
}

a:hover {
	text-decoration:underline;
}

h4 a, h3 a {
	text-decoration:none;
}

h4 a:hover, h3 a:hover {
	text-decoration:underline;
}


	

/* start header */
#header {
	margin: 0;
	padding: 0;
	height: 400px;
	width: 100%;
	background-image:url(images/Clouds-Upper.png);
	background-repeat:repeat-x;
	background-position:-10px 165px;
	}
*html #header {
	background-image:url(images/ie6-gifs/Clouds-Upper.gif);
}	
#header_nav {
	text-align:left;
	width:960px;
	margin:0 auto;
}

#headerimg {
	background-image:url(images/header_img.png);
	background-repeat:repeat-x;
	margin:0 auto;
	height: 97px;
	width: 960px;
	}
	
*html #headerimg {
	height:90px;
}
	
#headerimg table {
	width:100%;
}

#headerimg table td {
	width:50%;
	color:#fff;
	height: 97px;
	padding:0 15px;
}

*html #headerimg table td {
	height:90px;
}

#headerimg table td a {
	color:#fff;
	text-decoration:none;
}

#header_content {
	text-align:left;
	width:990px;
	margin:40px auto 0;
}

#header_slider {
	float:left;
	margin-right:10px;
	width:720px;
	padding-top:5px;
}

.header_title {
	position:absolute;
	margin:20px 0 0 200px;
}

.header_copy {
	position:absolute;
	margin:85px 0 0 260px;
	width:448px;
	font-size:12px;
	line-height:20px;
}

#get_started {
	width:217px;
	height:132px;
	padding:65px 0 0 30px;
	float:left;
	background-image:url(images/GetStarted-Module.png);
	background-position:center top;
	background-repeat:no-repeat;
}

*html #get_started {
	background-image:url(images/ie6-gifs/GetStarted-Module.gif);
}

.get_started_rollover_image, .get_started_rollover_image_featured {
	background-image:url(images/GetStarted-Button.png);	
	background-repeat:no-repeat;	
	width:187px;	
	height:28px;
	margin-bottom:4px;
}

.get_started_rollover_image a, .get_started_rollover_image_featured a {
	background:none;
	color:#fff; 
	font-size:15px; 
	display:block;
	width:170px;
	height:28px;
	padding:4px 0 0 17px;
	font-style:italic;
	text-decoration:none;
}

.get_started_rollover_image a:hover, .get_started_rollover_image_featured a:hover {
	background-image:url(images/GetStarted-Button-over.png);
	background-repeat:no-repeat;	
	color:#fff; 
	font-size:15px; 
	text-decoration:none;
}	

.get_started_rollover_image_featured {
	background-image:url(images/Button-StartBuilding.png);	
}	

.get_started_rollover_image_featured a:hover {
	background-image:url(images/Button-StartBuilding-over.png);	
}


ul{
			list-style-type:none;
			margin:0;
			padding:0;
		}
		
		#headerimg{
			background:url(images/Header-Bar.png) repeat-x;
			height:94px;
			width:960px;
		}
		
		#header_li_div{
			height:40px; 
			width:960px; 
			background:url(images/BlueNav-Bar.png) no-repeat;
		}
		
		#header_li_div ul{
			margin-left:5px;
		}

		#header_li_div ul li{
			background-color:#6cf;
			height:38px;
			display:block;
			float:left;
		}

		#header_li_div ul li:hover, #header_li_div ul li.hover{
			background:url(images/Header-Bar-Hover.png) repeat-x;
			
		}

		#header_li_div li a{
			font-family:Arial, Helvetica, sans-serif;
			float:left;
			margin-top:8px;
			height:15px;
			padding:5px 10px;
			font-size:13px;
			font-weight:bold;
			color:#fff;
			text-decoration:none;
			border-right:1px solid #00ADEE;
		}

		#header_li_div ul li ul{
			visibility:hidden;
			position:absolute;
			float:left;
			margin:0;
			padding:0;
			margin-top:38px;
		}
		
		#header_li_div ul li ul li a{
			border:none;
		}
		
		#header_li_div ul li:hover ul{
			visibility:visible;
		}

		#myspace_link{
			font-size:13px;
			font-family:Arial, Helvetica, sans-serif;
			color:#13B5EA;
		}

/* end header */


/* start footer */
#footer {
	padding:0;
	margin:0 auto;
	width:100%;
	background-image:url(images/Clouds-Lower.png);
	background-position:-130px 200px;
	background-repeat:repeat-x;
	clear:both;
}

*html #footer {
	background-image:url(images/ie6-gifs/Clouds-lower.gif);
}	

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	
	
	
	#footer_links{
		font-family:Arial, Helvetica, sans-serif;
		width:960px;
		height:70px;
		margin:auto;
		text-align:center;
	}
	
	#footer_links ul{
		float:right;
	}
	
	#footer_links ul li{
		display:block;
		float:left;
	}


	#footer_links li a{
		font-family:Arial, Helvetica, sans-serif;
		float:left;
		padding:0 5px;
		margin-top:8px;
		height:15px;
		font-size:11px;
		color:#231F20;
		text-decoration:none;
		border-right:1px solid #231F20;
	}
	
	#footer_links li a:hover{
		text-decoration:underline;
	}

	#footer_links li a#copyright:hover{
		text-decoration:none;
	}

	#footer_copy{
		font-size:11px;
		color:#58595B;
	}
	
	#bubbles_container{
		width:960px;
		position:relative;
		padding:0;
		margin:0 auto;
	}
	
	.bubble_image{
		position:absolute;
		display:none;	
	}
	
	#newsletter_bubble{
		left:115px;
		top:80px;
	}

	#contact_us_bubble{
		left:100px;
		top:0px;
	}

	#developer_contest_bubble{
		left:200px;
		top:0px;
	}

	#labs_bubble{
		left:355px;
		top:16px;
	}

	#apps_bubble{
		left:375px;
		top:105px;
	}

	#myspace_id_bubble{
		left:480px;
		top:15px;
	}

	#apps_faq_bubble{
		left:555px;
		top:245px;
	}

	#myspace_id_faq_bubble{
		left:692px;
		top:215px;
	}

	#myspace_dev_faq_bubble{
		left:715px;
		top:313px;
	}

	#devontalk_bubble{
		background:url(images/Bubble-DevonTalk.png) no-repeat;
		width:110px;
		height:80px;
		left:765px;
		top:20px;

	}
	
	*html #devontalk_bubble{
		background:url(images/ie6-gifs/Bubble-DevonTalk.gif) no-repeat;

	}

	#devontalk_bubble p{
		padding:0;
		margin:5px 5px 0;
		font-size:12px;
		width:97px;
		height:50px;
		overflow:hidden;
		text-align:left;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:10px;
	}



	#newsletter_box{
		top:0;
		left:0;
		width:100%;
		height:100%;
		position:fixed;
		text-align:center;
		z-index:202;
		display: none;
	}
	
	#newsletter_bg{
		background-color:#000;
		opacity:.75; filter: alpha(opacity=75); -moz-opacity: .75;
		position:absolute;
		z-index:1;
		width:100%;
		height:100%;
		top: 0;
		left: 0;
	}

	#newsletter_form_wrapper{
		border-top:5px solid #09c; 
		background:#d3d3d3;
		height:175px;
		width:472px;
		margin:200px auto;
		position:relative;
		z-index:203;
		padding:5px 20px;
		text-align:left;
		font-size:12px;
	}

	#newsletter_form_wrapper h2{
		font-size:17px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight:bold;
		border-bottom:1px solid #BBBDBF;
		padding-bottom:7px;
	}
	
	#newsletter_close {
		position:absolute;
		margin:5px 0 0 430px;
		text-decoration:none;
		font-size:12px;
		font-weight:normal;
	}
	
	#newsletter_email {
		color:#ddd; 
		font-size:20px; 
		padding-left:5px; 
		width:236px; 
		height:32px;
		padding-top:5px; 
		border:2px solid #999;
	}

/* end footer */



/* start sidebar */
#sidebar_wrapper {
	float:left;
}

#sidebar {
	margin-top:10px;
}

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

#sidebar ul li a {
	text-decoration:none;
	color:#010101;
	font-size:15px;
	font-weight:bold;
	display:block;
	width:231px;
	height:63px;
	line-height:63px;
	vertical-align:middle;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
}
#sidebar ul li a:hover {
	color:#fff;
}
#sidebar ul li a img {
	float:left;
	margin:7px 10px 0 7px;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	background-image:url(images/nav_bg.png);
	background-repeat:no-repeat;
	width:231px;
	/*height:72px;
	line-height:63px;*/
	text-align:left;
}

#sidebar ul li.current_page_item {
	background-image:url(images/nav_bg_current.png);
	background-repeat:no-repeat;
	width:238px;
	/*height:72px;
	line-height:63px;*/
}

#sidebar ul li.current_page_item a {
	color:#fff;
}

#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 {
	padding: 0;
	margin:0;
	background:none;
	height:16px;
	}
	
#sidebar ul ul li a, #sidebar ul ol li a {
	height:16px;
	line-height:16px;
}



/* end sidebar */





/* start home */
#home_showcase {
	width:1010px;
	margin:0 auto;
	background-image:url(images/Icon-Background.png);
	background-position:40px 30px;
	background-repeat:no-repeat;
}

#home_showcase img {
	margin:0 16px;
	cursor:pointer;
}

#showcase1_bubble, #showcase2_bubble, #showcase3_bubble, #showcase4_bubble {
	background-image:url(images/Bubble-Feature1.png);
	background-repeat:no-repeat;
	width:331px;
	height:98px;
	padding:55px 20px 0px 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-align:left;
	position:absolute;
	margin:150px 0 0 130px;
	z-index:100;
	display:none;
}

#showcase2_bubble {
	margin:150px 0 0 380px;
}

#showcase3_bubble {
	margin:150px 0 0 230px;
	background-image:url(images/Bubble-Feature2.png);
}

#showcase4_bubble {
	margin:150px 0 0 485px;
	background-image:url(images/Bubble-Feature2.png);
} 

#home_hub {
	width:990px;
	margin:0 auto;
	border-top:6px solid #808184;
}

.module {
	/*background-image:url(images/hub_transparent_bg.png);*/
	
	background-color:#D7D8D9;
	width:230px;
	text-align:left;
	float:left;
	margin:0 8px;
}

*html .module {
	margin:0 6px;
}

.module h2 {
	font-size:17px;
	margin:0;
	margin:0 8px;
	padding:8px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom:2px solid #BBBDBF;
	color:#404041;
}

.module p, #custom_module3 {
	font-size:12px;
	padding:8px;
	margin:0;
	line-height:21px;
	color:#58595B;
	width:210px;
}

#custom_module3 {
	height:120px;
	background-color:#D7D8D9;
	color:#58595B;
	font-size:12px;
}

#custom_module3 a {
	color:#58595B;
	text-decoration:none;
}

.disclaimer {
	font-size:12px;
	font-style:italic;
}

#custom_module3 a:hover {
	text-decoration:underline;
}

.module_arrows {
	position:absolute;
	margin:10px 0 0 190px;
}

.sil_rss_list {
	padding-top:0;
	margin-top:0;
	background-color:#D7D8D9;
	width:214px;
}

.sil_rss_list li {
	font-size:12px;
	padding:8px;
	margin:0;
	line-height:21px;
	color:#58595B;
	width:214px;
}

.sil_rss_list li a {
	color:#13B5EA;
}



#news-ticker {
	font-size:12px;
	margin-top:0;
	padding-top:0;
	height:auto;
}

#news-ticker li {
	padding:8px 0 8px 8px;
	width:215px;
	background-color:#D7D8D9;
}

#news-ticker li span a {
	text-decoration:none;
	line-height:21px;
	color:#58595B;
	background:none;
}

#news-ticker li span {
	background:none;
}

/* end home */

/* start page.php */
#sidebar_bar {
	float:left;
	border-left:6px solid #818184;
	height:auto;
	padding-bottom:15px;
	min-height:350px;
}

#content_body {
	width:712px;
	/*background-image:url(images/hub_transparent_bg.png);*/
	background-color:#D7D8D9;
	margin-top:10px;
	/*padding:10px;*/
	border-bottom:1px solid #D7D8D9;
}

#content_body .entry h2 {
	/*border-bottom:1px solid #BBBDBF;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-weight:normal;
	color:#000;
	padding:0 12px 5px 12px;
	/*margin:0 0 5px 0;*/
	margin:0;
}

#content_body .entry h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	color:#000;
	padding:0 12px 5px 12px;
	/*margin:0 0 5px 0;*/
	margin:0;
}

#content_body .entry h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
	padding:0 0px 25px 0px;
	/*margin:0 0 5px 0;*/
	margin:0 12px 25px 12px;
	border-bottom:2px solid #BBBDBF;
}

#content_body .entry h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	color:#000;
	padding:0 12px 5px 12px;
	/*margin:0 0 5px 0;*/
	margin:0;
}

#content_body .entry h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	font-weight:normal;
	color:#000;
	padding:0 12px 5px 12px;
	/*margin:0 0 5px 0;*/
	margin:0;
}

#myspace_stream_table {
	margin-top:20px;
}

#content_body .entry table tr td {
	vertical-align:top;
}

#content_body p {
	margin:0;
	padding:0 12px 8px 12px;
	font-size:14px;
}

#myspaceid_blurb {
	font-size:18px;
	color:#999;
	font-style:italic;
	width:410px;
	position:relative;
	margin-bottom:-50px;
	margin-left:12px;
}

.suggested_api {
	position:relative;
	margin:0 0 -10px 428px;
}

*html .suggested_api {
	margin:0 -35px -20px 428px;
}

#games_apps_table {
	border-spacing:0;
}

.table_border {
	height:6px;
	width:236px;
	background-color:#D7D8D9;
}	

blockquote {
	padding:8px 0;
	border-left:2px solid #BBBDBF;
	border:0;
	width:205px;
	text-align:left;
	margin:5px 0px 0 15px;
	display:block;
	}

blockquote address {
	padding:10px 0 20px 0px;
	font-style:normal;
	/*background-color:#fff;*/
	font-size:14px;
	vertical-align:middle;
	border-top:1px dashed #BBBDBF;
	}
	
blockquote address a {
	text-decoration:none;
}

.entry {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#595A5C;
	line-height:26px;
	text-align:left;
}

.module_page {
	/*background-image:url(images/hub_transparent_bg.png);*/
	background-color:#D7D8D9;
	width:230px;
	float:left;
	text-align:left;
	margin:8px 0px 0 0;
}

#module1_page {
	width:475px;
	margin-right:8px;
}

.module_page h2 {
	font-size:17px;
	margin:0;
	margin:0 8px;
	padding:8px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom:2px solid #BBBDBF;
	color:#404041;
}

.module_page p, #quotearea {
	font-size:12px;
	padding:8px;
	margin:0;
	line-height:21px;
	color:#58595B;
}

#quotearea {
	height:190px;
}

/* author for testimonials */
#quoteauthor {
	display:block;
	text-align:right;
}


/* end page.php */


/*#content {
	font-size: 1.2em;
	}*/

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

/*h1 {
	font-size: 4em;
	text-align: center;
	}*/

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

/*h2 {
	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, #headerimg .description {
	text-decoration: none;
	color: white;
	}

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

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: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	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 */



.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 40px;
	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 */
/*h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

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

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

h3 {
	padding: 0;
	margin: 30px 0 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;
	}


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



.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;
	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 */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

