/*  
Theme Name: TAIZdesign
Theme URI: http://ravenseyedesign.com/
Description: The Wordpress Theme for Taiz Design
Version: 1.0
Author: Chad Bush
Author URI: http://ravenseyedesign.com/
*/

/* color scheme
.clouds {
  color: #bcc;
}
.teal {
  color: #09a;
}
.red {
  color: #e22;
}
.grey {
  color: #555;
}
.black {
  color: #000;
}
.white {
  color: #fff;
}
 */

/* Reset All Margins and Padding */
* { 
  margin: 0; 
  padding: 0;
}

/* Layout */
body {
	background: #fff url(images/halo.jpg) repeat-x;
	font-family: "Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #000;
}
#wrap {
	width: 960px;
	margin: 0 auto 43px auto;
	text-align: left;
}
#masthead {
	background: #000 url(images/masthead.jpg) top right repeat-x;
	height: 120px;
	width: 960px;
	text-align: left;
}
#column-wrap {
	background: #fff;
}
#left {
	width: 200px;
	float: left;
}
#main {
	width: 760px;
	float: left;
	position: relative;
}
#footer {
	width: 100%;
}
#left .content {
	padding: 10px 0 0 20px;
}
#main .content {
	padding: 10px 20px 20px;
}
#footer .content {
	padding: 0 0 12px 0;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#fixed {
	display: none;
}
html>body #fixed {
 position:fixed;
  bottom:0;
  background: #000 url(images/footer.jpg) 0 0 repeat-x;
  width: 100%;
  height: 33px;
  display: block;
}

/* Masthead */
#masthead h1 {
	text-indent: -9000px;
	line-height: 0;
	font-size: 0;
}
#masthead h1 a {
	background: transparent url(images/header.gif) 0 0 no-repeat;
	width: 135px;
	height: 120px;
	display: block;
}
#masthead .content {
	padding: 0;
}

/* Masthead Home */
#homepage #masthead h1 a {
	background-image: url(images/header-home.gif);
}

/* Menu */
#left ul {
	list-style: none;
	font-family: "Lucida Grande", Arial, Lucida, Verdana, Helvetica, sans-serif;
}
#left ul li {
	list-style: none;
	display: block;
}
#left ul li a {
	display: block;
	text-decoration: none;
	padding: 18px 10px 0 0;
	color: #000;
	line-height: 1.1em;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}
#left ul li a:hover {
	color: #666;
	background-position: 0 3px;
}
#left ul li.page_item li a {
	color: #333;
	padding: 14px 20px 0 0;
	font-size: 12px;
	line-height: 1.1em;
	background: none;
	margin: 0 0 0 15px;
	text-transform: lowercase;
}
#left ul li.page_item li a:hover {
	color: #666;
}
#left ul li li.current_page_item a {
 	color: #999;
 }
#left ul li li.current_page_item a:hover {
 	border-color: #666;
 	color: #666;
 }
#left ul li.current_page_item a {
	color: #999;
}
#left ul li.current_page_item a:hover, #left ul li.current_page_ancestor a:hover {
	color: #666;
}
#left ul li.current_page_ancestor a {
	color: #777;
}

/* General Formatting */
h2 {
	color: #fff;
	font: normal 2.0em/1em "Lucida Grande", Arial, Lucida, Verdana, Helvetica, sans-serif;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	position: absolute;
	top: -72px;
	left: 0px;
}
h3 { 
	font-family: "Lucida Grande", Arial, Lucida, Verdana, Helvetica, sans-serif;
	font-size: 1.7em;
	line-height: 1em;
	color: #117;
	font-weight: normal;
	margin: 12px 0 6px 0;
	text-align: left;
}
h4 {
	font-family: "Lucida Grande", Arial, Lucida, Verdana, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #117;
	margin: 1em 0 0 0;
	font-weight: normal;
}
h5 {
	font-family: "Lucida Grande", Arial, Lucida, Verdana, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #117;
	margin: 1em 0 0 0;
	font-weight: normal;
}
h6 {
	font-family: "Lucida Grande", Arial, Lucida, Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #117;
	margin: 1em 0 0 0;
	font-weight: bold;
	margin-left: 1em solid #777;
	padding-left: 0.2em;
}
p {
	line-height: 1.8em;
	margin: 0.8em 0 0 0;
	padding: 0;
}
strong {
	font-weight: bold;
	color: #333;
}
#main ul {
	margin: 0.8em 0 0 0;
	padding: 0;
}
#main ul li {
	margin: 0.2em 0 0 2em;
	list-style: url(images/bullet.gif);
}
#main ul li li {
	list-style: url(images/bullet.gif);
}
#main ol {
	margin: 0.8em 0 0 0;
	padding: 0;
}
#main ol li {
	margin: 6px 0 0 2em;
}
#main li {
	font-size: 100%;
}
.centered {
	text-align: center;
}
.imageb {
	border: 2px solid #35a;
	margin: 6px;
}
.wp-caption {
	background: #e6eadb;
	border: 1px solid #ddd;
	text-align: center;
}
.wp-caption p {
	text-align: center;
	font-size: 0.8em;
	line-height: 1em;
}
.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.alignleft {
	float: left;
	margin: 6px 8px 6px 0;
	display: block;
}
.alignright { 
	float: right;
	margin: 6px 0 6px 8px;
	display:block; 
}
.centered-noborder {
	text-align: center;
	border-width: 0;
}
.slideshow-home { 
	float: right;
	margin: 20px 10px 6px;
	display:block; 
}
.quote {
	margin: 1em 2em 0.5em;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 1.1em;
	color: #555;
	text-align: center;
	line-height: 1.2em;
}
.byline {
	color: #777;
	font-size: 1em;
	text-align: right;
	margin: 0 2em 0;
}
.big-cap {
	margin-top: 1.5em;
}
.big-cap:first-letter {
	font-size: 40px;
	line-height: 0.8em;
}
.skiplinks {
	display: none;
}
input, textarea {
	background: #e6eadb;
}
#pay-form input, #pay-form textarea {
	background: transparent;
}
input select {
	background: none;
}
.copyright {
	text-align: center;
	color: #999;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}
.nomargintop {
	margin-top: 0;
}

/* Main Links */
#main a {
	text-decoration: none;
	color: #053;
	border-bottom: 1px dotted #053;
	background: transparent;
	padding: 0 2px;
}
#main a:visited {
	color:#275;
	border-color: #275;
}
#main a:hover {
	color: #285;
	border-bottom: 1px solid #285;
	background: #eee;
	padding: 0 2px;
}
#main .singlepic-box-right a {
	border: 0;
	padding: 0;
	float: right;
	margin: 0 0 6px 7px;
}

/* Newsletters  */
.post {
	margin-bottom: 15px;
}
.navigation {
	width: 500px;
	height: 20px;
	margin-bottom: 8px;
}
.navleft {
	float: left;
	display: block;
	text-align: left;
}
.navright {
	float: right;
	display: block;
	text-align: right;
}

/* credit styles */
#credit {
	width: 250px;
	height: 26px;
	margin: 0 auto;
	padding: 0 0 6px 0;
}
#credit p {
	font: 11px/26px "Lucida Grande", Arial, Lucida, Verdana, Helvetica, sans-serif;
	text-align: right;
	margin: 0;
	float: left;
	padding: 0;
	color: #000;
	line-height: 26px;
}
#credit a {
	background: transparent url(images/red_fff.gif) 0 1% no-repeat;
	width: 152px;
	height: 26px;
	float: left;
	text-indent: -9000px;
}
#credit a:hover {
	background-position: 0 96%;
}

/* Special Page Styles */
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.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;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
#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;
}
.narrowcolumn {
	float: left;
	margin: 0px 0 0;
}
.widecolumn {
	float: left;
}
.post {
	margin: 0 0 40px;
	text-align: left;
}
.post hr {
	display: block;
}
.widecolumn .post {
	margin: 0;
}
.narrowcolumn .postmetadata {
	padding-top: 5px;
}
.widecolumn .postmetadata {
	margin: 30px 0;
}
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}
.postmetadata {
	clear: left;
}
.clear {
	clear: both;
}

/* Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered, div.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ddd;
}
img.alignright, div.alignright {
	padding: 2px;
	margin: 0 0 2px 10px;
	display: inline;
	border: 1px solid #ddd;
}
img.alignleft, div.alignleft {
	padding: 2px;
	margin: 0 10px 2px 0;
	display: inline;
	border: 1px solid #ddd;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
	 
/* Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}
#left #searchform #s {
	width: 108px;
	padding: 2px;
}
#left #searchsubmit {
	padding: 1px;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
select {
	width: 130px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform textarea {
	width: 65%;
	padding: 2px;
	background: #eee;
}
#commentform #submit {
	margin: 0 200px 0 0;
	float: right;
	background: #e6eadb;
}

/* Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}
.commentlist {
	padding: 0;
	text-align: left;
}
.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}

/* Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 140px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

/* Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
hr {
	display: none;
}
a img {
	border: none;
}

#main ul li.linkcat {
	list-style: none;
}
.wpcf7 input, .wpcf7 textarea {
	background: #eee;
	font: 1.2em/1.3em Georgia, "Times New Roman", Times, serif;
	color: #333;
}
#resource-list a, #resource-list a:hover {
	display: block;
	font-weight: bold;
	font-size: 1.1em;
	border: none;
	margin-top: 20px;
}
.text-right {
	text-align: right;
}
#to-top {
	text-align: center;
}
#to-top a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
#to-top a:hover {
	color: #999;
	text-decoration: underline;
}
.process-video {
	width: 425px;
	height: 355px;
	margin: 0 auto 10px auto;
}
.centered-video {
	width: 425px;
	height: 355px;
	margin: 16px auto 0 auto;
	text-align: center;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 0.8em;
}
.centered-video p {
	line-height: 1em;
	font-size: 0.9em;
	margin: 0 0 4px 0;
	padding: 0;
}
.experience-video {
	width: 425px;
	height: 280px;
	float: right;
	margin: 0 10px 10px 10px;
}