@font-face {
   font-family: 'TexasLEDRegular';
   src: url('/css/fonts/texasled-webfont.eot');
   src: local('?~X?'), url('/css/fonts/texasled-webfont.woff') format('woff'), url('/css/fonts/texasled-webfont.ttf') format('truetype'), url('/css/fonts/texasled-webfont.svg#webfontr0TSj5tT') format('svg');
   font-weight: normal;
   font-style: normal;
}


body {
	 background: #202020 url('/img/bg.png') no-repeat center top;
	 font-weight: normal; 
	 font-style: normal; 
	 line-height:normal; 
	 font-family: 'TexasLEDRegular', sans-serif;
	 color: white !important;
}

form {
	background-color: white;
}

hr {
	color: #333333;
	background-color: #333333;
	border: none 0px;
	height: 1px;
}

#container {
	width: 950px;
	padding: 0px;
	margin: auto;

}

#container #left{
	float: left;
	width: 425px;
}

#container #right{
	float: right;
	width: 480px;
}

#current-wall{
	background-color: white;
	height: 238px;
	width: 425px;
}

#video {
	background-color: black;
	height: 385px;
	width: 480px;
	color: black;
}

#nav-container {
	 text-align: right;
}

#nav {
	height: 21px;
	margin-top: 30px;
	padding-bottom: 5px;
}

#nav li {
	display: inline;
	margin-left: 20px;
}

#nav li a{
	font-size: 19px;
	text-decoration: none;
	border-bottom: none;
	color: white;
	padding-bottom: 4px;
}

#nav li a:hover {
	border-bottom: 3px solid #AA34A4;
}

#footer-nav {
	height: 20px;
	margin: 0px;
	padding-bottom: 10px;
}

#footer-nav li {
	display: inline;
	margin-right: 20px;
}

#footer-nav li a{
	border-bottom: none;
	color:white;
	font-size:16px;
	padding-bottom:3px;
	text-decoration:none;
}

#footer-nav li a:hover {
	border-bottom: 2px solid #00A8E6;
}

h1 {
	font-size: 25px;
	color: white;
	border-bottom: 3px solid #AA34A4;
	padding-bottom: 11px;
}

h2 {
	margin-top: 2px;
	color: white;
	font-size: 19px;
	padding-bottom: 8px;
}

#left h2 {
	color: white;
}

h3 {
	margin-top: 2px;
	font-size: 19px;
	padding-bottom: 8px;
	text-align: right;
}

#right span {
	float: left;
	width: 100%;
	padding-left: 9px;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: bold;
	letter-spacing: 0.7px;
}

#footer {
	height: 50px;
	margin-bottom: 30px;
}

#recent-wall div.container {
	 background-color:white;
	 display:inline-block;
	 height:69px;
	 margin-bottom:20px;
	 margin-right:20px;
	 width:125px;
}
#recent-wall div.last {
	margin-right: 0px;
}

#header {
	padding-bottom:10px;
}

div.char, div.col {
	float: left;

}
div.small div.char a, div.small div.char span {
	width: 3px;
	height: 3px;
	border: 1px solid white;
}

#current-wall div.char a, #current-wall div.char span{
	width: 15px;
	height: 15px;
}

div.char a, div.char span {
	display: block;
	height: 20px;
	width: 20px;
	border: 1px solid #CCC;
	float: left;
}
div.char a.selected, div.char span.selected {
	 color: red;
	 background-color: red;
}

.error {
	color: red;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: -3px;
}

.fail {
	font-family: Helvetica,Arial,sans-serif;
}

.secondary {
	font-family: Helvetica,Arial,sans-serif;
	-moz-border-radius:4px 4px 4px 4px;
	background-color:white;
	border:1px solid #DDDDDD;
	min-height: 500px;
	padding-bottom: 10px;
}
.secondary label{
	font-weight: bold;
	font-size: 17px;
}

.secondary form {
	-moz-box-shadow: 0px 0px 0px #000;
	-webkit-box-shadow: 0px 0px 0px #000;
	box-shadow: 0px 0px 0px #000;
	border: 0px;
	padding-top: 0px;
}

.secondary p {
	color: #292829;
	padding:1em 2em .5em;
	margin-bottom: 0px;
	line-height: 1.3em;
}
.secondary h4 {
	padding-left: 28px;
}

.secondary h5 {
	padding-left: 28px;
}

.secondary .medium-drawing{
	padding-left: 28px;
}

.secondary hr{
	margin-left: 28px;
	margin-right: 28px;
	background-color: #CCC;
}

.left {
	float: left;
}

.right {
	float: right;
}

img.standard {
	padding: 2px;
	margin: 15px 20px 15px 28px;
	border: 1px solid #CCC;
}

.secondary li {
	color: #292829;
}

.how {
	width: 100px;
}

.col {
   width: 110px;
}

#current-wall .col {
   width: 85px;
}

#recent-wall .col {
   width: 25px;
}

.twit {
	margin-bottom: 3px;
	height: 40px;
}

.twit a {
	display: block;
	font-family:Helvetica,Arial,sans-serif;
	font-weight:bold;
	letter-spacing:0.7px;
	text-decoration: none;
	border: none;
	color: #00A8E6;
}

.twit a:hover {
	color: #00bbff;
	text-decoration: underline;
}

.twit .date {
	float: left;
	display:  block;
	font-size: 11px;
	margin-top: 3px;
}

h2 {
	color: #454545;
}

h2 a {

	color: #00bbff;
	padding-bottom: 8px;
}

h2 a:hover {
	color: #ff59ff;
}

div.video-offline {
	text-align: center;
	color: white;
	padding-top: 150px;
}

.imgur-album {
	margin: 0px 2em 0px 2em;
	width: 892px;
}

div.social-container {
	float: right;
	width: 70px;
	height: 200px;
	margin-right: 270px;
}

