/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    font-size: .75em;
    font-family: Lucida Sans Unicode;
    margin: 0;
    padding: 0;
    background-color: #ffd400;
    /*background: #fedf40 url('/Css/Images/bg.png');
    background-size: 1366px 854px;
    background-position: center top;
    background-repeat: no-repeat;
    min-width: 1366px;
    min-height: 854px;*/
}

.page-bg-outer {
    background: #ffd400 url('/Css/Images/bg_outer.png');
    background-repeat: repeat-y;
    background-size: 1366px 1px;
    margin-left: auto;
    margin-right: auto;
    width: 1349px;
}

.page-bg {
    background: url('/Css/Images/bgv3.png');
    background-size: 1366px 854px;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    width: 1349px;
    min-height: 854px;
}

a {
    text-decoration: none;
}

/*a:link
{
    color: #003e66;
    text-decoration: underline;
}
a:visited
{
    color: #003e66;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}*/


/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 2em;
    color: #333;
    font-family: "Segoe UI", "Segoe", "Helvetica Neue";
    font-weight: 400;
}

h1
{
    font-size: 3em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 10px 0 0 0;
    margin-top: 0px;
}
h3
{
    font-size: 1.4em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 985px;
    min-height: 854px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    position: relative;
}

#title {
    background: url('/Css/Images/fb_date.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 500px;
    height: 170px;
    margin-top: -5px;
    margin-right: 50px;
}

#header
{

    color: #000;
    padding: 0;
}

#header h1
{
    /*font-weight: bold;
    padding: 10px;
    padding-bottom: 10px;
    margin: 0;*/
    /*color: #fff;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;*/
}

#main
{
    margin-top: 10px;
    
    /*background-color: #fff;*/
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

.content
{
    /*background: white;*/
}

.padding
{
    padding: 20px;
}

#footer
{
    color: #999;
    padding: 10px 0;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

#footer a
{
    color: #d3d3d3;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: black 1px 1px 1px;
    padding-right: 30px;
    font-weight: normal;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    background: url('/Css/Images/menu.png');
    background-repeat: no-repeat;
    background-size: 850px 61px;
    width: 860px;
    height: 61px;
    background-clip: initial;
    text-align: left;
    padding: 0px;
    font-family: 'alright_sansblack';
    margin: auto;
}

ul#menu li
{
    display: inline;
    list-style: none;
    font-size: 12pt;
    color: #655959;
}

/*ul#menu li > div {
    height: 64px;
    float: left;
    padding-left: 40px;
    padding-right: 40px;
}

ul#menu li > div:hover {
    background-color: #cd1013;
}

ul#menu li > div:hover a {
    color: #fff;
}*/

ul#menu li#greeting
{
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

ul#menu li a
{
    text-decoration: none;
    line-height: 58px;
    margin-top: 2px;
    height: 53px;
    color: #655959;
    display: block;
    float: left;
    text-transform: uppercase;
}

ul#menu li:first-of-type a {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    
    -webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-o-border-top-left-radius: 5px;
	-ms-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

ul#menu li:last-of-type a {
    -webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-o-border-top-right-radius: 5px;
	-ms-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

ul#menu li a:hover
{
    background-color: #cd1013;
    text-decoration: none;
    color: #fff;
}

ul#menu li a:active
{
    background-color: #cd1013;
    text-decoration: none;
    color: #fff;
}

ul#menu li.selected a
{
    background-color: #cd1013;
    text-decoration: none;
    color: #fff;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"]
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"]
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

.table
{
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

.table td
{
    padding: 5px;
    border: solid 1px #e8eef4;
}

.table th
{
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
}

#menucontainer
{
    position: relative;
    z-index: 1;
    /*margin-top: 180px;*/
}

/*div#title
{
    display: block;
    float: left;
    text-align: left;
}*/

#logindisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    /*margin: 10px;*/
    color: White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label, .display-field, .editor-field
{
    margin: 0.5em 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

/* CAROUSEL
----------------------------------------------------------*/

ul#mycarousel
{
    margin: 0px;
    padding: 0px;
    padding-left: 2px;
    padding-right: auto;
    width: 816px;
}

ul#mycarousel li
{
    margin: 0px;
    padding: 0px;
    display: block;
}

.mscarousel {overflow:hidden}
.mscarousel img{border:0}
.mscarousel .child{position:relative;}
.mscarousel .child .set, .mscarousel .set{float:left; position:relative;}
.mscarousel .child .set .message, .mscarousel .set .message{/*position:absolute; top:0; left:0; background-color:#333333; color:#fff; display:none;*/}
.mscarousel .child .clear{clear:both}
.hand{cursor:pointer}

.mscarousel .message {
	position:relative;
	top:-70px;
	left:0;
	display:none;
}


.message .messagesub {
	background:#000;
	color:#fff;
	height:70px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	padding-left: 20px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-top:28px;
}

#tabs2
{
    background: white url('/Css/Images/tabs_bg.jpg');
    background-repeat: repeat-y;
}

#tabs .container
{
    background-color: White;
}

img
{
    border: 0px;
}


/*
NEWSBOX
*/

.newsbox
{
    padding: 10px;
    min-height: 130px;
    display: table;
}

.newsbox h3
{
    color: #0f5278;
    font-size: large;
    margin: 0px;
}

.newsbox img, .newsboximg
{
    border: 1px solid #cecece;
    padding: 4px;
    float: left;
    margin: 0px 12px 12px 0px;
}

.leftgray
{
    border-left: 12px solid #e1e1e1;
}

table.stripped
{
    border-collapse: collapse;
    font-size: 1em;
}

table.stripped th
{
    color: #0f5278;
    font-size: small;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0px;
    border-bottom: 5pt solid #e1e1e1;
    height: 50px;
    padding-left: 10px;
}

table.stripped td
{
    padding-left: 10px;
    border-bottom: 5pt solid #e1e1e1;
    height: 50px;
    
}

table.stripped td img
{
    vertical-align: middle;
}

#lastactivity
{
    position: absolute;
    border: 0px solid magenta;
    top: 165px;
    margin-left: 20px;
    width: 310px;
    height: 65px;
    color: White;
}

/*
ALBUM
*/

#album img{
    /*padding-left:15px;*/
    /*padding-bottom:20px;*/
}



/*
NEWS
*/

.expanded
{
    line-height:150%;
}

p.program-change {
    font-size: 10pt !important;
}

/* MINI FIGURES */

.figure.program {
    position: absolute; 
    /*z-index: -1;*/ 
    top: 210px; 
    right: 0;
}

.figure.news {
    position: absolute; 
    /*z-index: -1;*/ 
    top: 380px; 
    right: 0;
}

.figure.location {
    position: absolute;
    /*z-index: -1;*/
    top: 400px;
    right: 0;
}

.figure.girl {
    position: absolute;
    /*z-index: -1;*/
    top: 370px;
    right: 0;
}

.figure.karate {
    position: absolute;
    /*z-index: -1;*/
    top: 385px;
    right: 0;
}

.left-content {
    width: 450px;
    padding-top: 6px;
    padding-left: 72px;
}

.left-content.news {
    width: 550px;
}

.left-content.news-details {
    width: 550px;
}

.left-content.events {
    width: 550px;
}

.left-content.wide {
    width: 850px;
    text-align: center;
}

.left-content h2 {
    text-align: center;
    font-family: 'alright_sansultra';
    color: #fff;
    text-transform: uppercase;
    text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
    font-size: 22pt;
}


.left-content h3.sub-event {
    text-align: center;
    font-family: 'alright_sansultra';
    color: #fff;
    text-transform: uppercase;
    text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
    font-size: 14pt;
}

.left-content h3.sub-event a {
    color: #fff;
}

.left-content.news-details h2, .news-pictures h2 {
    font-family: 'proxima_nova_rgregular';
    font-size: 18pt;
    color: #000;
    text-shadow: none;
    text-transform: none;
    text-align: left;
}

.left-content.news-details h2 {
    margin-bottom: 0;
}

.left-content p {
    font-family: 'proxima_nova_rgregular';
    font-size: 12pt;
}

.p-header {
    font-weight: bold;
    font-size: 16pt;
}

.left-content.news-details p {
    /*text-align: justify;*/
}

.highlight {
    font-weight: bold;
    color: #cd1013;
}

.store-logo {
    position: absolute;
    left: -120px;
    top: 500px;
    color: #cd1013;
    font-family: 'proxima_nova_rgregular';
}

.float-left {
    float: left;
}

.table-display {
    display: table;
}

.newsbox p {
    font-family: 'proxima_nova_rgregular';
    font-size: 12pt;
}

.newsbox h3 a, .gallery h3, .gallery h3 a {
    font-family: 'proxima_nova_rgregular';
    text-decoration: none;
    color: #000;
    font-size: 16pt;
    font-weight: bold;
}

.newsbox a, a.link-back, a.link-more {
    font-family: 'proxima_nova_rgregular';
    text-decoration: none;
    color: #000;
}

a.link-more.head {
    color: #000 !important;
    text-shadow: none;
    text-transform: none;
    font-size: .75em;
    padding-left: 6px;
}


a.link-more.head:hover {
    color: #cd1013 !important;
}

.newsbox a:hover, .newsbox h3 a:hover, .gallery h3 a:hover, a.link-back:hover, a.link-more:hover {
    color: #cd1013;
}

a.link-back {
    padding-left: 24px;
}

.justify {
    text-align: justify;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.left-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-family: 'proxima_nova_rgregular';
    font-size: 12pt;
}

.left-content ul a {
    color: #000;
}

.left-content ul a:hover {
    color: #cd1013;
}

.inset-top {
    padding-top: 24px;
}

.inset-left {
    padding-left: 24px;
}

.partners .inset-left {
    padding-left: 15px;
}

.news-pictures {
    padding-left: 24px;
}

.inset-bottom {
    padding-bottom: 24px;
}

.img-border {
    border: 7px solid #fff;
    
    -webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
    border-radius: 7px;

    -webkit-box-shadow: 0px 5px 1px #9a9994;
    -moz-box-shadow: 0px 5px 1px #9a9994;
    -o-border-shadow: 0px 5px 1px #9a9994;
	-ms-border-shadow: 0px 5px 1px #9a9994;
    box-shadow: 0px 5px 1px #9a9994;
}

ul.event-list li {
    padding-bottom: 12px;
}