/*
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
Text Domain: kubrick

	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 */
body {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#95b3b7 url(images/backgroundBody.gif) repeat-x scroll 0 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Verdana, Sans-Serif;
	color: #404040;
	text-align: center;
	height:100%;
	}

#page {
	text-align: left;
	}

#header {
	background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	background-color:#FFF;
	width:468px;
	}
	


.widecolumn .entry p {
	
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	
	}

.narrowcolumn .postmetadata {
	text-align: left;
	color:#808080;
	}

#footer {
	background: #e7e7e7 url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.1em;
	line-height: 1.5em;
	}

h1, h2, h3, h4, h5, h6, h7, h8, h9 {
	font-family: Georgia, Lucida Grande, Verdana, Arial, Sans-Serif;
	font-style: italic;
	font-weight: normal;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 2.4em;
	}

h3 {
	font-size: 1.5em;
	margin:0px;
	}
	
h4 {
	color:#63d300;
	font-size: 1.8em;
	}
	
h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 2.8em;
	margin:0px;
}

h7 {
	font-size: 2.8em;
	margin:0px;
	padding:0x;
}

h8 {
	font-size: 1.4em;
}

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: #404040;
	}

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;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font: 1.4em 'Georgia', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color:#808080;
	font-weight: normal;
	font-style: italic;
	margin:0px;
	padding-left:5px;
	}

.commentlist p {
	font: 1.0em 'Georgia', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-style: italic;
	text-transform: none;
	}
	
.commentlist h4{
	padding:0px;
	margin:0px;
}

.commentlist a:hover{
	color:#63d300;
	text-decoration:underline;
}

#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: #63d300;
	text-decoration: none;
	}

a:hover {
	color: #147;
	}

#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 20px 0;
	padding: 0;
	}

#page {
	padding: 0;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	
	}

.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 {
	padding-top:10px;
	margin-bottom:10px;
	color:#808080;
	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 {
	margin: 0;
	}

h2 {
	margin: 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3 {
	padding: 0;
	}

h3.comments {
	padding: 100px;
	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 a:hover{
	text-decoration:underline;
	color:#63D300;
	margin:0px;
}

.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 0 10px;
	
	}

#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 {
	color:#63d300;
	padding:2px 0 0 0;
	width:250px;
	height:18px;
	margin-right:5px;
	}
	
#respondContainer input{
	border:1px solid white;
}

#respondContainer textarea{
	border:1px solid white;
}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	color:#63d300;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:1.1em;
	width: 250px;
	margin-right:5px;
	}
#commentform select{
	border:1px solid white;
	background-color:#FFF;
	width:250px; 
	height:22px; 
	padding: 2px 0 0 0; 
	color:#63D300;
	margin-right:2px;
}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	font-family: 'Georgia', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-style:italic;
	font-size:1.1em;
	width: 95px;
	text-align:right;
	background-color:#98e257;
	color:#FFF;
	border:none;
	}
/* End Form Elements */



/* Begin Comments*/

.commentlist {
	
}

.commentlist li {
	padding: 5px 5px 0px 0px;
	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: 120px 0 10px 0;
	width:190px;
	text-align:left;
	}

#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;
	}
	
.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;
	}
	
.navigation a{
	padding:5px;
}

.navigation a:hover{
	margin:0px;
	color:#63D300;
	text-decoration:underline;
}
/* 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;
}



/* stilbezirk style MAIN */
#stil_Logo{
	position:absolute;
}


#blogHeader {
	height:72px;
}

#blogHeader h1 {
	color:#63d300;
	font-size: 3.0em;
	font-weight: normal;
	text-align: left;
	padding-top:24px;
	padding-left:27px;
}

.stil_postLeft {
	float:left;
	font-family: 'Georgia', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color:#FFF;
	font-style: italic;
	font-weight: normal;
	
	text-align: right;
	width:73px;
}

.stil_postRight {
	margin-left:83px;
	width:355px;
}

.stil_postRight h2 a:hover{
	color:#63D300;
	text-decoration:none;
}

.stil_postLeft span {
	margin-right:7px;
	font-size: 1.5em;
	font-weight: normal;
	padding-top:0px;
}

.stil_postLeft a, a:hover, h1 a:visited {
	color:#FFF;
	margin-top:0px;
	margin-right:7px;
	text-align: right;
	font-size: 1.0em;
	font-weight: normal;
}



.stil_date {
	background-color:#63d300;
	width:73px;
	height:37px;
}

.stil_dateNum {
	margin-top:5px;
}

.stil_numComments {
	float:right;
	margin-top:2px;
	background-color:#63d300;
	width:49px;
	height:19px;
}

.stil_numComments p{
	margin:2px 0 0 12px;
	float:left;
	font-size:1.1em;
}

.numCommentsIcon{
	margin:5px 5px 5px 0;
	background-image:url(images/numCommentsIcon.jpg);
	width:17px;
	height:9px;
	float:right;
}

.stil_postedBy {
	font-family: 'Georgia', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color:#728a8c;
	font-style: italic;
	font-size:1.1em;
	width:200px;
}

.stil_entrySeperator{
	height:1px;
	background-image:url(images/entry-separator.jpg);
	background-repeat: no-repeat; 

}

.entry {
	font-size:1.1em;
}

/* stilbezirk style SIDEBAR */

#stil_sideBarHeader{
	margin-left:0px;
	padding-top:10px;
	padding-right:13px;
	background-color:#63d300;
	width: 225px;
	height:29px;
	display:block;
	color:white;
	text-align:right;
}

#stil_sideBarHeader a{
	color:white;
}



#sidebar a:hover{
	margin:0px;
	color:#ffffff;
}

#sidebar h2 {
	padding-top:15px;
	padding-left:13px;
	color:#FFF;
	font-family: 'Georgia', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.4em;
}


.stil_sideBarBox {
	margin-top:14px;
	margin-left:13px;
	padding-bottom:7px;
	background-image:url(../../../stil/images/greyBg.png);
	width:225px;
}

.stil_sideBarBox a{
	color:#777;
}

li h2{
	margin:0px;
	padding:0px;
}


/* stilbezirk style SINGLE PAGE, COMMENTS */
#respond {
	padding-bottom:18px;
	background-color:#63d300;
}

#respondContainer{
	margin-left:85px;
}

#respond small {
	color:#FFF;
}

#respond h3{
	padding-top:15px;
	margin-top:0px;
	color:#FFF;
	font-size: 1.8em;
}

#stil_loggedIn {
	margin-left:13px;
}

#stil_loggedIn a{
	color:white;
	padding-left:10px;
}

#stil_loggedIn a:hover{
	color:white;
	text-decoration:underline;
	margin:0px;
	
}

.stil_commentLeft {
	float:left;
	width:50px;
}

.stil_commentLeft .stil_date {
	width: 48px;
	height: 24px;
}

.stil_commentLeft h3 {
	color:#FFF;
	text-align:right;
	margin-right:5px;
}

.stil_commentRight{
	margin-left:55px;
}

/* stilbezirk style MAIN */
/* STRUCTURE */
#stil_main{
	position:relative;
	width:900px;
	margin:0 auto;
}

#stil_logoBg{
	background-image:url(../../../stil/images/stil_logoBg.jpg);
	z-index:-1;
	position:absolute;
	margin-left:70px;
	width:964px;
	height:448px;
	overflow:hidden;
}

#stil_left{
	float:left
}

#stil_leftNav{
	padding-top:120px;
	float:left;
}

#stil_contentContainer{
	float:left;
	border-left:1px solid #4a4d4c;
	text-align: left;
}

/* HEADER */
#stil_header{
	text-align:left;
}


/* RIGHTNAV */

#rightNav{
	text-align:left;
	padding-top:120px;
	float:left;
}

#rightNav a{
	margin:0px;
	display:block;
	color:#FFF;
}

#rightNav a:hover{
	margin:0px;
	background-color:#63D300;
}

#otherLinks{
	text-align:left;
	margin-top:15px;
}
	
#rightNav h8{
	
	text-align:left;
}
	
#rightNav h2{
	margin:2px 0 0 0;
	font-size: 1.1em;
	text-align:right;
}

#blogLink{
	text-align:right;
	padding-top:10px;
	padding-right:13px;
	background-color:#242b2c;
	width:135px;
	height:29px;
}

#youTubeLink{
	padding-top:7px;
	padding-right:13px;
	margin-top:15px;
	background-color:#242b2c;
	width:95px;
	height:21px;
}

#twitterLink{
	padding-top:7px;
	padding-right:13px;
	background-color:#242b2c;
	width:95px;
	height:21px;
}

#avatarLink{
	padding-top:7px;
	padding-right:13px;
	background-image:url(../../../stil/images/avatarBtn.png);
	background-repeat:no-repeat;
	background-color:#728a8c;
	width:95px;
	height:21px;
}

/* FOOTER */
#stil_footer h5 a{
	color:white;
}

#stil_footer h5{
	color:white;
	margin:0 0 8px 0;
}	

#stil_footer ul li {
	list-style-image:none;
	list-style-type:none;
	margin-bottom:6px;
}

#stil_footer ul{
	margin:0px;
	padding-top:0px;
	padding-left:0px;
}


#stil_erlebnis {
}

#stil_footer {
	padding-top:50px;
}

#stil_footer a{
	margin:0px;
}

#stil_footer1 {
	margin-top:15px;
	padding-bottom:10px;
	background-color:#728a8c;
}

#stil_footer1 a{
	color:#b8c4c5;
}

#stil_footer1 a:hover{
	color:#FFF;
}

#stil_footer2 {
	font-family: 'Georgia', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-style: italic;
	font-weight: normal;
	text-align:left;
	background-color:#495858;
	height:28px;
}

#stil_footer2 a{
	padding:3px 25px 3px 25px;
	color:#FFF;
	margin:0px;
	text-align:left;
}

#stil_footer2 a:hover{
	color:#FFF;
}

#stil_footer3 {
	background-color:#63d300;
}

#stil_footer3 h6{
	padding-top:20px;
	color:#FFF;
}

#stil_footer3 a{
	text-align:center;
	color:#FFF;
}

#stil_footer3 a:hover{
	text-align:center;
}

#stil_footer3 p{
	color:#FFF;
	padding-bottom:10px;
}

.stil_footerLinkCol{
	padding-right:50px;
	text-align:left;
	float:left;
}


/* CONTENT */
#stil_bredCrum{
	padding-top:90px;
	margin-left:10px;
	margin-bottom:5px;
	color:#7f7f7f;
}

#stil_bredCrum a{
	color:#7f7f7f;
	margin:0px;
}

#stil_bredCrum a:hover{
	color:#FFF;
}


.stil_content{
	padding:18px 30px 1px 30px;
	background-color:#FFF;
	width:408px;
	font-size: 1.1em;
}

.stil_content h2{
	padding-bottom:10px;
	text-align:left;
	color:#63d300;
}

.stil_content h3{
	margin-bottom:5px;
}

.stil_content h5{
	margin-bottom:5px;
	margin-top:5px;
}

.stil_content p{
	line-height:1.4em;
	padding-bottom:10px;
}

.stil_content a.css:before{
	
}

.stil_content a:hover{
	margin:0px;
	color:#63d300;
	text-decoration:underline;
}

.stil_content span{
	font-family: 'Georgia', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.3em;
	font-style:italic;
}

.stil_contentSeparator{
	background-image:url(../../../stil/images/content_separator.jpg);
	margin-top:10px;
	height:1px;
}

#stil_contentBottomLinks{
	background-color:#FFF;
	padding-bottom:20px;
}

#stil_contentBottomLinks ul{
	padding:0px;
	margin:0px;	
}

#stil_contentBottomLinks li{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

a.colorLink{
	font-family: 'Georgia', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.1em;
	font-style:italic;
	display:inline-block;
	height:15px;
	width:95px;
	color:white;
	background-color:#a1e566;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:9px;
	text-align:right;
}

#stil_contentBottomLinks a{
	font-family: 'Georgia', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.1em;
	font-style:italic;
	display:inline-block;
	height:15px;
	color:white;
	background-color:#a1e566;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:30px;
	padding-right:9px;
	margin-top:1px;
}

#stil_contentBottomLinks a:hover{
	background-color:#63d300;
}

.stil_contentBottomLinks{
	height:50px;
}

.stil_teaserBoxContainer{
	margin-top:15px;
	width:468px;
}

.stil_teaserBox{
	color:#FFF;
	background-color:white;
	width:225px; 
	height:115px;
}

.stil_teaserBox.right{
	margin-top:0px;
	margin-left:250px;
}

.stil_teaserBox a{
	margin-top:5px;
	color:#FFF;
}

.stil_teaserBox p{
	margin:0px;
	color:#404040;
	padding:0 10px 0 10px;
}
.stil_teaserBox span{
	font-family: 'Georgia', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.1em;
	font-style:italic;
	padding-bottom:5px;
}

.stil_teaserBox h4{
	padding:7px 0 7px 10px;
	margin:0px;
}


#respondContent{
	padding-left:31px;
}

#stil_formBottom{
	background-color:#FFF;	
}




#refPlayerContainer{
	background-color:#FFF;
	padding-bottom:10px;
}


/* AVATAR_CONTAINER */
#avatar_footer{
	width:800px;
}

#avatar_browserBottomContainer{
	
	position: fixed;
	right:10px;
	bottom:0px;
	z-index:100;
	padding:0;
	text-align:center;
	width:100%;
}

#avatar_browserBottom{
	position:relative;
	text-align:center;
	width:960px;
	margin:0px auto;
}

#leistungen{
	background-color:#FFF;
}

#leistungen p{
	padding:0px;
	margin-top:2px;
	margin-bottom:4px;
}

.leistungenRow{
	margin-bottom:1px;
	padding-bottom:5px;
	background-color:#eaf0f1;
}

.leistungenLeftCol{
	text-align:right;
	width:65px;
	float:left;
}

.leistungenRightCol{
	padding-top:10px;
	padding-left:80px;
}

#stilTagsContainer{
	margin-top:15px;
	margin-bottom:15px;
}

#stilTags p{
	color:#63d300;
}

/* 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." */
