/*
Theme Name: South Central Scholars
Author: Axisgraphics.com
Author URI: http://www.axisgraphics.com/
*/

body {
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #464646;
	background-image: url(images/background.jpg);
}

img {
	border: none;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul img {
	vertical-align: top;
}

table {
	margin: 0;
}

form {
	margin: 0;
}

p {
	margin: 0 0 15px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #464646;
	margin: 0 0 15px;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	display: none;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 17px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 11px;
}

form {
	margin: 0;
	padding: 0;
}

a {
	color: #464646;
}

input.inputText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: transparent;
	background-image: url(images/inputText_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	border: 1px solid #D8D4C6;
	color: #464646;
	padding: 3px 5px 1px;
}

input.inputSubmit {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #B8B8B8;
	background-color: #E3E1D9;
	color: #464646;
	padding: 1px 15px;
	
	/* IE only */
	*padding: 0px 5px;
}

textarea {
	background-color: transparent;
	background-image: url(images/inputText_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	border: 1px solid #D8D4C6;
	color: #464646;
	padding: 3px 0 1px 5px;
	overflow: auto;
}

select {
	border: 1px solid #D8D4C6;
	background-color: #f5f5f5;
	color: #464646;
}

/* container */
div.container {
	position: relative;
	width: 700px;
	margin: 0 auto;
	padding: 0 8px 0;
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-y;
}

/* header */
div.header {
	position: relative;
	width: 700px;
	height: 124px;
	border-bottom: 2px solid #D8D4C9;
}

/* content */
div.content {
	clear: left;
}

/* footer */
div.footer {
	clear: both;
	width: 716px;
	margin: 0 auto;
	color: #666666;
	font-size: 10px;
	text-align: center;
	padding-top: 40px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
div.footer a {
	color: #666666;
	text-decoration: none;
}
div.footer a:hover {
	text-decoration: underline;
}
div.footer ul li {
	display: inline;
}
div.footer ul li a {
	padding: 0 12px 0 7px;
	background-image: url(images/footer_separator.gif);
	background-position: right;
	background-repeat: no-repeat;
}
div.footer ul li a.footer_lastItem {
	background: none;
}

/* logo */
a.logo {
	position: absolute;
	left: 17px;
	top: 5px;
}

a.donate {
	position: absolute;
	right: 0;
	top: 15px;
	right: 20px;
}

/* topMenu */
ul#topMenu {
	position: absolute;
	left: 9px;
	bottom: 0;
	margin: 0;
	padding: 0;
}
ul#topMenu li {
	float: left;
}
ul#topMenu li a {
	float: left;
	height: 39px;
}
ul#topMen li a#topMenu_current {
}

/* subMenu */
ul#subMenu {
	position: absolute;
	left: 2px;
	top: 41px;
	float: left;
	width: 100%;
}
ul#subMenu li {
	float: left;
}
ul#subMenu li a {
	float: left;
	height: 31px;
}

/* tableData */
table.data td {
	vertical-align: top;
}

/* hidden */
.hidden {
	display: none;
}

div.otherLinks {
	margin: 30px 20px 30px 15px;
}
div.otherLinks ul {
	margin-left: 10px;
}
div.otherLinks li a {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
div.otherLinks li a:hover {
	text-decoration: underline;
}

/* leftGenericBox */
div.leftGenericBox {
	float: left;
}

/* rightGenericBox */
div.rightGenericBox {
	float: right;
}

/* fullWidthGenericBox */
div.fullWidthGenericBox {
	clear: both;
}

/* leftTextBox */
div.leftTextBox {
	float: left;
	clear: left;
	width: 429px;
	background-image: url(images/leftTextBox_bg.jpg);
	background-repeat: repeat-y;
}
div.leftTextBox_content {
	padding: 32px 28px 30px;
	background-image: url(images/leftTextBox_content.jpg);
	background-repeat: no-repeat;
}
div.leftTextBox_content h3 {
	font-size: 22px;
	font-weight: normal;
}
div.leftTextBox_content h3 a {
	text-decoration: none;
}
div.leftTextBox_footer {
	height: 20px;
	background-image: url(images/leftTextBox_footer.jpg);
	background-repeat: no-repeat;
}

/* rightTextBox */
div.rightTextBox {
	float: right;
	clear: right;
	width: 267px;
	background-image: url(images/rightTextBox_bg.jpg);
	background-repeat: repeat-y;
}
div.rightTextBox_content {
	padding: 32px 28px 0;
	background-image: url(images/rightTextBox_content.jpg);
	background-repeat: no-repeat;
}
div.rightTextBox_content h3 {
	font-size: 22px;
	font-weight: normal;
}
div.rightTextBox_footer {
	height: 20px;
	background-image: url(images/rightTextBox_footer.jpg);
	background-repeat: no-repeat;
}

/* fullWidthTextBox */
div.fullWidthTextBox {
	clear: both;
	width: 700px;
	background-image: url(images/fullWidthTextBox_bg.jpg);
	background-repeat: repeat-y;
}
div.fullWidthTextBox_content {
	padding: 32px 28px 0;
	background-image: url(images/fullWidthTextBox_content.jpg);
	background-repeat: no-repeat;
}
div.fullWidthTextBox_content h3 {
	font-size: 22px;
	font-weight: normal;
}
div.fullWidthTextBox_text {
	margin-bottom: 30px;
}
div.fullWidthTextBox_footer {
	clear: both;
	height: 20px;
	background-image: url(images/fullWidthTextBox_footer.jpg);
	background-repeat: no-repeat;
}

/* leftImageBox */
div.leftImageBox {
	float: left;
	clear: left;
	width: 429px;
	background-image: url(images/leftImageBox_bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
}
div.leftImageBox_header {
	background-image: url(images/leftImageBox_header.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
div.leftImageBox_footer {
	background-image: url(images/leftImageBox_footer.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 20px 19px 20px 29px;
}
div.leftImageBox_footer img.leftImageBox_photo {
	border: 1px solid #C0C0C0;
	display: block;
	margin-bottom: 10px;
}

/* rightImageBox */
div.rightImageBox {
	float: right;
	clear: right;
	width: 270px;
	margin-top: 10px;
	background-image: url(images/rightImageBox_bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
}
div.rightImageBox_header {
	background-image: url(images/rightImageBox_header.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
div.rightImageBox_footer {
	background-image: url(images/rightImageBox_footer.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 20px 28px;
}
div.rightImageBox_footer img.rightImageBox_photo {
	border: 1px solid #C0C0C0;
	display: block;
	margin-bottom: 10px;
}

/* fullWidthImageBox */
div.fullWidthImageBox {
	clear: both;
	width: 700px;
	background-image: url(images/fullWidthImageBox_bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
}
div.fullWidthImageBox_header {
	background-image: url(images/fullWidthImageBox_header.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
div.fullWidthImageBox_footer {
	background-image: url(images/fullWidthImageBox_footer.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 20px 19px;
}
div.fullWidthImageBox_footer img.fullWidthImageBox_photo {
	border: 1px solid #C0C0C0;
	display: block;
	margin-bottom: 10px;
}

/* thumbnail */
div.thumbnail {
	text-align: center;
	width: 176px;
}
div.thumbnail img {
	display: block;
	padding: 53px 35px 53px 34px;
	background-image: url(images/thumbnail.jpg);
	background-repeat: no-repeat;
}

/* thumbnailsTitle */
h2.thumbnailsTitle {
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	margin-top: 50px;
}

/* thumbnailsGallery */
table.thumbnailsGallery {
	margin: 0 auto;
}
table.thumbnailsGallery td {
	vertical-align: top;
}

/* tableForm */
table.tableForm {
	margin-bottom: 15px;
}
table.tableForm td {
	padding-right: 15px;
	padding-bottom: 15px;
}

/* error */
div.error {
	color: #841c00;
}
div.error h2 {
	font-size: 24px;
	color: #841c00;
	margin-bottom: 10px;
}
div.error a {
	color: #841c00 !important;
}

div.success {
	font-weight: bold;
}

/* inputBox */
div.inputBox {
	width: 550px;
	float: left;
}

div.inputBox input, div.inputBox select, div.inputBox textarea, div.inputBox span.spanCheckbox, div.inputBox span.spanRadio {
	margin: 0 5px 15px 0;
}

div.inputBox div.regularText {
	margin-bottom: 15px;
}

div.inputBox span.note {
	color: #999999;
	margin-right: 10px;
	vertical-align: top;
	*vertical-align: text-top; /* IE only */
}

div.inputBox a.popup {
	margin-right: 10px;
	vertical-align: top;
	*vertical-align: text-top; /* IE only */
}

div.inputBox span.textareaNote {
	color: #999999;
	vertical-align: top;
}

div.inputBox a.textareaPopup {
	vertical-align: top;
}

div.inputBox input.inputSubmit {
	margin-bottom: 15px;
	clear: both;
	display: block;
}

div.inputBox input.inputText {
	width: 230px; 
}

div.inputBox span.spanCheckbox input {
	margin-right: 0;
	*vertical-align: bottom; /* IE only */
}

div.inputBox span.spanRadio input {
	margin-right: 0;
	*vertical-align: bottom; /* IE only */
}

div.inputBox textarea {
	width: 350px;
	height: 150px;
}

/* landscapeImage */
table.landscapeImage {
	width: 700px;
	margin: 50px 0 50px;
}
table.landscapeImage td {
	padding-bottom: 10px;
}
table.landscapeImage td.landscapeImage_left {
	width: 75px;
	text-align: right;
	vertical-align: top;
	padding-top: 140px;
}
table.landscapeImage td.landscapeImage_right {
	width: 75px;
	text-align: left;
	vertical-align: top;
	padding-top: 140px;
}
table.landscapeImage td.landscapeImage_caption {
	text-align: center;
}
table.landscapeImage div.landscapeImage_container {
	width: 385px;
	margin: 0 auto;
	padding: 22px 30px 22px 35px;
	text-align: center;
	background-image: url(images/landscape_bg.jpg);
	background-repeat: no-repeat;
}
table.landscapeImage div.landscapeImage_container img {
	display: block;
	border: 1px solid #C0C0C0;
}

/* portraitImage */
table.portraitImage {
	width: 700px;
	margin: 50px 0 50px;
}
table.portraitImage td {
	padding-bottom: 10px;
}
table.portraitImage td.portraitImage_left {
	width: 75px;
	text-align: right;
	vertical-align: top;
	padding-top: 140px;
}
table.portraitImage td.portraitImage_right {
	width: 75px;
	text-align: left;
	vertical-align: top;
	padding-top: 140px;
}
table.portraitImage td.portraitImage_caption {
	text-align: center;
}
table.portraitImage div.portraitImage_container {
	width: 260px;
	margin: 0 auto;
	padding: 31px 24px 35px 32px;
	text-align: center;
	background-image: url(images/portrait_bg.jpg);
	background-repeat: no-repeat;
}
table.portraitImage div.portraitImage_container img {
	display: block;
	border: 1px solid #C0C0C0;
}

/* galleryReturn */
a.galleryReturn {
	position: absolute;
	top: 170px;
	left: 20px;
}

/* popupBox */
div.popupBox {
	position: relative;
	margin: 0 auto;
	width: 442px;
	background-image: url(images/popupBox_bg.png);
	background-repeat: repeat-y;
}
div.popupBox_content {
	padding: 32px 28px 30px;
	background-image: url(images/popupBox_content.png);
	background-repeat: no-repeat;
}
div.popupBox_content h3 {
	font-size: 22px;
	font-weight: normal;
}
div.popupBox_content a.close {
	position: absolute;
	right: 2px;
	top: 0;
	text-decoration: none;
	display: block;
	width: 48px;
	height: 48px;
	background-image: url(images/popupBox_close.png);
	background-repeat: no-repeat;
}
div.popupBox_content a.close span {
	visibility: hidden;
}
div.popupBox_footer {
	height: 20px;
	background-image: url(images/popupBox_footer.png);
	background-repeat: no-repeat;
}

/* modal */
div.modal {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10000;
	background: url(images/modal_bg.png);
}

div.modal iframe {
	display: block;
	margin: 0 auto;
}

/* leftTextBox */
div.leftPost {
	float: left;
	clear: left;
	width: 429px;
	background-image: url(images/leftTextBox_bg.jpg);
	background-repeat: repeat-y;
}
div.leftPost_content {
	padding: 32px 28px 30px;
	background-image: url(images/leftTextBox_content.jpg);
	background-repeat: no-repeat;
}
div.leftPost_content h3 {
	font-size: 22px;
	font-weight: normal;
}
div.leftPost_content h3 a {
	text-decoration: none;
}
div.leftPost_content h3 a:hover {
	text-decoration: underline;
}
div.leftPost_content h3 span.leftPost_info {
	font-size: 11px;
	font-weight: normal;
	display: block;
}
div.leftPost_footer {
	height: 20px;
	background-image: url(images/leftTextBox_footer.jpg);
	background-repeat: no-repeat;
}

/* sidebar menu */
ul.sidebarNav h2 {
	font-weight: normal;
	margin-bottom: 5px;
}

li.pagenav, li.linkcat, li.categories {
	padding-bottom: 20px;
	margin-bottom: 20px;
	background-image: url(images/hr.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}

li.meta {
	margin-bottom: 20px;
}

/**/
h2.pagetitle {
	padding-top: 15px;
	padding-left: 30px;
	margin-bottom: 5px;
	font-weight: normal;
}

/**/
div.navigation {
	padding-top: 15px;
	padding-left: 15px;
	margin-bottom: 5px;
}
div.navigation div.alignleft, div.navigation div.alignright{
	display: inline;
	padding-right: 5px;
}

