/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.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

*/



/* Begin Typography & Colors */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
background:none repeat scroll 0 0 transparent;
border:0 none;
font-size:100%;
margin:0;
outline:0 none;
padding:0;
vertical-align:baseline;
}


	body
	{
		font-family:'helvetica neue',helvetica,arial,sans-serif;
		padding: 0; margin: 0;
		background: #A69C83 url(/inc/skins/lec5/schemes/keller/img/bg.png) repeat-x;
		
		font-size: 12px;
		line-height: 1;
	}


div, p, ul, ol, table, dl, address {
line-height:20px;
}

p, ul, ol, table, dl, address {
margin:0 0 20px;
}


h1, h2, h3, h4, h5, h6 {
font-weight:normal;
}

h4 {
font-size:16px;
line-height:20px;
margin:5px 0;
padding:0;
}

h1, h2, h3, h4, h5, h6 {
color:#333333;
font-family:'lucida grande','ms trebuchet',trebuchet,sans-serif;
font-weight:normal;
margin:0 0 20px;
padding:0;
}


/* #PAGE-BODY
======================================================================================================
=====================================================================================================*/
#page {
background:url("/inc/skins/lec5/schemes/keller/img/shell.png") no-repeat scroll 0 0 #F3F0EB;
margin:50px auto;
overflow:visible;
padding:10px 10px 0;
position:relative;
width:960px;
}

		/* basic setup for cols */
		#page-body, #page-foot { clear: both; position: relative; }
		#aside { position: relative; left: 0; float: left; }
		#aside { margin-left: 0; width: 220px; }
		
		#aside {
			float:left;
			left:20px;
			position:relative;
			}
		
		
		#aside ul, #aside ul li{
			list-style:none outside none;
			margin:0;
			padding:0;
			}
			
			
				
					#aside  li a {
						border-bottom:1px solid #D8CBBA;
						color:#680001;
						display:block;
						font-family:"lucida sans unicode","lucida grande";
						font-size:12px;
						padding:4px 11px;
						text-decoration:none;
						}
									
			
			#content ul li, #content ol li {
				line-height:20px;
				}

					
		
		#content, #content-primary, #content-secondary { position: relative; left: 0; float: left!important; }


		#content-primary {
			margin-left:0px!important;
			width:685px!important;
			}
			
			#content {
				padding:10px;	
			}



/* #PAGE-HEAD
======================================================================================================
=====================================================================================================*/
#page-head {
	float:left;
	margin:10px 10px 20px;
	width:940px;
	}

	#logo {
		float: left;
		margin: 20px 0 30px 30px;
		width: 208px; height: 61px;
	}

		#logo a {
			display: block;
			width: 168px;
			height: 61px;
			text-indent: -9999px;
			background: url(/inc/skins/lec5/schemes/keller/img/logo.gif) no-repeat 0 0;
		}


	#nav {
		clear: both;
		border-top: 1px solid #fff;
		width: 100%; float: left; /* overflow-allowed clearfix */
		background: url(/inc/skins/lec5/schemes/keller/img/sprites.png) repeat-x #570000;
	}

		#nav ul.primary {
			margin: 0; padding: 0;
			position: relative;
			z-index: 9989;
		}

			#nav ul.primary li {
				float: left;
				background: url(/inc/skins/lec5/schemes/keller/img/sprites.png) no-repeat right -32px;
				position: relative;
			}
			
			.nav ul, ul.nav, .nav ul li, ul.nav li, #content .nav ul, #content ul.nav {
				list-style:none outside none;
				margin:0;
				padding:0;
				}
			
			
				#nav ul.primary li a {
					display: block;
					padding: 9px 15px;
					font-size: 14px;
					text-transform: uppercase;
					color: #eee;
					font-style: normal;
					font-weight: normal;
					text-decoration: none;
				}

				#nav ul.primary li:hover>a,
				#nav ul.primary li a:hover {
					color: #f3f0eb;
					background-color: #5F0200;
					border-left: 1px solid #B20300;
					margin-left: -1px;
				}

				#nav ul.primary li:first-child:hover>a,
				#nav ul.primary li:first-child a:hover {
					border-left: none;
					margin-left: 0;
				}

				#nav ul.primary li.navi-contact {
					float: right;
				}

				#nav ul.primary li.navi-contact a {
					padding: 6px 10px;
					float: right;
				}

				#nav ul.primary li.navi-contact a em {
					margin: 0 10px;
				}

		/* dropdown menus */

		#nav ul.primary li div
		{
			position: absolute;
			left: -999em; top: 32px;
			height: auto; width: 346px;
			background: #8A031B;
			border: 1px solid #B20300; border-top: none;
			box-shadow : 1px 2px 2px rgba(0,0,0,0.5);
			-moz-box-shadow : 1px 2px 2px rgba(0,0,0,0.5); 
			-webkit-box-shadow : 1px 2px 2px rgba(0,0,0,0.5);
			overflow: hidden;
		}

		#nav ul.primary li:hover div
		{
			left: -1px;
		}

		#nav ul.primary li ul
		{
			position: relative;
			padding: 20px 16px 30px 16px; margin: 0;
			width: 140px; float: left;
			border-left: 1px dotted #B20300;
		}

		#nav ul.primary li ul:first-child
		{
			border-left: none;
		}

			#nav ul.primary li ul li
			{
				float: none;
				background: none;
			}

			#nav ul.primary li ul li h4
			{
				color: #fff;
				margin: 0 0 10px 0;
			}

				#nav ul.primary li ul li a
				{
					display: block;
					float: none;
					background: none; color: #ddd;
					text-transform: none;
					margin: 0; padding: 1px 5px;
					font-size: 12px;
					display: block;
					border-bottom: 1px dotted #B20300;
				}

				#nav ul.primary li ul li a:hover
				{
					background: #5F0200;
					border-left: none;
					margin: 0;
				}

		#nav ul.convience {
			margin: 0; padding: 0;
			position: absolute;
			right: 12px; top: -40px;
		}

			#nav ul.convience li {
				float: left;				
			}

				#nav ul.convience li a {
					float: left;
					color: #fff;
					text-decoration: none;
					padding: 5px 10px;
				}

				#nav ul.convience li a:hover { color: #fff; }



#login {
	position:absolute;
	right:40px;
	top:30px;
	width:420px;
	}


	#login h4 span, #login h4 em {
	color:#890319;
	}

	#login h4 span {
	color:#890319;
	display:block;
	float:left;
	text-transform:uppercase;
}


	#login h4, #login form .field label {
		color:#890319;
		}
		
		#login form .field label {
			display:block;
			font-family:Arial,Helvetica,sans-serif;
			font-size:11px;
			padding:5px 0 0 1px;
			}
	
	#login h4 {
		border-bottom:1px solid #CCCCCC;
		color:#890319;
		font-family:Arial,Helvetica,sans-serif;
		font-size:16px;
		font-weight:normal;
		margin:0 0 8px;
		padding:0 0 6px;
		text-align:right;
		}

		#login form {
			padding:0;
		}
		
		#login form .field {
			float:left;
			padding-right:15px;
			width:163px;
			}
		
		#login input {
			background:none repeat scroll 0 0 #FFFFFF;
			border:1px solid #CCCCCC;
			font-size:12px;
			padding:2px;
			width:163px;
			}
		
		form {
			font:12px 'lucida grande',tahoma,sans-serif;
			margin:0;
			overflow:hidden;
			padding:0;
			width:auto;
			}
			
			#login button {
				background:url("/inc/skins/lec5/schemes/keller/img/sprites.png") no-repeat scroll -65px -284px transparent;
				border:0 none;
				float:left;
				height:21px;
				text-indent:-999em;
				width:61px;
				}
				
					#login button {
						background-position:-65px -306px;
						cursor:pointer;
						}

	
	
	#login .errors
{
	border: none;
	width: 404px; height: 24px;
	background: url(/inc/skins/lec5/img/balloon.png) no-repeat;
	position: absolute;
	left: 0; top: 50px;
	z-index: 9999;
	text-align: center;
	padding: 28px 10px 10px 10px;
}


#login .errors ul
{
	border: none;
	display: inline;
}

#login .errors ul li
{
	display: inline;
	border: none;
	float: none;
}

.tooltip
{
	background: #fff;
	position: relative;
	padding: 5px;
}


.tooltip ul
{
	font-size: 11px;
	line-height: 15px !important;
}

.tooltip ul li
{
	display: inline;
	border: none;
	float: none;
	color: #5F9831;
}

#login .errors .action-close, .tooltip .action-close
{
	position: absolute;
	top: 20px; right: 8px;
	height: 11px; width: 11px;
	background: url(/inc/skins/lec5/img/rewidx-sprites.png) no-repeat scroll 0 -595px;
	overflow: hidden; text-indent: -999em;
}

	
/**/

			#login ul
			{
				margin: 0 0 0 -10px; padding: 3px 0 0 3px;
				list-style: none;
				font-size: 12px;
				position: relative;
				z-index: 9990;
			}

					#login ul li
					{
						float: left;
						margin: 0; padding: 0;
						border: 1px solid #F3F0EB;
						position: relative;
					}

						#login ul li a
						{
							margin: 0; padding: 4px 7px 5px 7px;
							text-decoration: none;
							color: #99876E;
							font-size: 12px;
							letter-spacing: 0;
							position: relative;
							float: left;
						}
 
						#login ul li a:hover
						{
						}

			#login dl dd ul.menu-contextual
			{
 				display: none;
			}

				#login dl dd ul.menu-contextual a
				{

				}

					#login dl dd ul #navi-favorites a { padding-left: 22px; position: relative; }

					#navi-favorites, #navi-searches { position: relative; }
					#navi-favorites:hover, #navi-searches:hover { -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25); z-index: 999; border-color: #EFE2D1; background: #fff;}

					#favs-menu,
					#searches-menu
					{
						margin: 0; padding: 15px 0 0 0;
						z-index: 900; top: 20px; left: -1px;
						position: absolute;
						border: 1px solid #EFE2D1; border-top: none;
						background: #fff;
						width: 300px;
						-moz-box-shadow: 1px 3px 2px rgba(0, 0, 0, 0.2);
						overflow: auto;
						display: none;
						z-index:9990;
					}

	#login dl dd ul #navi-favorites .nav a
	{
		padding: 5px 10px;
		background: #E1E6EC; color: #526982;
		display: block;
		float: none;
	}

	#login .menu-user #navi-login a
	{
		font-weight: bold;
		padding: 4px 3px 4px 5px;
	}

	#login .menu-user #navi-register a
	{
		font-weight: bold;
		padding: 4px 3px 4px 0;
	}


/* Page Footer
================================================== */


#page-foot {
background:url("/inc/skins/lec5/schemes/keller/img/shell.png") no-repeat scroll -980px bottom transparent;
clear:both;
margin:0 -10px;
overflow:hidden;
padding:10px 0 0;
z-index:500;
}

#page-body, #page-foot {
clear:both;
position:relative;
}

#page-foot h4 {
color:#F3F0EB;
margin-bottom:20px;
}

#feature p, #feature .links .paging a, #footer-testimonial p, #communities-nav ul li a, #communities-nav ul li, #legal p, #legal p a, ul.tabs a {
color:#CCCCCC;
}

	#footer-testimonial  {
		float:left;
		overflow:hidden;
		padding:20px 35px 0 25px;
		position:relative;
		width:300px;
		}
		
		#footer-testimonial a.read-more {
			background-color:#3C3230;
			}

		#footer-testimonial a.read-more {
			background-color:#333333;
			border:1px solid #444444;
			color:#DDDDDD;
			display:block;
			float:right;
			font-size:12px;
			padding:4px 2px;
			position:relative;
			right:0;
			text-align:center;
			text-decoration:none;
			top:0;
			width:140px
			}
			
	#communities-nav {
		float:left;
		min-height:225px;
		padding:20px 0 0 30px;
		position:relative;
		width:540px;
		}
		
		#communities-nav ul  {
			float:left;
			list-style:disc outside none;
			margin-top:0;
			padding-left:20px;
			padding-right:60px;
			width:100px;
			}
			
			#communities-nav ul li a {
				display:block;
				font-size:12px;
				text-decoration:none;
				}

	#legal {
		clear:both;
		margin:0;
		overflow:hidden;
		padding:8px 20px 5px;
		position:relative;
		width:940px;
		}

			#legal p {
			color:#999999;
			float:left;
			font-size:10px;
			margin:0;
			padding:0;
			text-transform:uppercase;
			width:49%;
			}

				#legal p.cms {
					float:right;
					text-align:right;
					}


	#wordpress-footer {
		clear:both;
		margin:0;
		overflow:hidden;
		padding:8px 20px 5px;
		position:relative;
		width:940px;
		background:#292423;
		}
		
		#wordpress-footer {
			color:#ccc;			
		}




/* WORDPRESS STYLES - BEGIN
================================================================
=================================================================*/



.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;
}

#footer {
	background: #e7e7e7 url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}

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;
	}

h2.pagetitle {
	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;
	padding:10px 11px!important;
	}
/* End Typography & Colors */



/* Begin Structure */


.narrowcolumn {
	float: left;
	padding: 0 0 20px 20px;
	margin: 0px 0 0;
	width: 685px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 685px;
	}

.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;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#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;
	}

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;
	}

#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 */
#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: 0 auto 25px;
	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: 60px;
	clear:both;
	}
/* 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." */

