body {
	background-color: #eeeeee;
	padding-top: 30px;
	color: #333;
}
h1,h2,h3,h4,h5,h6 {
	color: #303030;
	text-shadow:0 -1px 1px rgba(0,0,0,0.5);
}
.fright {
	float: right;
}
.fleft {
	float: left;
}
.emboss {
	text-shadow: 1 1px 1px rgba(0,0,1,0.5);
}
p a:link, p a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}
p a:hover {
	color: #555;
	text-decoration: underline;
}
.banner {
	margin-top: 10px;
}
a.fancybox, .social a {
	text-decoration: none;
}
a.fancybox:hover, .social a:hover {
	text-decoration: none;
}
.container_12 {
	background: white url(../img/logolines.png) no-repeat;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
	padding: 10px;
}
header {
	height: 120px;
	position: relative;
}
header img {
	padding: 10px;
}
nav {
	background: #303030 url(../img/navbg.jpg) repeat-x;
	display: block;
	width: 100%;
	float: left;
	max-height: 50px;
	margin: 0 0 15px 0;
	font-size: 12px;
}

nav ul,
nav li {
	list-style:none;
	padding:0;
	margin:0;
	display:inline;
}
nav ul li{
	float:left;
	position:relative;
}

    nav ul li a { 
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 16px 20px;
	background: url(../img/navigation-divider.png) no-repeat right 50%;
}

nav ul li a:hover {
	background-image: url(../img/navbg2.jpg);
	background-repeat: repeat-x;
	color: #afafaf;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.active {
	background-image: url(../img/navbg2.jpg);
	background-repeat: repeat-x;
	color: #afafaf;
}
.right {
	float: right;
	text-align: right;
	margin-right: 120px;
	margin-top: 30px;
}
.right p {
	height: 20px;
	font-size: 14px;
}
h2 {
	margin-bottom: 5px;
	border-bottom: 1px solid #303030;
}
h5 {
	color: #1f1f1f;
}
.grey {
	background-color: #303030;
	background-image: url(../img/colbg.jpg);
	background-repeat: repeat-x;
	margin-bottom: 20px;
	text-align: center;
	box-shadow: inset 0px 0px 1px black;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: 1px 1px 5px 1px #4c4c4c;
	color: #bcbcbc;
}
.grey img {
	margin-bottom: 10px;
}
.red {
	color: #d32b26;
}
footer {
	color: black;
	padding: 10px 0 0 0;
}
footer p {
	text-shadow:0 -1px 1px rgba(0,0,0,0.5);
}
.center {
	text-align: center;
}
#traffic_light {
	position: absolute;
	right: 0;
	top: 0;
}
.links_ul {
	margin-left: 40px;
}
.grid_4 img {
	margin-bottom: 10px;
}
.grid_4 p {
	text-align: left;
	margin-right: 10px;
}
.br {
	border-right: 1px dashed black;
}
.polaroid {
	padding: 10px;
	border: 1px solid #ddd;
}
footer a:link, footer a:visited {
	color: black;
	text-decoration: none;
	font-weight: bold;
}
.student_name {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
.social {
	position: absolute;
	left: 650px;
	top: 118px;
	color: white;
}
.social p img {
	padding: 0;
	margin-right: -10px;
}
.head1 strong {
	font-size: 30px;
	text-shadow:1px 2px 1px #700b07;
}
.head1 img {
	margin-bottom: 13px;
}
.news_date {
	margin-top: 0;
}
.news_title {
	margin-bottom: 2px;
}
.instructor_full p {
	width: 790px;
}
.instructor img {
	width: 100px;
	height: 100px;
}
.instructor h4 {
	color: #444;
}
.bb {
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 10px;
}
.gallery {
	margin-left: 20px;
}
.gallery img {
	margin: 10px;
	padding: 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

/* FORM */

label, input {
	display: block;
}
textarea {
	/* width: 300px; */
	width: 100%;
	height: 127px;
	resize: vertical;
}
input {
	padding: 3px;
	width: 200px;
	margin-bottom: 10px;
}
#formleft {
	width: 250px;
	float: left;
}
#formright {
	width: 650px;
	float: left;
}
button {
	clear: both;
}
#header_logos img {
	margin-top: 25px;
}



/* RIBBON */

.ribbon {
 font-size: 16px !important;
 width: 50%;
 position: relative;
 background: #a8221e;
 color: #fff;
 text-align: center;
 padding: 0.6em 2em; /* Adjust to suit */
 margin: 2em auto 3em; /* Based on 24px vertical rhythm. 48px bottom margin - normally 24 but the ribbon 'graphics' take up 24px themselves so we double it. */
 box-shadow: 0 4px 4px -2px gray;
}
.ribbon:before, .ribbon:after {
 content: "";
 position: absolute;
 display: block;
 bottom: -1em;
 border: 1.5em solid #8b1c19;
 z-index: -1;
}
.ribbon:before {
 left: -2em;
 border-right-width: 1.5em;
 border-left-color: transparent;
}
.ribbon:after {
 right: -2em;
 border-left-width: 1.5em;
 border-right-color: transparent;
}
.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
 content: "";
 position: absolute;
 display: block;
 border-style: solid;
 border-color: #804f7c transparent transparent transparent;
 bottom: -1em;
}
.ribbon .ribbon-content:before {
 left: 0;
 border-width: 1em 0 0 1em;
}
.ribbon .ribbon-content:after {
 right: 0;
 border-width: 1em 1em 0 0;
}
.non-semantic-protector { position: relative; z-index: 1; }

/* FACEBOOK FEED */

ul#fb_feed li {
	margin: 0 0 10px 0;
	padding: 0 0 5px 95px;
	list-style: none;
	border-bottom: 1px solid #666;
}
ul#fb_feed li.fb_post {
	background-image: url(../img/fb_feed.png);
	background-repeat: no-repeat;
	background-position: 25px 0;
}
ul#fb_feed li p.fb_date {
	color: #999;
	font-size: 0.83em;
	font-style: italic;
}