/*
Theme Name: Jus Like That
Description: Jus Like That
Version: 1.0
Author: Jon Webster
Author URI: http://binarylab.com/


*/



@charset "utf-8";
/* CSS Document */

 
@font-face {
 font-family: MyCustomFont;
 src: url("/Britannic_Bold.eot") /* EOT file for IE */
}
@font-face {
 font-family: MyCustomFont;
 src: url("/Britannic_Bold.ttf") format("truetype"); 
 /* TTF file for CSS3 browsers */
}


body {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

td,th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC33;
	background-repeat: repeat;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 3px;
}
body {
	background-color: #000000;
	background-image: url(images/bg-curtains.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	scrollbar-base-color: #FF0000;
	scrollbar-arrow-color: #FCEE85;
	scrollbar-3dlight-color: #FF0000;
	scrollbar-darkshadow-color: #FF0000;
	scrollbar-face-color: #FF0000;
	scrollbar-highlight-color: #FF0000;
	scrollbar-shadow-color: #FF0000;
	scrollbar-track-color: #FCEE85;
}
#head{
	width:990px;
	height:226px;
}
#wrapper {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	height: 900px;
}
#content {
	width:470px;
	margin-left: 50px;
	height: 520px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-image: url(images/grey.png);
}
#content2 {
	width:450px;
	margin-left: 50px;
	height: 500px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-image: url(images/grey.png);
	padding: 10px;
}
#content3 {
	width:570px;
	margin-left: 50px;
	height: 520px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-image: url(images/grey.png);
}
h1 {
	font-size: 1.7em;
	font-family: MyCustomFont, Arial, Helvetica, sans-serif;
	color: #FFD75C;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 1.4em;
	font-family: MyCustomFont, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 4px;
	padding: 4px;
}
h3 {
	font-size: 1.4em;
	font-family: MyCustomFont, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 4px;
	padding: 4px;
}
h4 {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
a:link {
	color: #FFF713;
}
a:visited {
	color: #FFF713;
}
a:hover {
	color: #F2EC00;
}
a:active {
	color: #FFF713;
}

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: #FCEE85;
}
.vscrollerbar {
width: 10px;
background-color: #FF0000;
}
.hscrollerbase {
height: 10px;
background-color: #FCEE85;
}
.hscrollerbar {
height: 10px;
background-color: #FF0000;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}
.quotes {
	font-size: 1.7em;
	font-family: MyCustomFont, Arial, Helvetica, sans-serif;
	color: #FFD75C;
	margin: 0px;
	padding: 0px;
}

