/*
Theme Name: Cut the Fluff
Theme URI: http://wordpress.org/
Description: Based on the default WordPress theme.
Version: 1.0
Author: Anna Weaver
Author URI: http://www.awadigital.com
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:Arial, Helvetica, sans-serif;
	color: #4D4540;
	text-align: center;
	background-color:#E2E0E0;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	}

#headerimg 	{
	}

#headerimg 	h1, .description{
	font-size:0.9em;
	text-indent:-5000px;
	}


#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}
	
.narrowcolumn .entry p, .widecolumn .entry p{
	margin-top:0px;
	padding-top:0px;
	}	

.widecolumn {
	line-height: 1.6em;
	}

.thread-alt {
	background-color: #fff;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	line-height: 1.5em;
	text-transform:uppercase;
	color:#C1C1C1;
	font-weight:bold;
	}

h1, h2, h3 {
	font-family:Arial, Helvetica, 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;
	}

h2.pagetitle {
	font-size: 1.6em;
	}





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: #767676;
	}

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: #767676;
	}

.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:Arial, Helvetica, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font-family:Arial, Helvetica, sans-serif;
	}

#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #665D56;
	}

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: #80A806;
	text-decoration:underline;
	}

a:hover {
	color: #767676;
	}

#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 0px 0;
	padding: 0;
	background-image:url(images/kubrickbg-ltr.jpg);
	background-repeat:repeat-y;
	background-position:top center;
	}


#container{
	width:857px;
	text-align:center;
	margin:0px auto;
	overflow:hidden;
}

#topbar{	
	background-image:url(images/topbar_bg.jpg);
	height:67px;
	text-align:left;
	padding-top:0px;
}

#logo{
	float:left;
	width:340px;
	padding:15px 0 0 0;
}

/* top navigation bar */

#topnav{
	float:left;
	margin:0;
	padding:0;
}

#topnav li{
	list-style-type:none;
	float:left;
	background-image:url(images/topbar_bg.jpg);
	background-position:top;	
	margin:0 2px 0 0px;	
}

#topnav li a{
	text-transform:uppercase;
	color:#665D56;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
	margin-right:1px;
}

#topnav li.current_page_item a{
	color: #fff;
	background: #63C0CE url(images/left-tab-hover.gif) left bottom no-repeat;
	padding-left: 10px;
	color:#ffffff;
}

#topnav li.current_page_item a{
	color:#63C0CE;
}

#topnav li.current_page_item a span
{
	background: url(images/right-tab-hover.gif) right bottom no-repeat;
	padding-right: 10px;
	color:#fff;
}


#topnav li a:hover{
	color:#63C0CE;
}


#topnav a
{
	color: #000;
	background: transparent url(images/left-tab.gif) left bottom no-repeat;
	text-decoration: none;
	padding-left: 10px;
	padding-top:10px;
	padding-bottom:10px;
}

#topnav a span
{
	background: url(images/right-tab.gif) right bottom no-repeat;
	padding-right: 10px;
	padding-top:10px;
	padding-bottom:10px;
}

#topnav a, #navigation a span
{
	display: block;
	float: left
}


#topnav a, #navigation a span /* Hide from IE5-Mac \*/
{
	float: none
}


#topnav a:hover
{
	color:#63C0CE;
	padding-left: 10px
}

#topnav a:hover span
{
	padding-right: 10px;
	color:#63C0CE;
}

#topnav ul
{
	list-style: none;
	padding: 0;
	margin: 0
}

#topnav li
{
	float: left;
	margin: 0;
	list-style-type:none;
} 






#searchbox{
	float:right;
	width:252px;
	float:right;
	width:252px;	
	padding-right:20px;
}

#searchbox form#searchform{
	background-image:url(images/searchbox_bg.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding:15px 13px;
	overflow:hidden;
}

#sidebar #searchsubmit {
	padding: 1px;
	}


#searchbox input#s {
	background-color:#665D56;
	color:#fff;
	border:0 solid #665D56;
	margin:0;
	width: 193px;	
	padding:1px 3px 1px 3px;
	font-size:1.15em;
	font-family:Arial, Helvetica, sans-serif;
}


#searchbox #searchsubmit {
	background-image:url(images/searchbox_arrow.gif);
	margin-top:1px;
	background-repeat:no-repeat;
	text-indent:-5000px;
	width:22px;
	height:22px;
	border:0 solid #665D56;	
	}
	
#searchbox #searchsubmit:hover {
	background-image:url(images/searchbox_arrow_hover.gif);
	}	

/* search results */
body.search-results .page,
body.search-results .post{
	border-bottom: 1px dashed #767676;
	overflow:hidden;
	margin:10px 0 0 0;
}


span.searchTerm{
	font-weight:bold;
}


/* single post */

body.single .navigation{
	display:none;
}


body.single h2{
	margin:0px;
	padding:0px 0 3px 0;
}


body.single p.postmetadata {
	border:0px solid #fff;
	text-align:left;
	margin-bottom:10px;
	padding:0;
}

body.single p.postmetadata small{
	color:#C1C1C1;
	font-size:0.8em;
	font-weight:normal;
}

body.single p.postmetadata small a{
	color:#C1C1C1;
	font-size:0.9em;
	text-decoration:underline;
	font-weight:bold;
}

body.single p.postmetadata small a:hover{
	text-decoration:underline;
	color:#939393;
}


body.single #respond{
	text-align:left;
	clear:both;
}

body.single #respond h3{
	font-size:1.5em;
	padding-top:15px;
	margin-top:0px;
}

body.single h3#comments{
	text-align:left;
	margin-top:0;
	padding-top:0;
	padding-bottom:6px;
	font-size:1.5em;
}

body.single .commentlist li {
	margin:0;
	padding:0px;
	border:0 solid #fff;
}

body.single .comment-body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
}

body.single .comment-body a{
	font-family:Arial, Helvetica, sans-serif;
	color:#C1C1C1;
	font-size:0.75em;
	text-transform:uppercase;
	text-decoration:underline;
	font-weight:bold;
}

body.single .comment-body a:hover{
	color:#939393;
}

body.single .comment-body .vcard, 
body.single .comment-body cite.fn{
	font-style:italic;
}

.commentlist li .avatar {
	float:left;
	border:0px solid #fff;
	margin:0;
	padding:0 10px 0 0;
}

body.single .comment-body p{
	padding:6px 0 20px 42px;
	margin:0px;
	font-size:0.9em;
}

body.single textarea#comment{
	border: 0px dashed #767676;
	background-color:#F8F8F8;
	line-height:1.4em;
	font-size:1.3em;
}



body.single #commentform p{
	text-transform:uppercase;
	font-size:0.8em;
	font-weight:bold;
	color:#C1C1C1;
	clear:both;
	padding-bottom:20px;
	padding-top:4px;
}

div.comment-author cite.fn a{
	color:#4D4540;
	font-style:italic;
	text-transform:none;
	font-size:1em;
}

div#respond{
	float:left;
	border-top: 1px dashed #767676;
}

div#respond h3{
	float:left;
	border: 0px dashed #767676;	
}

body.single #commentform p.requiredFields {
	color:#665D56;
	font-size:1em;
	font-weight:normal;
	text-transform:none;
}

body.single #commentform p a{
	color:#C1C1C1;
}

body.single #commentform p a:hover{
	color:#939393;
}

body.single input#submit{
	background-image:url(images/button_submit.gif);
	width:161px;
	height:34px;
	border:0px solid #fff;
	text-indent:-5000px;
	margin-top:5px;
	padding:0;
}

body.single input#submit:hover{
	background-image:url(images/button_submit_hover.gif);
}

/* page template, e.g. About page */

body.page-template p.nocomments{
	display:none;
}

body.page-template a.post-edit-link{
	font-size:0.8em;
	font-weight:bold;
	color:#C1C1C1;
	text-transform:uppercase;
}

body.page-template a.post-edit-link:hover{
	color:#939393;
}

/* Archive and tags pages */

h2.pagetitle,
body.page #content h2.pagetitle,
body.home #content h2.pagetitle,
body.tag #content h2.pagetitle,
body.archive #content h2.pagetitle,
body.search-results #content h2.pagetitle,
body.search-no-results #content h2.pagetitle,
body.single #content h2.pagetitle,
body.page #content h2{
	text-align:left;
	margin-top:5px;
	margin-bottom:20px;	
	padding-bottom:5px;
	border-bottom: 1px dashed #767676;	
	color:#C1C1C1;
	font-size:1.6em;
	font-weight:bold;
}

body.search-results .docheader h2{
	font-size:1.4em;
}

/* Contact page */

form.wpcf7-form{
	text-align:left;
	padding-top:10px;
	padding-bottom:0px;
	overflow:hidden;	
	border-bottom: 1px dashed #767676;		
}

p.requiredFields{
	text-align:right;
	display:block;
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom:0;
}

form.wpcf7-form div.form-element{
	padding-bottom:10px;
	overflow:hidden;
}

form.wpcf7-form label{
	float:left;
	width:100px;
	display:inline;
	font-weight:bold;
}	

form.wpcf7-form label.optIn{
	width:330px;
	display:inline;
	font-weight:normal;
	float:right;
}	

form.wpcf7-form div.form-submit{
	width:80px;
	display:inline;
	font-weight:normal;
	float:right;
	margin-top:10px;
}	

form.wpcf7-form textarea{
	border: 0px dashed #767676;
	background-color:#F8F8F8;
	line-height:1.4em;
	font-size:1.1em;
	font-family:Arial, Helvetica, sans-serif;
	color:#4D4540;	
	padding:5px;
	width:320px;
	float:right;
}

form.wpcf7-form input{
	border: 0px dashed #767676;
	background-color:#F8F8F8;
	line-height:1.4em;
	font-size:1.1em;
	font-family:Arial, Helvetica, sans-serif;
	color:#4D4540;		
	padding:5px;
	float:right;
	width:320px;
}

form.wpcf7-form input.submit{
	background-image:url(images/button_send.gif);
	width:79px;
	height:34px;
	text-indent:-5000px;	
}

form.wpcf7-form input.submit:hover {
	background-image:url(images/button_send_over.gif);
}

body.page a.post-edit-link{
	display:none;
}

/* errors for individual fields */
span.wpcf7-not-valid-tip {
	position: absolute;
	top: 0px;
	left: 47px;
	z-index: 100;
	background: #80A806;
	border: 0px solid #fff;
	font-size: 10pt;
	width: 280px;
	padding: 5px 6px 5px 8px;
	font-style:italic;
	color:#fff;
	line-height:1.4em;
	font-size:0.9em;	
	width:320px;	
}

form.wpcf7-form div.message span.wpcf7-not-valid-tip{
	height:202px;
}

form.wpcf7-form div.checkbox span.wpcf7-list-item{
	padding-left:134px;
	display:block;
}

form.wpcf7-form div.checkbox input{
	width:20px;
	float:left;
}


form.wpcf7-form div.checkbox span.wpcf7-list-item-label{
	display:block;	
	float:left;
	width:285px;
	margin:0;
	padding:0;
}



/* main error message */

div.wpcf7-response-output {
	margin: 0;
	padding: 0;
	float:left;
	font-style:italic;
}

div.wpcf7-validation-errors {
	border: 0px solid blue;
	padding:0px;
}

div.wpcf7-mail-sent-ng {
	border: 0px solid blue;
	padding:0px;
	width:330px;
	float:left;
	margin-top:20px;
}


#leftside{
	width: 304px;
	float:left;
	text-align:left;
}


#sidebar{
	padding: 20px 40px 0 0;
	width: 274px;
	float:left;		
	margin:0;
	font-size:1.2em;
	}
	
#sidebar a{
	color:#665D56;
	text-decoration:underline;
}

#sidebar a:hover{
	color:#838383;
}

#sidebar h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#665D56;
	padding:0 0 6px 0;	
	margin:0;
	}
	
#sidebar ul ul#wp_tweets_marker{
	margin:0;
	padding:0;
	}

#sidebar li.widget_text,
#sidebar li.widget_links,
#sidebar li.widget_tag_cloud,
#sidebar li.widget_archive{
	border-bottom:1px dashed #767676;
	padding-bottom:20px;
}


#sidebar li.widget_user_bio{
	padding-bottom:0px;
	margin-bottom:10px;
}


#sidebar li.widget_wp_tweets{
	border-top:1px dashed #767676;
	padding-top:15px;	
	margin-top:20px;		
}

#sidebar li#text-6{
	border-bottom:0px dashed #767676;
	padding-bottom:0px;	
	margin-bottom:5px;
}

#sidebar li.widget_user_bio h2.widgettitle{
	display:none;
}


#sidebar li#text-3{
	padding-top:5px;	
	padding-bottom:0px;
	border-bottom:0px dashed #767676;	
}
	
#sidebar form {
	margin: 0;
	}


#content{
	width:477px;
	float: right;	
	padding:10px;
	padding:0px 38px 0px 38px;	
	text-align:left;
}


/* tag cloud */
#sidebar li.widget_tag_cloud span.separator{
	font-size:2em;
	color:#80A806;	
	padding:0 3px 0 4px;
}

#sidebar li.widget_tag_cloud a{
	color:#80A806;
	text-decoration:none;
}

#sidebar li.widget_tag_cloud a:hover{
	color:#838383;
}

/* contributors section */

#sidebar .ub-grav img{
	margin:3px 12px 0 0;
	width:57px;
	height:57px;	
}

#sidebar div.bio{
	margin-left:70px;
	padding-top:0px;
	font-size:0.90em;
}

#sidebar div.bio a{
	font-weight:bold;
	margin-bottom:2px;
	font-size:1.1em;
	display:block;	
}

#sidebar li.widget_archive li,
#sidebar ul.blogroll li{
	background-image:url(images/linkBullet.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:0 0 0 28px;
	line-height:1.4em;
}

#sidebar ul.blogroll li a{
	background-image:none;
}


li.widget_wp_tweets{
	margin:0;
	padding:0;
	color:red;
}

ul#wp_tweets_marker li {
	border:0px!important;
	font-weight: normal!important;
	background-image:none!important;
	background-position:0px 0px!important;
	padding:5px 0px 5px 0px!important;
	font-size:0.9em;
	color:#665D56;
}

.widget_text ul.follow,
.widget_text ul.follow li,
.widget_text ul.follow li a{
	margin:0;
	padding:0!important;
}

ul#wp_tweets_marker li a{
	color:#665D56;
}

#page {
	margin: 0px auto;
	padding: 0;
	background-color:#eeeeee;
	background-image:none;
	}

#header {
	margin: 0 0 0 1px;
	padding: 0;
	width: 284px;	
	height: 126px;	
	}

#headerimg {
	margin: 0;	
	width: 284px;	
	height: 186px;		
	}

.narrowcolumn {

	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0px 0 16px 1px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

html body .entry ul{
	text-indent:0px;
	padding:0 0 0 20px;
}

html body .entry ul li{
	list-style-type:disc;
	padding-left:5px;
	margin:7px 0 8px 20px;	
	text-indent:0px;
}

.narrowcolumn .postmetadata {
	padding: 8px 0 25px 0;
	border-top:1px dashed #767676;	
	border-bottom:1px dashed #767676;
	text-align:right;
	margin-top:10px;
	margin-bottom:20px;	
	}
	
body.single .narrowcolumn .postmetadata {
	margin-top:22px;
	}	
	
div.bookmarkify div.brand
{
	display:none;
}
	
div.bookmarkify img{
	padding-left:8px;
	padding-top:0;
}
		
	
.docheader{
	float:left;
	width:350px;
	padding:0 0px 12px 0;	
}

.docheader h2{
	padding:0 0 3px 0;
	margin:0;
}

.docheader h2 a{
	text-decoration:none;
	font-weight:bold;
	font-size:1.0em;
	color:#767676;
}	

.docheader2{
	float:right;
	padding-top:3px;
	width:120px;
	text-align:right;
	color:#C1C1C1;
	font-style:italic;	
	margin-bottom:5px;	
}

.docheader2 .author a{
	color:#C1C1C1;
	font-style:italic;	
	text-decoration:none;
}

.docheader2 .author a:hover{
	color:#939393;	
}

.docheader2 .comments {
	float:right;
	background-image:url(images/comments_bubble.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:40px;
	height:32px;
	text-align:center;
	padding-top:10px;
	display:block;
	}	

.docheader2 .comments a{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	}
	
.docheader2 .comments a:hover{
	color:#63C0CE;
	text-decoration:none;	
	}	
	
	

body.archive h3 a{
	text-decoration:none;
	font-weight:bold;
	font-size:1.2em;
	color:#767676;
}

.docheader h2 a:hover{
	text-decoration:none;
	color:#939393;
}

.entry{
	clear:both;
	overflow:hidden;
	padding-bottom:0px;
}

	
.narrowcolumn .postmetadata a{	
	color:#80A806;
	text-transform:uppercase;
	text-decoration:none;
	font-size:0.90em;
}

.narrowcolumn .postmetadata a:hover{	
	color:#665D56;
	text-decoration:none;
}

.narrowcolumn .postmetadata div.tags{
	float:left;
	width:50%;
	color:#80A806;	
	text-align:left;
}

/* share this styling */
.narrowcolumn .postmetadata div.shareThis{
	float:right;
	width:50%;
}

.narrowcolumn .postmetadata span.comments{
	float:right;
	display:block;
	text-align:right;
}
	
.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 {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	display:none;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */






/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 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 {
	margin: 0 0 0 15px
	display: inline;
	}

img.alignleft {
	margin: 0 15px 0 0;	
	display: inline;
	}

.entry img{
	padding-bottom:10px;	
}

.single .entry img{
	padding-bottom:20px;	
}

.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 0px;
	}

#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 */


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 0px 0 0;
	}

#commentform textarea {
	width: 469px;
	padding: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#665D56;
	}


body.single #commentform{
	padding-top: 0px;
	padding-bottom:60px;
}

body.single #commentform textarea,
body.single #commentform input{
	border: 0px dashed #767676;
	background-color:#F8F8F8;
	line-height:1.4em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#665D56;	
	width:300px;
	float:right;
	margin:0 0 10px 0;
	padding:8px 5px 8px 5px;
}


body.single #commentform div.submit{
	width:479px;
	clear:both;
	padding-top:10px;	
}

body.single #commentform input#submit{
	width:161px;
	float:right;
}

body.single #commentform label small{
	float:left;
	width:150px;
	text-transform:none;
	color:#4D4540;
	font-size:1.2em;
	font-weight:normal;	
	font-weight:bold;
}

body.single #commentform label small span.smallprint{
	font-weight:normal;
	font-size:0.90em;	
}

body.single #commentform div.error,
#commentform label.error{
	color:#333;
	font-style:italic;
}

body.single #commentform textarea.error, body.single #commentform input.error {
	background-color:#80A806;
	color:#fff;
}
	
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

/* 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 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: 28px;
	}
	
.navigation a{
	display: block;
	text-transform:uppercase;
	text-decoration:none;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 28px;
	padding-bottom:20px;
	}
		
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.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." */

