/*
Theme Name: FSD
*/


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* --------------------------- Text Links and Lists ------------------------- */

body{
	background: #464646 url('images/header_pattern.png') 0 0 repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

body, a{
	color: #444;
}

h1, h2, h3, h4, h5, h6, p, ol, ul{
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h1{
	background-color: #464646;
	color: #fff;
	font-size: 24px;
	padding: 10px;
}

h2{
	font-size: 21px;
}

h3{
	font-size: 18px;
}

h4{
	font-size: 15px;
}

h5{
	font-size: 12px;
}

a{
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

li{
	margin-bottom: 8px;
}

ol{
	list-style: decimal;
}


/* --------------------------- Main Elements ------------------------- */

#page-wrapper{
	margin: 0 auto;
}

#page-wrapper, #content-wrapper{
	width: 1043px;
}

#header{
	height: 132px;
	position: relative;
}

#content-wrapper{
/*	background: url('images/mainWrapper_bg.png') 0 0 repeat-y;*/
	background-color: #fff;
	overflow: hidden;
	padding-bottom: 40px;
}

#main-wrapper{
	float: right;
	margin-right: 17px;
	width: 730px;
}

#side-wrapper{
    background-color: #F5EACD;
    float: left;
    margin-left: 10px;
    width: 275px;
    border-radius: 5px 5px 5px 5px;

}

#main-wrapper, #side-wrapper{
	padding-top: 0px;
}

#footer{
	
}


/* --------------------------- Header ------------------------- */

ul#mainNavigation{
	margin: 101px 0 0 10px;
	position: absolute;
}

ul#mainNavigation li{
	float: left;
}

ul#mainNavigation a{
	color: #fff;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	height: 31px;
	padding-top: 5px;
	text-align: center;
	text-decoration: none;
	width: 119px;
}

ul#mainNavigation a:hover, ul#mainNavigation a.active{
	color: #464646;
}

ul#mainNavigation a.active{
	background: url('images/nav_over.png') 0 0 no-repeat;
}



/* --------------------------- Main Wrapper ------------------------- */

.mainWrapper_top{
/*	background: url('images/mainWrapper_top.png') 0 0 no-repeat;*/
	height: 8px;
	width: 1043px;
	background-image: -moz-linear-gradient(#ccc, #fff 11%);
	background-image: -webkit-linear-gradient(#ccc, #fff 11%);
	background-image: -o-linear-gradient(#ccc, #fff 11%);
	background-image: -ms-linear-gradient(#ccc, #fff 11%);
	background-image: linear-gradient(#ccc, #fff 11%);
}

h3.moreFire{
	margin: 20px 0 30px 0;
}

#main-wrapper ul, #main-wrapper ol{
	margin-left: 30px;
}

#main-wrapper ul{
	list-style: disc;
}

#main-wrapper li{
	padding-left: 10px;
}

#main-wrapper ul ul{
	list-style: circle;
}

ul#campus-nav{
	text-align: center;
	width: 600px;
}

ul#campus-nav li{
	display: inline;
	padding: 5px;
}

/* --------------------------- Side Wrapper ------------------------- */

.sbarSection{
	margin-bottom: 25px;
}

.sbarSection h3{
	background-color: #464646;
	color: #fbfce2;
	padding: 10px;
	text-align: center;
}

.sbarSection ul{
	list-style: disc;
	margin-left: 30px;
}

.sbarSection li{
	padding-left: 10px;
}

.mostPop{
	text-align: center;
}

.mostPopText{
	display: block;
	margin-bottom: 10px;
}

.shareWrap{
	margin: 0 auto;
	overflow: hidden;
	width: 178px;
}

.fb-like, .tweet{
	float: left;
}

.tweet{
	margin-right: 6px;
	width: 60px;
}


/* --------------------------- Footer Stuff ------------------------- */

#footer p{
	color: #fff;
	padding: 20px 0;
	text-align: center;
}

/* ------------------------------- Form Stuff ------------------------------- */

select{
	display: block;
	font-size: 11px;
	margin-bottom: 10px;
	width: 200px;
}

.dfwArrow{
	background: url('images/sideDfw_arrow.png') 0 3px no-repeat;
	height: 30px;
	padding-left: 30px;
	padding-bottom: 13px;
}

input.search_now{
	background: url('images/search_now.png') 0 0 no-repeat;
	border: none;
	cursor: pointer;
	height: 69px;
	width: 242px;
}

input.search_now:hover{
	background-position: 0 -69px;
}

form.edudirect-search-widget input {
	margin-top: 13px;
	margin-left: 27px;
}

form.edudirect-search-widget {
	padding:0 20px;
}

#content-finderdfw{
    background-color: #F5EACD;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 2px #464646;
    height: 290px;
    margin: 0 auto 20px;
    width: 370px;
}

.content-finderdfw-form{
	margin-left: 65px;
	padding-top: 40px;
}

.content-finderdfw-form input[type="text"]{
	*margin-left: -64px;
}

.content-finderdfw-form h2{
	padding-bottom: 15px;
}

#content-finderdfw form.edudirect-search-widget {
	padding: 20px 0 0 60px !important;
}

#content-finderdfw h2 {
	margin: 0 0 0 60px;
    padding: 30px 0 0;
}


/* ------------------------------- Table Stuff ------------------------------- */

td{
	vertical-align: top;
}

table.schools a{
	color: #a32500;
}

td.logo{
	font-size: 10px;
	line-height: 15px;
	padding-right: 10px;
	text-align: center;
	width: 150px;
}

td.logo, td.desc{
	padding-bottom: 10px;
}

.requestInfoBtn{
	background: url('images/request_info_red.png') 0 0 no-repeat;
	float: right;
	height: 42px;
	margin-right: 20px;
	width: 206px;
}

.requestInfoBtn:hover{
	background-position: 0 -42px;
}


/* ------------------------------- Non-Category Styles ------------------------------- */

strong{
	font-weight: bold;
}

em{
	font-style: italic;
}


/* ------------------------------- Blog Stuff ------------------------------- */

.post{

}

.entry-meta{
	font-style: italic;
	margin-bottom: 10px;
}

.entry-utility{
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 10px;
}

#nav-below{
	overflow: hidden;
}

.nav-previous, .nav-next{
	width: 300px;
}

.nav-previous{
	float: left;
	text-align: left;
}

.nav-next{
	float: right;
	text-align: right;
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

.requestinfo {
	margin-bottom: 30px;
}

table a#requestInfoBtn{
	float: none;
	background: url('images/button-requestinfo.png') no-repeat 0 0;
	display: block;
	width: 215px;
	height: 54px;
	margin: 0 0 0 138px;
	margin-left: 138px\0/;
}

table a#requestInfoBtn:hover{
	background-position: 0 -54px;
}

table span.requestBtnText{
	position: absolute;
	top: -999em;
}

table tbody tr {
	padding-bottom: 20px;
}

a.featured {
    cursor: pointer;
    display: block;
    margin: -10px auto -25px;
    padding: 20px 0 15px;
    text-align: center;
    width: 275px;
    text-decoration: none;
    color:#F5EACD;
}

a.featured:hover {
	background-color: #fff;
	color:#000;
	width:271px;
	border-left:2px solid #F5EACD;
	border-right:2px solid #F5EACD;
}

span.cta {
	font-size: 15px;
	color:#A10F08;
	text-decoration: none;
	padding-top: 10px;
	
}

span.hidden {

}
