/*
Theme Name: The Tutor Whisperer
Theme URI: http://www.wasyl.com
Description: The Tutor Whisperer Custom Theme
Version: 1.0
Author: Mark Wasyl
Author URI: http://www.moremilk.com
Tags: R
*/


/*
--------------------------------------------------
Created:			Jul 06, 2010
Updated:			Sep 27, 2010
Updated by:			Mark Wasyl
--------------------------------------------------
--------------------------------------------------
COLORS
Body BG:			#FFF
Wrapper BG:			#FFF
Main Text:			#000
Links,				
Links (visited):	#667D00
Links (hover):		#878D7B
Links (active):		#878D7B

Gray (medium):		#878D7B

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


@import url("style/css/reset.css");
@import url("style/css/base.css");


/*
--------------------------------------------------
basic html
--------------------------------------------------
*/
	body {
		background: #FFF;
		color: #000;
		font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
		font-size: 14px;
		}
/* headings */
	h1,h2 {
		color: #000;
		font-family: Georgia, Times, "Times New Roman", serif;
		font-weight: normal;
		line-height: 1em;
		text-transform: uppercase;
		}
	h3,h4,h5,h6 {
		color: #000;
		font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
		font-weight: bold;
		line-height: 1em;
		text-transform: uppercase;
		}
	h1 { font-size: 36px; }
	h2 { /* Page titles */
		border-bottom: 1px solid #CCC;
		font-size: 34px;
		margin-bottom: 10px;
		padding-bottom: 46px;
		}
	h3 { /* Page subheaders */
		margin-bottom: 40px;
		font-size: 14px;
		}
	h3.border { /* Page subheaders */
		border-top: 1px solid #CCC;
		margin-bottom: 40px;
		margin-top: 40px;
		padding-top: 8px;
		font-size: 14px;
		}
	h4 { /* Page section headers */
		font-size: 12px;
		margin-bottom: 10px;
		margin-top: 10px;
		}
	h4 em {
		font-weight: bold;
		}
	h5 {
		font-size: 11px;
		margin-bottom: 8px;
		}
	h5 span {
		font-style: italic;
		}
	h6 {font-size: 10px;}
/* links */
	a:link,
	a:visited {
		color: #667D00;
		outline: none; /* fixes Firefox dotted outline */
		text-decoration: none;
		}
	a:focus,
	a:hover,
	a:active {
		color: #878D7B;
		outline: none; /* fixes Firefox dotted outline */
		text-decoration: none;
		}
/* paragraph */
	p {
		font-size: 14px;
		line-height: 1.25em;
		margin-bottom: 20px;
		}
	blockquote {
		background: url(style/images/quote.png) left 5px no-repeat;
		font-style: italic;
		padding-left: 40px;
		}
/* horizontal rule */
	hr {
		border: 0;
		border-bottom: 1px solid #CCC;
		clear: both;
		margin: 0;
		padding: 0;
		width: 100%;
		}
/* margins */
	p,blockquote,dl,hr,ol,ul,pre,table,address,fieldset { margin-bottom: 20px }
	



/*
--------------------------------------------------
additional styles
--------------------------------------------------
*/
	.small { font-size: 12px; }
	


/*
--------------------------------------------------
wrappers/containers
--------------------------------------------------
*/
	#wrapper {
		border: 1px solid #CCC;
		margin: 60px auto;
		text-align: left;
		padding-bottom: 10px;
		width: 990px
		}
	#wrapper-inside {
		padding: 40px;
		}
	#sidebar-global {
		display: inline;
		float: left;
		width: 220px;
		}
	#main {
		display: inline;
		float: left;
		height: 100%;
		min-height: 100%;
		}
	#main.home {
		margin: 0;
		margin-left: 15px;
		width: 460px;
		}
	#main.wide {
		border-left: 1px solid #CCC;
		width: 680px;
		}
	#main.narrow {
		border-left: 1px solid #CCC;
		border-right: 1px solid #CCC;
		width: 508px;
		}
	#main.borders {
		border-left: 1px solid #CCC;
		border-right: 1px solid #CCC;
		}
	#sidebar {
		display: inline;
		float: right;
		width: 180px;
		}
	.inner-padding {
		padding: 10px 15px;
		}


/*
--------------------------------------------------
header
--------------------------------------------------
*/
	#header {
		border-bottom: 1px solid #CCC;
		border-top: 4px solid #000;
		height: 160px;
		padding-bottom: 20px;
		}
/* used for graphic title */
	h1#logo {
		margin-bottom: 0;
		}
	h1#logo a,
	h1#logo a:link,
	h1#logo a:visited,
	h1#logo a:hover,
	h1#logo a:active {
		background: url(style/images/header-logo.png) left top no-repeat;
		border: none;
		display: inline-block;
		float: left;
		height: 110px;
		margin: 46px 0 0 10px;
		text-indent: -9999px;
		width: 630px;
		}
/* header search */
	#header .search {
		border-left: 1px solid #CCC;
		display: inline;
		float: right;
		line-height: 1em;
		height: 80px;
		padding-left: 10px;
		padding-top: 10px;
		width: 200px
		}
	#header .search h4 {
		margin-bottom: 8px;
		padding: 0;
		}

/*
--------------------------------------------------
sidebar-global
--------------------------------------------------
*/
/* menu */
	#menu ul {
		}
	#menu ul li {
		border-bottom: 1px solid #CCC;
		font-size: 18px;
		list-style: none;
		margin-bottom: 8px;
		padding-bottom: 8px;
		}
	/*#menu ul.sub-menu {
		margin-top: 3px;
		}*/
	#menu ul.sub-menu li {
		border-bottom: none;
		font-size: 14px;
		padding: 2px 0;
		padding-left: 10px;
		margin: 2px 0;
		}
	#menu ul li.current_page_item a { color: #878D7B; } /* changes current WordPress menu item link state */
	#menu ul.sub-menu li.current_page_item a { color: #878D7B; } 
	#menu ul li:last-child { border-bottom: 0; }
	#menu a { display: inline-block; }
	#menu a:hover { text-decoration: none;	}
/* social */
	#sidebar-global #social,
	#sidebar-global #links	 {
		border-top: 1px solid #CCC;
		margin-top: 30px;
		padding-top: 8px;
		}
	#sidebar-global #social ul li { font-size: 13px; padding: 0 0 2px 24px; }
/* menu icons */
	#sidebar-global #social li.facebook	{ background: url(style/images/menu_facebook.png) left 1px no-repeat; }
	#sidebar-global #social li.twitter	{ background: url(style/images/menu_twitter.png) left 1px no-repeat; }
	#sidebar-global #social li.rss	{ background: url(style/images/menu_rss.png) left 1px no-repeat; }
/* links */
	#sidebar-global #links ul {
		font-size: 13px;
		}
/* copyright */
	#sidebar-global #copyright p {
		font-size: 10px;
		margin-bottom: 10px;
		}
	
	#menu #menu-item-372 a:hover {
		cursor: default;
		color: #667D00;
		}
	#menu #menu-item-372 .sub-menu a:hover {
		cursor: pointer;
		color: #878D7B;
		}



/*
--------------------------------------------------
home
--------------------------------------------------
*/
	#home img.size-full {
		width: 100%;
		}
	.home p {
		font-size: 14px;
		line-height: 1.25em;
		margin-bottom: 10px;
		}
	#main.home h3 {
		font-size: 16px;
		margin-bottom: 10px;
		}
	#sidebar .tout {
		margin-bottom: 30px;
		}
	#sidebar .tout p {
		margin-bottom: 5px;
		}
	#sidebar .tout .image-frame {
		border: 1px solid #CCC;
		margin-bottom: 8px;
		margin-top: -1px;
		width: 178px;
		}
	#sidebar .tout img {
		height: 120px;
		padding: 8px;
		width: 162px;
		}
	#sidebar .tout .sideproduct img {
		height: auto;
		padding: 8px;
		width: 162px;
		}




/*
--------------------------------------------------
main content area
--------------------------------------------------
*/
	#content {
		display: inline;
		float: left;
		width: 400px;
		}
	#main-image {
		margin-bottom: 20px;
		width: 100%;
		}
	#main ul {
		list-style: circle;
		margin: 0 0 20px 1.5em;
		}
	object embed, object, embed { /* video embed */
		width: 100%;
		}

 
/*
--------------------------------------------------
search
--------------------------------------------------
*/
	.search h3 {
		font-family: Georgia, Times, "Times New Roman", serif;
		font-weight: normal;
		margin-bottom: 5px;
		text-transform: none;
		}

/*
--------------------------------------------------
image styles
--------------------------------------------------
*/
/* image styles */
	img.size-thumbnail {
		}
	img.size-medium {
		}
	img.size-large {
		width: auto;
		}
	img.size-full {
		height: auto;
		margin-bottom: 20px;
		width: 99.5%;
		}
/* post thumbnail styles */
	img.attachment-thumbnail {
		}
	img.attachment-medium {
		}
	img.attachment-large {
		margin-bottom: 20px;
		}
	img.attachment-full {
		height: auto;
		margin-bottom: 20px;
		}

	img.border {
		border: 1px solid #CCC;
		}

/*
--------------------------------------------------
button styles
--------------------------------------------------
*/
	p.readmore a {
		background: #FFF;
		border: 1px dotted #EEE;
		color: #C90;
		margin-bottom: 20px;
		padding: 1px 10px;
		text-decoration: none;
		}
	p.readmore a:hover {
		background: #FD7;
		text-decoration: none;
		}


/*
--------------------------------------------------
sidebar
--------------------------------------------------
*/
	#sidebar {
		}
	#sidebar-global .inner-padding {
		padding: 10px 15px 15px 15px;
		}
	#sidebar .inner-padding {
		padding: 15px 0 15px 13px;
		}
	#sidebar .inner-padding img {
		height: auto;
		margin-bottom: 10px;
		width: 100%;
		}
	#sidebar ul {
		list-style: none;
		margin: 0;
		padding: 0;
		}
	#sidebar ul li {
		display: block;
		font-size: 13px;
		line-height: 1.5em;
		margin: 0;
		}
	#sidebar li ul li {
		font-size: 12px;
		margin-bottom: 0px;
		}
	#sidebar li ul li li {
		border-bottom: none;
		font-size: 10px;
		list-style: disc;
		list-style-position: inside;
		margin-bottom: 0px;
		padding-left: 4px;
		}
	#sidebar a {
		display: inline-block;
		}
	#sidebar a:hover {
		}
	#sidebar a:active {
		color: #878D7B;
		outline: none; /* fixes Firefox dotted outline */
		text-decoration: none;
		}
	#sidebar h2 {
		border-bottom: none;
		font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
		font-size: 13px;
		font-weight: bold;
		margin-bottom: 3px;
		padding-bottom: 0;
		text-transform: uppercase;
		}
	#sidebar h3 {
		border-top: 1px solid #CCC;
		font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
		font-size: 13px;
		font-weight: bold;
		margin: 40px 0 5px;
		padding: 5px 0 0 0;
		text-transform: uppercase;
		}
	#sidebar h4 {
		margin-bottom: 5px;
		}
	.textwidget,
	.textwidget p,
	#sidebar p {
		font-size: 13px;
		letter-spacing: -.025em;
		line-height: 1.3em;
		}



/*
--------------------------------------------------
shopp styles
--------------------------------------------------
*/
	th,
	tr.totals th,
	tr.total th {
		font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		}
/* shopp sidebar */
	#sidebar.shopp ul {
		margin-bottom: 30px;
		}
	#sidebar.shopp ul li {
		display: block;
		font-size: 13px;
		line-height: 1.25em;
		}
	ul.shopp_categories li {
		}
	input.addtocart,
	input.update-button,
	input#checkout-button,
	input#confirm-button {
		border: medium none;
		height: 18px;
		margin-left: 10px;
		margin-top: 2px;
		text-indent: -9999px;
		}
	input.addtocart {
		background: url(style/images/button-add-to-cart.gif) no-repeat scroll center center;
		width: 106px;
		}
	input#confirm-button {
		background: url(style/images/button-confirm-order.gif) no-repeat scroll center center;
		width: 117px;
		}
	input.update-button {
		background: url(style/images/button-update-cart.gif) no-repeat scroll center center;
		width: 100px;
		}
	input#checkout-button {
		background: url(style/images/button-submit-order.gif) no-repeat scroll center center;
		width: 107px;
		}
	#shopp h4.name {
		font-size: 23px;
		font-weight: bold;
		text-transform: none;
		}
	.listview p {
		margin-bottom: 5px;
		}
	#shopp form label {
		font-size:13px;
		font-weight:normal;
		padding-bottom:8px;
		}

/*
--------------------------------------------------
form styles
--------------------------------------------------
*/
/* shared styles */
	:focus {outline: 0;}
	input[type="text"],
	textarea {
		background-color: #F9F9F9;
		border: 1px solid #CCC;
		color: #666;
		font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 1em;
		margin: 0;
		padding: 2px 4px;
		vertical-align: top;
		}
	input[type="text"]:focus,
	textarea:focus {
		border: 1px solid #667D00;
		}
	textarea {
		height: 180px;
		width: 290px;
		}
	legend {
		font-size: 12px;
		font-weight: bold;
		margin-bottom: 10px;
		margin-left: 110px;
		text-transform: uppercase;
		}
	label {
		display: inline-block;
		padding-top: 6px;
		text-align: left;
		width: 110px;
		}
/* search form */
	#searchform { /* search box */
		border: none;
		display: block;
		position: relative; /* fixes bug where text field doesn't work */
		z-index: 999; /* fixes bug where text field doesn't work */
		}
	.search #searchform { /* search box */
		width: 200px;
		}
	#searchform input { /* input fields */
		background-color: #DDD;
		border: medium none;
		}
	#searchform input[type="text"] { /* search text field */
		color: #000;
		display: block;
		float: left;
		font-size: 11px;
		height: 16px;
		line-height: 11px;
		padding: 2px 4px;
		width: 192px;
		}
	#searchform input[type="submit"] { /* search button */
		background: url(style/images/button-search.gif) no-repeat scroll center center;
		cursor: pointer;
		display: block;
		float: right;
		font-size: 0;
		height: 18px;
		line-height: 0;
		margin-left: 10px;
		margin-top: 8px;
		outline: medium none;
		overflow: hidden;
		text-indent: -9999px;
		width: 64px;
		}
/* contact form */
	.wpcf7-form input[type="text"],
	.wpcf7-form textarea {
		margin-top: 4px;
		vertical-align: top;
		}
	.wpcf7-form textarea {
		height: 180px;
		width: 290px;
		}
	.wpcf7-form input[type="submit"] { /* search button */
		background: url(style/images/button-send.gif) no-repeat scroll center center;
		border: medium none;
		cursor: pointer;
		display: block;
		font-size: 0;
		height: 18px;
		line-height: 0;
		margin-left: 253px;
		outline: medium none;
		overflow: hidden;
		text-indent: -9999px;
		width: 47px;
		}
	#main div.wpcf7-response-output {
		margin: 10px 0;
		padding: 4px;
		}
	#main div.wpcf7-mail-sent-ok {
		border: 0 solid #398f14;
		padding: 0;
		}
	#main div.wpcf7-mail-sent-ng {
		border: 2px solid #ff0000;
		}
	#main div.wpcf7-spam-blocked {
		border: 2px solid #ffa500;
		}
	#main div.wpcf7-validation-errors {
		border: 2px solid #f7e700;
		}
	#main span.wpcf7-not-valid-tip {
		position: absolute;
		top: 20%;
		left: 0;
		z-index: 100;
		background: #fff;
		border: 1px solid #ff0000;
		font-size: 10pt;
		width: 280px;
		padding: 4px;
		}
	
	#main span.wpcf7-not-valid-tip-no-ajax {
		color: #f00;
		font-size: 10pt;
		display: block;
		}

	






	label.screen-reader-text {
		display: none; /* hides Search For text */
		}
/* footer mailing list */
	#mailing-list {
		}
	#mailing-list .field {
		background: none repeat scroll 0 0 #FFF;
		margin-bottom: 4px;
		width: 100%;
		}
/* fieldset */
	fieldset {
		line-height: 1em;
		margin-bottom: 0;
		text-align: left;
		}
	fieldset p {
		line-height: 1em;
		margin-bottom: 10px;
		}
	fieldset ul {margin-bottom: 60px;}
	fieldset li {margin-bottom: 10px;}