/*
Theme Name: The First Key
Theme URI: http://paradoxdesign.co/
Description: The First Key wordpress theme by Paradox Design at www.ParadoxDesign.co - Copyright 2012 - The First Key LLC.
Version: 1.0
Author: Paraodox Design
Theme URI: http://paradoxdesign.co/
*/

/*
Thanks to http://html5.mimoymima.com/ for the blank shell wordpress theme
*/


/* FONTS - to get other font kits visit: fontsquirrel.com */
	
	@font-face {
	font-family: 'MisoLight';
	src: url('fonts/miso-light-webfont.eot?') format('eot'), 
	     url('fonts/miso-light-webfont.woff') format('woff'), 
	     url('fonts/miso-light-webfont.ttf')  format('truetype'),
	     url('fonts/miso-light-webfont.svg#webfontR7AhzoT1') format('svg');
	}

/* GENERAL STYLING - - - - - - - - - - - - - - - - */

* {
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(images/bg2.jpg);
	background-repeat:repeat-x;
	background-color:#2f2876;
}
a {
	color:#343434;
	text-decoration:underline;	
}
a:hover {
	color:#343434;
	text-decoration:none;	
}

a:visited {
	color:#06C;
}

#container {
	width: 1150px;  
	margin: 0 auto;
}

#logo {
	width:628px;
	height:165px;
	margin:0 auto;
	clear:both;
	padding-bottom:1px;
}

#header {
	background:#343434;
	height:80px;
	margin:10px 0 0 0;
}
#header a {
	color:#619f00;
}
#header {
	color:#ffffff;
}


#navcontainer {
	height:54px;
	width:760px;
	margin:0 auto;
	background-image:url(images/headerbg.jpg);
	background-repeat:repeat-x;
	padding:5px;
}
	
#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	color: White;
	float: left;
	width: 100%;
	font-family: 'Molengo', arial, serif;
}
#navcontainer ul li { 
	display: inline;
}
#navcontainer ul li a {
	font-size:17px;
	color: #ECC57E;
	text-shadow: 2px 2px 2px #000;
	text-decoration: none;
	float: left;
	vertical-align:middle;
	padding:10px;
	padding-right:15px;
	line-height:25px;
}

#navcontainer ul li a:hover {
	color: White;
	text-shadow: 2px 2px 3px #0F9;
}

#navcontainer #active a {
	color: White;
	text-shadow: 2px 2px 2px #0F9;
}

#mainContent {
	padding-top:10px;
	margin:0 10px;
}

#intro {
	width:640px;
	height:360px;
	padding:10px;
	-webkit-box-shadow: 0px 2px 3px #555;
	-moz-box-shadow: 0px 2px 3px #555;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color:#C4C2D8;
	float:left;
	margin-left:30px;
}

#emt {
	width:640px;
	height:390px;
	padding:10px;
	-webkit-box-shadow: 0px 2px 3px #555;
	-moz-box-shadow: 0px 2px 3px #555;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color:#C4C2D8;
}

#signup {
        width: 270px;
	float: right;
}

#three {
	width:1000px;
	margin:0 auto;
	padding-top:15px;
	clear:both;
}

#three img {
	border:none;
}

#content {
	width:1000px;
	margin:0 auto;
	padding:10px;
	clear:both;
}

#maintext {
	width: 760px;
	height:auto;
	color:#1D1569;
	margin:0 auto;
	padding-top:30px;
	padding:20px;
	-webkit-box-shadow: 2px 3px 3px #000;
	-moz-box-shadow: 2px 3px 3px #000;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	background-color:#fff;
}

h1 {
	font-size:19px;
	color:#1D1569;	
}

h2 {
	padding:10px;
}

#maintext p {
	font-size:16px;
	color:#1D1569;
}

#about {
	width:400px;
	height:265px;
	padding:10px;
	-webkit-box-shadow: 0px 2px 3px #555;
	-moz-box-shadow: 0px 2px 3px #555;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color:#C4C2D8;
	margin:0 auto;
	margin-top:15px;
}

#events {
	width:700px;
	background-color: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #000;
	padding: 30px;
	margin-top:15px;
	text-align:left;
	clear:left;
}

#events ul {
	font-size:15px;
	line-height:20px;
	list-style-type:none;
	margin-left:20px;
	list-style-type:circle;
	color:#000;	
}

p {
	font-size:16px;
	text-color:#000;
	line-height: 20px;
}

img {
	border:none;
}

#footer {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	font-size:10px;
	text-decoration:none;
	color:#FFFFFF;
	clear:both;
}

#footer a {
 font-size:11px;
 color:#FFFF99;
 text-decoration:none;
}

#form
{	
	text-align:left;
	width:600px;
	margin:0 auto;
	padding:10px;
	background-color:#EDEDF3;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #000;
	-webkit-box-shadow: 0px 2px 3px #000;
	-moz-box-shadow: 0px 2px 3px #000;

}

#formbox {
	padding:10px;
}

#excerpt {
	width:700px;
	background-color: #dcdbe6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #000;
	padding: 15px;
	margin:0 auto;
	text-align:left;
	clear:left;
}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}

.redbuyhover {
	display: block;
	width: 152px;
	height: 42px;
	background: url('/wp-content/uploads/2012/04/redbutton.png') bottom;
	text-indent: -99999px;
}
.redbuyhover:hover {
	background-position: 0 0;
}

.bluebuyhover {
	display: block;
	width: 152px;
	height: 42px;
	background: url('/wp-content/uploads/2012/04/bluebutton.png') bottom;
	text-indent: -99999px;
}
.bluebuyhover:hover {
	background-position: 0 0;
}

.downloadhover {
	display: block;
	width: 152px;
	height: 42px;
	background: url('/wp-content/uploads/2012/04/download.png') bottom;
	text-indent: -99999px;
}
.downloadhover:hover {
	background-position: 0 0;
}

/*--wpui frame--*/

#almaframe {
	padding:15px;
	width:760px;
	margin:0 auto;
}

.almapanel {
	background: #FAFAFA;
	background: -moz-linear-gradient(top , #FAFAFA, #EEEEEE);
	background: -webkit-gradient(linear, left top, left bottom , from(#FAFAFA), to(#EEEEEE));
	background: -webkit-linear-gradient(top , #FAFAFA, #EEEEEE);
	background: -o-linear-gradient(top , #FAFAFA, #EEEEEE);
	margin: 20px 10px 10px 10px;
	color: #666;
	border-bottom: 0px;
	font-family: 'Lucida Grande', 'Arial', sans-serif;
	border-radius          : 5px;
	-moz-border-radius     : 5px;
	-webkit-border-radius  : 5px;
	-o-border-radius       : 5px;
	-moz-box-shadow    : 0 2px 6px rgba( 0, 0, 0, 0.4 );
	-webkit-box-shadow : 0 2px 6px rgba( 0, 0, 0, 0.4 );
	-o-box-shadow      : 0 2px 6px rgba( 0, 0, 0, 0.4 );
	box-shadow         : 0 2px 6px rgba( 0, 0, 0, 0.4 );
	border: 3px solid #FFF;
}


#video_frame { box-shadow: 0px 0px 7px #999; -moz-box-shadow: 0px 0px 7px #999; -webkit-box-shadow: 0px 0px 7px #999; overflow: hidden; }
.shadow { box-shadow: 0px 0px 7px #999; -moz-box-shadow: 0px 0px 7px #999; -webkit-box-shadow: 0px 0px 7px #999; overflow: hidden; }

.woocommerce a.button, .woocommerce-message .button { padding: 2px 10px !important; line-height: 30px !important; }


#buyticket { 
	background-color: white;
	box-shadow: 0px 0px 3px lightblue;
	-moz-box-shadow: 0px 0px 3px lightblue;
	-webkit-box-shadow: 0px 0px 3px lightblue;
	height: 150px;
	padding: 20px; 
}

#buyticket .images {
    display: none;
}
#buyticket .woocommerce-tabs {
    display: none;
}
#buyticket .product_title.entry-title {
    display: none;
}

#buyticket .reset_variations { display: none; }

#buyticket .quantity { display: none !important; }

#buyticket .summary { float:left; }

#buyticket div > .price { display: none; }

#buyticket div.single_variation > .price { display: block; }

#number-of-tickets {
    margin-top: 9px;
}

#buyticket .single_variation:before {
    content: 'Price: ';
}

#buyticket .single_variation { margin-bottom: 20px; }

input[type=text],
input.input-text,
textarea,
input.txt,
input[type=tel],
input[type=email] {
  padding: 7px 7px;
  color: #818181;
  background: #FCFCFC;
  border: 1px solid #dadada;
  -webkit-border-radius: 0.146em;
  border-radius: 0.146em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 14px;
  font-weight:300;
  /* Make inputs the same size as normal text */

  line-height: 1.618em !important;
  font-family: inherit;
  /* Make inputs use the correct typeface instead of the browser default */

  outline: none;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */
}
