/*  
Theme Name: Studywiz 2008
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.6em;

}

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

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

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

.press h2 {
	font-size: 1.3em;
	font-weight: normal;
}

h2 {
	font-size: 1.3em;
	font-weight: normal;	
	background-image: url("/wp-content/themes/suswiz-2008/images/award_icon.gif");
	background-repeat:no-repeat;
	background-position: 0px 8px;
}

h3 {
	font-size: 1.3em;
}

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

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, #pipeline {
	font-size: 1.3em;
}

#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 #7CB533;
}

#navigation a {
	color: white;
}

#navigation .menu {
	background: url("images/logo_sw.gif") no-repeat 22px 6px;
}

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

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

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


#pipeline {
	background: url("images/bg_secondary_nav.gif") repeat-x #7CB533;
}

#pipeline .current_page_item 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") no-repeat #73a82f;
	background-position:right center;
	
}

#content {
	font-size: 1.2em;
	background: url("images/bg_column.gif") repeat-y;
}

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

.column h1 {
	background: url(images/bg_column_header.gif) repeat-x #7CB533;
	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 a {
	font-weight: normal;
	font-size: 0.95em;
	color: #333;
}

#content .col-bottom {
	border-bottom: 1px solid #7CB533;
	margin-left:606px;
	width:294px;
}

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


#footer {
	border-top: 0px 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;
}

.press .column h4 {
	font-size: 1.1em;
	font-weight: normal;	
	background-image: url("/wp-content/themes/suswiz-2008/images/news_icon.gif");
	background-repeat:no-repeat;
	background-position: 8px 1px;
	padding-left:30px;
	margin-bottom:0;
}
.press .column p {
    padding-left:30px;
}

.news-post h2 {
	font-size: 1.3em;
	font-weight: normal;	
	background:none;
	padding:0;
}

/* 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 ***/

.read-more {
	float: right;
	margin-right: 20px;
	
	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: 31px;
	line-height: 31px;
	
	overflow: hidden;
}

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

h2.news-feature-bar {
	padding: 0;
	margin: 0;
}

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


/* Utility Styles */

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


/* Form Styles */


.contact-form
{
	border: solid thin #ddd;
	text-align: left !important;
	padding: 10px;
	
}

.contact-form label {
	width: 180px; 
	margin: 2px 10px 0 0; 
	display: -moz-inline-box; /*for mozilla*/
	display: inline-block; /*for Opera & IE*/
	vertical-align: top;	
	text-align: right;
	color: #008AC4;
}

.contact-form label span {
	width: 180px; /* must be the same as above!*/
	display: block; 
}


.contact-form input {
	border: 1px solid #333;
	padding: 3px;
	margin-bottom:0.3em;
}

.contact-form input:focus {
	background-color: #E9F1F4;
	border-color: #008AC4;
}

.contact-form textarea {
	border:1px solid #333;
	padding:0.5em;
	overflow:auto;	
	width: 250px;
	height: 100px;
}

.contact-form #support-question {
	width: 300px;
	height: 150px;	
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding: 10px;
}

.contact-form .form-checkbox input {
	margin-left: -2px;
	border: none;
}

.feedback {
	background-color: #FFFFDD;
	border: 1px solid #EEEFB3;
	padding: 5px 15px;
}

/*                                                    */
/*   FORM submit button                               */
/*                                                    */


.contact-form input.sendbutton	{ 
	font-size: 1em;
	width:100px;  
	padding:2px; 
	margin: 5px 0 15px 193px;
	background:url("images/bg_formbutton.gif") repeat-x; 
	border:1px solid #adadad!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;
}
