 @font-face {
   font-family: Susie;
   src: url(/wp-content/fonts/susie.ttf);
 }
 


/*BACKGROUND*/
body {
	background: url(/wp-content/themes/thesis_182/custom/images/TTsite_bg.jpg) repeat;
}

#page{background: transparent;}
#content_box {
    background: #f2ede3 url('/wp-content/themes/thesis_182/custom/images/TTsidebar_bg.jpg') repeat-y scroll 63.4em 0;
    width: 100%;
    border-left: 14px solid #353136;
    border-right: 14px solid #353136;
}

/* HEADER ZONE */
.custom #header_area {
	background: transparent;
	z-index:1000;}
   
.custom #header_area .page {background: transparent;}



.custom #header { 
   border:0px solid #993099;
   height:246px;
   width:1000px;
   padding-top:0;
   padding-bottom:0;
   margin-top: 0px;
   align: center;
   background: transparent url(/wp-content/themes/thesis_182/custom/images/TTheader.png)   no-repeat; 
   z-index: 1001;
}

#page {
   position: relative !important;
}


#clickableHeader {
	width: 1000px; 
	height: 250px; 
	position: absolute; 
	cursor: pointer;
	z-index: 1002;
}

/* NAV BAR */
.menu{
	background: #576a78;
	border-left: 14px solid #353136;
	border-right: 14px solid #353136;
	border-bottom:0px;
	width: 972px;
}

.custom .menu a {text-transform:none;} 

/*CONTENT AREA*/
img.border { border: 2px #494658 solid; }

.no_sidebars #content {
    background: none repeat scroll 0 0 #F2EDE3;
    width: 100%;
}

h5, h6{
	text-transform: none;
}

/*SIDEBARS*/
li.widget{
	background: #bc513b;
	padding: 2px;}

/* FOOTER ZONE */

#footer {
	background: #f2ede3;
	border-left: solid 14px #353136;
	border-right: solid 14px #353136;
	border-bottom: solid 14px #353136;
	border-top: 0px;
	width: 950px;
	}

/* footer widget area setup */
#footer_setup {
	/* widgetized footer background (not footer background) */
	background: #576a79;
	border: #bc523b solid 4px;
	/* widget padding */
	padding: 16px;
	/* margin at bottom of widgets */
	margin-bottom: 25px;
	/* do not change this! */
	overflow: hidden;
}

/* widget item setup */
#footer_setup .footer_items {
	/* contents alignment */
	text-align: left;
	/* widget width */
	width: 293px;
	/* space between widgets */
	padding-right: 10px;
	/* text color */
	color: #2361A1;
	/* do not change these! */
	display: inline-block;
	float: left;
	height: 100%;
}

/* widget item headers*/
#footer_setup .footer_items h3 {
	font-family: 'Susie', Arial, sans-serif; 
	text-align: center;
	/* font size */
	font-size: 46px;
	/* bold or not */
	font-variant: normal;
	/* uppercase or not */
	text-transform: lowercase;
	/* space out the letters*/
	letter-spacing: 0px;
	/* font color*/
	color: #f2ede3;
	/* padding under header text */
	padding-bottom: 3px;
	/* border under header text */
	border-bottom: 2px solid #484558;
	/* distance between border and widget text */
	margin-bottom: 5px;
}

/* do not change these! */
#footer_setup .footer_items ul li { list-style: none; }
#footer_setup .footer_items ul { margin: 0px; padding: 0px; }

/*----- Content Float Fix -----*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


