/*
Theme Name: STAND wordpress template
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

*/

body {
  margin: 0; padding: 0;
  font-family: Arial, "MS Trebuchet", sans-serif;
  font: 14px Arial, Verdana, sans-serif;
}
a img { border: 0; }
#container {
  width: 989px;
  margin: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
#container h1 {
  font-size: 1em;
  margin: .2em 0 .2em 0;
  padding: 0 0 .3em 2em;
  text-transform: uppercase;
  border-bottom: .2em solid #000;
}
#header { position: relative; overflow: hidden; background-color: #000; }
#header #logo {
  position: absolute;
  bottom: 3em;
  left: 2em;
}

#content {
  overflow: hidden;
}

#left_column {
  float: left;
  width: 700px;
  background-color: #FFF;
  margin: .6em;
  margin-right: 0;
  padding: 1em;
  overflow: hidden;
}
#right_column {
  float: right;
  width: 230px;
  background-color: transparent;
  margin: 0.6em 0.6em 0 0;
  padding: .2em;
  text-align: center;
  overflow: hidden;
}

#right_column h2 {
  text-transform: uppercase;
  font-size: .8em;
  font-weight: bold;
  color: #FFF;
  padding: .5em 0em .5em 0em;
  background-color: #3C3C3C;
  background-color: rgba(0, 0, 0, 0.8);
  margin: 0;
  /*text-shadow:1px 1px 1px #BBBBBB;*/
}

.info_box {
  background-color: #FFF;
  margin: 1em 0em 1em 0em;
}

#follow h2 {
  background-color: transparent;
  color: #000000;
}

#latest_season h2 {
  color: #000;
  background-color: #FFF;
}

#partners img { margin: .5em 0; }

#facebook { overflow: hidden; background-color: rgb(255,255,255); background-color: rgba(255,255,255,0.6); }
#facebook h2 { background: #485895;}
a.facbook-item { color: #000; font-size: .8em; font-family: Arial, "MS Trebuchet", sans-serif; display: block; margin: 1em; text-decoration: none; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; background-color: #F7F7FB; padding: .4em; border: 2px solid #fff; box-shadow: 1px 2px 3px rgba(0,0,0, 0.5); -moz-box-shadow: 1px 2px 3px rgba(0,0,0, 0.5); -webkit-box-shadow: 1px 2px 3px rgba(0,0,0, 0.5); overflow: hidden; word-wrap: break-word; padding-bottom: .2em; }
a.facbook-item:hover { background-color: #FFF; }
.facbook-item .title {display: block; overflow: hidden; clear: both; text-align: left; }
.facbook-item .date { color: #979797; display: block; float: right; font-size: .9em; padding-top: .2em; font-weight: bold; overflow: hidden; }


.menu {
  background-color: #000;
  text-align: center;
  margin-bottom: 3px;
  padding: .2em 0 .2em 0;
}
.menu a {
  color: #FFF;
  font-weight: bold;
  margin-right: 2em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}
.menu a:hover { color: #FFFF80; }
.menu a.current { color: rgb(255,255,30); }
.menu a.end { margin-right: 0; }

/* Padding for collection images */
/*.post a { margin: 13px; }*/

#footer {
  clear: both;
  background-color: #000;
  padding: .3em;
  font-size: 11px;
  overflow: hidden;
}
#footer .menu { font-weight: 0; letter-spacing: .1em; margin: .2em; }
#footer .copyright { margin: 0; text-align: center; color: #FFFF80; }


.front_page.post {
  padding: 4px;
   margin: 1em;
  box-shadow: 1px 2px 3px rgba(0,0,0, 0.5); -moz-box-shadow: 1px 2px 3px rgba(0,0,0, 0.5); -webkit-box-shadow: 1px 2px 3px rgba(0,0,0, 0.5);
}
.front_page h1 {
  border-bottom: 2px solid #ECECEB !important;
}

/* Wordpress Defaults */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}


.shadow {
box-shadow: 1px 2px 3px rgba(0,0,0, 0.5); -moz-box-shadow: 1px 2px 3px rgba(0,0,0, 0.5); -webkit-box-shadow: 1px 2px 3px rgba(0,0,0, 0.5);
}
