/*
Theme Name: Luke18 Project
Theme URI: http://luke18project.com
Description: The Official Luke18 theme
Version: 1.0
Author: Luke18 Project
*/

@import "style/css/reset.css";

/* default styles */
body {
  font-family: helvetica, arial;
  font-size: 100%;
  color: #f3efc9;
  text-align: center;
  padding: 0 0 20px 0;
}
body.blog {
  background: #7c8f5b url('images/body_background.jpg') repeat-x top;
}
body.paged, body {
  background: #7c8f5b url('images/body_page_background.jpg') repeat-x top;
}
/*
input, textarea {
 color: #444444;
}*/
div {
  text-align: left;
  margin: 0px;
  padding: 0px;
}
a {
  color: #f3efc9;
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
}
h1 {
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: bold;
}
h2 {
  font-size: 1.25em;
  line-height: 1.5em;
  font-weight: bold;
}
h2 a {
	text-decoration: none;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
}
h5 {
	font-size: 1.1em;
	font-weight: bold;
}
p {
  line-height: 1.5em;
  font-size: 0.9em;
  padding-bottom: 1.5em;
}
blockquote {
  font-family: helvetica;
  padding-left: 20px;
  padding-right: 25px;
  font-style: italic;
}

/* class styles */
.hidden_initially {
    display: none;
}
.clear {
	clear: both;
}

body.blog div#content_wrapper {
	width: 100%;
	background: url('images/main_background.jpg') no-repeat top center;
    text-align: center;
}
body.paged div#content_wrapper, div#content_wrapper {
	width: 100%;
	background: url('images/main_page_background.jpg') no-repeat top center;
    text-align: center;
}

/**** top navigation *****/
div#top_nav {
	width: 960px;
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
}
div#top_nav a {
	margin-right: 5px;
}
div#top_nav div {
	width: 50%;
}
div#top_nav #top_nav_links {
	float: left;
}
div#top_nav #top_nav_search {
	float: right;
	text-align: right;
}

/**** search form ****/
div#top_nav #top_nav_search table.entry_form {
	margin-left: 190px;
}
form.search_form table.entry_form td {
	vertical-align: top;
}
form.search_form table.entry_form td.search_term {
	width: 250px;
	text-align: right;
}
form.search_form table.entry_form td.search_term input {
	background: url('images/search_bar.jpg') no-repeat center left;
	border: 0;
	font-size: 12px;
	height: 26px;
	width: 250px;
	padding-left: 3px;
/*	margin-bottom: 4px;*/
}
form.search_form table.entry_form td.search_submit {
	width: 28px;
	height: 26px;
}
form.search_form table.entry_form td.search_submit input {
/*	margin-bottom: 1px;*/
}
body.search-results h1 {
	font-style: italic;
}

/**** main navigation ****/
div#main_nav {
	margin: 25px auto 20px auto;
	width: 964px;
}
div#main_nav #main_nav_logo {
	float: left;
	width: 183px;
	height: 119px;
}
div#main_nav #main_nav_bar {
	float: right;
	padding-top: 38px;
	height: 81px;
}

/**** home page player *****/
div#home_player {
	background: url('images/home_player_background.jpg') no-repeat top center;
	height: 475px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
div#home_player #home_player_ads {
	margin: 20px 0 20px 15px;
	width: 200px;
	height: 400px;
	float: left;
}
div#home_player #home_player_ads li {
	margin-bottom: 20px;
}
div#home_player #home_player_ads_viewport {
	height: 390px;
	overflow: hidden;
}
div#home_player #home_player_screen {
	margin: 20px 15px 0 0;
	width: 708px;
	height: 400px;
	float: right;
}
div#home_player #home_player_videos {
	width: 708px;
	height: 400px;
	overflow: hidden;
}
div#home_player div.home_player_video {
	width: 708px;
	height: 400px;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
}
div#home_player #home_player_nav {
	text-align: right;
	margin-left: 229px;
}
div#home_player #home_player_nav a {
	font-size: 1px;
	float: left;
	display: block;
	color: #614945;
	background-color: #614945;
	height: 10px;
	width: 40px;
	margin-left: 10px;
}
div#home_player #home_player_nav a.home_player_active {
	color: #7c8f5b;
	background-color: #7c8f5b;
}

/***** home blog area *************/
div#home_content {
	margin-top: 30px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
/*** spotlight area ****/
div#home_content #content_spotlight {
	width: 250px;
	float: left;
}
div#home_content #content_spotlight div.spotlight_header {
	height: 55px;
	width: 100%;
	background: url('images/spotlight_header.jpg') no-repeat top center;
}
div#home_content #content_spotlight div.spotlight_footer {
	height: 10px;
	width: 100%;
	background: url('images/spotlight_footer.jpg') no-repeat bottom center;
}
div#home_content #content_spotlight div.spotlight_content {
	width: 100%;
	background: url('images/spotlight_background.jpg') no-repeat top center;
}
div#home_content #content_spotlight #spotlight_content_viewport {
	overflow: hidden;
}
div#home_content #content_spotlight div.spotlight_content li {
	text-align: center;
	margin-top: 10px; 
}
div#home_content #content_spotlight #spotlight_seemore img {
	margin-top: 15px;
	margin-bottom: 15px;
}
/*** blog area ****/
body.blog div#home_content #content_blog {
	margin-left: 250px;
	padding-left: 20px;
	padding-right: 20px;
}
div.post div.post_info {
	font-size: 0.8em;
	font-style: italic;
	margin-bottom: 20px;
}
div.previous_next_posts_link {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
div.previous_next_posts_link a {
	font-style: italic;
	font-size: 0.9em;
}
div.previous_posts_link {
	width: 50%;
	float: right;
	text-align: right;
}
div.next_posts_link {
	width: 50%;
	float: left;
	text-align: left;
}
/*** blog page ****/
div.page_header {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
body.paged div#home_content div#content_blog, div#home_content div#content_blog {
	width: 665px;
	margin-left: 0;
	padding-left: 15px;
	padding-right: 0;
	border-right: 1px solid #e5e3d4;
}
body.home div#home_content #content_blog  {
	border-right: none;
}
a.more-link {
	font-style: italic;
}
div#home_content div.recent_posts {
	width: 250px;
	float: right;
}
div#home_content div.recent_posts h3 {
	padding-bottom: 0.5em;
}
div#home_content div.recent_posts a {
	padding-bottom: 1.5em;
	font-size: 0.8em;
	font-style: italic;
	display: block;
	line-height: 1.2em;
}
/*** posts ****/
div#home_content_header {
	background: url('images/page_content_header.jpg') no-repeat top center;
	width: 960px;
	height: 12px;
	margin-left: auto;
	margin-right: auto;
}
div#home_content_footer {
	background: url('images/page_content_footer.jpg') no-repeat bottom center;
	width: 960px;
	height: 12px;
	margin-left: auto;
	margin-right: auto;
}
div.post {
	padding-right: 10px;
}
div.post ul {
	padding-left: 30px;
	margin-left: 0;
    padding-bottom: 1.5em;
}
div.post ul li {
	list-style-type: disc;
	font-size: 0.9em;
}
div.post ol {
	padding-left: 30px;
	margin-left: 0;
    padding-bottom: 1.5em;	
}
div.post ol li {
	list-style-type: decimal;
	font-size: 0.9em;
}
div.post_content {
	margin-bottom: 25px;
}
div.post_video {
	text-align: center;
}
/*** page styling ****/
div#home_content_header {
	background: url('images/page_content_header.jpg') no-repeat top center;
	width: 964px;
	height: 12px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
body.page div#home_content, body.single-post div#home_content {
	padding-top: 25px;
	margin-top: 0px;
	background: url('images/page_content_background.jpg') repeat-y center center;
	color: #614945;
	width: 960px;
}
body.page div#home_content a, body.single-page div#home_content a, body.single-post div#home_content a {
	color: #614945;
}
body.page div.post, body.single-post div.post {
	padding-left: 20px;
}
div.page div.post_info {
	font-size: 0.8em;
	font-style: italic;
	margin-bottom: 20px;
}
/*** subpage menu ****/
div.subpage_menu {
	width: 278px;
	float: right;
}
div.subpage_menu_content ul {
	padding-right: 35px;
}
div.subpage_menu_content li {
	padding: 10px 10px;
	border-bottom: 1px solid #e5e3d4;
}
div.subpage_menu_content a {
	text-decoration: none;
	text-transform: uppercase;
}

/*** campus model overview page ****/
body.page-template-pagecampusmodel-php {
  background: #7c8f5b url('images/body_background.jpg') repeat-x top;
}
body.page-template-pagecampusmodel-php div#content_wrapper {
	width: 100%;
	background: url('images/main_background.jpg') no-repeat top center;
    text-align: center;
}
body.page-template-pagecampusmodel-php div#home_content {
	background: none;
	padding-top: 0;
	width: 966px;
}
/*** resource page ****/
div.post div.resource_list ul {
	margin-left: 0;
	padding-left: 0;
}
div.post div.resource_list li {
	list-style-type: none;
	padding-top: 1em;
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #614945;
}
div.post div.resource_list a {
	text-decoration: none;
	font-size: 1.2em;
}
div.post div.resource_list div.resource_options {
	text-align: right;
}