/*  
 *  Write it Well stylesheet
*/



/* GENERALLY */

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

body {
	background: #f4f4f4 url('img/bg.png') repeat-x;
	color: #333;
	font-size: 12px;
	font-family: Verdana, sans-serif;
}

body#blog {
	background: #f4f4f4 url('img/bg-blog.png') repeat-x;
}

a, a:visited {
	text-decoration: none;
	color: #00bc1b;
	border-bottom: 2px solid #9ae77b;
}

a:hover {
	border-bottom: 2px solid #34a442;
}




/* LAYOUT */

#wrap {
	margin: 0 auto;
	padding-bottom: 17em;
	position: relative; /* box children */
	width: 995px;
}

#writing {
	bottom: 0;
	left: 200px;
	margin: 1em 0;
	position: absolute;
	width: 600px;
}

#cols {
	padding: 117px 0 6em;
}

body#blog #cols {
	padding-top: 170px;
}

#outer {
	float: left;
	width: 795px;
}

#content {
	float: right;
	width: 580px;
	padding: 0 10px;
}

#side,
#side-blog,
#blog-side-left,
#blog-side-right {
	width: 190px;
	margin: .7em 0 0;
}

#side,
#blog-side-right {
	float: right;
}

#side-blog,
#blog-side-left {
	float: left;
	margin-top: .4em; /* only for blog module */
}




/* GENERAL TYPOGRAPHY */

#content h2 {
	color: #34a442;
	font-size: 1.6em;
	font-weight: normal;
	margin: .5em 0 1em;
}

#content h3 {
	color: #34a442;
	font-size: 1.25em;
	font-weight: normal;
	margin: 2em 0 1em;
}

#content h4 {
	color: #34a442;
	font-size: 1em;
	margin: 2em 0 1em;
}

#content h5 {
	color: #34a442;
	font-size: 1em;
	font-weight: normal;
	margin: 2em 0 1em;
}

#content p {
	color: #333;
	line-height: 1.5em;
	margin-bottom: 1em;
}

#writing p {
	line-height: 1.5em;
}





/* TOP NAV BAR */

#nav {
	/*left: 30px;*/
	list-style-type: none;
	position: absolute;
	top: 83px;
	width: 760px;
}

#nav li {
	background: url('img/tab.png') 0 0 no-repeat;
	float: left;
	margin: 0 2px; 
}

#nav a {
	background: url('img/tab.png') 100% 0 no-repeat;
	border: 0;
	color: #007044;
	display: block;
	float: left;
	height: 15px;
	margin-left: 7px;
	padding: 2px 12px 2px 7px;
}

#nav li:hover {
	background-position: 0 100%;
}

#nav li:hover a {
	background-position: 100% 100%;
}

#nav li.active {
	background: url('img/tab-active.png') 0 0 no-repeat;
}

#nav li.active a {
	background: url('img/tab-active.png') 100% 0 no-repeat;
}

#nav li.instructor {
	float: right;
	white-space: nowrap;
}

body#blog #nav {
	height: 2em;
	left: auto;
	overflow: hidden;
	position: absolute;
	top: -3px;
	right: 0;
}

body#blog #nav li {
	background: none;
	font-size: 11px;
	margin-left: 2em;
}

body#blog #nav a {
	background: none;
	border-bottom: 2px solid #9ae77b;
	color: #00bc1b;
	font-variant: small-caps;
	height: auto;
	margin: 0;
	padding: 7px 2px 1px;
}

body#blog #nav a:hover {
	border-bottom: 2px solid #34a442;
}




/* HEADER */

#logo {
	background: url('img/logo.png') no-repeat;
	height: 69px;
	left: 10px;
	top: 10px;
	position: absolute;
}

body#blog #logo {
	background: url('img/logo-blog.png') no-repeat;
	height: 122px;
	top: 25px;
	width: 594px;
}

#logo h1,
#logo h2 {
	text-indent: -9999px;
}

#logo a {
	border: 0;
	display: block;
	height: 69px;
	width: 390px;
}

body#blog #logo a {
	margin-top: 35px;
	margin-left: 35px;
	height: 70px;
	width: 340px;
}




/* MORE INFO */

#more-info {
	background: url('img/more-info.png') 0 0 no-repeat;
	border: 0;
	height: 61px;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	top: 41px;
	width: 211px;
}

body#blog #more-info {
	top: 86px;
}

#more-info:hover {
	background-position: 0 -61px;
}

#performanceMoreInfo, #performanceMoreInfo:hover,
#writingMoreInfo, #writingMoreInfo:hover,
#academicsMoreInfo, #academicsMoreInfo:hover,
#academicsMoreInfoTop, #academicsMoreInfoTop:hover {
	border: 0;
}

#academicsMoreInfoTop, #academicsMoreInfoTop:hover {
	display: block;
	padding: 12px 0 6px;
}

#performance-form {
	display: none;
}



/* FOOTER */

#footer {
	margin-top: -20em;
	position: absolute;
	text-align: center;
	width: 100%;
}

#footer ul {
	background: #69BE55;
	padding-top: 50px;
	height: 50px;
	list-style: none;
}

#footer li {
	display: inline;
	font-size: 13px;
	margin: 2px 5px 0;
}

#footer a {
	border-bottom: 5px solid #34a442;
	color: #caffb0;
	font-variant: small-caps;
	padding: .2em 0 .5em;
	margin: 0 1em;
}

#footer a:hover {
	color: #007044;
}

#writing, #writing a {
	color: #6ec44c;
}

#writing h3 {
	font-size: 1.1em;
	margin-bottom: .5em;
}




/* CONTENT */


/* FRONT PAGE */


/* NEWSLETTER BUTTON */

#new-section {
	background: url('img/newsletter-button.png') no-repeat;
	border: 0;
	display: block;
	height: 30px;
	text-indent: -9999px;
	margin: 1em auto;
	width: 516px;
}

#new-section:hover {
	border: 0;
}


/* BUTTONS */

.button {
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
}

.button:hover {
	border: 0;
}

#materials_button {
  border: 0;
	background-image: url('img/materials_button.png');
	height: 53px;
	width: 167px;
  margin-bottom: 1em;
}

#button_twitter {
  border: 0;
	background-image: url('img/button_twitter.png');
	height: 34px;
	width: 163px;
  margin-bottom: .5em;
}

#button_facebook {
  border: 0;
	background-image: url('img/button_facebook.png');
	height: 34px;
	width: 163px;
  margin-bottom: 1em;
}

/* TABS */

#tabs {
	margin: 1.5em auto 2.5em;
	position: relative;
	width: 516px;
}

#tabs div {
	float: left;
	width: 258px;
}

#tabs h3 {
	margin: 0; /* reset #content h3 */
}

#tabs a {
	display: block;
	position: relative;
	text-indent: -9999px;
	height: 164px;
}

#tabs #training a {
	background: url('img/tab-training.png') no-repeat;
}

#tabs #facilitator a {
	background: url('img/tab-facilitator.png') no-repeat;
}

#tabs a {
	border: 0;
}

#tabs #training a:hover {
	background-position: bottom;
}

#tabs #facilitator a:hover {
	background-position: bottom;
}

#tabs p {
	display: block;
	height: 64px;
	margin: 0;
	text-indent: -9999px;
	width: 258px;
}

#tabs #training p {
	background: url('img/tab-training-caption.png') no-repeat;
}

#tabs #facilitator p {
	background: url('img/tab-facilitator-caption.png') no-repeat;
}


/* BOOKS BOX */

#books {
	background: url('img/booksbox-bg.png') repeat-y;
	margin: auto;
	left: 2px;
	position: relative;
	width: 516px;
}

#books-header,
#books-footer {
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 516px;
}

#books-header {
	background-image: url('img/booksbox-header.png');
	height: 76px;
}

#books-header h3 {
	margin: 0; /* reset #content h3 */
}

#seemore {
	top: 34px;
	position: absolute;
	right: 142px;
	width: 83px;
}

#freeshipping {
	border: 0;
	height: 90px;
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
}

.books-book {
	margin-top: -15px;
}

#content .books-desc {
	color: #666;
	min-height: 9em;
	height: 9em;
	line-height: 1.8em;
	padding: 20px;
}

.books-cover {
	float: right;
	margin: 1.5em 2em -4em -1em;
}

.books-info {
	background: url('img/booksbox-info.png') repeat-y;
	padding: 15px;
}

#content .books-info h4 {
	font-size: 1.7em;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	width: 360px;
}

.books-info a {
	color: #007044;
}

#books-nav {
	top: 235px;
	right: 10px;
	position: absolute;
	width: 110px;
}

#books-nav div,
#books-nav a {
	float: left;
}

#books-prev,
#books-next,
#books-pause{
	background-repeat: no-repeat;
	border: 0;
	cursor: pointer;
	height: 27px;
	text-indent: -9999px;
	width: 27px;
}

#books-curr {
	line-height: 27px;
	text-align: center;
	width: 40px;
}

#books-pause {
	background-image: url('img/booksbox-pause.png');
	background-position: 50% 0;
	display: none;
	width: 40px;
}

#books-pause.play {
	background-image: url('img/booksbox-play.png');
}

#books-prev {
	background-image: url('img/booksbox-prev.png');
}

#books-next {
	background-image: url('img/booksbox-next.png');
}

#books-bottom {
	background-image: url('img/booksbox-bottom.png');
	height: 11px;
	font-size: 8px;
}

.books-hide {
	display: none; /* hide initially */
}




/* SIDES */

.side-module {
	margin-bottom: 3em;
}

.side-module h4 {
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 1em;
	text-indent: -9999px;
}

.side-module a.head-link h4 {
	cursor: pointer;
}

.side-module h4:hover {
	background-position: 0 100%;
}

.head-blog {
	background-image: url('img/head-blog.png');
	height: 46px;
}

.head-news {
	background-image: url('img/head-news.png');
	height: 29px;
}

.head-testimonials {
	background-image: url('img/head-testimonials.png');
	height: 30px;
}

.side-module a, .side-module a:visited, .side-module a.head-link:hover {
	border: 0;
}

.side-module a:hover {
	border-bottom: 2px solid #9ae77b;
}

.read-more {
	border: 0;
	line-height: 1em;
	padding: .15em;
}


/* BLOG SIDE */

.blog-entry {
	margin: 1em 0 1em 1.5em;
}

.blog-entry h6 {
	color: #999;
	font-family: Georgia, serif;
	font-size: .95em;
	font-variant: small-caps;
}

.blog-entry h5, .news-entry h5 {
	color: #34a442;
	font-size: 1.1em;
	font-weight: normal;
	margin: .5em 0 .5em;
}

.blog-entry p, .news-entry p {
	color: #333;
	font-size: .9em;
	line-height: 1.3em;
}


/* NEWS SIDE */

#side-news {
	margin-bottom: 1em;
}

.news-entry {
	margin: .5em 0 1em .5em;
}

#sideshoppingcart {
	line-height: 1.5em;
}

#shop-links ul {
	border: 1px solid #ddd;
	list-style: none;
	margin-bottom: 1em;
	padding: .5em;
}

#shop-links ul li {
	font-size: .8em;
	padding: .2em 0;
}


/* TESTIMONIALS SIDE */

#side-testimonials {
	height: 20em;
	overflow: hidden;
	margin-bottom: 0;
}

#sfstest-page blockquote,
#side-testimonials blockquote {
	color: #666;
	font-size: 1em;
	font-family: Georgia, serif;
	line-height: 1.3em;
	padding: 10px 0 10px 10px;
	margin-left: 15px;
}

#side-testimonials blockquote {
	border-left: 3px solid #ddd;
}

#sfstest-page blockquote {
  margin-bottom: 2em;
  border-left:3px solid #F5F5F5;
  font-size: 1.1em;
}

#sfstest-page cite,
#side-testimonials cite {
  margin-top: -1em;
}

#side-testimonials cite {
  font-size: .8em;
}

#sfstest-page cite {
  display:block;
  margin-right:60px;
  text-align:right;
}

#side-testimonials h4 {
	margin-bottom: 0;
}

#testimonials-more {
	display: none;
	text-align: right;
}





/* SUBPAGES */

#wrap-above {
	background: #fff url('img/round-above.png') repeat-x;
	padding-top: 4px;
}

#wrap-below {
	background: url('img/round-below.png') bottom repeat-x;
	min-height: 35em;
	padding: 2em 20px 4em;
}

/* min-height workarounds */
*>#wrap-above {
 padding-top: 35em;
 min-height: 1px;
}
*>#wrap-below {
 margin-top: -35em;
}
/* for IE, with IE5/Mac backslash filter \*/
* html #wrap-above {
 height: 35em;
}
/* end min-height workarounds */


#content ul, #content ol {
	margin: 0 0 2em 2.5em;
}

#content ul {
	list-style-image: url('img/bullet.png');
}

#content ul ul {
	list-style-image: url('img/bullet-nested.png');
}

#content ul li, #content ol li  {
	line-height: 1.5em;
	margin: 0.5em 0;
}

#breadcrumb {
	color: #888;
	font-size: .8em;
	margin-bottom: 1.5em;
}

#breadcrumb a {
	color: #888;
	border-bottom: 1px solid #ccc;
}


/* SUBPAGES BOX */

#subpages {
	background: url('img/subpages-round-top.png') top right no-repeat;
	float: right;
	margin: 0 0 10px 18px;
	padding-left: 10px;
	width: 200px;
}

#subpages-inner {
	background: url('img/subpages-round-bottom.png') bottom no-repeat;
	padding: 6px 0;
}

#subpages-content {
	background: #f4ffef;
	border-left: 1px #9AE77B solid;
	border-right: 1px #9AE77B solid;
	padding: 1px;
}

#subpages-content h3 {
	font-size: .9em;
	font-variant: small-caps;
	margin: 0 0 1.5em;
	text-align: center;
	width: 180px;
}

#subpages-content h3 a {
	border-bottom: 1px solid #C4EFB3;
}

#subpages ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
}

#subpages ul li {
	margin-bottom: 1em;
	background: url('img/bullet-nested.png') 0 .5em no-repeat;
	padding-left: 15px;
	margin-left: -5px;
}

#subpages li.current_page_item {
	background-image: url('img/bullet.png');
}

#subpages li.current_page_item a {
	color: #34a442;
	font-weight: bold;
}

#subpages ul li:hover {
	background-image: url('img/bullet.png');
}


/* ABOUT US */

.testimonial {
	margin: 0 0 2em 2em;
}

.testimonial p {
	font-style: italic;
}

.testimonial span {
	font-style: normal;
	margin-left: 3em;
}


/* BOOK PAGE */

#book-list {
	margin: 1.5em 0 0 20px;
	padding-bottom: 2em;
}

#book-list dt {
	clear: left;
	float: left;
	margin-right: 15px;
}

#book-list dt img {
	margin-top: .5em;
}

#book-list dt a, #book-list dt img {
	border: 0;
}

#book-list dd {
	color: #333;
	float: left;
	line-height: 1.5em;
	margin-bottom: 3em;
	width: 400px;
}

#book-list dd a {
	font-size: 1.1em;
	line-height: 2em;
}

#content.fac-kit h2,
#content.book h2 {
	margin-left: 130px;
	margin-bottom: .5em;
}

#content.fac-kit h3,
#content.book h3 {
	clear: both; /* align with book cover */
}

#content.fac-kit h4,
#content.book h4 {
	color: #555;
	font-weight: normal;
	font-style: italic;
	font-size: 1.2em;
	margin: 1em 0 .5em;
}

#content.fac-kit h5,
#content.book h5 {
	color: #555;
	font-weight: normal;
	font-size: .95em;
	margin: .4em 0 .5em;
}

#content.fac-kit h6,
#content.book h6 {
	color: #34a442;
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 1em;
}

.cover {
	float: left;
	margin-top: -35px;
	width: 130px;
}

#content .book-quotes {
	margin: 0 0 .5em 2em;
	font-style: italic;
}

.book-quotes span {
	font-style: normal;
	margin-left: 3em;
}


/* FAC KIT PAGE */

#content #fac-kit-showcase {
	background: url('img/fac-kit-showcase.jpg') no-repeat;
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
	margin-left: -20px;
	margin-right: -20px;
	width: 581px;
	height: 358px;
	position: relative;
}

#content #fac-kit-showcase a {
	display: block;
	border: 0;
	text-indent: -9999px;
	position: absolute;
}

#content #fac-kit-business {
	top: 25px;
	left: 2px;
	width: 130px;
	height: 250px;
}

#content #fac-kit-grammar {
	top: 55px;
	left: 276px;
	width: 155px;
	height: 295px;
}

#content #fac-kit-email {
	top: 55px;
	left: 135px;
	width: 135px;
	height: 265px;
}

#content #fac-kit-performance {
	top: 45px;
	right: 0;
	width: 146px;
	height: 260px;
}


#content.fac-kit .cover {
	width: 165px;
	margin-bottom: -3em;
}

#content.fac-kit h2 {
	margin-left: 165px;
	margin-bottom: .5em;
}

#content.fac-kit #addtocart {
	float: none;
	margin-top: 1em;
}

#license-cart {
	margin-top: 2em;
	margin-left:165px;
}

#error {
	border:1px solid #DD7777;
	display: none;
	padding:0.5em;
	background:#FFCCCC none repeat scroll 0 0;
	margin: 1em 0 -1em 0;
}



/* CART ELEMENTS */


#buy-button {
	background: url('img/buy-button.png') no-repeat;
	border: 0;
	display: block;
	height: 23px;
	float: right;
	margin: -22px 20px 0 0;
	text-indent: -9999px;
	width: 131px;
}

#addtocart {
	background: url('img/addtocart.png') no-repeat;
	border: 0;
	display: block;
	height: 23px;
	float: right;
	margin: -22px 35px 0 0;
	text-indent: -9999px;
	width: 131px;
}

#license {
	margin-top: 0.5em;
}

#viewcart {
	background: url('img/viewcart.png') no-repeat;
	border: 0;
	display: block;
	height: 23px;
	margin: 1.5em 0 2em 15px;
	text-indent: -9999px;
	width: 117px;
}

#cards {
	float: right;
}

#btnCC {
	margin-right: 20px;
}

.us-only {
	color:#bbb;
	float:left;
	font-size:11px;
	padding-left: 10px;
}

.us-only a {
	color: #bbb;
	border: 0;
	text-decoration: underline;
}




/* DOWNLOADS */

.download_box {
  border:1px solid #ddd;
  background: #fff;
  line-height:1.5em;
  margin:1em 0;
  padding:1em;
  -webkit-border-radius:5px;
  -khtml-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
}  

#content .download_box h4 {
  background: #f5f5f5;
  color: #555;
  margin:-1em -1em .5em;
  padding:1em;
}

#content .download_box p {
  margin: 0;
  color: #555;
  font-size: .9em;
}

.download_featured {
  border-color: #9AE77B;
}

#content .download_featured h4 {
  background: #F5FFEF;
  color: #34A442;
}


/* BLOG PAGE */

/* BLOG COLUMNS */

.side-module ul {
	list-style: none;
}

.side-module ul li {
	margin: .8em 0 .8em;
}

.side-module ul li.linkcat h5 {
	color: #666;
	font-size: 1.1em;
	font-variant: small-caps;
	font-weight: bold;
	margin-top: 1.8em;
}

.head-recent {
	background-image: url('img/head-recent.png');
	height: 13px;
	width: 107px;
}

.head-links {
	background-image: url('img/head-links.png');
	height: 12px;
	width: 75px;
}

.head-categories {
	background-image: url('img/head-categories.png');
	height: 22px;
	width: 117px;
}

.head-archives {
	background-image: url('img/head-archives.png');
	height: 22px;
	width: 104px;
}

.head-rss {
	background-image: url('img/head-rss.png');
	height: 21px;
	width: 98px;
}


/* BLOG ENTRIES */

.post {
	margin: 0 0 5em;
}

#content .post h3 {
	margin: .5em 0 1.5em;
}

#content .post h4 {
	color: #999;
	font-family: Georgia, serif;
	font-size: 1.3em;
	font-weight: normal;
	font-variant: small-caps;
	margin: 0 0 1em;
}

#content .post h3 a {
	border: 0;
	font-size: 1.2em;
	color: #34a442;
}

#content .post-metadata {
	color: #999;
	font-size: .9em;
}

.post-metadata a {
	border-color: #ddd;
	color: #999;
	font-variant: small-caps;
}

.post-metadata a:hover {
	border-color: #bbb;
	color: #555;
}

.meta-category,
.meta-comments,
.meta-trackback {
	padding: .16em 1.5em .16em 2em;
}

.meta-category {
	border-right: 1px solid #eee;
	background: url('img/blog-icon-category.png') no-repeat;
}

.meta-comments {
	background: url('img/blog-icon-comments.png') no-repeat;
	margin-left: .7em;
}

.meta-trackback {
	border-left: 1px solid #eee;
}

.navigation {
	font-size: 1.1em;
}

.navigation .alignleft {
	float: left;
}

.navigation .alignright {
	float: right;
}






/* THE HOLY CLEARFIX */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.clearer {
	clear:both;
	display:block;
	font-size:1px;
	height:1px;
	line-height:1px;
	margin-bottom:-1px;
}

