/*
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{
	background:black 
url(http://www.ringlingartsfestival.org/images/backgrounds/bigBackBlog.jpg) no-repeat top center;}

body {
	font:normal  12px/20px Arial, Verdana, Sans-Serif !important;
	background:url(http://www.ringlingartsfestival.org/images/backgrounds/footBack.gif) repeat-x bottom left;
	color: #a4a4a4;
	text-align: center;
	}

#page {
	text-align: left;margin:0 auto; }

#headerimg 	{
	text-indent:-9000em;position:absolute;top:29px;left:20px;width:198px;height:103px;background:url('http://www.ringlingartsfestival.org/images/misc/logo.png');}


.postmetadata {
	text-align: center;background:#1f1f1f;font-size:11px !important;padding:0 5px 5px 5px;
	}

.postmetadata a {
	color:#a5a5a5;
	}

.postmetadata a:hover {
	color:white;
	}

.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: #000 url('http://www.ringlingartsfestival.org/images/structural/blogFoot.png') no-repeat bottom center;
	border: none; height:74px;margin-bottom:-5px;
	}


h1 { font:normal 26px/23px "Helvetica Neue", Helvetica, arial, geneva, sans serif;color:#fff !important;text-transform:uppercase; }
h1 .pink { color:#e50278;font-weight:normal;font-size:13px;margin:-19px 0 -4px 0; }
h1.in { margin-bottom:13px !important;line-height:30px; }

h2 { font:bold 18px/18px "Helvetica Neue", Helvetica, arial, geneva, sans serif;color:#fff !important; }
	h2 .pink { color:#e50278; }
h3 {font-size: 1.6em;}
h4 {font-size: 1.4em;}
h5 {font-size: 1.2em;}
h6 {font-size: 1em;}
h1,h2,h3,h4,h5,h6{line-height:1em;margin:23px 0 -3px 0;}
h1 a, h2 a {
	 color:white !important;
}


.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}

.sticky h2 {
	padding-top: 10px;
	}


.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;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

acronym, abbr, span.caps
{
	letter-spacing: .07em;
	}

a {
	color: #00afef;
	text-decoration: none;
	}

a:hover {
	color: #99dcf4;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin:0;
	padding: 0;
	}

#page {
	padding: 0;
	width: 970px;
	}

#header {
	padding: 0;position:relative;
	height: 145px;
	width: 758px;
	}

.narrowcolumn {
	float: left;
	padding: 45px 0 20px 27px;
	margin: 0;
	width: 604px;
	}

.widecolumn {
	padding: 45px 0 20px 27px;
	margin: 0;
	width: 916px;
	}

.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;
	clear: both;margin-bottom:1px;
	}

#footer p {
	padding:25px 22px 0 22px;margin:0;color:#a4a4a4 !important;font:normal 11px/18px arial, verdana, sans-serif; 
	}

#footer a {
	 color:#8cb4b6;
}

#footer a:hover {
	 color:white;
}
/* End Structure */


/* 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
{
	margin-left:664px;padding:35px 18px 0 18px;
	width: 270px;text-align:justify !important;
	}

#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;
	}
/* 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 {
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.addthis_container {
	 margin:10px auto !important;width:125px;text-align:center;padding:5px;
}

#sider { width:270px;color:#8d8d8d;line-height:20px;background:url(http://www.ringlingartsfestival.org/images/backgrounds/sidebar.png); }
#sider a { outline:0;-moz-outline:0;font-weight:bold;display:block;cursor:pointer;margin:0;padding:5px 10px;text-transform:uppercase;color:white !important; }
#sider a:hover { outline:0;-moz-outline:0;background:url(http://www.ringlingartsfestival.org/images/backgrounds/subnavCap.png) repeat-x top left !important; }
#sider .cap { width:270px;height:11px;background:url(http://www.ringlingartsfestival.org/images/structural/sidebarCap.png);overflow:hidden; }
#sider .base { width:270px;height:11px;background:url(http://www.ringlingartsfestival.org/images/structural/sidebarBase.png);overflow:hidden; }
#sider .divi { height:2px;background:url(http://www.ringlingartsfestival.org/images/structural/sidebarDiv.png);overflow:hidden; }
#sider .link { background:url(http://www.ringlingartsfestival.org/images/icons/link.png);width:20px;display:block;margin-right:0;text-indent:-9000em;height:20px;float:right; }

#sidebar h2 { text-indent:-9000em; }
#twitter-tools h2 { background:url(http://www.ringlingartsfestival.org/images/headers/what-were-doing.gif);width:133px;height:14px;margin:0 0 8px 0; }
#linkcat-3 h2 { background:url(http://www.ringlingartsfestival.org/images/headers/relevant-links.gif);width:106px;height:14px;margin:0 0 8px 0; }
#archives-2 h2 { background:url(http://www.ringlingartsfestival.org/images/headers/blog-archives.gif);width:106px;height:14px;margin:0 0 8px 0; }

.aktt_tweets ul, ul.xoxo.blogroll, #archives-2 ul  { margin:0 0 0 -10px !important; }
.aktt_tweets ul li a, #archives-2 ul li a, ul.xoxo.blogroll li a { outline:0;-moz-outline:0;color:white; }
.aktt_tweets ul li, #archives-2 ul li, ul.xoxo.blogroll li { border:2px solid #141414;background:#141414 url(http://www.ringlingartsfestival.org/images/backgrounds/blog.png) repeat-x top left;margin:5px 0;line-height:17px !important;font-size:11px !important;padding:6px 10px !important; }
.aktt_tweets ul li:hover, #archives-2 ul li:hover, ul.xoxo.blogroll li:hover { border:2px solid #272727;color:#fff;background:#272727; }
.aktt_more_updates { border:0 !importantpadding:0 !important;width:96px !important;height:8px !important;text-indent:-9000em !important;background:url(http://www.ringlingartsfestival.org/images/buttons/twit-updates.gif) !important; }

input#submit {
	 float:left !important;outline:0 !important;-moz-outline:0 !important;padding:0 !important;margin:7px 0 0 0 !important;border:0 !important;text-indent:-9000em !important;background:url(http://www.ringlingartsfestival.org/images/buttons/submit-comment.gif) !important;width:136px !important;height:25px !important;
}
h2.pagetitle {
	 margin-bottom:15px !important;text-align:center;color:#e39b55 !important;font:normal 23px/24px "Helvetica Neue", Helvetica, arial, geneva, sans serif;text-transform:uppercase;
}

a.purchasetix, a.getupdates { display:block;width:266px;height:20px;text-indent:-9000em;position:absolute;right:-206px; }
a.purchasetix { top:71px;background:url(http://www.ringlingartsfestival.org/images/nav/purchase-tickets10.png) no-repeat top left; }
a.getupdates { top:97px;background:url(http://www.ringlingartsfestival.org/images/nav/get-updates10.png) no-repeat top left; }
a.purchasetix:hover, a.getupdates:hover { background-position:bottom left; }

/* "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." */
