/* New Scholarships - Stylesheet */
/* Table of Contents */

/* == Homepage == */
/* Alpha -- Typography */

/* Bravo -- Top Bar */

/* Charlie -- Header */

/* Delta -- Main Container */

/* Echo -- Content Area */

/* Foxtrot -- Posts */

/* Golf -- Pagination */

/* Hotel -- Sidebar */

/* Indigo -- Footer */

/* == Singles Page == */
/* Juliet -- Full Post */
/* Kilo -- Comments */
/* Lima -- Comment Form */

/*~ Let the games Begin ~*/

* {
	margin: 0;
	padding: 0;
	}

body {
	background: #333;
	}

.container {
	margin: 0 auto;
	padding: 0 17px 0 10px;
	width: 750px;
	}

.clear {
	clear: both;
	}

.nofloat {
	float: none !important;
	}

.left {
	float: left !important;
	}

.right {
	float: right !important;
	}

/* == Homepage == */
/* Alpha -- Typography */

.post h1 {
	background: #fff url(../i/h1_bg.jpg) no-repeat top left;
	color: #555;
	display: block;
	font: 20px/22px "georgia",times,serif;
	padding: 14px 20px 0 25px;
	margin: 0 0 12px 0;
	}

.post h1 a {
	color: #c13b00;
	padding: 0 5px;
	}

.post h1 a:hover {
	color: #fff;
	background: #c13b00;
	text-decoration: none;
	}

p {
	color: #333;
	font: 12px/22px "lucida grande","lucida sans unicode",verdana,sans-serif;
	margin: 0 0 22px 0;
	}

.post p,.post ul,.post ol,.post h2 {
	padding: 0 20px 0 30px;
	}

.post p.imageParagraph {
	margin: 0! important;
	height: 0;
	}

.post img {
	border: 1px solid #ccc;
	float: right;
	margin: 13px 0 6px 20px;
	}

.post img.left {
	float: left;
	margin: 13px 20px 6px 0;
	}

.post p.imageLinkParagraph {
	height: auto;
	float: right;
	margin: 7px 0px 0 15px;
	}

.post a.imageLink {
	background: #e2e2e2 url(../i/imagelink_bg.jpg) repeat-x bottom;
	border: 1px solid #ccc;
	display: block;
	float: left;
	padding: 5px !important;
	margin: 0 !important;
	}

.post a.imageLink:hover {
	background: #e1e1e1 !important;
	}

.post a.imageLink img {
	border: 1px solid #fff;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	float: left !important;
	margin: 0 !important;
	padding: 0 !important;
	}

.post h2 {
	color: #598527;
	font: 16px/22px "georgia",times,sans-serif;
	}
	
.post ul {
	list-style: none;
	margin: 0 0 22px 0;
	}

.post ol {
	display: block;
	color: #0072bc;
	margin: 0 0 22px 20px !important;
	}

.post ul li {
	background: url(../i/bullet.jpg) no-repeat 0 8px;
	color: #555;
	font: 11px/22px "lucida grande","lucida sans unicode",verdana,sans-serif;
	padding: 0 0 0 20px;
	}

.post li a {
	font-size: 12px;
	}

.post ol li {
	color: #555;
	font: 11px/22px "lucida grande","lucida sans unicode",verdana,sans-serif;
	padding: 0 0 0 0px;
	}

#main p a,#main li a,small a {
	color: #0072bc;
	padding: 0 3px 1px 3px;
	text-decoration: underline;
	}

small a {
	padding: 1px 3px 2px 3px;
	}

#main p a:hover,#main li a:hover,small a:hover {
	color: #fff;
	background: #0072bc;
	text-decoration: none;
	}

.meta {
	background: url(../i/post_bottom.jpg) no-repeat bottom left;
	color: #555;
	clear: both;
	display: block;
	padding: 0px 20px 7px 30px;
	}

.meta small {
	font: 11px/22px "lucida grande","lucida sans unicode",verdana,sans-serif;
	}

#sidebar h2 {
	border-bottom: 1px solid #ccc;
	color: #004a80;
	font: 16px/22px "georgia",times,sans-serif;
	margin: 14px 0 7px 0;
	}

#sidebar ul {
	list-style: none;
	}

#sidebar li {
	background: url(../i/sidebar_raquo.jpg) no-repeat 0 7px;
	font: 12px/22px "lucida grande","lucida sans unicode",verdana,sans-serif;
	padding: 0 0 0 10px;
	}

#sidebar li a {
	color: #555;
	padding: 1px 3px;
	}

#sidebar li a:hover {
	background: #555;
	color: #fff;
	}

/* Bravo -- Top Bar */

#top {
	background: url(../i/top_bg.jpg) repeat-x top;
	display: block;
	margin: 0 0 7px 0;
	padding: 4px 0 0 0;
	height: 40px;
	}

#navigation {
	list-style: none;
	padding: 0;
	margin: 0 0 0 50px;
	}

#navigation li {
	float: left;
	font: 12px/42px "lucida grande","lucida sans unicode",verdana,sans-serif;
	padding: 0;
	}

#navigation li a {
	background: url(../i/navigation.jpg) no-repeat -110px 0;
	color: #ccc;
	display: block;
	margin: 1px 0 0 0;
	padding: 0;
	text-decoration: none;
	height: 38px;
	width: 88px;
	}

#navigation li a span {
	display: none;
	}

#navigation li.scholarships a {
	background-position: 0 0;
	width: 110px;
	}

#navigation li.archives {
	display: none;
	}

#navigation li.about a {
	background-position: -198px 0;
	}

#navigation li.scholarships a:hover {
	background-position: 0 -38px;
	}

#navigation li.archives a:hover {
	background-position: -110px -38px;
	}

#navigation li.about a:hover {
	background-position: -198px -38px;
	}

#navigation li a:hover {
	color: #fff;
	}

body.scholarships #navigation .scholarships a,body.about #navigation .about a,body.archives #navigation .archives a {
	background-position: 0 -76px;
	color: #ffaa00;
	margin-top: 0;
	height: 46px;
	}

body.about #navigation .about a {
	background-position: -198px -76px;
	}

body.archives #navigation .archives a {
	background-position: -110px -76px;
	}

#search {
	float: right;
	padding: 9px;
	}

#search #search_field{
	border: 1px solid #252525;
	background: #151515 url(../i/search_bg.jpg) no-repeat top left;
	color: #ccc;
	font: 11px/22px "lucida grande","lucida sans unicode",verdana,sans-serif;
	margin: 0 5px 0 0;
	padding: 4px 7px;
	}

#search #search_submit {
	border: 0 none;
	background: #1b1b1b;
	color: #ccc;
	margin: 0;
	}

#search #search_submit:hover {
	color: #fff;
	cursor: pointer;
	}

/* Charlie -- Header */

#header {
	background: url(../i/header_green.jpg) no-repeat 10px 0;
	color: #ccc;
	margin: 12px auto 4px auto;
	text-align: center;
	height: 235px;
	width: 777px;
	}

#header .headerlink {
	display: block;
	height: 100%;
	width: 100%;
	}

#header h1 {
	color: #eee;
	font: 21px/22px georgia,times,sans-serif;
	margin: 22px 0 0 0;
	}

#header h2 {
	font: 16px/22px georgia,times,sans-serif;
	margin: 0 0 22px 0;
	}

#header * {
	display: none;
	}

.about #header {
	background: url(../i/header_fruits.jpg) no-repeat 10px 0;
	}

/* Delta -- Main Container */

#main {
	background: url(../i/main_bg.jpg) repeat-y top left;
	margin: 0 auto;
	width: 777px;
	}

.main_bottom {
	background: url(../i/main_bottom.jpg) no-repeat bottom left;
	}

.main_top {
	background: url(../i/main_top.jpg) no-repeat top left;
	padding: 0 17px 0 11px;
	width: 750px;
	}

/* Echo -- Content Area */

#content {
	float: left;
	width: 470px;
	padding: 17px 15px 20px 15px;
	}

/* Foxtrot -- Posts */

.post {
	background: transparent url(../i/lines_shadowed.jpg) repeat-y top left;
	margin: 0 0 15px 0;
	width: 470px;
	/* padding: 0 20px 0 30px; */
	}


.post hr { /* Spacer! */
	border: 0 none;
	display: block;
	height: 22px;
	width: 100%;
	}
	
/* Golf -- Pagination */

.pagination {
	border-top: 1px solid #e1e1e1;
	clear: left;
	display: block;
	margin: 0 5px;
	padding:  7px 0 0 0;
	height: 26px;
	}

.pagination.top {
	border-top: 0 none;
	border-bottom: 1px solid #e1e1e1;
	margin: 0 5px 14px 5px;
	padding: 0 0 7px 0;
	}

.pagination a {
	color: #555;
	display: block;
	font: 12px/28px "lucida grande","lucida sans unicode",verdana,sans-serif;
	height: 28px;
	}

.pagination a:hover {
	color: #406618;
	}

.pagination .previous a {
	background: url(../i/pagination_previous_sprite.jpg) no-repeat top left;
	float: left;
	padding: 0 0 0 30px !important;
	}

.pagination .previous a:hover {
	background-position: bottom left;
	}

.pagination .next a {
	background: url(../i/pagination_next_sprite.jpg) no-repeat top right;
	float: right;
	padding: 0 30px 0 0;
	}

.pagination .next a:hover {
	background-position: bottom right;
	}

/* Hotel -- Sidebar */

#sidebar {
	background: url(../i/sidebar_top.jpg) no-repeat top right;
	float: right;
	padding: 0 20px;
	width: 210px;
	}

#sidebar #rss {
	background: url(../i/rss.jpg) no-repeat top left;
	display: block;
	margin: 21px 0 0 0;
	height: 52px;
	}

#sidebar #rss span {
	display: none;
	}

/* Indigo -- Footer */

#footer {
	background: url(../i/footer.jpg) no-repeat top left;
	margin: 0 auto;
	width: 777px;
	height: 50px;
	}

#footer p {
	color: #fff;
	text-align: center;
	visibility: hidden;
	}

/* == Singles Page == */
/* Juliet -- Full Post */
/* Kilo -- Comments */

#comments h3 {
	color: #598527;
	font: 13px/26px "georgia",times,serif;
	margin: 14px 0 0 0;
	}

#comments h3 a {
	color: #598527;
	padding: 1px 3px;
	text-decoration: underline;
	}

#comments h3 a:hover {
	background: #598527;
	color: #fff;
	text-decoration: none;
	}

#comments p {
	line-height: 22px;
	margin: 0px 0 14px 0;
	}

/* Lima -- Comment Form */

#commentform {
	margin: 0 0 0 5px;
	padding: 10px 20px 20px 30px;
	width: 410px;
	}

#commentform_author,#commentform_email,#commentform_url {
	color: #333;
	display: block;
	font: 11px/22px "lucida grande","lucida sans serif",sans-serif;
	float: left;
	padding: 2px 3px;
	margin: 0 10px 7px 0;
	width: 150px;
	}

#commentform label {
	color: #0072bc;
	display: block;

	}

#commentform label small {
	font: 11px/22px "lucida grande","lucida sans serif",sans-serif;
	}

#commentform textarea {
	font: 11px/22px "lucida grande","lucida sans serif",sans-serif;
	height: 150px;
	padding: 2px 3px;
	margin: 0 0 7px 0;
	width: 100%;
	}
