/*
Theme Name: Lynne
Theme URI: http://lynnesachs.indieportfolio.com/
Description: Portfolio theme for Lynne
Version: 1.6
Author: In Choi
Author URI: http://indieportfolio.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

* {
    /* margin: 0; */
}

html, body {
	height: 100%;
}

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #d5d6d7 url(images/body_dropshadow.png) repeat-y 50% 0;
	color: #333;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0;		
	}

#wrapper {
	text-align: left;
	padding: 0 0 0 0;
	min-height: 100%;			
	height: auto !important;
	height: 100%;
	width: 85em;
    margin: 0 auto -3em;	
	background:#FFFFFF;
	}

#header {
	background-color: #FFFFFF;
	margin: 0 0 0 0;
	padding: 0;
	width: 100%;
	height: 90px;	
	position: relative;
	}

#footer {
	position: relative;
	height: 3em;
	background-color: #FFFFFF;
	padding: 0 10px 0 10px;
	width: 83em;
	margin: 0 auto;	
	}

.push {	
	height: 3em;
}

#footer p {
	color:#CCCCCC;
	border-top:1px solid #CCCCCC;	
	font-size:1em;	
	font-family:"Trebuchet MS",sans-serif;	
	text-transform:uppercase;
	text-align: left;
	}
	
#headerimg 	{
	height: 90px; /* 129 */
	margin: 0;	
 	/* background-image:url('images/banner.jpg'); */
  	background-repeat:no-repeat;
  	background-position: right top;	
	}

#headerimg h1.logo {
	float: left;
	height:70px;	
	width:209px;	
 	background-image:url('images/header/lynne-signature.gif');
  	background-repeat:no-repeat;
  	background-position: left top;
	text-indent: -5000px;
	margin: .25em 0 0 .25em;
	overflow:hidden;
}	
#headerimg h1.description {
	float: left;
	position: absolute;
	color: #808080;
	top: 14px;
	left: 157px;
	text-align:left;
	font-size:16px;
	height:50px;	
	width:400px;	
}	
span.gray {
	color: #cccccc;
}
span.darkgray {
	color: #333333;
}

#headerimg p.description {
	clear:none;
	color: #000000;	
	font-size: 1.5em;
	margin: 0;
	padding: 0;	
	position:relative;
	top: 1.7em;
	left: 0px; /* 17.5em; */
	width: 30em;
	font-family: Arial, Helvetica, Sans-Serif;	
	font-weight: bold;	
	text-align: left;
	}

#headermenu {
	background-color: #000000;	
	position: relative;
	top: 0; /* 50px; */
	left: 0;
	padding:0.1em 0 0.1em 0;
}   
* html #headermenu	{
	zoom: 1;
}		
#headermenu ul {
	list-style-type: none;
	overflow:hidden;
	margin: 0;
	padding: 0.3em 1em 0.3em 1em;
	background-color: #000000;
	/* background-image: url(images/header/headerbg.gif) 0 0; */
} 
* html #headermenu ul {
	zoom: 1;
}		
#headermenu ul li {
	margin: 0;
	list-style: none;
	display:block;
	float: left;	
	font-weight: bold;
	font-size:1.4em; /* 11px; */
	text-transform:uppercase;
	background-color: #000000;
	font-family: Helvetica, Arial, Sans-Serif;	
	/* background-image:url(images/icons/navbar_bullet.gif); */
  	/* background-position: 0 0.2em; */	
  	/* background-repeat:no-repeat; */
	padding:0 1.8em 0 0; /* 0 5px 0 15px; */
}

#headermenu ul li a {
	color: #D0D0D0;
}

#headermenu ul li.current-cat a, #headermenu ul li.current_page_item a, #headermenu ul li.current-cat-parent a  {
	color: #FFFFFF;	
}

.captioned_photo {
position: relative;
float: right;
margin: .5em 0 .5em 1.25em;
padding: 0;
border: 3px double #4d4d4d;
line-height: 1em;
}
.captioned_photo p {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
margin: 0;
padding: 0;
background: url(images/caption-white.png);
font: .75em/1.25em Verdana, sans-serif;
letter-spacing:.05em;
color: #000;
}
.captioned_photo p span {
display: block;
padding: .75em;
}
.captioned_photo img {
margin: 0;
padding: 0;
display: block;
}

#header div#blog-description {	
	color: #333333; /* #D0D0D0; */ 
	/*	background: url(images/caption_bg.png); */
  	background-repeat:repeat;
	position: absolute;
	top: 0em;
	right: 0em;
	font-family:Arial, Helvetica, sans-serif;	
	font-weight:bold;	
	font-size: 1.2em;
	line-height: 1.8em;
	text-align:right;
	vertical-align:middle;
	margin:0;
	padding:0.2em 0.5em 0.5em 0.5em;
}   

#header div#blog-description form {
	font-size: 1em;
	line-height: normal;
	margin:0;
	padding:0;	
}

#blog-description form {
	vertical-align:middle;	
}

#searchfield, #author, #email, #url, #comment {
	vertical-align:middle;	
	line-height:normal;	
	font-size:1em;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	margin-bottom:0;
	padding:1px;	
}
input.searchbutton, #submit {
	background-color:#000000;

	border:0px none;
	padding: 0.2em;
	line-height:normal;
	font-family:Helvetica,Arial,Sans-Serif;
	font-size:11px;
	vertical-align:middle;

background-color:#FFFFFF;
border:1px solid #CCCCCC;
margin-bottom:0;
padding:1px;	
}
						
#content {
	background-color: #FFFFFF;
	width:63em;
  	float:left;
	padding: 1em 1em 1em 1em;
	margin: 0 auto;
}

#featuredPost {
	background-color:#B4B4B4 ;
	padding: 2em 1em 2em 1em;
	width:83em;
	margin: 0;
	height:auto;
}

#featuredPost div.desc div.header {
	padding: 0;
	margin: 0;	
}

#featuredPost div.desc {
	display:block;
	float:left;
	font-size: 1.2em;
	padding:1em;
	margin:0 0 1em 1em;
	width:35em;
	background-color:#FFFFFF;
}

#featuredPost div.desc h2 {
	margin: 0.4em 0 0 0;
	font-size: 2em;	
}

h3.featuredWork {
	display:block;
	background-color:#B4B4B4 ;
	font-size: 1.4em;
	font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin:0;
	padding: 0.2em 0 0.2em 0;
	
}
h3.featuredWork em {
	color:#ffffff;
	padding: 0.2em 0.4em 0.2em 0.4em;
	font-style:normal;
	font-weight:bold;
	background-color:#8000ff;

}

h3.currentTitle {
	float:none;
	font-size: 1.4em;
	font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0 0 0 0;
	padding: 0.2em 0 0.2em 0;
}

h3.currentTitle em {
	color:#ffffff;
	padding: 0.2em 0.4em 0.2em 0.4em;
	margin: 0;
	font-style:normal;
	font-weight:bold;
	background-color:#ff0000;
}
h3.day {
	padding: 0.2em 0 0.2em 0;	
	border-bottom: dotted 1px;
}

h3.day em {
	color: #ffffff;
	padding:0.2em 0.4em 0.2em 0.4em;
	font-style:normal;
	font-weight:bold;
	background-color:#408080;	
}

#featuredPost div.image {
	display:inline;
	float:left;
	height:1%;
	margin:0;
	padding:0;
	width:32em;
	top:0;
	right:0;
}

#featuredPost div.image img.thumbnail {
	position:relative;
	float:right;
	top:0;
	right:0;	
	margin:0;
	padding:0;	
}

#currentPosts {
	background-color:#ffffff ;
  	float:left;
	padding: 0 1em 0 1em;
	width:83em;
	margin: 0 auto;	
}

#currentPosts div.day {
	display:inline;
	float:left;
	padding:1em;
	margin:0;
	width:29em;
	background-color:#ffffff;
	overflow:visible;
}

#currentPosts div.calendar {
	display:inline;
	float:left;
	padding:1em;
	margin:0;
	width:19em;
	background-color:#ffffff;
	overflow:visible;
}

#currentPosts div.day h2.posttitle a {
	font-size: 1.2em;		
}
#currentPosts div.day h3.day {
	margin-bottom: .7em;	
	font-size: 1.6em;	
}

#currentPosts div.day p {
	font-size: 1.2em;
}
#currentPosts div.calendar h2.posttitle {
	margin:10px auto 0;
	width:155px;
}
#currentPosts div.calendar h2.posttitle a {
	font-size: 1.2em;
}
div.cat_image {
	width: 150px;
	float:left;
	padding: 0;
	margin: 0 0 1em 0;
}

div.the_excerpt {
	float:left;
	width: 39em;
	margin: 0 0 1em 1em;
}

div.the_excerpt p {
	margin: 0;
}

div.the_content {
	margin: .5em 0 0 0;	
}

#current.the_content {
	font-size:1.2em;
}

div.the_content p {
	margin: 0 0 1em 0;
}

.the_excerpt ul, .the_content ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 
	
.the_excerpt ul li.first, .the_content ul li.first {
	font-size: .9em;
	border:1px solid #333;
	margin: 1em 0 0 0;
	padding: .2em .5em .2em .5em;
	float:left;
}

.the_excerpt ul li, .the_content ul li {
	font-size: .9em;
	border-top: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-left: 0;
	border-style:solid; 
	border-color: #333;
	margin: 1em 0 0 0;
	padding: .2em .5em .2em .5em;	
	list-style: none;
	display: inline;	
	float:left;
}

.clearer {
	clear: both; 
	line-height: 0; 
	height: 0;
	margin:0;
	padding:0;
}

#films-videos-header {
	color: #ccc;
	background-color: #E6E6E6;
	background-image:url(images/films-videos-header.jpg);
	background-position:right top;
	background-repeat:repeat-y;	
	margin: 0;
	padding:0;
	width: 85em;
	height: 71px;
	overflow:hidden;	
	}
	
#current-header {
	color: #ccc;
	background-color: #E6E6E6;
	background-image:url(images/current-header.gif);
	background-position:right top;
	background-repeat:repeat-y;	
	margin: 0;
	padding:0;
	width: 85em;
	height: 71px;
	overflow:hidden;	
	}
	
#blog-header {
	color: #ccc;
	background-color: #E6E6E6;
	background-image:url(images/blog-header.jpg);
	background-position:right top;
	background-repeat:repeat-y;	
	margin: 0;
	padding:0;
	width: 85em;
	height: 71px;
	overflow:hidden;	
	}
			
#multimedia-header {
	color: #ccc;
	background-color: #E6E6E6;
	background-image:url(images/multimedia-header.jpg);
	background-position:right top;
	background-repeat:repeat-y;	
	position:relative;
	margin: 0;
	padding:0;
	font-family: Helvetica, Arial, Sans-Serif;	
	width: 85em;
	height: 71px;
	overflow:hidden;
	}
	
#writing-header {
	color: #ccc;
	background-color: #E6E6E6;
	background-image:url(images/writing-header.jpg);
	background-position:right top;
	background-repeat:repeat-y;	
	position:relative;
	margin: 0;
	padding:0;
	font-family: Helvetica, Arial, Sans-Serif;	
	width: 85em;
	height: 71px;
	overflow:hidden;
	}	

#press-header {
	color: #ccc;
	background-color: #E6E6E6;
	background-image:url(images/press-header.jpg);
	background-position:right top;
	background-repeat:repeat-y;	
	position:relative;
	margin: 0;
	padding:0;
	font-family: Helvetica, Arial, Sans-Serif;	
	width: 85em;
	height: 71px;
	overflow:hidden;
	}
			
#distribution-header {
	color: #ccc;
	background-color: #E6E6E6;
	background-image:url(images/distribution-header.jpg);
	background-position:right top;
	background-repeat:repeat-y;	
	position:relative;
	margin: 0;
	padding:0;
	font-family: Helvetica, Arial, Sans-Serif;	
	width: 85em;
	height: 71px;
	overflow:hidden;
	}	
			
#bread {
	color: #ccc;
	background-color: #FFFFFF;
	/* background-image:url(images/bread_dropshadow.gif); */
	background-position:right top;
	background-repeat:repeat-y;	
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:capitalize;
	margin: 0;
	padding:1em 1em 0.7em 1em;
	width: 50em;
	}

#bread ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

#bread ul li {
	margin-left: 0;
	padding-left: 0;
	border: none;	
	list-style: none;
	display: inline;
	}
	
#bread ul li:before {
	content: "> ";
	color: #333;
	}
	
#bread ul li.first:before {
	content: " ";
	}
#index {
	color: #333;
	background-color: #FFFFFF;
	font-size: 1.2em;
	font-family: Helvetica, Arial, Sans-Serif;
	margin: 0;
	padding:1em 1em 0.7em 1em;	
	width: 50em;
}

* html #index	{
	zoom: 1;
}		

#index ul {
	list-style-type: none;
	overflow:hidden;
	margin: 0;
	padding: 0.3em 1em 0.3em 1em;	
	border: none;
	} 

* html #index ul {
	zoom: 1;
}		

#index ul li {
	margin-left: 0;
	margin-right:0;	
	display:block;
	float: left;	
	padding-left: 0;
	padding-right: 0;
	border: none;	
	list-style: none;
	text-transform:capitalize;
	width: 40em;
	}

#index ul li ul li {
	margin-left: 0;
	margin-right: 1em;	
	float: left;	
	padding-left: 0;
	border: none;	
	list-style: none;
	display: inline;
	text-transform:capitalize;
	width: auto;
	}
	
div#pagetab {
	background-color: #FFFFFF;
	background-image:url(images/pagetab_bg.gif);
	background-position:0 20px;
	background-repeat:no-repeat;
	font-family: Helvetica, Arial, Sans-Serif;	
	font-size: 1.2em; 
	margin:0;
  	padding: 0 1em 0 1em;
	float:left;
  	width:50em;
}
div#pagetab1 {
  	clear:both;
	margin: 0;
	padding: 0.5em;
  	border:1px solid #cc6600;
	width: 100%;
}
div#pagetab2 {
  	clear:both;
	margin: 0;
	padding: 0.5em;
  	border:1px solid #CC6600;
	width: 100%;
}
div#pagetab3 {
  	clear:both;
	margin: 0;
	padding: 0.5em;
  	border:1px solid #CC6600;
	width: 100%;
}
ul#pagetab {
	list-style-type: none;
	margin: 0;
	padding: 0;		
}

ul#pagetab li {
	margin: 0 0.5em 0 0;
	list-style: none;
	float: left;
	position: relative;
	background:#E6E6E7;		
	padding:2px 0.5em 0 0.5em;
	border-right:1px solid #E6E6E7;
	border-top:1px solid #E6E6E7;
	border-left:1px solid #E6E6E7;
	height: 18px;
	clear:none;
}
ul#pagetab li a {
	/*width:103px;*/
	/* height:16px; */	
	/* padding:3px 0 0 9px; */
	/* font-size:12px; */
	/* text-transform:uppercase; */
	margin: 0;
	padding: 0 0.4em 0.2em 0.4em;		
	text-decoration:none;
	color:#333 !important;		
}
ul#pagetab li a:hover {
	color:#333 !important;	
}
ul#pagetab li.on {
	background:#FFFFFF;		
}
ul#pagetab li.on a {
	color:#333 !important;
	font-weight: bold;
}
	
ul#subheader-tab {
	list-style-type: none;
	margin: 0 0 0 1em;
	padding: 0;	
	position:absolute;
	bottom: 0em;
	left: 0em;	
}
ul#subheader-tab li {
	margin: 0 0.5em 0 0;
	list-style: none;
	float: left;
	position: relative;
	background:#E6E6E7;		
	font-size:1.2em;
	padding:0.25em 0.5em 0.25em 0.5em;
	border-right:1px solid #E6E6E7;
	border-top:1px solid #E6E6E7;
	border-left:1px solid #E6E6E7;
	clear:none;
}
ul#subheader-tab li a {
	/*width:103px;*/
	/* height:16px; */	
	/* padding:3px 0 0 9px; */
	/* font-size:12px; */
	text-transform:capitalize;
	margin: 0;
	padding: 0 0.4em 0.2em 0.4em;		
	text-decoration:none;
	color:#333 !important;		
}
ul#subheader-tab li a:hover {
	color:#333 !important;	
}
ul#subheader-tab li.current-cat {
	background:#FFFFFF;		
}
ul#subheader-tab li.current-cat a {
	color:#333 !important;
	font-weight: bold;
}			
.widecolumn .entry p {
	font-size: 1.05em;
	padding: 10px 0 20px 0;
	margin: 5px 0 0 0;
	width: 50em;	
	}
	
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	float: left;
	padding: 0 0 20px 0;
	margin: 0px 0 0;
	width: 50em;	
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h1.headertitle {
	padding: 10px 10px 0 10px;
	margin: 0;
	font-size: 2.7em;
	text-align: left;
	text-transform:uppercase;
	color: #FFFFFF;
	}
	
h1.pagetitle {
	padding: 0;
	margin: 0;
	font-size: 3em;
	text-align: left;
	color: #333333;
	}	

#featuredpost {
	margin: 15px 0 0 20px;
	width: 400px;
}

#featuredpost h2 {
	padding: 0;
	margin: 0;
	font-size: 1.5em;
	font-family: Helvetica, Arial, Sans-Serif;
	text-align: left;
	color: #6D7885;
	}

#news {
	margin: 15px 0 0 20px;
	width: 300px;
}

#news h2 {
	padding: 0;
	margin: 0;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 1.5em;
	text-align: left;
	color: #6D7885;
	}	



h2.pagetitle {
	font-size: 1.4em;
	}

h2.posttitle, #currentPosts div.day h2.posttitle {
	font-size: 1.2em;
	margin: 0 0 0.2em 0; 
	color: #0066CC;
	clear:both;
	}

h2.posttitle a, h2.posttitle a:hover, h2.posttitle a:visited, h2.posttitle a:active {
	color: #0066CC;	
	text-decoration:underline;
}	
	
span.normalfont {
	font-weight:normal;
}	

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h3.postmeta {
	font-size: 1.2em;
	font-weight:normal;	
	padding: 0;
	margin: 0;	
	}
	
h1, h1 a, h1 a:visited, #headerimg {
	text-decoration: none;
	color: #0066CC;
	}
h1 a:hover {
	text-decoration:underline;	
}
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;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.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 {

	}

#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 */

.post {
	font-size: 1.2em;
	margin: 10px 0 20px;
	text-align: justify;
	}

p.artist {
	margin: .2em 0 .2em 0;	
}

p.returntotop {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 1.2em;
	clear:both;
	padding-bottom:9px;
	text-align:right;
}

.divider-line-sm {
	border-top:1px dotted #BCB1B1;
	clear:both;
	margin:5px 0pt;
}

.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: left;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 0;
	margin: 0;
	}

h2 {
	margin: 0;
	}

h2.pagetitle {
	margin-top: 0px;
	text-align: left;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 0.5em 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;
	height: 100%;	
	}

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 */

#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 textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	background-color: #FFFFFF;

	padding: 1em 0 1em 2em;
  margin:0 0 0 0; 
  width: 17em; 
	float:right;
	height: auto !important;
	
	}

#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;
	}

hr {
	display: none;
	}

hr.glow {
  display:block;
	background-image:url('images/header_line_top.gif');
  background-repeat:no-repeat;
  background-position: top left;
	border:none;
	margin: 0;
	height:9px;	
	width:760px;			
}

a img {
	border: none;
	}

/* removes smiley face from wp-stats */
img#wpstats{display:none}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* "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." */
