/*
------------------------------------------------------------------------
Theme Name:    EX-STUDIOS THEATRO THEME
Theme URI:     http://www.ex-studios.net/
Description:   A brand new Wordpress Theme of EX-STUDIOS. For news, questions or problems visit the <a href="http://ex-studios.net/forum" title="EX-STUDIOS Forum">EX-STUDIOS Forum</a>!
Version:       1.00
Author:        Sebastian Erhardt - EX-STUDIOS
Author URI:    http://ex-studios.net/
------------------------------------------------------------------------

Support:       Sebastian Erhardt, info@ex-studios.net
Updated:       March 11 2012
Copyright:     (c) 2012 EX-STUDIOS

All rights reserved.
*/

            .slides_container {
                width:880px;
                height:214px;
            }
            .slides_container div {
                width:880px;
                height:214px;
                display:block;
            }

/*
#############################################

RESET

#############################################
*/
:link,:visited
{ text-decoration:none }

ul,ol
{ list-style:none }

h1,h2,h3,h4,h5,h6,pre,code,kbd,input,select,textarea,table
{ font-size: 1em; }

dl,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,div,p,blockquote,input,select,textarea
{ margin:0; padding:0; }

a, a img,:link img,:visited img,abbr,acronym,iframe
{ border:0; outline: none;  }

address,abbr,cite
{ font-style:normal; }

caption
{ text-align:left; }

q:before,q:after
{ content:''; }
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
p {
	padding: 1% 0;
}
.none {
	display: none;
}
.mobil {
	display: none;
}
.web {
	display: inline;
}
.half {
	width: 49%;
	padding: 0.5%;
}
.forminfo {

	border: 1px solid #FFF;
	margin: 10px 0;
	font-size: 13px;
	padding: 10px;

}


/*
#############################################
#############################################

BASIC

#############################################
*/
body {
	font-family: Arial;
	background-color: #101010;
	font-size: 11px;
	color: #FFF;
}
hr {
	border: none;
	border-top: 1px solid #333;
}
h1 {
	font-size: 200%;
	padding-bottom: 0.2%;
	margin-bottom: 0.4%;
	font-weight: 500;
	color: #FFF;
}
h1 a {
	color: #FFF;
}
h2 {
	font-size: 180%;
	color: #FFF;
	font-weight: normal;
	line-height: 180%;
	text-transform: uppercase;
	padding: 1% 0;
}
h3 {
	font-size: 150%;
	line-height: 180%;
}
h4 {
	font-size: 140%;
	line-height: 180%;
}
h5 {
	font-size: 100%;
	font-weight: normal;
	padding: 0.5% 0;
	color: #FFF;
}
h6 {
	font-size: 110%;
}
blockquote {
	margin: 1%;
	padding: 1%;
	border: 1px solid #DDD;
}
a {
	color: #FFF;
}
a:hover {

}

#main {
	width: 900px;
	margin: auto;
    -webkit-box-shadow:  0px 0px 5px 5px rgba(0, 0, 0, 1);
    box-shadow:  0px 0px 5px 5px rgba(0, 0, 0, 1);
}

/*
#############################################
#############################################

HEADER

#############################################
*/
#header {
	padding: 1%;
	border-bottom: 1px dotted #fff;
	margin-bottom: 5px;
}
#header h2 {
	font-size: 11px;
}
#header ul {
	position: absolute;
	top: 0%;
	right: 0.5%;
	width: 50%;
	font-size: 90%;
}
#header ul li {
	float: right;
	margin: 0 0.4%;
}
#header ul li a {
	display: block;
	padding: 8%;
	background: #FFF;
	line-height: 180%;
}
#header ul li a:hover {
	color: #555;
}
#header div#search {
	background: #FFF;
	position: relative;
	padding: 2%;
	top: 0%;
	right: 0.5%;
}
#banner {
	width: 900px;
	margin: auto;
	padding-bottom: 4px;
	border-bottom: 1px dotted #fff;
	margin-bottom: 4px;
	text-align: center;
}
#banner div {
	margin: auto;
}
h1#logo a {
	display: block;
	width: 271px;
	height: 122px;
	background: url(images/theatro-logo.gif) no-repeat left top;
	border-bottom: none;
}
h1#logo a span{
	display: none;
}
h1#logo a:hover {
	text-decoration: none;
	border-bottom: none;
}
h1#logo {
	border-bottom: none;
}
/*
#############################################
#############################################

NAVIGATION

#############################################
*/

#navigation {
	margin: auto;
	overflow: hidden;
	background: #902b89;
}
#navigation ul li {
	float: left;
}
#navigation ul li.current_page_item  a {
	font-weight: bold;
}
#navigation ul li a{
	color: #FFF;
	text-transform: uppercase;
	display: block;
	padding: 5px 10px;
}
#navigation ul li a:hover {

}
nav#breadcrumb div{
	float: left;
	margin:0 1%;
	font-size: 80%;
	font-weight: normal;
	background: #eee;
	background: rgba(255,255,255,0.02);
	display: none;
}
/*
#############################################
#############################################

SIDEBAR

#############################################
*/

aside#sidebar, aside#infobar {
	float: right;
	width: 18%;
	margin:0% 0.5%;
	padding: 0.5%;
}
#content {
	padding: 10px 5px;
	margin-bottom: -20px;
	background: #000;
	background: rgba(0,0,0,0.5);
}
aside#categories {
	width: 10%;
	overflow: hidden;
	float: left;
	margin-left: 1%;
	font-size: 90%;
	padding: 0.5%;
}
aside#categories a {
	line-height: 120%;
	padding: 2%;
	border-bottom: 1px solid #DDD;
	display: block;
}
aside#categories a:hover {
	background: #EEE;
}
.fixed{
	position:fixed;
	top:30;
	left: 7px;
	z-index:100;
	width: 60px;
}
aside#share {
	float: left;
	width: 5%;
	text-align: right;
}
aside#share div#float {
    padding: 5px;
    -webkit-box-shadow:  -1px 1px 1px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:  -1px 1px 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow:  -1px 1px 1px 1px rgba(0, 0, 0, 0.3);
    width: 60px;
    text-align: right;
}
.fb_share_count_top {width:52px !important;}
.fb_share_count_top, .fb_share_count_inner {-moz-border-radius:3px;-webkit-border-radius:3px;}
.FBConnectButton_Small, .FBConnectButton_RTL_Small {width:52px !important; -moz-border-radius:3px;/*bs-fsmsb*/-webkit-border-radius:3px;}
.FBConnectButton_Small .FBConnectButton_Text {padding:2px 2px 3px !important;-moz-border-radius:3px;-webkit-border-radius:3px;font-size:8px;}
/*
#############################################
#############################################

PAGE

#############################################
*/
#page {

}
/*
#############################################
#############################################

PAGE

#############################################
*/
.posts {

}
.posts h5.categories {
	color: #CCC;
	text-transform: uppercase;
	padding-bottom: 0.5%;
}
.posts h5.categories a {
	display: inline;
	margin-right: 4px;
	padding: 0.5%;
	font-size: 100%;
	font-weight: normal;
	background: #333;
	background: rgba(255,255,255,0.1);
	border-bottom: 1px solid #444;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	border-left: 1px solid #444;
	border-left: 1px solid rgba(255,255,255,0.05);
	color: #CCC;
}
.posts h5.categories a:hover {
	color: #DDD;
	background: #EEE;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

#page ul {
	list-style: disc;
	list-style-position: inside;
}


/*
#############################################
#############################################

FRONTPAGE

#############################################
*/
#feature {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px #fff dotted;
}
.feature p {
	font-size: 120%;
	line-height: 120%;
}
.more {
	background: top left no-repeat;
	padding: 4%;
	text-align: right;
}
.more a {
	color: #FFF;
	font-size: 12px;
	padding: 5px;
	background: #902b89;
}
.more a:hover {
	text-decoration: underline;
}
.feature {
	padding-top: 1%;
	border-bottom: 3px double #333;
}
.feature img {
	float: left;
	margin-right: 10px;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.3);
}
.feature h1 {
	margin-bottom: 1%;
}
.details {
	padding: 1%;
	margin-top: 1%;
	border: 1px solid #333;
	border: 1px solid rgba(0,0,0,0.5);
	outline: 1px solid rgba(255,255,255,0.1);
	outline-offset: 1px;
	background: #222;
	background: rgba(0,0,0,0.1);
}
.nextevents {
	background: #902b89;
	float: left;
	text-align: center;
	text-transform: uppercase;
	width: 23%;
	margin: 1%;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: hidden;
}
.nextevents a {
	display: block;
	height: 350px;
}
.nextevents .fb-like {
	margin-top: -15px;
}
#upnext .nextevents {
	width: 100%;
	margin-bottom: 10px;
}

.nextevents img {
	padding: 5px 0;
	width: 100%;
}
/*
#############################################
#############################################

SINGLE

#############################################
*/
.single {
	width: 100%;
}
.entry {
	padding: 2% 1%;
}
.entry img {
	float: left;
	padding: 0.5%;
	margin: 1%;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.3);
}
#tags {
	border-top: 3px double #333;
	padding: 1% 0.5%;
	background: #333;
	background: rgba(0, 0, 0, 0.05);
}
#tags a {
	padding: 1%;
	margin:0.2%;
	background: #101010;
	color: #666;
	border-bottom: 1px solid #444;
	line-height: 30px;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.04);
	-moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.04);
	box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.04);
}
#tags a:hover {
	border-bottom: 1px solid #BBB;
	background: #555;
	color: #999;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
}
#social {
	background: rgba(0, 0, 0, 0.08);
	padding: 1%;
}
/*
#############################################
#############################################

COMMENTS

#############################################
*/
#comments {
	padding: 1%;
	background: #EEE;
    -webkit-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.1);

}
input.textarea {
	width: 200px;
}
.comments {
	background: #EEE;
	padding: 1%;
}
.color1 {
	background: rgba(0,0,0,0.04);
	border-bottom: 1px solid rgba(0,0,0,0.08);
}
.color2 {
	background: rgba(0,0,0,0.02);
	border-bottom: 1px solid rgba(0,0,0,0.06);
}
.comments_text {
	width: 80%;
	padding: 1%;
	border: 3px double rgba(0,0,0,0.03);
	background: #FFF;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.3);
}
.comments_author {
	width: 15%;

}

/*
#############################################
#############################################

FOOTER

#############################################
*/

#footer {
	clear: both;
	padding: 1% 2%;
	background: #902b89;
	color: #FFF;
	position: relative;
	line-height: 20px;
}
#footer ul li {
	float: left;
	margin-right: 10px;
}
#footer ul li a {
	color: #FFF;
	text-transform: uppercase;
}
#ex {
	position: absolute;
	top: 20px;
	right: 20px;
}
#ex span {
	display: none;
}

.shadow,
#feature,
#page,
#no-page,
aside#categories,
aside#sidebar {
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
}


/*
#############################################
#############################################

GALLERY


#############################################
*/

#foto {
	position: relative;
	text-align: center;
	width: 640px;
	text-align: center;
}

#foto img {
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-bottom: 3px #333 double;
}

#fotoPrev {
	width: 70px;
	height: 50px;
	position: absolute;
	top: 250px;
	left: 0px;
	display: block;
	background: #902b89;
	text-align: center;
	line-height: 50px;
}

#fotoNext {
	width: 70px;
	height: 50px;
	position: absolute;
	top: 250px;
	right: 0px;
	display: block;
	background: #902b89;
	text-align: center;
	line-height: 50px;
}

#fotoNext:hover , #fotoPrev:hover {
	background: #FFF;
	color: #902b89;
}

#wrapper {
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

#upnext {
	width: 230px;
}

#PicasaViewer {
	width:100%;
	height:100%;
}

#PicasaViewer .albums ul {
	width:100%;
	height:160px;
	list-style: none;
	margin-top: 40px;
}

#PicasaViewer .albums ul li {
	width:160px;
	height: 200px;
	padding: 10px;
	float:left;
	margin-right: 20px;
	border: 1px solid #333;
	z-index:1;
	text-align: left;
}

#PicasaViewer .albums ul li h3 {
	padding:0;
	margin:0;
	white-space: nowrap;
  	overflow: hidden;
 	text-overflow: ellipsis;
 	font-size: 11px;
 	font-weight: normal;
}

#PicasaViewer .albums ul li img {
	z-index:2;
}

#PicasaViewer .pictures {
	margin-bottom: 20px;
}

#PicasaViewer .pictures ul {
	width:100%;
	height:107px;
	list-style: none;
	margin-top: 20px;
}

#PicasaViewer .pictures ul li {
	width:160px;
	height: 107px;
	overflow: hidden;
	float:left;
	margin-left: 20px;
	z-index:1;
	text-align: center;
}



@-webkit-keyframes hueRotate {
   0% { -webkit-filter: hue-rotate(0deg); }
   100% { -webkit-filter: hue-rotate(50deg); }
}



/*
#############################################
#############################################

Media Screen

#############################################
*/
@media screen and (min-width:800px){
	body {

	}
}
@media screen and (min-width:1000px){
	body {

	}
}
@media screen and (min-width:1300px){
	body {

	}
}