/* C.A.T.S. FOUNDATION */
/* Master Stylesheet
----------------------------------------------------------------------------- */


	@import url("header.css");
	@import url("footer.css");
	@import url("images.css");
	@import url("clique.css");
	@import url("layout.css");
	@import url("custom.css");
	@import url("sizes.css");
	@import url("hide.css");


/* PAGE CONTENT
----------------------------------------------------------------------------- */


/* Headings */


	#title h2,
	#title h2 a:hover {
	
	font: normal 30px/63px Times, serif;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 2px;
	
	}
	
	#title h2 span,
	#title h2 a {
	
	color: #555;
	
	}

	h3, div.display h4 {

	color: #00e0ff;
	font: normal 20px/20px Times, serif;
	text-transform: uppercase;

	}

	div.pane h3 {

	color: #464646;

	}

	div.group div h3 {

	color: #000;

	}

	h4, h4 a, h4 a:hover {

	clear: left;
	color: #121212;
	font: normal 16px/18px Times, serif;
	text-transform: uppercase;

	}
	
	#page-index h4, #page-index  h4 a, #page-index  h4 a:hover, div.display h4 {

	font: normal 29px/30px Times, serif;
	text-transform: none;
	color: #000;
	width: 100% !important;

	}
	
	#sidebar h4 {
	
	color: #464646;
	
	}

	h3 em, h4 em, h3 span, h4 span {

	font-style: normal;

	}
	
	h5 {
	
	font-size: 1em;
	
	}


/* Text */


	body {

	color: #121212;
	font: normal 14px/17px Times, serif;

	}

	/* div.display div.story,
	div.display div.about {

	font-size: 13px;
	line-height: 20px;

	} */

	blockquote p {

	color: #888;
	font-size: 15px !important;
	line-height: 19px !important;

	}

	dt, label em, fieldset em {

	font-size: 11px;

	}

	small, small a {

	font-size: 9px;
	line-height: 16px;

	}

	div.form dt, label em, fieldset em {

	text-align: right;
	white-space: nowrap;

	}


/* Rules */


	dt, dd {

	border-top: 1px solid #BBB8B8;

	}

	div.ruled ul.leads li, div.ruled ul.headlines li, div.ruled ul.comments li, div.ruled ul.subscriptions li, div.ruled ul.clips li {

	border-bottom: 4px solid #BBB8B8;

	}

	div.ruled td {

	border-bottom: 1px solid #BBB8B8;

	}

	div.ruled div.tags {

	border-top: 4px solid #BBB8B8;

	}



/* Tables */


	th {

	background-color: #9b9797;
	color: #fff;

	}


/* Form */


	input[type=text],
	input[type=search],
	input[type=password],
	input[type=file],
	select,
	textarea {

	font-family: "Trebuchet MS", Arial, sans-serif;
	background-color: #fff;

	}

	textarea {

	border: 1px solid #dedede;

	}

	select#status {

	max-width: 310px;

	}
	
	fieldset {
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-color: #ccc;
	
	}


/* Inline Links */


	a {

	color: #9e0233;
	outline: none;
	text-decoration: none;

	}

	a:hover {

	color: #9e0233;

	}

	li ul.actions li {

	border: 0 !important;

	}

	li ul.actions a, .widget-item.display .topic .tags li {

	font-size: 11px;
	color: #555;
	background: #ccc;

	}

	li ul.actions a:hover {

	color: #333;
	background: #999;

	}


/* Action Buttons */

	
	a.action, ul.pages a, ul.pages strong {

	/* padding: 4px 6px; */
	padding: 5px 6px 4px;
	white-space: nowrap;
	line-height: 10px;
	color: #fff;
	text-transform: uppercase;

	}
	
	ul.pages a {
	
	padding: 5px 6px 4px; !important;
	
	}

	a.action, ul.pages a {

	background-color: #7a4253;

	}

	a.action:hover, ul.pages a:hover {

	background-color: #7a4253;

	}

	div#sidebar a.action {

	width: auto !important;
	height: auto !important;

	}

	ul.pages strong {

	background-color: #464646;
	font-weight: normal;

	}

	td a.details,
	td a.tickets,
	td a.presale {
	
	padding: 1px 5px;
	/* -moz-border-radius: 2px !important;
	-webkit-border-radius: 2px !important; */
	
	}

	td strong {

	text-transform: uppercase;
	line-height: 12px;

	}


/* Toggle Buttons */


	a.toggle, strong.toggle {

	background: #fff;
	padding: 6px 11px;
	color: #9E0233;
	background-color: #ececec;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 10px;

	/* -webkit-border-radius: 4px;
	-moz-border-radius: 4px; */

	}

	a.toggle:hover,
	strong.toggle {

	border: 1px solid #9E0233;
	color: #fff;
	padding: 5px 10px;
	background-color: #9E0233;

	}

	ul.toggle li {

	background-color: #000;

	/* -webkit-border-radius: 4px;
	-moz-border-radius: 4px; */

	}

	ul.toggle label em {

	color: #fff;
	text-transform: uppercase;

	}
	
	div.widget-tag a, div.widget-tag strong a {

	border: 1px solid #BBB8B8;
	margin: 0 0 5px 0;
	padding: 5px 10px;
	display: block;	
	text-transform: uppercase;
	font-size: 12px;
	line-height: 11px;

	}

	div.widget-tag a:hover, div.widget-tag strong a:hover {

	background-image: none;
	background-color: #7b7b7b;
	color: #fff;
	border: 1px solid #7b7b7b;

	}

	div.widget-tag strong a, div.widget-tag strong a:hover {

	color: #fff;
	background-color: #7b7b7b;
	background-image: none;
	border: 1px solid #7b7b7b;

	}
	

/* TABS
----------------------------------------------------------------------------- */


	ul.tabs li a,
	ul.tabs li strong {

	background-color: #626262;
	color: #929292;
	/* font: normal 14px/11px Times, serif !important; */
	font: normal 16px/16px Times, serif !important;
	text-transform: uppercase;
	background: url(../images/layout/bg-tab.gif) top center repeat-x;
	height: 15px !important;
	letter-spacing: 1px;

	}

	ul.tabs li a:hover {

	background-color: #060606;
	color: #fff;
	background: url(../images/layout/bg-tab-selected.gif) top center repeat-x;
	height: 15px !important;

	}

	ul.tabs li.selected a,
	ul.tabs li.selected strong,
	ul.tabs li.selected a:hover {

	color: #fff;
	border-bottom: 0;
	background: url(../images/layout/bg-tab-selected.gif) top center repeat-x;
	height: 15px !important;
	display: block;

	}


/* PANES
----------------------------------------------------------------------------- */


	div.pane {

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

	}

	div.tabbed div.pane {

	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;

	}


/* EMPHASIZED CONTENT
----------------------------------------------------------------------------- */


/* Tabs */


	div.emphasis ul.tabs li a {

	color: #00e0ff;
	background-color: #37faff;

	}

	div.emphasis ul.tabs li a:hover {

	color: #00e0ff;
	background-color: #f0f0f0;

	}
	
	div.emphasis ul.tabs li.selected a,
	div.emphasis ul.tabs li.selected strong,
	div.emphasis ul.tabs li.selected a:hover {

	color: #fff;
	background-color: #00e0ff;

	}
	
	
/* Headings */


	div.emphasis div.pane h3,
	div.pane.emphasis h3 {
	
	color: #000;
	
	}
	
	
/* Panes */

	
	div.emphasis div.pane,
	div.pane.emphasis {
	
	background-color: #00e0ff;
	
	}
		
	div.emphasis div.pane div.group,
	div.pane.emphasis div.group {
	
	color: #ccc;
	background: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

	}
	
	
/* Inline Elements */


	p.emphasis {
	
	border-color: #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	}
	
	
/* Action Buttons */


	/* div.emphasis a.action,
	div.emphasis ul.pages a {
	
	background-color: #1681ac;
	
	}
	
	div.emphasis a.action:hover,
	div.emphasis ul.pages a:hover {
	
	background-color: #004973;
	
	} */
	
	
/* Large Action Buttons */


	ul.actions .emphasis a,
	.widget-item.display .purchase a.submit,
	ul.actions .emphasis + .submit a {
	
	font-size: 14px;
	line-height: 30px;
	padding: 3px 18px;
	
	}
	
	ul.actions .emphasis + .submit a {
	
	background-color: #cacbc6;
	
	}
	
	ul.actions .emphasis + .submit a:hover {
	
	background-color: #464646;
	
	}


/* FEATURES BOX
----------------------------------------------------------------------------- */


/* Buttons */


	div#features a.browse, div#features #photos h4 {

	display: none;

	}

	div#features #photos a#photos_back, div#features #photos a#photos_next {

	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	top: 140px;
	z-index: 300;

	}

	/* div#features #photos a#photos_back:hover, div#features #photos a#photos_next:hover {

	background-color: #131313;

	} */

	div#features #photos a#photos_back {

	left: 0;

	}

	div#features #photos a#photos_next {

	right: 0;

	}


/* Panes */


	/* div#features div.pane {

	margin-bottom: 0 !important;
	padding: 15px;
	position: relative;

	-moz-border-radius: 0;
	-webkit-border-radius: 0;

	}

	div#features div.widget-advertising {

	background-color: #00e0ff;
	padding: 0 15px 15px 15px;

	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;

	} */







/* ALERTS
----------------------------------------------------------------------------- */


	div.widget-alert h3, 
	div.widget-alert h4 {
	
	color: #fff;
	
	}
	
	div.widget-alert h3 {

	font: 24px/24px "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;

	}

	div.widget-alert p {

	color: #fff;

	}

	div.widget-alert.error {

	background-color: #db0000;

	}

	div.widget-alert.success {

	background-color: #6ba144;

	}

	div.widget-alert.info {

	background-color: #1681ac;

	}
	
	div.widget-alert.added {

	background-color: #1681ac;

	}

	div.widget-alert a {

	color: #fff;
	text-decoration: underline;

	}
	
	
/* Inline Messages */
	

	fieldset.error input, fieldset.error strong, label.error input, label.error strong, fieldset.error em {

	color: #db0000;

	}
	
	fieldset.error {
	
	border-color: #db0000;
	
	}

	fieldset.error strong,
	label.error strong {

	font-size: 11px;
	font-weight: normal;

	}

	label.error input {

	background-color: #db0000;
	color: #fff;

	}


/* BACKGROUNDS
----------------------------------------------------------------------------- */


	body {

	background: #f5f0ea url(../images/layout/bg-body.jpg) repeat-x;

	}

