/*
Brady Bunch remastered  bei dafont.com

Theme Name: Fifty Fifth Street
Theme URI: http://www.tammyhartdesigns.com/fifty-fifth-street
Description: A greyscale theme that follows a nice grid system, and keeps typography in top priority.
Version: 1.4
Author: Tammy Hart
Author URI: http://tammyhartdesigns.com/
Tags: two-columns, sticky-post, fixed-width, black, white
*/



* {
	margin:0;
	padding:0;
	}
	

/* Begin Settings and Classes */
a {
	text-decoration:none;
	color:#8D8D8D;
	}
	
a:hover {
	color:#8CC63F;
	}
	
h1 a, h2 a, h3 a {
	color:white;
	}
		
h1 a:hover, h2 a:hover, h3 a:hover{
	text-decoration:none;
	color:#8CC63F;
	}

p {
	margin:20px 0;	}
	
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color:black;
	}
	
h1, h2 {
	font-size:1.5em !important;
	line-height:25px;
	margin-bottom:14px;
	margin-left:-10px;
	margin-top:0px;
	margin-right: -30px;
	color:white !important;
	background: #343434;
	}
	
	.entry h2 {
		font-size:1.5em;
		margin-top:30px;
	}
	
h3 {
	font-size:1.5em;
	line-height:20px;
	margin-top:30px;
	}
	
h4, h5, h6 {
	margin-top:30px;
}
	
.pagetitle {
	font:normal 1em/10px Georgia, Helvetica, sans-serif;
	text-transform:capitalize !important;
	margin-bottom:20px;
	display:block;
	line-height:30px;
	margin-top:5px;
	padding-left:10px;
	color:#8CC63F !important;
	background-color:  white !important; 
	}
	
small {
	font-size:1em;
	color:#b6b6b6;
	line-height:10px;
	}
	
.caps {
	text-transform:uppercase;
	margin-bottom:6px;
	display:block;
}
	
code {
	font: 1.1em "Courier New", Courier, Fixed;
	}
	
pre {
	font: 1.1em "Courier New", Courier, Fixed;
	margin:1.5em;
	padding:10px;
	background:#fafafa;
	border:1px solid #eee;
	}
	
acronym, abbr {
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
hr {
	clear:both;
	width:80%;
	height:1px;
	border:none 0;
	color:black;
	background-color:black;
	margin:1.5em 0;
	}
	
img {
	border:none;
	max-width:100%;
	}
	
blockquote {
	margin-left:-21px;
	padding-left:21px;
	background:url(images/quote.gif) no-repeat 0 6px;
	color:#15552A !important;
	font-style:italic;
}
	
	.entry cite {
		font-style:italic;
		font-size:.9em;
		display:block;
		margin:5px 0 0;
		text-align:right;
		}
		
	.entry cite:before {
		content: "\2014 \0020";
		}
		
.post ul, .post ol, .post dl {
	margin:20px 0;
	}
		
.post ul ul , .post ol ol, .post ul ol, .post ol ul, .post dl dl, .post dl ul, .post dl ol {
	margin:10px;
	}
	
	.post li {
		padding:0 0 5px;
		}
		
		.post ul li {
			background:url(images/icons.gif) no-repeat 0 -141px;
			padding-left:10px;
			list-style:none;
			margin-left:-10px;
		}
		
		.post ol li li {
			margin-left:10px;
		}
		
		.post li li {
			margin:10px;
		}
		
	.post li h3 {
		margin:0;
		}
	
		
.post dt {
	font-weight:bold;
	background:url(images/icons.gif) no-repeat 0 -141px;
	padding-left:10px;
	margin-left:-10px;
}

.post dd {
	padding-left:10px;
	padding-bottom:5px;
}
		
.clear { 
	clear:both;
	height:0;
	line-height:0;
	font-size:1px;
	}
		
.alignleft {
	float:left;
	}
	
.alignright {
	float:right;
	}
	
.aligncenter, div.aligncenter, img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}


/* Begin Images */	
img.alignleft, .alignleft img {
	margin-right:10px;
	}
	
img.alignright, .alignright img {
	margin-left:10px;
	}

.wp-caption, .attachment img {
	text-align: center;
}

.wp-caption p.wp-caption-text {
	font-size: .9em;
	color:#b6b6b6;
	margin: 0;
}

.attachment, .caption {
	text-align:center;
}

.attachment img {
	}
/* End Images / End Settings and Classes */



/* Begin Structure */
body {
	background:#fff;
	font:62.5% Arial, Helvetica, sans-serif;
	color:black;
	text-align:center;
	}
	
#page {
	margin:0 auto;
	padding:0 0 70px 0;
	text-align:left;
	}


/* Begin Header */	
#header {
	border-bottom:1px dotted #e6e6e6;
	margin-bottom:9px;
	display:block;
	background-color:#fff;	
	height:150px;

background: rgb(89,181,9); /* Old browsers */
background: -moz-linear-gradient(top, rgba(89,181,9,1) 0%, rgba(126,211,35,1) 50%, rgba(99,130,7,1) 51%, rgba(141,198,91,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(89,181,9,1)), color-stop(50%,rgba(126,211,35,1)), color-stop(51%,rgba(99,130,7,1)), color-stop(100%,rgba(141,198,91,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(89,181,9,1) 0%,rgba(126,211,35,1) 50%,rgba(99,130,7,1) 51%,rgba(141,198,91,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(89,181,9,1) 0%,rgba(126,211,35,1) 50%,rgba(99,130,7,1) 51%,rgba(141,198,91,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(89,181,9,1) 0%,rgba(126,211,35,1) 50%,rgba(99,130,7,1) 51%,rgba(141,198,91,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59b509', endColorstr='#8dc65b',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(89,181,9,1) 0%,rgba(126,211,35,1) 50%,rgba(99,130,7,1) 51%,rgba(141,198,91,1) 100%); /* W3C */
}
	
	#sitename {
		font-weight:bold;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size:3.6em;
		display:block;
		margin:0 50px;
		position:relative;
		top:30px;
padding:10px;
		line-height:34px;
		text-align:center;
			border:1px dotted #343434;			
			border-radius:10px;
			background:rgba(255,255,255,0.7);
		}
		
#searchform {
width: 200px;
height: 20px;
}

	#header #searchform {
		float:right;
		padding-top:15px;
	}
		
#s {
	width:167px;
	border:1px solid #8CC63F;
	background:#f9f9f9;
	font-size:11px;
	padding:2px 3px 3px;
	float:left;
	}
	
#searchsubmit {
	float:right;
	}
/* End Header */


/* Begin Page List */		
#nav {
	line-height:20px;
	font-size:1.2em;
	float:left;
	padding-top:15px;
	width:360px;
	}
	
	#nav li {
		float:left;
		list-style:none;
		margin-right:25px;
		text-transform:uppercase;
		}
		
		#nav li a {
			}
			
		#nav li a:hover, #nav li.current_page_item a, #nav li.current_page_parent a {
			}
/* End Page List */

		
/* Begin Content */	
#content {
	font-size:1.2em;
	line-height:20px;
	float:left;
	min-width:660px;
	max-width:695px;
	margin-left:30px;
	margin-right:auto;
	margin-top:23px;
	}
	
	.post {
		margin-bottom:40px;
		padding-left:30px;
		padding-right:30px;
		border:1px solid #343434;
		border-bottom-left-radius:10px;
		border-bottom-right-radius:10px;
		}
	.sticky
	{
border:1px solid #B5E184;
}	
	.byuser {
		border:5px solid #B5E184 !important;
		
		/*background:url(images/sticky.gif) no-repeat 597px 5px; */
		padding:5px 5px 5px 45px;
	}
	
		.byuser {
			margin-left:0px;
			padding-left:47px;
			background:url(images/author.gif) no-repeat 599px 5px;
		}
		
	.bubble  {
		display:block;
		float:left;
		margin:0px 0 0 -30px;
		background:#343434 url(images/comments.gif);
		width:30px;
		height:50px;
		line-height:25px;
		color:#fff;
		text-align:center;
		font-family: Georgia;
	}
	
	 .bubble:hover {
		color:#8CC63F;
	}
		
		.entry {
			}
		
	.navigation {
		min-height:10px;
		margin:30px -23px;
		text-transform:uppercase;
		}
		
	.post .navigation {
		border:solid #e6e6e6;
		border-width:1px 0;
		padding:9px 0;
		border-bottom:none;
	}
	
	.attachment .navigation {
		height:150px;
	}
		
		.navigation .alignleft a {
			background:url(images/icons.gif) no-repeat 0 -60px;
			padding-left:22px;
			display:block;
			height:10px;
			float:left;
			width:250px;
			line-height:20px;
		}
		
		.navigation .alignright a {
			background:url(images/icons.gif) no-repeat 100% -30px;
			padding-right:22px;
			display:block;
			height:10px;
			float:right;
			width:250px;
			line-height:20px;
		}

/* Begin Comments */		
.commentlist {
	margin-top:20px;
	}
		
.commentlist li {
		list-style:none;
		border:5px solid #B5E184 !important;
		margin: 10px 0px 40px 0px;
		/*background:url(images/sticky.gif) no-repeat 597px 5px; */
		padding:5px 5px 5px 45px;
	}
	
.commentlist li.alt {
	}
	
	.commentmetadata, .comment-author {
		font-size:.9em;
		}
		
		.comment-author {
		}
		
	.avatar {
		float:left;
		display:block;
		margin:5px 0 0 0;
		padding-right: 10px;
		}

#commentform {
	padding-bottom:10px;
}
		
#commentform input, #commentform textarea {
	width:147px;
	border:1px solid #8CC63F;
	background:#f9f9f9;
	font-size:11px;
	padding:2px 3px 3px;
	}
	
#commentform textarea {
	width:500px;
	}
			
#commentform #submit {
	width:150px;
	border:none;
	background:#8CC63F;
	font-size:11px;
	padding:0;
	color:#fff;
	font-size:12px;
	cursor:pointer;
	padding:2px 0 3px;
	}
/* End Comments / End Content */


/* Begin Sidebar */
#sidebar {
	float:left;
	min-width:260px;
	max-width:260px;
	width:260px;
	color:#7D7C7C;
	font-size:1.1em;
	line-height:20px;
	padding-top:23px;
	margin-left:10px;
	}
	
	#sidebar ul {
		list-style: none;
		}
		
		#sidebar ul ul {
			margin-left:-10px;
			}
			
			#sidebar ul ul ul {
				margin:0;
				padding:0;
			}
		
		#sidebar ul li {
			list-style:none;
			margin-bottom:10px;
			border:1px dotted #343434;
			display:block;
			padding:10px;
			border-radius:10px;
			}
		
		#sidebar li li {
			margin:0;
			padding:0 15px;
			border:none;
			}
			
		#sidebar a {
			font-size:1.1em;
		}
			
	#sidebar h4 {
		font-size:1.63em;
		color:#343434;
		border-bottom:1px dashed #343434;
		line-height:20px;
		margin:0 0 12px;
		}
/* End Sidebar */


/* Begin Footer */
#footer {
	padding:10px;
	border-top:1px solid #e6e6e6;
	color:#b6b6b6;
	font-size:1.2em;
	line-height:20px;
	margin:0px;
	text-align:left;
background: rgb(191,210,85); /* Old browsers */
background: -moz-linear-gradient(top, rgba(191,210,85,1) 0%, rgba(142,185,42,1) 50%, rgba(114,170,0,1) 51%, rgba(158,203,45,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,210,85,1)), color-stop(50%,rgba(142,185,42,1)), color-stop(51%,rgba(114,170,0,1)), color-stop(100%,rgba(158,203,45,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* W3C */
	}
	
	#footer .alignleft{
		padding-top:2px;
			margin-bottom:35px;
			border:1px dotted #343434;
			display:block;
			padding:10px;
		min-width:165px;
			max-width:265px;
			min-height:250px;
			border-radius:10px;
			background:rgba(255,255,255,0.7);
	}
	
	#footer .alignleft a {
		display:block;
		float:right;
		text-transform:uppercase;
		height:10px;
		line-height:10px;
		font-size:10px;
	}
	#footer .alignleft p {
		line-height:16px;
		padding-top:3px;
		font-size:10px;
	}
	#footer .alignleft hr
	{
		height:1px;
		border:none;
		border-bottom:1px dashed #343434;
		width:98%;
		color:transparent;
		background-color:transparent;
	}
	#footer .alignleft p a{
	display: inline;
	float: none;
	text-transform:none;
	}

	#footer .top {
		padding-right:15px;
		background:url(images/icons.gif) no-repeat 100% 0;
	}
	
	#footer .rss {
		padding-right:18px;
		margin-right:10px;
		background:url(images/icons.gif) no-repeat 100% -90px;
	}
	
	#footer .home {
		padding-right:18px;
		margin-right:10px;
		background:url(images/icons.gif) no-repeat 100% -120px;
	}
	
/* Begin #footer Sidebar */
#footer-widget-area{
	float:left;
	color:#7D7C7C;
	font-size:0.8em;
	line-height:20px;
	padding-top:0px;
	clear:both;
	}
	#footer-widget-area div
	{
		float:left;
		margin-right:10px;
		margin-bottom:10px;

			border-radius:10px;
			
			background:rgba(255,255,255,0.7);
	}
	#footer-widget-area div div
	{
		float:none;
		clear:both;
		height:auto;
		margin:0;
	}	
	#footer-widget-area ul {
		list-style: none;
		display:block;
		}
		
		#footer-widget-area ul ul {
			margin-left:-10px;
			}
			
			#footer-widget-area ul ul ul {
				margin:0;
				padding:0;
			}
		
		#footer-widget-area ul li {
			list-style:none;
			min-width:165px;
			max-width:265px;
			min-height:250px;
			border:1px dotted #343434;
			display:block;
			padding:10px;
			border-radius:10px;
			}
		
		#footer-widget-area li li {
			margin:0;
			padding:0 15px;
			border:none;
			min-width:0px;
			max-width:auto;
			min-height:0px;
			}
			
		#footer-widget-area a {
			font-size:1.0em;
		}
			
	#footer-widget-area h3 {
		font-size:1.63em;
		color:#343434;
		border-bottom:1px dashed #343434;
		line-height:20px;
		margin:0 0 12px;
		text-align:center;
		}
/* End Footer Sidebar */
/* End Footer / End Structure */
			

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 260px;
	}
	
	#wp-calendar th {
		text-align:center;
		color:#343434;
	}
	
#wp-calendar caption {
	text-decoration: none;
	font-weight:bold;
	font-size:1.1em;
	text-align: center;
	width: 100%;
		color:#343434;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	text-decoration: none;
	display: block;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
	}
/* End Calendar */

/*
Whatever your hand finds to do, do it with all your might,
for in the grave, where you are going, there is neither
working nor planning nor knowledge nor wisdom.
Ecclesiastes 9:10
*/

/*
Tammy Hart
www.tammyhartdesigns.com
*/
#stimuli_imageDataContainer
{
 height:45px;
}

#wp-submit,.text
{
 display:block;
border:1px solid #8CC63F;
border-radius:5px;
background:#fff;
width:100%;
padding:3px;
}
#header-widget-area
{
clear: both;
position: fixed;
top: 0px;
right: 5px;
z-index:9999;
}
.logged-in #header-widget-area
{
top: 27px;
}
#header-widget-area ul,
#header-widget-area ul li
{
	float:left;
	list-style-type:none;
}
#header-widget-area ul li ul li
{
	border:1px solid rgba(114,170,0,0.7);
	border-top:none;
	background:#fff;
	padding:7px;
	margin:0 3px;
	min-width:125px;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C */
	border-radius:0px 0px 15px 15px;
}
#header-widget-area ul li ul li a
{
	min-width:125px;
	display:block;
	text-align:center;
}
iframe
{
	position:relative;
	border:1px solid rgba(142,185,42,1);
	padding:1px;
	background:#fff;
	z-index:99;
}
.bubble_content iframe
{
	position:relative;
	border:none;
	padding:0px;
	background:transparent;
	z-index:99;
}
