/*
Theme Name: Chaos in a Can Custom Theme
Theme URI: http://wordpress.org/
Description: Custom theme by Joel Spadin built on the default theme and SkinPress's <a href="http://www.skinpress.com/3grey-wordpress-theme/">3Grey</a> theme.
Version: 1.0
Author: Joel Spadin
Author URI: http://chaosinacan.com/
Tags: 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

*/

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,blockquote,fieldset,input{
	margin:0;
	padding:0;
}

/* Begin Typography & Colors */
body {
	font-size: 11px; /* Resets 1em to 10px */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#ffffff url(images/bg.gif) repeat-x top center;
	color:#454545;
	}

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

#content, .commentlist {
	font-size: 1.1em;
}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}

.depth-2, .depth-3, .depth-4, .depth-5 {
    margin-left: 30px !important;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	background: #00305D url('images/footer_grad.gif') repeat-x bottom;
	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;
	}



h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size:16px;
	}

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: 1.0em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.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 {
	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;
	background-color: #ececec;
	}

/*acronym, abbr,*/ span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover {
	color: #2d2f90;
	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;
	}
/* End Typography & Colors */



/* Begin Structure */


#page {
	margin: 0 auto;
	padding: 0;
	width: 860px;
	}

#header {
	margin: 0 0 0 1px;
	padding: 0;
	width: 100%;
    height: 96px;
    padding-top:15px;
	}

#header h1 {
    color:#fff;
	font-size:49px;
	font-weight:normal;
	text-align:center;
    padding: 0;
	}

#header .description {
    font-size: 17px;
    color: #7c7c7c;
    font-style: italic;
    text-align: center;
	}

#body-top {
    background-color: #f7f7f7;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    -webkit-border-top-left-radius: 14px;
    -webkit-border-top-right-radius: 14px;
	-khtml-border-top-left-radius: 14px;
    -khtml-border-top-right-radius: 14px;
    -moz-border-radius-topleft: 14px;
    -moz-border-radius-topright: 14px;
    padding: 6px;
    padding-bottom:10px;
}

#menu {
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    background: #003563 url('images/menu_grad.gif') repeat-x top;
    padding: 6px;
    height: 27px;
}

#page-list ul {
    list-style: none;
    float: left;
	text-transform: uppercase;
	font-size: 13px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #fff;
}

#page-list ul li {
	float:left;
    margin-top: 4px;
	background:url(images/menu_sep.gif) no-repeat center right;
	padding-left:10px;
	padding-right:15px;
}

#page-list a {
	color:#c1c1c1;
}

#page-list a:hover {
    text-decoration: none;
    color: #fff;
}

#page-list .current_page_item a {
    color: #fff;
}

#menu-search {
    float: right;
    background: #335D81 url('images/search_grad.gif') repeat-x top;
    height: 27px;
    padding-left: 8px;
    padding-right: 2px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
}

#menu-search div {
    position: relative;
    top: 2px;
}

#menu-search input {
    border: none;
    background-color: transparent;
}

#menu-search label {
    color: #adbdcb;
}

#menu-search-text {
    color: #f7f7f7;
    width: 140px;
}

#menu-search-submit {
    min-width: 24px;
    height: 23px;
    border: 1px solid #001537 !important;
    color: white;
    background: url('images/go_grad.gif') repeat-x;
    background-color: #001537 !important;
    font-family: Verdana, Arial, Sans-Serif;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

#body {
    background-color: #f7f7f7;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
}

#body-bottom {
    position: relative;
    top: 14px;
    height: 14px;
    margin-top: -14px;
    background-color: #f7f7f7;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    -webkit-border-bottom-left-radius: 14px;
    -webkit-border-bottom-right-radius: 14px;
	-khtml-border-bottom-left-radius: 14px;
    -khtml-border-bottom-right-radius: 14px;
    -moz-border-radius-bottomleft: 14px;
    -moz-border-radius-bottomright: 14px;
}

.narrowcolumn {
	float: left;
	padding: 0 0 0 25px;
	margin-top: 5px;
    margin-left: 0;
	width: 600px;
}

.widecolumn {
	padding: 10px 40px 0;
	margin: 5px 0 0 0;
	}

.post {
	margin: 20px 0 20px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.post-date{
	float:left;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:55px;
	text-align:center;
	color:#ccd3da;
    background: #003563 url('images/date_bg.gif') repeat-x 3px 0;
    border: 1px solid #001A3F;
	padding-top:4px;
	text-transform:uppercase;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
}

.post-date span {
    display: block;
    font-weight: bold;
}

.post-date .month {
    
}
.post-date .day {
	font-size: 24px;
	color: #fff;
	padding-top: 7px;
    padding-bottom: 7px;
}

.post-date .day-old {
    font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding-top: 3px;
    padding-bottom: 1px;
}

.post-date .year {
    padding-bottom: 5px;
}

.post-title{
	font-size:10px;
    margin-left: 75px;
	margin-bottom:2px;
    
}

.post-title h2{
	font-size:21px;
	color:#000;
	
	font-weight:normal;
	padding-bottom:2px;
}

.post-title .post-info{
    display: block;
    background:url(images/dotted_line.gif) repeat-x bottom left;
    padding-bottom:5px;
    margin-right: 0;
	color:#595959;
	font-size:10px;
}

.post-title h2 a{
	color:#000;
}

.post-title .post-info a{
	color:#2d3091;
	font-weight:bold
}

.post-title .tags{
    display: block;
    margin-top: 2px;
	padding: 5px 5px 5px 15px;
    text-indent: -10px;
    color:#00315e;
	font-weight:bold;
	background:none;
	background:#e6e6e6;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
	-khtml-border-bottom-left-radius: 4px;
    -khtml-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
}

.post-title .tags span{
	color:#000;
	font-weight:normal;
}

.post-title .tags a{
	color:#000;
	font-weight:normal;
}

.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;
	margin-bottom:30px;
	min-height: 27px;
	background:#ececec;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
}

.postmetadata a{
	font-size:10px;
	font-weight:bold;
	color:#2d2f90;
}

.postmetadata a span{
	color:#2d2f90;
}

a.readmore{
	background:url(images/post_readmore_a.gif) no-repeat left 3px;
	color:#000;
	padding-left:10px;
}

.postmetadata .alignleft{
	padding-top:6px;
	padding-left:10px;
}

.postmetadata .alignright{
	text-align:center;
	padding-top:8px;
	padding-right:10px;
}

a.readmore:hover{
	color:#000;
}

.clear {
	clear: both;
}

.entry{
	line-height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-top:20px;
	padding-left:6px;
	padding-right:5px;
	padding-bottom:20px;
}

.home-post .entry {
	padding-top: 0;
}

#footer {
	color:#d1d1d1;
	padding: 30px 20px 20px;
	margin: 0 auto 15px;
	clear: both;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
	-khtml-border-bottom-left-radius: 15px;
    -khtml-border-bottom-right-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
	}

#footer p {
	margin: 0;
	padding: 0 0 5px;
	text-align: center;
}

#footer .copyright {
	float: left;
	margin-right: -1000px;
}


#footer a {
    color: #8095ac;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 10px;
	margin: 0;
	}

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

h3 {
	padding: 0;
	margin: 15px 0 10px;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}

.entry h3 a {
	color: #b55039;
}

.entry h3 a:hover {
	color: #b55039;
	text-decoration: underline;
}
/* 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 10px;
	list-style: none;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 2px 0 2px 10px;
	}


.entry ol {
	padding: 0 0 0 10px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
    color:#595959;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left:5px;
}

#sidebar ul li {
	list-style-type: none;
    list-style-image: none;
    background: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;
    padding-bottom:8px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	padding-bottom: 0;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

#sidebar ul li a{
	color:#454545;
}


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

#respond {
    float: right;
    margin-right: 5px;
}

.comment #respond {
	margin-top: 15px;
	margin-bottom: 25px;
	margin-right: 0;
}

#respond, .comment-body {
    background-color: #fff;
    border-bottom: 1px solid #aaa;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
}

#respond h3 {
    margin: 0;
    display: inline-block;
}

#respond:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#cancel-comment-reply-link {
	margin-left: 5px;
}

#cancel-comment-reply-link:before {
	content: ' | ';
}

#commentform {
	margin: 10px 0 0;
    padding: 5px;
}

#commentform #submit {
	margin: 5px 0 5px auto;
    padding: 4px;
	float: right;
    font-size: 1.1em;
    border: 1px solid #aaa;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
}

#commentform input, #commentform textarea {
    border: 1px solid #aaa;
    background-color: #ececec;
    color: #454545;
}

#commentform input:hover,
#commentform input[type=text]:focus,
#commentform textarea:hover,
#commentform textarea:focus{
    background-color: #fff;
}

#commentform .left {
    float: left;
    margin-right: 10px;
}

#commentform .left input[type=text] {
    display: block;
    width: 180px;
	padding: 6px;
	margin-bottom: 24px;
}

#commentform .right {
    float: left;
}

#commentform .right textarea {
    display: block;
    height: 112px;
    width: 280px;
    padding: 8px;
    margin: 0;
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
	-khtml-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
}

#commentform .left input[name=url] {
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
	-khtml-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
	margin-bottom: 0;
}

#commentform .subscribe-to-comments input[type=checkbox] {
	margin-right: 2px;
	position: relative;
	top: 2px;
}

#commentform p.subscribe-to-comments {
	margin-left: 8px;
}

#commentform textarea.wide {
    width: 500px;
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
	-khtml-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
}
/* 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 0;
	list-style: none;
    border: none;
    background: none;
}

.commentlist li.parent {
	padding-bottom: 0;
}

.comment-avatar {
    float: left;
    clear: left;
    border: 1px solid #ddd;
    background: #fff;
    padding: 3px;
}

.comment-body {
    margin-left: 94px;
    min-height: 70px;
	background-color: #fff;
}

.comment-meta, .respond-header {
    background-color: #ececec;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    padding: 4px 6px;
}

.bypostauthor .comment-meta {
    background-color: #ddd;
}

.bypostauthor .comment-meta .author {
    color: #b55039;
    text-transform: capitalize;
}

.bypostauthor .children .comment-meta {
	background-color: #ececec;
}

.bypostauthor .children .comment-meta .author {
	color: #454545;
}

.comment-meta .date a {
    color: #454545;
    font-weight: normal;
    font-size: 12px;
}

.comment-meta .sep {
    font-size: 14px;
    font-weight: normal;
}

.comment-meta .reply {
    text-transform: uppercase;
}

.comment-text {
    padding: 0 8px;
    overflow: hidden;
    word-wrap: break-word;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 5px 5px 10px 0;
}
.children { padding: 0; }

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	padding: 8px 12px 10px 8px;
	margin-left: auto;
    margin-right: 8px;
	width: 186px;
    background-color: #e6e6e6;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
}

#sidebar h2 {
    background:url(images/sidebars_h2.gif) no-repeat bottom left;
    border-bottom: 1px solid #000;
	color:#000;
    padding: 7px 0 5px 34px;
    margin: 5px 3px 5px 0;
	text-transform:capitalize;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}

#sidebar .widget_tags a{
	color:#000;
}

#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 10px 10px;
	padding-left: 30px;
	padding-bottom:5px;
	background:url(images/blockquote_bg.png) no-repeat left top;
}

blockquote blockquote, blockquote blockquote blockquote blockquote{
	background:url(images/blockquote_bg2.png) no-repeat left top;
}

blockquote blockquote blockquote, blockquote blockquote blockquote blockquote blockquote{
	background:url(images/blockquote_bg.png) no-repeat left top;
}

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: 20px;
	}
/* 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 */

/* Song Lists */

.song, .score {
	clear: both;
	float: left;
	padding-right: 4px;
	border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #f7f7f7;
	margin-bottom: 10px;
	border-bottom-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-khtml-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
}

.song .duration {
	position: relative;
	top: 2px;
	margin-left: 4px;
	font-size: 14px;
}

.song .downloads {
	margin-left: 22px;
}

.score .name {
	margin-left: 6px;
	font-size: 18px;
}

.score .name a {
	color: inherit;
}

.score .name a:hover {
	text-decoration: none;
	color: #333;
}

.score:target .name a {
	color: #b55039;
}

.score:target .name a:hover {
	color: #333;
}

.score .downloads {
	margin-left: 8px;
}

.wpa_dl {
	display: none;
}

.songinfo {
	display: none;
}

#fancy_div .songinfo-content {
	color: black;
	background: white;
	width: 100%;
	height: 100%;
	overflow: auto;
}

#fancy_div .songinfo-content p {
	margin-top: 8px;
	margin-bottom: 20px;
	padding: 0 8px;
	font-size: 1.1em;

	line-height: 20px;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
}
/* End song lists */


/* Screenshot gallery */

.glasscalc-link,
.ngg-gallery-thumbnail-box img,
.fancybox img {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
}

.fancybox img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	padding: 3px;
}

.fancybox img:hover {
	background-color: #a9a9a9;
}

.screenshots,
.software-post .downloads {
	float: left;
	clear: both;
	background:#ececec;
	margin-top: 4px;
	padding: 4px 8px 6px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
}

.screenshots .ngg-galleryoverview {
	margin-top: 0;
}

/* End gallery */


/* Software Pages */

.software-post .downloads {
	min-width: 200px;
	margin-left: 5px;
	padding-left: 10px;
	padding-right: 40px;
}

.software-post .downloads .download-link {
	display: block;
	margin: 5px 0;
}

.software-post .downloads .main-download {
	color: #b55039;
	font-size: 1.2em;
	font-weight: bold;
}

/* End software pages */

.wpcf7-form strong {
	color: #444;
}

span.os + br {
	display: none;
}

span.os + br + strong {
	margin-left: 10px;
}

/* Ads */

.ad.banner {
	margin-left: 5px;
	margin-bottom: 30px;
}

.ad.banner.endpost {
	margin-top: 30px;
	margin-bottom: 0;
}

.ad.banner.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.ad.sidebar {
	margin-left: 12px;
}


.glasscalc-link {
	background:#ececec;
	padding: 6px 8px;
}

.glasscalc-link span {
	display: block;
}

.glasscalc-link img {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #000;
	padding-bottom: 1px;
	margin: 4px auto 1px 2px;
}

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

