/*  
Theme Name: Studywiz 2009
Description: Studywiz Website theme based on the default WordPress theme.
Version: 0.1
Author: Etech Group

Kubrick v1.5 http://binarybonsai.com/kubrick/

*/



/* HTML Tags */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Arial, Verdana, Sans-Serif;
	background: #fff;
	color: #333;
	line-height: 1.4em;
}

a, h2 a:hover, h3 a:hover {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}

.entry p a:visited {
	color: #444;
}

.navigation a {
	color: #444;
}

small, .date {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1em;
}

.date {
	padding: 0.5em 0;
	color: #666;
}

h1, h2, h3 {
	font-weight: bold;
}

h1 {
	font-size: 1.3em;
	font-weight: normal;

	background: url("images/logo_sw_bullet.gif") no-repeat left center;
	color: #222;
}


h2 {
	font-size: 1.3em;
	font-weight: normal;
	color: #222;
	
	line-height: 1.3em;
}

h3 {
	font-size: 1.3em;
}

h2, h2 a, h2 a:visited {
	color: #222;
}

h3, h3 a, h3 a:visited {
	font-weight: normal;
	font-size: 1.1em;
	color: #0A5095;
}

h1, h1 a, h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

hr {
	border: none;
	border-top: 1px solid #ccc;
	height: 1px;
	color: #ccc;
}


small, #sidebar ul ul li, 
#sidebar ul ol li, 
.nocomments, 
.postmetadata, blockquote, strike {
	color: #777;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}


/*-----------------

Layout structures 

-----------------*/

#page {
	background-color: white;
	text-align: left;
}

/*** Navigation menu ***/

#navigation {
	font-size: 1.18em;
}

#navigation a, #pipeline a {
	color: white;
	text-decoration: none;
}

#navigation a:hover, #pipeline a:hover {
	text-decoration: underline;
}

#navigation {
	background: url("images/bg_nav.gif") repeat-x #006CA5;
	color: white;
}

#navigation a {
	color: white;
}


#navigation .menu li {
	background: url("images/dot.gif") no-repeat 0 0.4em;
	cursor: default;
}

#navigation .menu li.home-page
{
	background: none;
	padding-bottom: 0;
}

#navigation .navt_gl a {
	display: block;
	margin-top: -4px;
	width: 24px;
	height: 24px;
}	

#navigation img.fourpoint-dots {
	display: block;
	width: 24px;
	height: 24px;
	background: url("images/logo_sw.gif") no-repeat 0 0;

}

#navigation .current_page_item a,
.studywiz-spark .about-page a  /* hack to highlight the "studywiz spark" link when in a subpage */
{
	text-decoration: underline;
}


/* Dropdown menu */

#navigation .menu ul {
	width: 13em;
	
	background-color: #0079AE;
	border: 1px solid #2393BF;
}

#navigation .menu ul li {
	background: none;
	padding: 0;
	margin: 0;
}

#navigation .menu ul a 
{
	font-size: 1.0em;
}

#navigation .menu ul a,
#navigation .current_page_item ul a
{
	text-decoration: none;
}

#navigation .menu ul a:hover,
#navigation .current_page_item ul a:hover {
	background-color: #1BA3DF;
	text-decoration: none;
}


/*** Pipeline ***/

#pipeline
{
	font-size: 1.1em;
	background: url("images/bg_secondary_nav.gif") repeat-x #006CA5;
}

#pipeline .current_page_item a,
#pipeline .current_item_parent a,
 .studywiz-spark-first-page .studywiz-spark-uri a /* hack to highlight the "studywiz spark" heading when on the "studywiz spark" page */
{
	background: url("images/bg_secondary_nav_hover.gif") repeat-x #008DC5;
}

.column .menu li.current_page_item a {
	font-weight: bold;
	text-decoration: none;
}

#content {
	font-size: 1.1em;
}

.narrowcolumn {
	background: url("images/bg_column.gif") repeat-y;
}

#content .column {
	font-size: 1em;
}

.column h1 {
	background: url(images/bg_column_header.gif) repeat-x #50BBE9;
	color: white;
	
	font-weight: normal;
	font-size: 1.3em;
}

.column h2 {
	background-color: #EBF8FE;
	color: #000;
	
	font-weight: normal;
}

.column h3 {
	font-size: 1.3em;
	color: #000;
	
	line-height: 1.3;
}

.column h3 a {
	font-size: 0.8em;
	color: #333;
}

.column h3 a:hover {
	color: #000;
}

.column blockquote {
	background-color: #EBF8FE;
	color: #111;
	font-size: 1.2em;
}

.column .event-date {
	font-weight: bold;
	font-size: 1.1em;
	color: #444;
	line-height: 1.4;
}

.column .event-date,
.column .event-date a {
	font-weight: normal;
	font-size: 0.95em;
	color: #333;
}

#content .col-bottom {
	border-bottom: 1px solid #006193;
}

.home .col-bottom {
	display: none;
}


#footer {
	border-top: 1px solid #ccc;
}

#footer a {
	color: #666;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#footer .menu {
	text-align: center;
	text-transform: lowercase;
	color: #222;
}


#footer .menu li:before{
	content: "| ";
}

#footer .menu li.home-page:before {
	content: " ";
}


/*** Component Styles ****/

/* Posts */

.news-post 
{
	border-top: 1px solid #ccc;
}

.news-post h2 {
	font-size: 1.3em;
}

.news-post h2 a:hover {
	text-decoration: underline;
}

/* Comments */

.commentlist li, #commentform input, #commentform textarea {
	font: 0.95em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}


/* Calendar styles */

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}


/* Event Category */

.event dt {
	font-weight: bold;
	
	position: absolute;
	width: 100px;
}

.event dd {
	padding: 0 0 0.7em 0;
	margin-left: 110px;
}

.post-listing table {
	font-size: 0.95em;

	width: 470px;
}

.post-listing td {
	background-color: #eee;
	
	padding: 5px;
}

.post-listing td.event-date {
	font-weight: bold;
	
	width: 150px;
}

/* Tech Specs Table */

table.specs {
	font-size: 0.95em;
}

table.specs h2, table.specs h3 {
	text-align: center;
	
	font-size: 1.1em;
}


table.specs h2 {
	background-color: #095092;
	color: #fff;
}

table.specs h3 {
	background-color: #CAD9E6;
	color: #333;
}

/* Event details table */

table.event td, table.event th {
	vertical-align: top;
}


/*** Classes ***/

table.school-list {
	border-collapse: collapse;
}

table.school-list td {
	width: 230px;
	margin: 0;
	padding: 0 10px 0 0;
}

.read-more {
	float: right;
	margin: 5px 20px 0 0;
	
	font-size: 11px;
	color: #fff;
}

.read-more:hover {
	text-decoration: underline;
	color: #fff;
}

.news-feature-bar {
	background: url(images/bg_secondary_nav.gif) repeat-x #006CA5;
	color: #fff;
	height: 27px;
	
	padding: 0;
	margin: 0;
	padding-top: 4px;
	
	overflow: hidden;
}


.news-feature-bar a,
.news-feature-bar a:hover,
.news-feature-bar a:visited {
	color: #fff;
}

.edit-link {
	text-align: right;
}

.postmetadata {
	font-size: 0.95em;
}

.postmetadata a {
	color: #666;
}

.postmetadata a:hover {
	color: #111;
}

.comment-link {
	color: #333;
	font-weight: bold;
}

.comment-link a {
	color: #444;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}


/* Expanding Box widget */

.expanding-box {
	color: #333;
	border: none;
	
	border-bottom: 1px solid #fff;
}

.expanding-link {
	background: url("images/bg_dottedline.gif") repeat-x bottom;
	color: #666;
	
	cursor: pointer;
}

.expanding-link div {
	background: url("images/icon_arrow_tiny_down.gif") no-repeat right 5px;
	text-decoration: none;
	color: #333;
}

.expanding-link div.lesslink {
	background: url("images/icon_arrow_tiny_up.gif") no-repeat right 5px;
}


.column .expanding-box {
	background-color: transparent;
	font-size: 1em;
	padding: 0;
	border: 1px solid #fff;
	
	color: #333;
}


/* Utility Styles */

.floatleft 	{ float: left; }
.floatright { float: right; }
.clearleft	{ clear: left; }
.clearright	{ clear: right; }
.clear		{ clear: both; }

