/*
Theme Name: KSA Theme
Theme URI: http://red7e.com
Description: Theme for Kentucky School of Art (Based on Twenty Ten)
Version: 1.0
Author: Patrick Hill
Author URI: http://patrickhill.net
Tags: KSA, Art
*/



/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */





/* TYPOGRAPHY */
/* ----------------------------------------- */

h1, h2, h3, h4, h5, h6 { font-weight:bold } /* This helps to identify headings at the initial build stage, so I thought it'd be useful to have it */
.alert { background:red; color:white } /* 'alert' has a basic style, since it's useful to have it standing out for testing purposes.*/


html {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4 { text-transform: uppercase;}
H1 {font-size:24px; font-weight: bolder;}  
H2 {font-size:18px;}  
H3 {font-size:16px;}  
H4 {font-size:14px;}  /* displayed at 16px */
p, li { font-size:12px; line-height:18px;}
li {list-style-type: disc; margin-left: 15px;}
ul, ol {margin-bottom: 10px;}



/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left; padding-right: 20px; }
.alignright { float:right; padding-left: 20px; }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
/*div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them */
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */

/* Theme Colors */
/* ---------------
#99CDFF light-blue
#E0F1FF lighter-blue background
#7AA4CC darker blue links
#EF4638 orange
#4D4D4D gray
------------------ */


/* Structure */
/* ----------------------------------------- */
html {
	background: #E0F1FF url(images/page-bg.jpg) no-repeat top center fixed;
}
#page-wrap {
	width: 700px;
	margin: 0 auto;
	padding: 1px 30px 1px 1px;
	position: relative;
}



/* Header */
/* ----------------------------------------- */
#header {
	position: relative;
}
#site-heading a{
	display: block;
	width: 172px;
	height: 179px;
	background: transparent url(images/ksa-logo2.png) no-repeat left 12px;
	text-indent: -9000px;
	position: relative;
	left: -30px;
}
#site-desc {
	position: absolute;
	left: -9000px;
}
#searchform {
	position: relative;
}
#search {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#searchform #s {
	margin-right: 25px !important;
	height: 20px;
	width: 150px;
	padding: 0px 5px;
	background: white;
	border: 1px solid #e2e0e0;
	border-bottom: 1px solid white;
	
	-o-border-radius: 0px; /*should target opera should checkit */
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;	
	-moz-border-radius: 0px;
	border-radius: 0px;
	
	-webkit-border-top-left-radius: 5px;
	-khtml-border-radius-topleft: 5px;	
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-khtml-border-radius-bottomleft: 5px;	
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	
}
#searchsubmit {
	width: 25px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	border: none;
	background: #929394 url(images/search-icon.png) center 3px no-repeat;
	text-indent: -30000px;
	position: absolute;
	left: 162px;
	top: 0px;
	-webkit-border-top-right-radius: 5px;
	-khtml-border-radius-topright: 5px;	
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-khtml-border-radius-bottomright: 5px;	
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	/*below fixes text indent for ie */
	font-size: 0;
	display:block;
	line-height: 0;

}
#searchsubmit:hover {
	cursor: pointer;
	background-color: #666;
}

/* Nav */
/* ----------------------------------------- */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
#access {
	position: absolute;
	top: -40px;
	right: -10px;
	background: #99CDFF;
	font-size: 12px;
	text-transform: uppercase;
	z-index: 100;
}
.menu-header {
	background: #99CDFF;
	margin: 90px 0px 0px -30px;
	max-width: 470px;
}
#nav-style-left, #nav-style-right {
	display: block;
	width: 70px;
	height: 128px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(images/nav-bg.png) top left no-repeat;
}
#nav-style-left {
	left: -68px;
	background-position: left 1px;
}
#nav-style-right {
	left: auto;
	right: -68px;
	background-position: right 1px;
}
#access li {
	list-style-type: none;
	margin-left: 0px;
}
#access ul{
	margin-bottom: 0px;
}	
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
	color: white !important;
}
#access a:hover {
	color: black !important;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
	text-transform: capitalize;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #99CDFF;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}

/* Main Content */
/* ----------------------------------------- */
img {
	max-width: 700px;
	height: auto;
}
.page img {
	max-width: 660px;
	height: auto;
}
.single img {
	max-width: 660px;
	height: auto;
}
#main-wrap {
	margin: 20px 0px 10px 0px;
	padding: 20px;
	background: white;
	box-shadow: 0px 0px 15px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,.5);
}
#main {
	margin-bottom: 30px;
	border-bottom: 10px solid #333333;
	padding-bottom: 10px;
	min-height: 400px;
}
.single .post {
	min-height: 300px;
}

/* Home Page */
/* ----------------------------------------- */

.home #main {
	margin-bottom: 30px;
	border-bottom: none;
	padding-bottom: 0px;
}

#student-work a {
	display: none;
	width: 30px;
	height: 269px;
	text-indent: -9000px;
	position: absolute;
	right: -28px;
	top: 200px;
	background: url(images/student-gallery.png) right top no-repeat;
	box-shadow: 2px 2px 5px rgba(0,0,0,.3);
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,.3);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.3);
}
#student-work a:hover {
	background-color: white;
}
.featured-post {
	width: 700px;
	height: 330px;
	margin: -20px 0px 15px -20px;
	background: #99CDFF;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.featured-post p{
	font-size: 70px;
	line-height: 55px;
	text-align: right;
	font-weight: bolder;
	text-transform: uppercase;
	letter-spacing: -5px;
	margin: -1px 0px 1px -5px;
	word-spacing: -2px;
	color: white;
	color: rgba(255,255,255,.6);
	background: rgba(0,0,0,.2);
	height: 350px;
}
.featured-post img{
	margin: 0px 0px 0px 0px;
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
}
.featured-post h2 {
	display: inline;
}

.featured-post h2 a{
	float: left;
	font-size: 24px;
	background: url(images/arrow-right.png) right center no-repeat;
	display: inline;
	overflow: hidden;
	padding: 7px 40px 7px 15px;
	color: white !important;
}
.featured-post h2 a:hover {
	background-color: white;
	color: white !important;
}
#feature-intro p {
	font-size: 12px;
	width: auto;
	line-height: 14px;
	text-align: right;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0px;
	margin: 0px;
	word-spacing: 0px;
	position: relative;
	z-index: auto;
	color: white;
}
#feature-intro img {
	display: none;	
}
.featured-post .continue {
	display: none;
}
#home-posts-heading {
	font-size: 24px;
	margin-bottom: 5px;
}
.home #post-wrap {
	background: #99CDFF;
	width: 100%;
	margin: 0px 0px 30px 0px;
}
.home .post {
	width: 165px;
	height: 147px;
	overflow: hidden;
	display: block;
	float: left;
	background: #99CDFF;
	position: relative;
	font-size: 11px;
}
.home .post-inner {
	margin-top: 45px;
}
.home .post img{
	position: absolute;
	top: 0px;
	left: 0px;
	min-width: 100%;
	min-height: 100%;
	
}
.home .post h2 {
	font-size: 11px;
}

.home .post p{
	font-size: 11px;
	line-height: 15px;
}
.home .entry-meta{
	display: none;
}
.home .more-link a{
	display: block;
	width: 34px;
	height: 30px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url("images/arrow-right.png") no-repeat scroll right center transparent;
	text-indent: -9000px;
	z-index: 30;
}
.home .more-link a:hover {
	background-color: white;
}
.excerpt-wrap .entry-meta {
	display: block;
}
.home .excerpt-wrap {
	background-color: black;
	background-color: rgba(0, 0, 0, 0.6);
	display: block;
	width: 155px;
	height: 27px;
	position: absolute;
	top: 0px;
	right: 0px;
	overflow: hidden;
	z-index: 31;
	padding: 5px;
}	
.home .excerpt-wrap:hover {
	width: 155px;
	height: 150px;
	text-indent: 0px;
	background-color: white;
	background-color: rgba(255,255,255,.8);
}	
.excerpt-wrap .continue {
	background:white;
	left:0;
	position:absolute;
	top:124px;
	width:161px;
	padding: 4px;
	z-index:30;
}
.home .entry-utility{
	display: none;
}





.featured-post .meta-nav {
	display: none;
}

.single-post .entry-meta {
	margin-bottom: 15px;
}
.single-post .page-title , .page .page-title, .archive .page-title{
	margin: -20px -20px 20px -20px;
	background: #333;
	color: white;
	display: block;
	padding: 10px 20px;
}
.archive .page-title{
	margin-left: -20px;
}

.single-post .post img, .page .page img {
	margin: 10px 0px;
}
.wp-caption {
	background:none;
	border:none;
	margin:20px 0px;
	padding:0px;
	text-align:left;
}
.wp-caption img{
	background:none repeat scroll 0 0 #CCCCCC;
	border:none;
	margin:0px 0px 0px 0px !important;
	padding:0px;
	text-align:left;
}
.single p, .page p {
	line-height: 18px;
	margin-bottom: 10px;
}
.navigation {
	background-color: #333;
	background-color: rgba(0,0,0,.8);
	text-transform: uppercase;
	margin-top: 20px;
	display: block;
	min-height: 16px;
}
.navigation a {
	font-size: 14px;
	display: block;
}
.nav-previous {
	float: left;
	padding: 5px 0px 5px 10px;
}
.nav-next {
	float: right;
	padding: 5px 10px 5px 0px;
}

div.wpcf7 {
	clear: both;
}
/* Archives */
/* ----------------------------------------- */
/* student work archive */
.archive .category-student-work .entry-bg, .category-student-work .entry-meta {
	display: none;
}
.archive .category-student-work .entry-title {
	font-size: 12px;
	text-transform:capitalize;
	display: block;
	position:absolute;
	background: rgba(255,255,255,.5);
	padding: 3px;
}
.category-student-work .post {
	float: left;
}
/* ----------------------------------------- */
.archive .post {
	margin-top: 20px;
}
.archive .attachment-thumbnail {
	float: left;
	margin: 0px 10px 0px 0px;
}
.archive .entry-utility {
	display: none;
}
.archive .entry-meta {
	margin-bottom: 10px; 
}

.archive p {
	font-size: 14px;
	line-height: 20px;
}

/* Gallery */
/* ----------------------------------------- */
.gallery {
	margin-right: -20px;
}
.gallery-item {
	float: left;
	margin: 0px 10px 10px 0px;
}
.gallery-item img{
	margin: 0px !important; 
	width: 157px;
	height: auto;
}

/* Search */
/* ----------------------------------------- */
.search .hentry {
	margin: 20px 0px 10px 0px;
}
.search .attachment-thumbnail {
	float: left;
	margin-right: 10px;
}
.search .entry-meta {
	margin: 0px 0px 10px 0px;
}

/* Comments */
/* ----------------------------------------- */
#comments-title {
	margin: 20px 0px 20px 0px;
}
li.comment {
	margin: 20px 0px 20px 0px;
	background: #E0F1FF;
	padding: 20px;
	list-style-type: none;
}
.comment .children {
	margin-left: 80px;
}
.comment .children li{
	margin-left: 0px;
	padding: 0px;
}
.page #respond {
	border-top: 10px solid #333;
	padding-top: 15px;
}
#respond {
	margin-top: 20px;
	padding-bottom: 15px;
}
#respond input[type="text"], #respond textarea{
	display: block;
}
#submit {
	border: none;
	padding: 5px;
	background: #ccc;
	color: black;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#submit:hover {
	background: #333;
	color: white;
	cursor: pointer;
}
.form-allowed-tags {
	display: none;
}


/* Footer */
/* ----------------------------------------- */
#footer {
	display: block;
	clear: both;
}

li.widget-container {
	list-style-type: none;
	float: left;
	margin: 0px 10px 10px 0px;
}
li#categories-4 {
	width: 185px;
}
.xoxo a{
	text-transform: uppercase;
	font-weight: bolder;
	font-size: 16px;
}
.widget-container li {
	margin-top: 7px;
}
#text-3 {
	display: block;
	width: 420px;
	float: right;
	margin-right: 0px;
}
#text-3 .textwidget {
	background: #99CDFF;
	padding: 15px;
	margin-top: 10px;
}
#text-3 a {
	color: #EF4638 !important;
	text-transform: none;
	font-weight: normal;
	font-size: 12px;
}
#text-3 a:hover {
	color: black !important; 
}
	
#foot-notes {
	text-align: center;
	margin-bottom: 15px;
}

/*
Site Sidebar
*/
#apply {
	background:none repeat scroll 0 0 white;
	color:#333333;
	display:block;
	padding:10px;
	position:fixed;
	right:0px;
	top:200px;
	width:59px;
	z-index:10;
	box-shadow: -5px 5px 0 #EF4638;
	-moz-box-shadow: -5px 5px 0 #EF4638;
	-webkit-box-shadow: -5px 5px 0 #EF4638;
}

#social-sidebar {
		width: 30px;
		position: fixed;
		right: 0px;
		height: 100px;
		top: 200px;
		text-indent: -3000px;
		font-weight: bold;
		background: white url('images/followus.gif') no-repeat center center;
		box-shadow: -5px 5px 0 #EF4638;
		-moz-box-shadow: -5px 5px 0 #EF4638;
		-webkit-box-shadow: -5px 5px 0 #EF4638;
}
#social-sidebar ul {
	margin: 10px 0px;
}
.home #social-sidebar {
		top: 320px;
}
#social-sidebar:hover {
		width: auto;
		text-indent: 0px;
		height: auto;
		background-image: none;

}
#social-sidebar a {
		display: block;
		padding: 5px 10px;
		margin: 5px 0px;
		font-size: 14px;
		text-transform: uppercase;
}

#social-sidebar li {
		list-style-type: none;
		margin-left: 0px;
}

/* Links */
/* ----------------------------------------- */
a:link {
						outline:none;
						border: none;
						text-decoration: none;
						color: #7aa4cc;
}
a:visited {
						outline:none;
						border: none;
						text-decoration: none;
						color: #7aa4cc;
}
a:hover {
						outline:none;
						border: none;
						text-decoration: none;
						color: #EF4638;
}
a:active {
						outline:none;
						border: none;
						text-decoration: none;
						color: #EF4638;
						
} 
