/*
Theme Name: Newark Academy Theme
Theme URI: http://wordpress.org/
Description: Based of Website by WhippleHill.
Author: WhippleHill
Version: 1.0
Tags: Newark
Template: twentyten
*/

@import url('../twentyten/style.css');


/* =Global Elements
-------------------------------------------------------------- 

Start on line 196  

*/

body {
	background: #fff url(images/newarka_blog_bg.png) top left repeat-x;
}


a:link {
	color:#106470;
}
a:visited {
	color:#106470;
}
a:active,
a:hover {
	color: #106470;
}
#wrapper {
	background-color: #fff;
	margin-top: 6px;
	
}



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

Starts on line 333

*/
#header{
	padding: 15px 0px 0px;
}
#site-title{
	clear: none;
	float: right;
	width: auto;
	padding-top: 10px;
	margin:0 0 0px;
}

#school-name{
	background: transparent url(images/newark_academy.png) top right;
	width: 408px;
	height: 97px;
	float: left;
	text-indent: -9999px;
}
#site-title a {
	color: #da1a35;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
	padding-right: 10px;
}


/* This is the custom header image */
#branding img {
	clear: both;
	border-top: 0px solid #730b14;
	display: block;
	border-bottom: 1px solid #fff;
}
#site-description{
	width: auto;
	margin:4px 0 8px;
	color: #555555;
	padding-right: 10px;
}

#main{
	background: #fff none top left repeat-y;
}

#site-generator{
	width:auto;
}


/* =Menu
-------------------------------------------------------------- 

Start on line 370

*/
#access {
	background: #730b14;
}
#access a {
	color:#fff;
	font-weight: bold;
	letter-spacing:1px;
text-shadow:1px 1px 3px #2E2E2E;
text-transform:uppercase;
}
#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);
}

/* MENU HOVER */
#access ul ul a {
	background:#730b14;
}
#access li:hover > a{

}
/* SUB MENU COLORS */

#access ul ul :hover > a {
	color:#fff;
	background:#2d2d2d;
}

/* CURRENT PAGE STATE */

#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;
	background:#2d2d2d;
}

#access ul li.current_page_item > a:hover,
#access ul li.current-menu-ancestor > a:hover,
#access ul li.current-menu-item > a:hover,
#access ul li.current-menu-parent > a:hover {
	color: #fff;
	background:#2d2d2d;
}

/*NOT SURE WHAT THIS IS DOING */

* 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;
}

* html #access ul li.current_page_item a:hover,
* html #access ul li.current-menu-ancestor a:hover,
* html #access ul li.current-menu-item a:hover,
* html #access ul li.current-menu-parent a:hover,
* html #access ul li a:hover {
	color:#fff;
}
/* =Content
-------------------------------------------------------------- 

Starts on line 450

*/

.page-title a:link,
.page-title a:visited {
	color:#000;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #23491d;
}


.hentry {
	margin:0 0 25px;
	padding:0 0 25px;
	border-bottom:1px dotted #dfe0e2;
}


#content .entry-title {
	color: #da1a35;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color:#da1a35;
	text-decoration: none;
}

.entry-title a:active,
.entry-title a:hover {
	color: #000;
}


.entry-meta a,
.entry-utility a {
	color: #797979;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #797979;
}
#content .video-player {
	padding: 0;
}

#site-info a, #site-generator a {
color:#000;
text-decoration:none;
}

#colophon {
border-top:1px dotted #dfe0e2;
}

