
/*------------------------------------------------------------------------
# Soapbox -> Typography CSS (v1.0)
# ------------------------------------------------------------------------
# Copyright (C) 2009 PICNet, Inc. All Rights Reserved.
# Author: Ryan Belisle
# Website:  http://www.picnet.net
-------------------------------------------------------------------------*/

/* ------------------------------------------------------------------------
/* !TINYMCE Editor Specific Styles */
/* ----------------------------------------------------------------------*/
body#tinymce,
body#tinymce table				{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 1.5em; }



/* ------------------------------------------------------------------------
/* !GLOBAL */
/* ----------------------------------------------------------------------*/

/* !Link */
a,
a:active,
a:visited						{ color: #018086; text-decoration: none; font-weight: bold; }
a:hover 						{ color: #fc9414; text-decoration: underline; }
a img 						{}

.a-apply,
.a-apply:active,
.a-apply:visited				{ display: block; background: #feb64f; border: 2px solid #96377f; color: #67004e; text-align: center; padding: 13px 17px; font-size: 10px; line-height: 1.0em;font-weight: bold; }
.a-apply:hover					{ text-decoration: none; background: #96377f; color: #fff; }
.a-apply span					{ display: block; font-size: 13px; padding-bottom: 8px; }


img.buttony				{ }
img.buttony:hover		{ -moz-box-shadow: 0 0 5px 5px #cab49d; -webkit-box-shadow: 0 0 5px 5px #cab49d; box-shadow: 0 0 5px 5px #cab49d; }

/* !Heading */

@font-face {
    font-family: 'TradeGothicLTStdRegular';
    src: url('tradegothicltstd-webfont.eot');
    src: url('tradegothicltstd-webfont.eot?#iefix') format('embedded-opentype'),
         url('tradegothicltstd-webfont.woff') format('woff'),
         url('tradegothicltstd-webfont.ttf') format('truetype'),
         url('tradegothicltstd-webfont.svg#TradeGothicLTStdRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'TradeGothicLTComBold';
    src: url('tradegothicltcom-bold-webfont.eot?') format('eot'),
         url('tradegothicltcom-bold-webfont.woff') format('woff'),
         url('tradegothicltcom-bold-webfont.ttf') format('truetype'),
         url('tradegothicltcom-bold-webfont.svg#webfontMZCLb9G4') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face{

font-family:'Trade Gothic W01 Bold 2';
src:url('tradegothic-boldno2-webfont.eot?#iefix');
src:url('tradegothic-boldno2-webfont.eot?#iefix') format('eot'),url('tradegothic-boldno2-webfont.woff') format('woff'),url('tradegothic-boldno2-webfont.ttf') format('truetype'),url('tradegothic-boldno2-webfont.svg#70ac6679-cf48-4a0e-a909-d1e3bb4a1aa9') format('svg');

}



h1,
h2,
h3,
h4,
h5,
h6							{}

h1 							{ color: #fc9414; font-family: TradeGothicLTComBold,'arial narrow',arial,helvetica,sans-serif; font-weight: normal; }
h2 							{ color: #f08502; font-family: TradeGothicLTComBold,'arial narrow',arial,helvetica,sans-serif; font-weight: normal; line-height: 1.2em; }
h3 							{ color: #96377f; font-family: TradeGothicLTComBold,'arial narrow',arial,helvetica,sans-serif; font-weight: normal; }
h4							{ color: #e07401; text-transform: capitalize; }
h5 							{ color: #96377f; text-transform: capitalize; }
h6							{ color: #4b291f; text-transform: capitalize; }
h7 							{ color: #67004e; background:#deb9d5; font-family: TradeGothicLTComBold,'arial narrow',arial,helvetica,sans-serif; font-weight: normal; padding: 8px 16px; font-size: 1.3em; line-height: 1.6em; }

h7.announcement				{ color: #361a11; background:#dac7b3; text-align: center; }

.sbxss-content h3			{ font-family: arial, helvetica, sans-serif; line-height: 1.35em; }

/* !paragraph */
p							{ 	font-size: 1.2em; line-height: 1.5em; margin: 1em 0; }


/* !Type margin.padding */
p,
pre,
code,
blockquote,
ul,
ol,
table.tableStyle				{}


/* !Unordered Lists */
ul							{}
ul li						{ background: url(../images/bullet.gif) no-repeat 18px .75em; font-size: 1.25em; line-height: 1.55em; }

ul.plainList					{}
ul.plainList li				{ margin: 0; padding: 0; background: none; }

ul.plainListPad					{}
ul.plainListPad li				{ margin: 0; padding: 0 0 10px 0; background: none; }
ul.plainListPad span 		{ display: block;}
	

/* !Ordered Lists */
ol							{}
ol li						{ font-size: 1.25em; line-height: 1.55em; }


/* !Definition Lists */
dl							{}
dl dt						{}
dl dd						{}


/* !HR */
hr							{ border-color: #ffcd8b; margin: 27px 0 18px 0; }


/* !Code Highlight */
pre							{ background: #fbf8f4; border-color: #ffcd8b; }
code							{}


/* !Blockquote */
blockquote					{ color: #96377f; font-size: 1.4em; font-style: normal; font-family: TradeGothicLTComBold, 'arial narrow', arial, helvetica, sans-serif; width: 35%; float: left; margin: 0 18px 8px 0; }


/* !Address */
address						{ background: #fbf8f4; border-color: #ffcd8b; }


/* !Sup/Subscript */
sup,
sub							{ color: #fc9414; }


/* !Sample */
samp							{ background: #fbf8f4; }


/* !Table: Alternating Row Colors for Tables, Comments, etc. */
.row1 td,
.odd  						{ background: #eeeeee; border-color: #cccccc; }
.rowTitle1 td					{ background: #ffecd3; }
.row2 td,
.even 						{ background: #fff7ed; border-color: #ffcd8b; }
.rowTitle2 td					{ background: #fff7ed; }
.row1:hover td,
.row2:hover td,
.odd:hover,
.even:hover					{ background: #f5e7f2; }
.rowTitle1:hover td,
.rowTitle2:hover td				{}


/* !Table: Common for tableStyle and resultsTBL */
table.tableStyle thead th,
table.tableStyle tr td,
table.resultsTBL thead th,
table.resultsTBL tr td						{} /* for padding change */
table.resultsTBL tr td.ticketType, 
table.resultsTBL tr td.ticketPrice, 
table.resultsTBL tr td.ticketDeadline			{ color: #000000; }

table.tableStyle thead th,
table.resultsTBL thead th					{ color: #fff; background: #999999; }
table.tableStyle thead th a,
table.resultsTBL thead th a,
table.tableStyle thead th a:active,
table.resultsTBL thead th a:active,
table.tableStyle thead th a:visited,
table.resultsTBL thead th a:visited			{ color: #fff; }
table.tableStyle thead th a:hover,
table.resultsTBL thead th a:hover				{}
table.tableStyle caption,
table.resultsTBL caption						{ color: #fc9414; border-color: #ffcd8b; }


/* !Table: Content Table Style */
table.tableStyle							{}
table.tableStyle thead th					{}
table.tableStyle thead th a,
table.tableStyle thead th a:active,
table.tableStyle thead th a:visited			{}
table.tableStyle thead th a:hover				{}
table.tableStyle tr td						{}
table.tableStyle tr.row1 td					{}
table.tableStyle tr.row2 td					{}
table.tableStyle tr.row1:hover td,
table.tableStyle tr.row2:hover td				{}
table.tableStyle caption						{}


/* !Img */
img.imgLeft				{}
img.imgLeftTh				{ float: left; margin: 0px 12px 6px 0; border-width: 5px; }
img.imgRight				{}
img.imgRightTh				{ float: right; margin: 0px 0 6px 12px; }
img.imgLeftBorder			{ border-color: #fc9414; border-width: 4px; padding: 0px; margin-right: 3.8% !important; }
img.imgRightBorder			{ border-color: #fc9414; border-width: 4px; padding: 0px; margin-left: 3.8% !important; }
img.noBorder				{ border: none; }
img.imgBorder				{ border-color: #fc9414; border-width: 4px; padding: 0px; }


/* Misc */
.noPad					{}
.noMrg					{}
.left					{}
.right					{}

.contentdescription			{ color: #00a8ae; font-weight: bold; font-size: 1.35em; line-height: 1.65em; margin-top: .8em; }
.caps						{ text-transform: uppercase; }

.jce_caption			{ margin: 0 32px 8px 0; font-size: 0.9em; }
div.jce_caption p			{ font-size: 1em; }

.arabic					{ text-align:right; font-size: 145%; direction: rtl; }
span.english			{ font-size: 80%; }