﻿/*
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 */

.entry p  {
	margin-top:10px;
	line-height:20px;
}

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

.
.commentlist li .avatar { 
	float: right;
	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;
	}


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



/* Begin Structure */

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

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

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

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

.post {
	margin: 0 0 20px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 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;
}

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

.thread-even {
 background-color: white;
}

.even, .alt {
 border-left: 1px solid #ddd;
}

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

/* End Structure */



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

h2 {
	margin: 30px 0 0;
	}

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

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

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	padding: 5px 3px;
	}

#sidebar #searchsubmit, #searchsubmit {
	padding: 1px;
	background:#7e7f82;
	border:0;
	padding:3px;
	color:#fff;
	font-weight:bold;
	font-size:11px;
	cursor:pointer;
	}

select {
	width: 130px;
	}

#commentform input {
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	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
{
	width: 230px;
	float:right;
}

#sidebar ul li {
	display:block;
	float:left;
	width:100%;
	margin-top:10px;
}

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

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
}
/* 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." */
	
	/*--- CSS Reset ---*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
   			margin: 0;
   			padding: 0;
   			border: 0;
   			outline: 0;
   			font-style: inherit;
   			font-size: 100%;
   			font-family: inherit;
}
			
:focus {outline: 0;}

ul {list-style: none;}

table {
	border-collapse: separate;
	border-spacing: 0;
	font-family: Tahoma, Verdana;
	font-size:12px;
}

caption, th, td {text-align: left;font-weight: normal; vertical-align:top;}

blockquote:before, blockquote:after,q:before, q:after {content: "";}

blockquote, q {quotes: "" "";}

.left {float:left}

.right {float:right;margin-right:0!important;}

.clear {clear:both}

.hide {display:none;}

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

/* Hides from IE-max \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*--- 1. Common ---*/

html {background:#ffffff;}

body {
	font-family:Tahoma, Verdana;
	font-size:12px;
}

h1, h2, h3, h4, h5, h6 {}

a {color:#76777a; text-decoration:none;}
a:hover {color:#188ba8;}

ul, li {list-style-type:none;}

.martop30 {
	margin-top:30px;
}

.martop15 {
	margin-top:15px;
}

.red {
	color:#f00;
}

#finearts {
	margin:0 auto;
	width:954px;
	overflow:hidden;
	background:#fff url('images/background.jpg') no-repeat left bottom;
	padding:0 20px 20px 40px;
}

#finearts h1 {
	float:left;
	background:url('images/finearts.jpg') no-repeat;
	text-indent:-99999px;
	width:370px;
	height:26px;
}

#navigator {
	float:right;
    margin-top:15px;
}


/*video player*/

#video_container, .narrowcolumn {
	width:804px;
	overflow:hidden;
	float:right;
	margin-top:20px;
	height:404px;
}

#video_container h2 {
	font-size:18px;
	color:#5D5D60;
	font-weight:normal;
	word-wrap: break-word;
}

#video_container h3 {
	color:#5D5D60;
	font-weight:bold;
}

#video_container h3 a{
	color:#5D5D60;
	font-weight:bold;
	text-decoration:none;
}

#video_container h3 a:hover {
	color:#ACAEB1;
}


#menu {
	float:right;
	text-align:right;
}

#video_wrapper {
	float:left;
	width:524px;
	background:#f2f2f2;
}

#video_player {
	float:left;
	width:524px;
	height:341px;
	overflow:hidden;
}

#video_player ul {
	padding:3px;
	background:#464646;
	width:99%;
	opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=75); /* IE lt 8 */
	-ms-filter: "alpha(opacity=75)"; /* IE 8 */
	position:relative;
	z-index:100;
	overflow:hidden;
	overflow:
}

#video_player ul li {
	float:left;
	width:33%;
	display:inline;
	text-align:center;
	color:#fff;
}

#video_player ul li a{
	color:#fff;
	}

.video_row {
	float:left;
	width:804px;
}

#playlist_wrapper {
	float:right;
	width:278px;
	height:340px;
	background:#dddbda;
	margin-left:2px;
	overflow:auto;
	border-bottom:solid 1px #ccc;
}

#menu ul, .playlist ul {
	margin:0;
	padding: 0;
	list-style: none;
}

#menu li, .playlist li  {
	display: inline;
	margin:0;
	padding:0;
}

#menu a{
	float: right;
	display: block;
	font: bold 12px "Tahoma";
	color: #77787b;
	text-decoration: none;
	height:24px;
	padding:10px 20px 0 20px;
	text-align:center;
	background:url('images/art.jpg') repeat-x;
	margin-left:2px;
	border:solid 1px #bbb;
	-moz-border-radius-topright: 7px;  
    -moz-border-radius-topleft: 7px;  
    -webkit-border-top-right-radius: 7px;  
    -webkit-border-top-left-radius: 7px;
    text-shadow:0 1px 0 rgba(255, 255, 255, 0.7);
}

#menu a:hover, #menu .currentmenu a{
	padding-top: 10px; 
	color: #111;
	background:url('images/art.jpg') repeat-x;
	background-position:bottom;
}


.playlist a {
	float: left;
	display: block;
	text-decoration: none;
	width:248px;
	background:#f3f3f3 url('images/playlist_bg.jpg') repeat-x left bottom;
	border:solid 1px #c5c5c2;
    margin-top:1px;
    color:#000;
    text-shadow:0 1px 0 rgba(255, 255, 255, 0.7);
    padding:5px;
    -moz-border-radius-bottomright: 7px;  
    -moz-border-radius-bottomleft: 7px;  
    -webkit-border-bottom-right-radius: 7px;  
    -webkit-border-bottom-left-radius: 7px;
    behavior:url(border-radius.htc);
}

.playlist a img {
	border:solid 1px #ccc;
	float:left;
}

.playlist a:hover strong {
	visibility:visible;
}

.playlist a span {	
	width:157px;
	float:left;
	font-family:Tahoma;
}

.playlist a span big, .playlist a span small {
	width:156px;
	cursor:pointer;
	margin-left:10px;
	float:left;
}

.playlist a span big {
	font-size:13px;
	font-weight:bold;
}

.playlist a span small {
	margin-top:5px;
	font-size:11px;
}

.playlist a:hover, .playlist .currentmenu a{
	background:#e8e8e8 url('images/playlist_hover.jpg') repeat-x left bottom;
}

.loader { 
	  font-size:10px;
	  color:#000;
	  text-align:center;
	  position:absolute;
	  top:43%;
	  left:46%;
}
#preloader {
	background:#000;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  position:absolute; 
  width:524px; 
  height:340px; 
}

.loader_container {
	background:#fff;
	padding:4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;


}

#preloader2{
  position:absolute; 
  width:278px;
  height:340px;
}

/*logo container */
#logo_container {
	float:right;
	text-align:right;
	padding-left:10px;
}

#footer {
	float:right;
	width:50%;
	text-align:right;
	margin-top:53px;
	font-size:11px;
	color:#999;
}

#footer a {
	font-size:11px;
	color:#999;
	text-decoration:none;
}

#footer a:hover {
	color:#555;
}

#bottom_conatainer {
	float:left;
	width:100%;
}

#iframe {
	float:left;
	height:390px;
overflow-x: hidden;
overflow-y: scroll;
	padding-right:10px;
	width:550px;
}

/*dropdown menu*/

#suckerfishnav {
    font-size:11px;
    font-family:Tahoma;
}

#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    padding:0;
    margin:0;
}

#suckerfishnav a {
    display:block;
    color:#5d5d60;
    text-decoration:none;
    padding:2px 10px;
    font-weight:bold;
    text-shadow:0 1px 0 rgba(255, 255, 255, 0.7);
}

#suckerfishnav a:hover {
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.4);
}

#suckerfishnav li {
    float:left;
    padding:0;
    margin-right:1px;
}
    
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:101px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
}
    
#suckerfishnav li li {
    width:99px;
    border-top:1px solid #top;
}

#suckerfishnav li li a {
    padding:6px 10px;
    width:80px;
    font-size:11px;
    color:#5d5d60!important;
    border-top:1px solid #b3b4b7;
    font-weight:normal;
    text-shadow:none;
}

#suckerfishnav li li a:hover {
	text-shadow:none;
}

#suckerfishnav li ul ul {
    margin:-21px 0 0 100px;
    z-index:101;
}

#suckerfishnav li li:hover {
    background:#acaeb1;
}

#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#000000;
    background:#b2b4b6;
}

#suckerfishnav li:hover a, #suckerfishnav li.sfhover a , .current_page_item  a{
    color:#dbdbdd!important;
    text-shadow:0 -1px 0 rgba(0, 0, 0, 0.4)!important;
}

#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#5d5d60;
}

#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
}

#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#acaeb1;
}

#suckerfishnav li:hover, #suckerfishnav li.sfhover, .current_page_item {
    background:#76777a;
}

.art_events, .music_events, .drama_events, .fineart_events, .new_media_events  {
	float:left;
	width:20px;
	height:19px;
}

.art_events {
	background:url('images/art-event.jpg') no-repeat;
}

.music_events {
	background:url('images/music-event.jpg') no-repeat;
}

.drama_events {
	background:url('images/drama-event.jpg') no-repeat;
}

.fineart_events {
	background:url('images/fineart-event.jpg') no-repeat;
}

.new_media_events {
	background:url('images/new-media-event.jpg') no-repeat;
}

/*Contacts*/

.wpcf7-form small {
	width:70px;
	float:left;
}

.textbox, .captcha, textarea, .your-subject input, #s {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #5D5D60;
	color:#5D5D60;
	cursor:pointer;
	font-size:11px;
	padding:2px 4px;
	cursor:text;
}

.captcha {
	width:50px!important;
}

.send {
	background:#5d5d60;
}


