/*
Theme Name:     Wilson Alumni
Theme URI:      http://lbwilsonalumni.com/
Description:    Child theme of the Twenty Eleven theme, identifying with Wilson High School
Author:         Paul M. Nguyen
Author URI:     http://www.pnguyen.net/
Template:       twentyeleven
Version:        0.2
*/

@import url("../twentyeleven/style.css");

/*
Colors:
	Gold: #fbb601
	Burgundy: #731e35 (darker #3a100f)
Fonts:
	Neuton for site title text and headings
	Open Sans for body text
	
	font-family: 'Neuton', serif;
	font-family: 'Open Sans', sans-serif;
*/
@import url(http://fonts.googleapis.com/css?family=Neuton:700|Open+Sans:400italic,700italic,400,700&subset=latin,latin-ext);

/* override section
   =Global
----------------------------------------------- */

body, input, textarea {
	color: #373737;
	font: 15px "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.625;
}

blockquote cite {
	font: 12px "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 400;
}

/* Links */
a {
	color: #731e35;
	text-decoration: none;
}

/* Assistive text */
#access a.assistive-text:active,
#access a.assistive-text:focus {
	color: #731e35;
}

/* override section
   =Header
----------------------------------------------- */

#branding {
	border-top: 2px solid #731e35;
}

#site-title a {
	color: #111;
	font-family: "Neuton", Times, serif;
	font-size: 42px;
	font-weight: 700;
	line-height: 48px;
	text-decoration: none;
}

#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #731e35;
}
#site-description {
	color: #7a7a7a;
	font-size: 14px;
	margin: 0 270px 3.65625em 0;
}

/* override section
   =Menu
-------------------------------------------------------------- */

#access {
	background: #731e35; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#731e35, #3a100f);
	background: -o-linear-gradient(#731e35, #3a100f);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#731e35), to(#3a100f)); /* older webkit syntax */
	background: -webkit-linear-gradient(#731e35, #3a100f);
}

#access li:hover > a,
#access a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #731e35;
}

#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
	color: #fbb601;
}


/* override section
   =Content
----------------------------------------------- */

.page-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}

.entry-title {
	clear: both;
	color: #222;
	font-family: "Neuton", Times, serif;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: .3em;
	padding-top: 15px;
}
.entry-title,
.entry-title a {
	color: #222;
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #731e35;
}
.entry-meta {
	color: #666;
	clear: both;
	font-size: 12px;
	line-height: 18px;
}

.entry-content h1 {
	font-family: "Neuton", Times, serif;
	font-size: 23px;
}
.entry-content h2 {
	font-family: "Neuton", Times, serif;
	font-size: 20px;
}
.entry-content h3 {
	font-family: "Neuton", Times, serif;
	font-size: 17px;
	letter-spacing: 0;
	text-transform: none;
}

/* page */
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}

/* post */
.entry-header .entry-format {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	position: absolute;
	text-transform: uppercase;
	top: -5px;
}

/* single */
.singular .entry-title {
	color: #000;
	font-size: 36px;
	font-weight: bold;
	line-height: 48px;
}

