@charset "UTF-8";
/* CSS Document */

/*CSS Reset*/
html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul,li {
	list-style: none;
	padding: 0;
	margin: 0;
}
a{
	outline:none;
}
a img,
a:link img,
a:visited img {
	border:none
}


/* Tag Styles */

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	width: 100%;
	margin: 0;
	background-color:#777d7e;
	color: #222222;
	line-height: 120%;
}
a {
	color: #dd3e0d;
	text-decoration:none;
	cursor: pointer;
}
a:hover {
	text-decoration:underline;
}
a:visited {
	color: #b32c02;

}
h1 {
	font-size: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style: italic;
	color: #000000;
	line-height: 130%;
}
h2 {
	font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style: normal;
	color: #222222;
	line-height: 130%;
	padding-bottom: 8px;
	padding-top: 8px;
}
h3 {
	font-size: 18px;
	font-weight:normal;
	font-family: Arial, Helvetica, Times, serif;
	color: #222222;
	line-height: 130%;
	padding-bottom: 5px;
	padding-top: 2px;
}
input,select,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
ul {
	padding-bottom: 10px;
	padding-left: 25px;
}
li {
	list-style:disc;
}

/*General styles*/
a.btn,
input.btn {
	background: #dd3e0d;
	color:#ffffff;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:26px;
	margin:0;
	overflow:visible;
	padding:5px 13px 5px;
	width:auto;
	height: 26px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
}
a.btn:hover {
	text-decoration: none;
	background: #ef5222;
}
.divider {
	background: transparent url(../images/divider.gif) no-repeat center top;
	overflow: hidden;
	height:35px;
	width: 980px;
	clear: both;
	display: block;
}
.article {
	min-height: 400px;
}
.imagebox {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}
.imagebox p {
	padding-top: 10px;
	text-align:left;
	font-size: 12px;
	font-style:italic;
}
.floatright {
	float: right;
	overflow:visible;
}

/*Site Structure*/
#wrapper {
	width: 996px;
	background: transparent url(../images/bg.gif) repeat-y top;
	overflow:hidden;
	margin: 0 auto;
}
#header {
	width: 980px;
	height: 350px;
	margin: 0 8px;
	overflow:hidden;
	position: relative;
}
.subpage #header {
	height: 197px;
}
.admin #header {
	width: 980px;
	height: 160px;
	margin: 0 8px;
	overflow:hidden;
	position: relative;
	background: transparent url(../images/banner-sub-admin.jpg) no-repeat 0 -15px;
}
#content {
	width: 980px;
	margin: 0 8px;
	overflow:hidden;
	position: relative;
	background: #ffffff;
}
#bottom {
	background: transparent url(../images/bg-b.gif) no-repeat top;
	margin: 0;
	width: 100%;
	overflow:hidden;
	height: 8px;
}
#footer {
	margin: 0 auto 30px;
	width: 980px;
	overflow:hidden;
}

/* Header */
#header #slideshow {
	width: 980px;
	height: 350px;
}
.subpage #header #slideshow {
	height: 197px;
}
#header #logo {
	position:absolute;
	top: 0;
	left: 27px;
}
#header #navigation {
	position:absolute;
	bottom: 0;
	left: 50px;
	overflow:hidden;
	width: 930px;
}

.admin #header #navigation {
	position:absolute;
	bottom: 0;
	left: 315px;
	overflow:hidden;
	width: 660px;
}

/* Navigation */
#navigation a {
	text-indent: -3000px;
	display: block;
	float: left;
	height: 41px;
}
#navigation a#nav_homepage {
	background: transparent url(../images/nav-home.png) no-repeat 0 -41px;
	width: 91px;
}
#navigation a#nav_homepage:hover {
	background-position: 0 -82px;
}
#navigation a#nav_homepage.selected,
#navigation a#nav_homepage.selected:hover  {
	background-position: 0 0;
}
#navigation a#nav_about {
	background: transparent url(../images/nav-aboutangela.png) no-repeat 0 -41px;
	width: 155px;
}
#navigation a#nav_about:hover {
	background-position: 0 -82px;
}
#navigation a#nav_about.selected,
#navigation a#nav_about.selected:hover  {
	background-position: 0 0;
}
#navigation a#nav_chirunning {
	background: transparent url(../images/nav-chirunning.png) no-repeat 0 -41px;
	width: 145px;
}
#navigation a#nav_chirunning:hover {
	background-position: 0 -82px;;
}
#navigation a#nav_chirunning.selected,
#navigation a#nav_chirunning.selected:hover  {
	background-position: 0 0;
}
#navigation a#nav_workshops {
	background: transparent url(../images/nav-workshops.png) no-repeat 0 -41px;
	width: 135px;
}
#navigation a#nav_workshops:hover {
	background-position: 0 -82px;
}
#navigation a#nav_workshops.selected,
#navigation a#nav_workshops.selected:hover  {
	background-position: 0 0;
}
#navigation a#nav_blog {
	background: transparent url(../images/nav-blog.png) no-repeat 0 -41px;
	width: 85px;
}
#navigation a#nav_blog:hover {
	background-position: 0 -82px;
}
#navigation a#nav_blog.selected,
#navigation a#nav_blog.selected:hover  {
	background-position: 0 0;
}
#navigation a#nav_contact {
	background: transparent url(../images/nav-contact.png) no-repeat 0 -41px;
	width: 105px;
}
#navigation a#nav_contact:hover {
	background-position: 0 -82px;
}
#navigation a#nav_contact.selected,
#navigation a#nav_contact.selected:hover  {
	background-position: 0 0;
}

/* Testimonials */
#col_testimonial {
	overflow: hidden;
	clear:both;
	margin: 0 35px 30px 35px;
	text-align:center;
}
#col_testimonial p {
	font-size: 16px;
	color: #888888;
	padding-left: 35px;
	background: transparent url(../images/icn-quotes.gif) no-repeat 0 0;
	font-style:italic;
	text-align:center;
	line-height: 130%;
	padding-left: 40px;
	display: inline;
}
#col_testimonial span {
	font-size: 13px;
	color: #555555;
	font-style:italic;
}

/* Footer */
#footer p {
	color: #cccccc;
	font-size: 11px;	
}
#footer a {
	color: #444444;
}


/* Homepage - Content */
.homepage ul {
	padding: 0;
}
.homepage .column {
	float: left;
	width: 300px;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 30px;
}
.homepage .column h3 {
	line-height: 64px;
	padding-left: 64px;
}
.homepage .col_body {
	padding-left: 64px;
	padding-right: 15px;
	overflow:visible;
	min-height: 120px;
}
.homepage .col_btn {
	padding-left: 64px;
	overflow:visible;
}
.homepage #col_workshops {
	margin-left: 20px;
}
.homepage #col_workshops h3 {
	background: transparent url(../images/icn-workshops.gif) no-repeat left;
}
.homepage #col_workshops .workshop {
	overflow: hidden;
	clear: both;
	padding-bottom: 15px;
	width: auto;
}
.homepage #col_workshops .date {
	float: left;
	background-color:#eeeeee;
	overflow: hidden;
	text-align:center;
	margin-right: 7px;
	width: 46px;
	font-size: 12px;
}
.homepage #col_workshops .day {
	padding: 4px 0;
	text-align: center;
}
.homepage #col_workshops .location,
.homepage #col_workshops .type {
}
.homepage #col_twitter {
	width: 350px;
}
.homepage #col_twitter .col_body {
	font-size: 13px;
}
.homepage #col_twitter .col_body .tweet_timestamp {
	color: #aaaaaa;
	font-style:italic;
}
.homepage #col_twitter h3 {
	background: transparent url(../images/icn-twitter.gif) no-repeat left;
}
.homepage #col_twitter .twitter_status {
	overflow:hidden;
	margin-bottom: 7px;
	list-style:none;
}
.homepage #col_otherprojects {
	width: 280px;
}
.homepage #col_otherprojects h3 {
	background: transparent url(../images/icn-rooibostea.gif) no-repeat left;
	text-indent: -3000px;
}
.homepage #col_otherprojects p {
	font-size: 12px;
}
.homepage #col_otherprojects p.writeup {
	padding-top: 7px;
}
.homepage #col_blurb {
	overflow: hidden;
	clear: both;
	margin: 0 35px 35px 35px;
}
.homepage #col_blurb .blurb {
	float: left;
	width: 490px;
	margin-right: 40px;
}
.homepage #col_blurb .blurb p {
	line-height: 130%;
}
.homepage #col_blurb .logos {
	float: left;
	width: 380px;
}
.homepage #col_blurb .logos img {
	vertical-align: top;
	margin-right: 10px;
}
.homepage #col_blog {
	overflow: hidden;
	clear: both;
	margin: 0 35px 35px 35px;
}
.homepage #col_blog h2 {
	padding-bottom: 5px;
	padding-top: 0; 
}
.homepage #col_blog .date {
	font-size:12px;
	color: #aaaaaa;
	font-style:italic;
	padding-bottom: 10px;
}
.homepage #col_blog p {
	line-height: 130%;
}
.homepage #col_blog .btnblog {
	overflow:visible;
	margin-top: 20px;
}

/* Subpage General Styles */
.subpage .article {
	overflow: hidden;
	clear: both;
	margin: 35px 55px;
}
.subpage .section {
	overflow: hidden;
	clear: both;
	padding: 20px 0;
}
.subpage h1 {
	text-indent: -3000px;
	margin-bottom: 15px;
}
.subpage p {
	padding-bottom: 10px;
	line-height: 130%;
}

/* Error Page */
.error h1 {
	background: transparent url(../images/title_error.gif) no-repeat left;
}

/* Thank you Page */
.thankyou h1 {
	background: transparent url(../images/title_thankyou.gif) no-repeat left;
}

/* About Angela James Page */
.about h1 {
	background: transparent url(../images/title_about.gif) no-repeat left;
}
.about .imageset {
	float: right;
	margin-top: 20px;
}


/* Chirunning Page */
.chirunning h1 {
	background: transparent url(../images/title_chirunning.gif) no-repeat left;
}


/* Contact Page */
.contact h1 {
	background: transparent url(../images/title_contact.gif) no-repeat left;
}
.contact #result {
	clear: both;
	margin-top: 30px;
}
.contact #loading {
	margin-left: -5px;
}
.contact .error {
	color: #CC0000;
	font-style:italic;
}
.contact .buttons {
	padding-top: 10px;
}
.contact label {
	display: block;
	padding-bottom: 2px;
}
.contact label.checkbox {
	display: inline;
	padding-left: 5px;
}
.contact input.textbox {
	width: 200px;
	padding: 2px;
	margin-left: 2px;
	margin-right: 10px;
}
.contact input.checkbox {
	margin-left: 2px;
}
.contact textarea {
	vertical-align: top;
	width: 400px;
	padding: 2px;
	margin-left: 2px;
	margin-right: 10px;
	min-height: 50px;
}
.contact h3 {
	padding-left: 26px;
	background: transparent url(../images/icn_tick.png) no-repeat left;
	color: #22aa22;
}



/* Blog Page */
.blog h1 {
	background: transparent url(../images/title_blog.gif) no-repeat left;
}
.blog .blogs {
	float: left;
	width: 600px;
}
.blog .lists {
	float: right;
	width: 220px;
	background: transparent url(../images/bg-right.jpg) no-repeat 0 0;
	min-height: 570px;
	padding-left: 25px;
}
.blog .col_blog {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #dddddd;
}
.blog .col_blog h2,
.blog #col_blog h2 {
	padding-bottom: 5px;
	padding-top: 0; 
}
.blog .col_blog .date,
.blog #col_blog .date {
	font-size:12px;
	color: #aaaaaa;
	font-style:italic;
	padding-bottom: 10px;
}
.blog .col_blog p,
.blog #col_blog p {
	line-height: 130%;
}
.blog #col_blog .linkback {
	float: right;
}
.blog .lists ul {
	padding-left: 0;
	padding-bottom: 20px;
}
.blog .lists li {
	list-style: none;
	padding-bottom: 7px;
}
.blog .separator br {
	display: none;
}
.blog .separator img {
	max-width: 575px;
}
.blog .numbers {
	text-align:center;
	padding: 1px;
}
.blog .numbers a,
.blog .numbers a:visited {
	margin-top: 20px;
	padding: 3px 8px;
	border: 1px solid #dd3e0d;
	text-decoration:none;
	margin-right: 3px;
	color: #dd3e0d;
}
.blog .numbers a.selected {
	border: none;
	font-weight: bold;
	padding: 3px;
	color: #222222;
}
.blog .postcount {
	text-align:center;
	color: #aaaaaa;
	padding-top: 10px;
	font-size: 12px;
}
.blog .post {
	line-height: 140%;
}

/* Workshops Page */
.workshops h1 {
	background: transparent url(../images/title_workshops.gif) no-repeat left;
}
.workshops ul.col_workshops {
	padding: 0;
}
.workshops ul.col_workshops li {
	padding: 0;
	display: block;
	clear: both;
	background: transparent url(../images/bg_workshop.png) repeat-x bottom left;
	/*height: 85px;*/
	overflow:hidden;
	border: 1px solid #dddddd;
	list-style:none;
}
.workshops .col1,
.workshops .col2,
.workshops .col3,
.workshops .col4,
.workshops .col5 {
	float: left;
	height: 72px;
}
.workshops li.workshop .col1 {
	background: #9b8759 url(../images/bg_workshop.png) repeat-x bottom left;
}
.workshops li.clinic .col1 {
	background: #c87930 url(../images/bg_workshop.png) repeat-x bottom left;
}
.workshops li.event .col1 {
	background: #556a78 url(../images/bg_workshop.png) repeat-x bottom left;
}
.workshops li.run .col1 {
	background: #748341 url(../images/bg_workshop.png) repeat-x bottom left;
}
.workshops li.retreat .col1 {
	background: #9b597b url(../images/bg_workshop.png) repeat-x bottom left;
}

.workshops .col1 {
	color: #ffffff;
	text-align:center;
	width: 80px;
}
.workshops .col1 div {
	padding: 3px 0;
}
.workshops .col1 .day {
	font-size: 30px;
}
.workshops .col2 {
	width: 330px;
}
.workshops .col2 div {
	padding-left: 25px;
}
.workshops .col2 .name {
	font-size: 20px;
	margin-top: 20px;
}
.workshops .col2 .type {
	margin-top: 5px;
}
.workshops .col3 {
	width: 230px;
}
.workshops .col3 .time {
	font-size: 20px;
	margin-top: 20px;
}
.workshops .col3 .location {
	margin-top: 5px;
}
.workshops .col4 {
	width: 90px;
}
.workshops .col4 .price {
	font-size: 20px;
	margin-top: 30px;
}
.workshops .col5 {
	width: 125px;
	text-align:right;
}
.workshops .col5 .buttons {
	margin-top: 25px;
}

.workshops .col_left {
	float: left;
	width: 420px;
}
.workshops .col_right {
	float: right;
	width: 420px;
}
.workshops .sessions {
	margin-top: 10px;
}
.workshops .sessions td {
	padding: 5px 10px;
	font-weight:bold;
	background-color: #eeeeee;
	border-top: 1px solid #ffffff;
}
.workshops .amount {
	width: 300px;
}

/* Sign Up Page */
.signup h1 {
	background: transparent url(../images/title_signup.gif) no-repeat left;
}

/* Splash Page */
.splashpage #wrapper {
	background: none;
}
.splashpage #message {
	color: #ffffff;
	font-size: 19px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	text-align:center;
	padding-top: 260px;
	padding-bottom: 260px;
}
