/**
* CSS
* 
* @version T-5C0
* @author Vaska 
* @author Gregory Cadar
* @author Terrence Scoville
*/


* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Helvetica Neue, Helvetica, Futura, Verdana, sans-serif;
	background-color: #eee;
	background-image: url(http://feelmystic.com/tsco/i/bgbw.gif);
	background-position: bottom center;
	background-repeat: repeat-x;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

/*///////////////////////////////////////
///////// LINKS /////////////////////////
///////////////////////////////////////*/

#menu a:link { text-decoration: underline; color: #333; }
#menu a:active { text-decoration: none; color: #333; }
#menu a:visited { text-decoration:; color: #333; }
#menu a:hover { text-decoration: underline; color: #555; }

a:link { text-decoration: underline; color: #333; }
a:active { text-decoration: none; color: #333; }
a:visited { text-decoration: ; color: #333; }
a:hover { text-decoration: underline; color: #555; }

.cp a,
.contact a,
.cp a:active,
.contact a:active,
.cp a:visited,
.contact a:visited {	color: white;
	text-decoration: none;
	border-bottom: 1px dotted white;
}

.cp a:hover,
.contact a:hover {	color: #ccc;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

.active {
	 background-color: yellow;
}

a img { }

/*///////////////////////////////////////
///////// MENU //////////////////////////
///////////////////////////////////////*/

#menu {
    width: 18%;
    position: fixed;
    bottom: 75px;
    top: 0;
    left: 0;
	color: #333;
	background-color: transparent;
/*	background: white url("/tsco/i/nav.gif") top right repeat-y; */
	overflow-x: hidden;
	overflow-y: auto;
}

body>#wrapper div.tbl { display: table; height: 100%; #position: relative; overflow: hidden; width: 100%; }
body>#wrapper div.tblcll { #position: absolute; #top: 50%; display: table-cell; vertical-align: middle; }

#IEroot * { vertical-align: top; }

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 6px;
	background-color: #fff;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
}


#menu li a {
	margin: 2px 0px 2px 0px;
	padding: 2px 6px;
	display: block;
	line-height: 1.5em;
}

#menu li a:hover {
	background-color: #ffffcc;
}

#menu li, #menu li.active {
	color: #333;
	margin: 0;
	display: block;
}

#menu ul li.section-title:after {
	content: ": ";
}

#menu ul li.section-title { 
	background-color: transparent;
	color: #888;
	text-align: left;
	margin: 0 6px 0 0;
	padding: 0;
	font-size: 11px;
	text-transform: capitalize;
}

#menu ul li.section-title:hover { 
	color: #555;
	text-decoration: underline;
}

.ti {
	display: inline;
	color: white;
	position: absolute;
	bottom: 6px;
	right: 8px;
}

/*///////////////////////////////////////
///////// CONTENT ///////////////////////
///////////////////////////////////////*/

#cont {
	height: 0px;
	background-color: black;
	padding: 0 10px;
}

#content {
    width: 82%;
    position: fixed;
    bottom: 75px;
    top: 0;
    left: 18%;
	color: #FFF;
	overflow-x: auto;
	overflow-y: auto;
	text-align: center;
}

.container {
    padding: 12px;
}

body>.container { position: relative; top: -50%; display: block; }

#content p { background-color: white; color: #333; text-align: left; line-height: 1.5em; text-align: justify; width: 400px; padding: 6px 9px; margin-bottom: 8px; }

/*///////////////////////////////////////
///////// FOOTER ////////////////////////
///////////////////////////////////////*/

.cp {
	display: inline;
	color: white;
	position: absolute;
	bottom: 6px;
	left: 8px;
	font-size: 12px;
}

.contact {
	display: inline;
	color: white;
	position: absolute;
	bottom: 6px;
	right: 8px;
	font-size: 12px;
}

/*///////////////////////////////////////
///////// HEADINGS //////////////////////
///////////////////////////////////////*/

h1 {
	font-size: 0px;
	text-indent: -999px;
	display: none;
	margin: 0; padding: 0;
	height: 0; width: 0;
}
h2 { font: 32px Futura, sans-serif; color: #ddd; margin-bottom: 12px;
	text-transform: uppercase;
}
h3 { font: 200% Futura, sans-serif; padding: 0; margin: 0 0 0.5em 0; }
h4 { font-size: 12px; }

/*///////////////////////////////////////
///////// IMAGES ////////////////////////
///////////////////////////////////////*/

#img-container	{ margin: 0 auto; padding: 0; text-align: center; }
#img-container p { margin: 0 0 0.5em 0; padding: 0; background-color: white; display: inline; }
#img-container p.nav { display: block; width: 326px; background-color: transparent; }
#img-container img { border: 9px solid white; }

a.thickbox img {
	 background-color: black; /** GIF Transparency Bug **/
}

a.mainimg { border: none; }
a.mainimg img { border: 8px solid #fff; margin: 0 6px 9px 0; background-color: black; }

.nothumb { padding: 8px 0; color: #333; text-align: left; }
.nothumb strong { padding: 8px 0 0 0; color: #333; text-align: left; font-weight: normal; font-size: 18px; }

.nothumb img { }

/*///////////////////////////////////////
///////// YOUTUBE ///////////////////////
///////////////////////////////////////*/

.youtube {
	float: left;
	padding: 0 12px 16px 0;
	line-height: 1.5em;
	color: #333;
}

#once { clear: left; }