/*
Theme Name: Theater
Theme URI: http://blueberryware.net/
Description: Template files for wordpress theme
Version: 0.1
Author: Adam Hunter
Author URI: http://blueberryware.net
Tags:

    The CSS, XHTML and design is released under GPL:
    http://www.opensource.org/licenses/gpl-license.php
    
    Reset CSS provided by Yahoo!
    http://developer.yahoo.com/yui/reset/

*/


/* reset */
body {
    font-size: 62.5%;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td { 
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img { 
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym { 
    border:0;
}
/* [end] reset */


/* promo */
#promo {
	margin: 6px auto;
	padding: 5px;
	text-align: center;
	font-size: 1.2em;
	width: 460px;
	border: 3px dashed #71ac21;
	background-color: #c4ff76;
    font-family: Verdana, Arial, Sans-serif;
    -moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#promo h3 {
	margin: 2px 0;
	padding: 0;
}

/* [end] promo */

/* core layout, colors and typography */
body {
    font-family: 'Lucida Grande', Verdana, Arial, Sans-serif;
    background: #ccc;   
}

#page {
    text-align: center;   
}

#header-txt, #container, #footer {
    background: #fff;
    width: 892px;
    margin: 0 auto;
    border-left: 1px solid #999;
    border-right: 1px solid #999;   
}

#container {
    padding: 25px 0;    
}

#header {
    background: #111 url('images/wicked-black.png');
    border: 1px solid #000;
    height: 150px;
    margin: 0 auto;
    width: 900px; 
    text-align: center;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;    
}

.description {
    font-size: 1.3em;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #91ce43;
    font-family: Georgia, Times, 'Times New Roman', Serif;     
}

#wicked {
    margin: 15px auto;
    display: block;
}

#footer {
    color: #555;
    margin-bottom: 20px;
    border-bottom: 1px solid #999;
    border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-bottom-right-radius: 5px;
	-khtml-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px; 
}

#footer a {
    color: #000;    
}

#footer a:hover {
    color: #91ce43;    
}

#content {
    position: relative;
    float: left;
    width: 510px;
    font-size: 1.3em; 
    text-align: justify;   
}

#content, .entry {
    padding: 0 10px;    
}

#sidebar {
    margin: 0 0 0 560px;
    width: 300px;
    padding: 20px 10px;
    font-size: 1.1em;
    text-align: left;
    border-left: 1px solid #aaa;
}

.navigation {
    margin-bottom: 50px;    
}
/* [end] core layout, colors and typography */

/* headers */
h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, Times, 'Times New Roman', Serif;   
}

h1 {
    font-size: 2.0em;
    margin: 15px 0;
}

h2 {
    font-size: 1.6em;
    margin: 10px 0;
}

h3 {
    font-size: 1.4em;
    margin: 6px 0;
}

h4 {
    font-size: 1.1em;  
    margin: 3px 0;  
}

.widgettitle {
    font-size: 1.4em;
    font-family: 'Helvetica Neue', Helvetica, 'Trebuchet MS', Arial, Sans-serif;
    margin: 5px 0; 
    letter-spacing: 0.02em;   
}

.widgettitle a {
    color: #000;    
}

.widgettitle a:hover {
    color: #91ce43;    
}

#wicked-tickets {
    font-size: 1.8em;
    margin: 0;
    padding: 5px;
    text-align: center;
    color: #000;
    font-family: Georgia, Times, 'Times New Roman', Serif;
}

#wicked-tickets a {
    color: #000;    
}

#wicked-tickets a:hover {
    color: #91ce43;    
}

.post h1 {
    font-size: 1.4em;  
    text-align: center;  
}

/* [end] headers */

/* lists */
ul {
    margin: 2px 0;    
}

#sidebar ul li {
    margin: 8px 0;   
}

li, #sidebar ul ul li {
    margin: 1px 0 1px 5px;    
}

#sidebar ul {
    margin: 0;    
}

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

#content ul  {
     margin: 3px 0;
}

#content li {
    padding: 7px 0 8px 10px;    
}
/* [end] lists */

/* widgets */
.widget_tixsearch {
    padding-bottom: 15px;    
}

.widget_tixsearch br {
    display: none;
}

#kwds {
    width: 150px;    
    padding: 4px 3px;
    margin-right: 5px;
    font-size: 1.2em;
    font-family: Verdana, Arial, Sans-serif;
    border: 1px solid #777;
	outline-style: none;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

#kwds:focus {
    border: 1px solid #91ce43;   
}

#submit {
  	border: 1px solid #111;
	margin: 3px;
	padding: 4px 6px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background-color: #eee;
	color: #111;   
	cursor: pointer; 
	font-weight: bold;
}

#submit:hover {
	background-color: #111;
	color: #91ce43;
	border-color: #555;    
}
/* [end] widgets */

/* tags and classes */
.left {
    text-align: left; 
}

.center {
    text-align: center; 
}

.right {
    text-align: right; 
}

.justify {
    text-align: justify;
}

.clear {
    clear: both;
}

.thin {
    font-weight: normal;
}

.bold {
    font-weight: bold;
}

.hidden, hr {
    display: none;
}

a {
    text-decoration: none;
    color: #009;
}

a:hover {
    text-decoration: underline;
    color: #00c;
}

a img {
    border: 0 none;
}

strong, em, b, h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

p {
    padding: 10px 1px;
}

code {
    font-family: Monaco, 'Courier New', Courier;
    font-size: 11px;
}

blockquote {
    padding: 0px 20px;
    font-size: .9em;
    color: #555;
    font-style: italic;
}

/* [end] tags and classes */

/* wordpress css */
.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;
}
/* [end] wordpress css */