/* `CUSTOM CLASSES
----------------------------------------------------------------------------------------------------*/
.accessable {
	text-indent: -6000px;
}

.title1 {
	font-size: 72px;
	font-weight: bold;
}
.title2 {
	font-size: 40px;
	font-weight: normal;
}

.beta {
	font-size:14px;
	color: #8388A3;
	font-style: italic;
	font-weight: normal;
}

.topnav {
	padding-top: 0px;
	padding-bottom: -10px;
	border-bottom: thin dotted #333;

}

.topnav li {
	list-style-type: none;
	float: left;
}

.topnav li a {
	color:#666;
}

.title_block {
	padding-bottom: 0px;
}

.right_title {
	text-align:right;
	vertical-align:text-bottom;
	height: 70px;
	font-size: 12px;
}

.saying {
	font-size: 72px;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 25px;	
}

.saying2 {
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
	padding-top: 10px;
	padding-bottom: 25px;

}

.home-feature {
	background:#06F;
	color:#FFF;
	text-transform: uppercase;
	font-size:14px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.feature_video_container {
	border-bottom: thin dotted #333;
	padding:15px 0px 15px;
}

.video_container {
	border-bottom: thin dotted #333;
	padding:15px 0px 15px;
}

.featured_video {
	font-size: 24px;
	font-style: oblique;
}

.video_title {
	font-size: 20px;
	font-weight: bold;
	padding-top: 5px;
}

.video_author {
	font-size: 14px;
	font-style: italic;
	margin-top: -18px;
}

.video_description {
	margin-top: 10px;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
}

.video_category {
	font-style: italic;
}




.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

.form-bg {
	background:#CCC;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: -10px;
	border-top:thin, #333;
}





/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/
	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	background: #AAA;
	color: #333;
	font-size: 11px;
	padding: 20px 0; /* vertical space*/
	border-style: none;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

a
{
	color: #333;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

