/*
Theme Name: Toastycakes Theme
Theme URI: http://wordpress.org/
Description: Made for Tattoo Hollywood
Version: 1.6
Author: Steazie
Author URI: http://toastycakes.com/

*/


@charset "UTF-8";

/* SITE
----------------------------------------------- */

/* HTML Elements */
* {
	margin:0;
	padding:0;
	}

body  {
	font: 9pt "Lucida Grande","Trebuchet MS",Trebuchet,"Helvetica Neue",Helvetica,Arial,Verdana,Sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #DCDCDC;
	text-shadow:rgba(0,0,0,0.01) 0 0 0;
}

p {
    margin: 0;
	line-height:1.1em;
	padding: .75em 0;
}

	q:before { content: '“'; }
	q:after { content: '”'; }
	strong { font-weight: bold; font-family:helvetica,"Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; color:#dcdcdc;font-size:100%;}
	b { font-weight: bold; font-family:helvetica,"Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;}
	em { font-style: italic; font-family: Georgia, Serif;}



a:link {
  color:#961724;
  text-decoration:none;
  }
a:visited {
  text-decoration:none;
  color:#961724;
  }
a:hover {
  color:#e3ae0f;
  text-decoration:none;
  }

img {border:0; padding:0;}

.li {list-style:none;}


.bmetheme #page {
	background:#000000;
	margin:0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding:0;
	text-align: left;
	}

/* Header
----------------------------------------------- */

.bmetheme #kingdom { 
	z-index:900;
	width:420px;
	height:20px;
	position: absolute;
	right:10px;
	top:10px;
	text-align:right;
	overflow:hidden;
	background:url(images/tattoodate.png) no-repeat top right;
	display: block;
	margin:0 0;
	border-bottom:0;
	padding:0;
}
.bmetheme #header { 
	text-align:center;
	overflow:hidden;
	background:none;
	margin:0 auto;
	padding:0;
}

.bmetheme #header { 
	width:100%;
	height:220px;
	text-align:left;
	overflow:hidden;
	background:url(images/bmetheme_header-wood2.jpg) repeat-x top;
	display: block;
	margin:0 auto;
	border-bottom:1px solid #c21e42;
	padding:0;
}

.bmetheme #headerimg 	{
	background:none;
	width:500px;
	height:174px;
	margin:0;
	padding: 18px 0 0 20px;
	}

.bmetheme #header h1 { 
	text-align:left;
	margin:0 auto;
	padding:10px 0px 10px 30px;
}
.bmetheme #header p {
	width:960px;
	color:#ff06A9;
	margin: 0 auto; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 18px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.bmetheme #headernav  {
	height:36px;
	min-width:960px;
	overflow:hidden;
	color:#ff06A9;
	text-align:right;
	position:absolute; top:184px;
	margin: 0 auto; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#headernav ul
{
padding:0;
display:inline;
margin:6px 0 0 0;
background:none;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
font-size:12px;
}

#headernav ul li {

	display: inline;
	padding:0px;
	margin:0px;
	min-width:136px;
	
	}

.bmetheme #headernav ul li a
{

	min-width:136px;
	height:36px;
	background:url(images/nav_tab-background.png) no-repeat top;
	margin-left:0px;
	margin-top:0px;
	padding-top:10px;
	color: White;
	vertical-align:bottom;
	text-align:center;
	text-decoration: none;
	float: left;
	border:0;
}

#headernav ul li a:visited {
  color:#fff;
  text-decoration:none;
  }

#headernav ul li a:hover
{
color: #fff;
background:url(images/nav_tab-background-hover.png) no-repeat top;
}

#headernav ul li a:active
{
color: #000;
}

#headernav ul li.current_page_item a {color: #fff;
background:url(images/nav_tab-background-hover.png) no-repeat top;
}


/* BODY
----------------------------------------------- */

.bmetheme #container { 
	width: 960px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background-color:#000;
	padding:20px 0 20px 0;
	overflow:hidden;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.bmetheme #mediaContainer { 
	width: 900px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background:none;
	padding:40px 20px 20px 20px;
	overflow:hidden;
	text-align:center;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.bmetheme #headline {
	width:900px;
	height:inherit;
	min-height:340px;
	position:relative;
	background-color:#000;
  	margin: 0 auto;
	text-align:center;
	padding:10px 0 10px 0;
}

.bmetheme #short_title {
	width:500px;
	float:left;
	background:none;
	overflow:hidden;
	border: 0px;
  	margin: 0px;
	height:125px;
	min-height:125px;
	padding:0;
	color:#999;
}



.bmetheme #page_title {
	width:900px;
	float:left;
	background:none;
	border: 0px;
  	margin: 0px;
	height:130px;
	min-height:125px;
	padding:0;
	color:#999;
}

.bmetheme #mediaArticles {
	clear:both;
	width:900px;
	float:left;
	background:none;
	border: 0px;
  	margin: 0px;
	padding:0;
	color:#999;
}

.bmetheme #mainContent {
	width:530px;
	float:left;
	background:none;
	text-align:left;
	border: 0px solid #444;
  	margin: 0px auto;
	height:100%;
	padding:0 10px 0 10px;
	color:#999;
}

.bmetheme #mainHappenings {
	text-align:left;
	margin-top:20px;
	padding:20px 10px 0 20px;
	color:#DDD;
}



.bmetheme #mainSidebar {
	width:330px;
	float:right;
  	margin: 0px;
	height:100%;
	padding:0px 10px 10px 20px;
	color:#999;
}

.bmetheme #core_values {
	width:460px;
	float:left;
	background:none;
	border: 0px;
  	margin: 0px 0px 0px 60px;
	height:100%;
	padding:0 10px 0 20px;
	color:#DCDCDC;
	line-height:1.2em;
}

.bmetheme #core_title {
	width:120px;
	float:right;
	background:none;
	border: 0px;
  	margin: 0px 0px 0px 0px;
	height:100%;
	padding:20px 0px 0 10px;
	color:#DCDCDC;
	line-height:1.2em;
}

.entry h2 {margin-top:1.4em; font-size:130%; color:#ff23A9;}

.bmetheme #ethosBody img {
	padding:3px;
	margin:2px 10px;
	background-color:#000;
}


.ethosPhoto-R {
	width:400px;
	float:right;
  	margin: 0px;
	padding:0px 10px 10px 10px;
	color:#999;
}

.ethosPhoto-L {
	width:400px;
	float:left;
  	margin: 0px;
	padding:0px 10px 10px 10px;
	color:#999;
}

.bmetheme li {
	float:left;
	background:none;;
	border: 0;
	list-style:none;
	margin: 0px;
	padding:0px;
	}
	
#sidebar-bottom li a:hover {color:#961724;}

	.feature_button {
		border: 3px solid #000; 
		list-style:none;
		height:inherit;
		width: 280px;			/* 16 x 10.625 =  170px */	
		margin-bottom: 0px; 	/* 16 x .625 = 10px */	
		margin-right:9px;
	}
	
	.feature_buttonLast {
		border: 3px solid #000; 
		list-style:none;
		width: 280px;			/* 16 x 10.625 =  170px */	
		margin-bottom: 0px; 	/* 16 x .625 = 10px */	
		margin-right:0px;
	}
	
	.gtext_button {
		border: 3px solid #000; 
		list-style:none;
		width: 280px;			/* 16 x 10.625 =  170px */	
		margin-bottom: 0px; 	/* 16 x .625 = 10px */	
		margin-right:9px;
	}
	
	.gtext_buttonLast {
		border: 3px solid #000; 
		list-style:none;
		width: 280px;			/* 16 x 10.625 =  170px */	
		margin-bottom: 0px; 	/* 16 x .625 = 10px */	
		margin-right:0px;
	}
	
	.feature_buttonLast:hover {
		border: 3px solid #A00; 	
	}

	.feature_button:hover {
		border: 3px solid #A00; 	
	}

	/* SIDEBARS
	----------------------------------------------- */	

	#sidebar-top, #sidebar-bottom {
		width:310px;
		float:right;
		padding:0px 10px 10px 10px;
		background:none;
		}
	
	#sidebar-bottom h3 {
				font-size:160%;
				display:block;
				border-top:1px solid #961724;
				border-bottom:1px solid #961724;
				color:#AAA;
				font-style:none;
				margin-bottom:1em;
				}
	
	#mainSidebar li {
			list-style:none;
			border-bottom:1px solid #222;
			display:block;
			width:100%;
			padding:0px;
			background:none;
			}

					
	.ffg_marker_span {text-align:center;}

	#mainSidebar li ul li:last-child{
			list-style:none;
			border:0px;
			display:block;
			padding:2px 0px 0px 0px;
			background:none;
			}


/* FOOTER
----------------------------------------------- */

.bmetheme #footer { 
		width:100%;
		height:120px;
		text-align:left;
		overflow:hidden;
		background-color:#000;
		background:url(images/bmetheme_footer-wood.jpg) repeat-x top;
		display: block;
		margin:0;
		padding:0;
		color:#999;
		font-size:90%;
	}

	.bmetheme #footerContainer {
		width: 880px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
		margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	}
	
	.bmetheme #footer #number {float: left;}

	.bmetheme #footer #address {float: right;}

	.bmetheme #footer p {
		margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
		padding: 6px 12px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	border:0;
}

.clearall { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	width:900px;
	overflow:hidden;
    height:10px;
    font-size: 1px;
    line-height: 0px;
	border:0;
}

.spacer { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	width:900px;
    height:10px;
	margin-bottom:10px;
    font-size: 1px;
    line-height: 0px;
	border:0;
}



/* MEDIA
----------------------------------------------- */


.media_summary { 
	width: 280px; 		/* 16 x 11.25  = 180px */
	float: left; 
	margin-right: 20px; 	/* 16 x .625 = 10px */	
}

.article_summary { 
	width: 340px; 		/* 16 x 11.25  = 180px */
	float: left; 
	margin-right: 20px; 	/* 16 x .625 = 10px */	
}

.last_media {margin: 0px;}

.media_thumbnail {
	border: 5px solid #EFEFEF; 
	width: 270px;			/* 16 x 10.625 =  170px */	
	margin-bottom: 10px; 	/* 16 x .625 = 10px */	
}

.media_thumbnail:hover {
	border: 5px solid #92b02f; 	
}

span.media_title {
	font-size: 1.3em; 	
	padding: 1.3em 0 0 0 ;
	margin: 0;
}

span.media_title a {text-decoration: none; color: #333; padding: 0; margin: 0;}
span.media_title a:hover {text-decoration: none; color: #92b02f; }

.media_summary  dl {
	color: #999; 
	font-size: .6875em; /* 16 x .6875 = 11px */ 	
	padding: 0; 
	margin: 0em 0 .909em  0 ; /* 11 x .90 = 10px */ 
	line-height: 1.25em;
}

.media_summary  dt {float: left; clear: left; padding: 0; margin: 0 .25em 0 0 ; /* 4px */ }
.media_summary  dd {text-align:left;  padding: 0; margin: 0 0 .25em 0; }

a.media_detail_link {
	clear: both; 
	float: left;

	text-indent: -100em;
	overflow: hidden;
	background: url(images/details-button.png);
	height: 15px;
	width: 46px;
}

.case_study_link { margin-left: 6px; font-size: 0.6875em; }

hr.clear {
	clear: both;
    display: block;
    visibility: hidden;
	margin: 2em;
	}

	
	/* ********************** media Detail PAGE  *************************** */	

	#media-content dl {
		color: #999; 
		font-size: .75em; /* 16 x .6875 = 11px */	
		padding: 0; 
		margin: 0em 0 .909em  0 ; /* 11 x .90 = 10px */ 
		line-height: 1.25em;	
	    position: relative; 
	}

	#media-content dt {float: left; clear: left; padding: 0; margin: 0 .25em .25em 0 ; /* 4px */;}
	#media-content dd {text-align:left;  padding: 0; margin: 0 0 .25em 0;}

	p.sharethis {height: 20px;}

	p.return-to-media  a{
		color: #80b43f;
		text-decoration: none;
	}

	p.return-to-media  a:hover{
		text-decoration: none;
		color: #37A24A;
	}


/* END MEDIA */


/* LINKS
----------------------------------------------- */


.bmethemelinks ul
{
	padding:20px 0 0 20px;
	display:block;
	width:100%;
	margin:6px 0 0 0;
	background:none;
	color: White;
	text-decoration: none;
	list-style:none;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size:16px;
}

.bmethemelinks ul li {

	display: block;
	list-style:none;
	width:100%;
	padding:0px;
	margin:0px;
	min-width:112px;
	
	}


.bmethemelinks ul li a
{
	display:block;
	width:100%;
	padding-left:0;
	margin-top:1.1em;
	padding-top:0px;
	border-bottom:1px solid #fff;
	color: White;
	vertical-align:bottom;
	text-align:left;
	text-decoration: none;
	border:0;
}


.bmethemelinks ul li a:visited {
  color:#fff;
  text-decoration: none;
  }

.bmethemelinks ul li a:hover
{
color: #e3ae0f;
}




.bmetheme ul
{
	padding:10px 0 0 0px;
	display:block;
	width:100%;
	margin:6px 0 0 0;
	background:none;
	color: White;
	text-decoration: none;
	list-style:none;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
}

.bmetheme ul li {

	display: block;
	list-style:none;
	padding:0px;
	margin:0px;
	min-width:112px;
	
	}


.bmetheme ul li a
{
	display:block;
	width:100%;
	padding-left:0;
	margin-top:1.3em;
	padding-top:10px;
	border-bottom:1px solid #fff;
	color: White;
	vertical-align:bottom;
	text-align:left;
	text-decoration: none;
	border:0;
}


.bmetheme ul li a:visited {
  color:#fff;
  text-decoration: none;
  }

.bmetheme ul li a:hover
{
color: #e3ae0f;
}

.happeningTitle {
	font-size: 1.1em;
	margin-left:0px;
	}

	.happeningDate  dt {font-size:90%;float: left; clear: left; padding: 0; margin: 0 .5em 0 0 ; color:#666; /* 4px */ }
	.happeningDate  dd {font-size:90%;text-align:left;  padding: 0; margin: 0 0 .25em 0; color:#AAA; }

#gatheringDate {min-width:425;width:425;background-color:#333;min-height:40px;}
.gatheringDate {font-size:90%;text-align:left;  padding: 0; margin: 2em 0 .25em 0; color:#777;}
.happeningDate  dt {font-size:90%;float: left; clear: left; padding: 0; margin: 0 .5em 0 0 ; color:#666; /* 4px */ }
.happeningDate  dd {font-size:90%;text-align:left;  padding: 0; margin: 0 0 .25em 0; color:#AAA; }



/* Rounded Corners
----------------------------------------------- */

.dateBox-Origins { float:right;position: relative; margin-right:30px;margin-top:-140px; background: #303030; width: 320px;color:#BCBCBC;font-size:80%; text-align:center;}

.dateBox { min-height:10px;float:right;position: relative; margin-top:20px; margin-right:20px; background: #303030; width: 320px;color:#BCBCBC;font-size:80%; text-align:center;}

.corner { position: absolute; width: 10px; height: 10px; background: url('/wp-content/themes/OriginsTheme/images/corners.gif') no-repeat; font-size: 0%; }

.dateBoxInner { padding: 6px; }

.TL { top: 0; left: 0; background-position: 0 0; }

.TR { top: 0; right: 0; background-position: -10px 0; }

.BL { bottom: 0; left: 0; background-position: 0 -10px; }

.BR { bottom: 0; right: 0; background-position: -10px -10px; }



#flickrlogo {
	clear:both;
	width: 100%;
	height: 74px;
	margin-top: 4px;
	margin-bottom: 4px;
	float:right;
	border:none;
}



/* DEFAULT CODE
----------------------------------------------- */

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: 100;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.9em;
	margin-bottom:12px;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	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;
	}
.post h2 {margin-top:1.4em; font-size:160%; color:#961724;}

.entry p  {
		color: #DCDCDC; 
		line-height: .3 em;
		margin-bottom:.25em;
		}
.entry p a:visited {
	color: #961724;
	}
.entry p a:hover {
		color: #DCDCDC;
		}

.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-top {
	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: #fff;
	text-decoration: none;
	}

a:hover {
	color: #fff;
	text-decoration: none;
	}

#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-gathering {
		margin:0px;
		text-align: center;
		}
		
.post {
	margin: 0 0 30px;
	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;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	}
/* 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 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:none;
	}

.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: 5px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 0px;
	}

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;
	}

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 */
