/* @override http://sdsumjo.localhost.com/css/default.css */

/*

Default styles for SDSU Department of Journalism's
online Master's website

Created by:   Worthless Development

*/

/*

Colors
------

orange:		#f59522
blue:		#00abe8
dark blue:	#002e5e
gray:		#d6d6d6
yellow:     #ffff33

*/

a, a:hover {
	text-decoration: none;
	color: #f59522;
}

img {
	padding: 0px;
	margin: 0px;
	border: none;
}

body {
	background: transparent url('/images/background.jpg') fixed center repeat;
	margin: 0;
	padding: 0;
	text-align: center;
}

#page-container {
	margin: auto;
	text-align: left;
	width: 950px;
	color: #FFF;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

#header {
	position: relative;
	background: transparent url('/images/header.png') no-repeat;
	padding: 260px 0px 3px 150px;
}

#navigation-background {
	position: inherit;
	/* Round the bottom corners and not the top ones */
	-webkit-border-bottom-left-radius: 5px;
	-khtml-border-radius-bottomleft: 5px;	
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;

	-webkit-border-bottom-right-radius: 5px;
	-khtml-border-radius-bottomright: 5px;	
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	
	margin: -63px 0px 0px 73px;
	background: #00abe8;
	border: 2px solid #FFF;
	height: 72px;
	vertical-align: middle;
	width: 675px;
	z-index: -10;
}

#navigation-links {
	margin-left: 20px;
}

#navigation-links li {
	position: relative;
	z-index: 50;
	float: left;
	height: 35px;
	margin: -29px 30px 10px 40px;
}

#navigation-links li a {
	height: 25px;
	padding-bottom: 15px;
	color: white;
	text-transform: uppercase;
	font-style: italic;
	font-size: 16px;
	font-weight: lighter;
}

#navigation-links li a,#navigation-links li :hover,#navigation-links li a:active,#navigation-links li a:active
	{
	color: #FFF;
	height: 35px;
	text-decoration: none;
}

#navigation-links li a:hover {
	background: transparent url('/images/orange_dots.png') no-repeat center 15px;
	text-align: center;
}

.current-page {
	background: transparent url('/images/orange_dots.png') no-repeat center 15px;
}

.clear {
	clear: none;
}

.center {
	text-align: center;
}



.left {
	float: left;
}

.right {
	float: right;
}

.large-column {
	width: 675px;
	margin-left: 20px;

}

.medium-column {
	width:  520px;
	margin-left: 20px;
	margin-right: 10px;
}

.small-column {
	width: 200px;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}

.small-top-padding {
	padding-top: 15px;
}

.big-top-padding {
	padding-top: 35px;
}

.small-right-padding {
	padding-right: 15px;
}

.medium-font {
	font-size: 14px;
	line-height: 26px;
}

.big-font {
	font-size: 16px;
}

.extra-big-font {
	font-size: 24px;
}

.single-centered-column {
	vertical-align: middle;
	width: 675px;
	float: left;
	margin: 0px 0px 0px 27px;
}

#faculty-bios {
	margin-top: -15px;
	line-height: 15.5px;
}

.faculty-name {
	font-weight: bolder;
	font-size: 14px;
	color: #f59522;
}

.shadow {
	/* CSS standard */
	text-shadow: 2px 2px 2px black;
	/* IE */
	filter: Shadow(
		Color=black,
		Direction=135, 
		Strength=2);
	}
}

.uppercase {
	text-transform: uppercase;
}

#left-nav,#navigation-links {
	list-style: none;
	text-align: center;
}

#left-nav {
	margin-top: 50px;
	margin-right: 20px;
}

#left-nav li {
	color: #FFF;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 85px;
	list-style-type: none;
	text-align: center;
}

#left-nav div {
	border: none;
}

div.four-cs {
	position: relative;
	left: 188px;
	display: none;
	z-index: 200;
	
	color: #00abe8;
}

#credible-image {
	top: -840px;
}

#credible-text {
	position: absolute;
	top: 22px;
	left: 15px;
	width: 325px;
	line-height: 15px;
}

#customized-image {
	top: -730px;
}

#customized-text {
	position: absolute;
	top: 18px;
	left: 18px;
	width: 325px;
	line-height: 15px;
}

#convenient-image {
	top: -655px;
}

#convenient-text {
	position: absolute;
	top: 20px;
	left: 15px;
	width: 325px;
	line-height: 15px;
}

#community-image {
	top: -540px;
}

#community-text {
	position: absolute;
	top: 30px;
	left: 20px;
	width: 325px;
	line-height: 15px;
}

#application {
	margin-bottom: 20px;
}

.application-form-table {
	margin-left: 20px;
}

.application-form-table label {
	width: 150px;
}

.application-textbox {
	padding: 2px;
}

.application-textbox label {
	width: 100px;
}

.application-button {
	text-align: center;
}

.errored-input {
	background-color: #f38f8c;
}

.error li{
	
}

.error-message {
	color: #bd2929;
}

.required {
	font-weight: bolder;
}

.inforequest-done {
	color: #ffff33;
}