/* Stylesheet created for Chain Reaction Coaching website by Nathan Beck, all rights reserved 2009 */

/* Main areas */

body {
	margin: 0;
	padding: 0;
	background: #fefeee url(images/bodyBg.jpg);
	font: normal normal 12px Helvetica, Arial, sans-serif;
	color: #938774;
	line-height: 18px;
}
#paintedBg {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: url(images/paintedBg.jpg) no-repeat top center;
}
#paintedBgHome {
     width: 100%;
     height: 100%;
     overflow: hidden;
     background: url(images/homepageBg.jpg) no-repeat top center;
}
#wrapper {
	margin: 0 auto;
	width: 900px;
       position: relative;
}
#followUsTab {
     width: 105px;
     height: 42px;
     position: absolute;
     right: 0;
     top: 0;
     z-index: 100;
}
#footer {
	width: 900px;
	padding: 15px 0 30px;
	text-align: center;
	color: #b1a89a;
	background: url(images/footerBg.png) no-repeat top center;
	clear: both;
}
#footer p { margin: 0; }
#footer a { text-decoration: none; }
#footer a:hover { text-decoration: underline; }


/* Header styles */

h1#logo {
	width: 335px;
	height: 98px;
        padding: 30px 0 0;
	margin: 0 0 30px;
	background: url(images/logo.png) no-repeat 0 30px;
}
h1#logo a {
	height: 98px;
	display: block;
}
h1#logo span { display: none; }

ul#mainNav {
	width: 566px;
	height: 45px;
	padding: 0 10px 0 24px;
	margin: 0;
	background: url(images/mainNav.png) no-repeat;
}
ul#mainNav li {
	float: left;
	padding: 0 10px;
	line-height: 46px;
	font-size: 14px;
	letter-spacing: -0.05px;
	text-transform: uppercase;
}
ul#mainNav li a { 
	color: #938774;
	display: block;
	text-decoration: none;
}
ul#mainNav li a:hover { color: #ffab00; }


/* Homepage styles */

#homepageBanner { margin: 90px 350px 90px 0; }

.homepageBlock {
	width: 294px;
	padding: 0 3px 22px;
	margin-bottom: 40px;
	float: left;
	background: url(images/homepageBlockBottom.jpg) no-repeat bottom center;
}
.homepageBlockContent {
        width: 234px;
	padding: 10px 30px 0;
	min-height: 200px;
	overflow: hidden;
	background: url(images/homepageBlock.png) no-repeat top center;
}
.homepageBlockContent h2 { margin: 5px -10px 14px; }
.homepageBlockContent blockquote { font-size: 14px; padding: 15px; }

input#jtkiku-jtkiku {
	width: 214px;
	height: 17px;
	padding: 10px;
	margin: 6px 0;
	font-size: 12px;
	color: #bab1a5;
	border: none;
	background: url(images/homepageSignup.png) no-repeat;
}


/* Main Content styles */
.content {
     float: left;
     width: 594px;
     padding: 0 3px 18px;
     background: url(images/contentBottom.png) no-repeat bottom center;
     margin: 30px 0 40px;
}
.contentTop {
     width: 594px;
     height: 19px;
     background: url(images/contentTop.png) no-repeat top;
}
.contentMain {
     width: 534px;
     padding: 0 30px;
     min-height: 150px;
     overflow: hidden;
     background: url(images/contentBg.png) repeat-y;
}

.sidebar {
	width: 294px;
	padding: 0 3px 22px;
	margin: 30px 0 40px;
	float: left;
	background: url(images/sidebarBlockBottom.jpg) no-repeat bottom center;
}
.sidebarContent {
        width: 234px;
	padding: 10px 30px 0;
	min-height: 200px;
	overflow: hidden;
	background: url(images/sidebarBlock.jpg) no-repeat top center;
}
.sidebar h2 {
    padding-bottom: 3px;
    clear: both;
}
.sidebar ul {
     margin: 10px 0;
     padding: 0;
}
.sidebar ul li { margin-bottom: 20px; }
.sidebar ul ul {
     font-size: 12px;
     padding-left: 10px;
     margin-left: 20px;
}
.sidebar ul ul li {
     margin: 0;
     line-height: 20px;
     list-style-type: image;
     list-style-image: url(images/bullet.gif);
     word-wrap: break-word;
}
.sidebar ul ul li a {
     color: #736756;
     text-decoration: none;
}
.sidebar ul ul li a:hover { text-decoration: underline; }


/* Global styles */

p {	letter-spacing: -0.05px; }
p a { color: #ffab00; }
a img { border: none; }
ul { list-style-type: none; }
hr {
     height: 1px;
     clear: both;
     border: none;
     background-color: #ddd;
     margin: 20px 0;
}
form { overflow: hidden; }

.callToAction { float: right; margin-top: 5px; }

h2 {
	font: normal normal 23px "Californian FB", "Times New Roman", serif;
	color: #ffab00;
	margin: 5px 0 14px;
	padding-bottom: 6px;
	background: url(images/brownLine.png) repeat-x bottom;
        letter-spacing: -0.1px
}
h2 a {
     color: #ffab00;
     text-decoration: none;
}
h2 a:hover { text-decoration: underline;} 
h3 {
     font: normal normal 18px "Times New Roman", serif;
     color: #938774;
     margin-top: 25px;
}
h3 a {
     color: #938774;
     text-decoration: none;
}
h3 a:hover { text-decoration: underline;} 
h4,h5,h6 { font: normal bold 15px "Times New Roman", serif; }

blockquote {
     padding: 15px 20px;
     color: #938774;
     background-color: #fefeee;
     font: normal normal 15px "Times New Roman", serif;
     letter-spacing: -0.1px;
     text-align: center;
     margin: 5px 0;
}
cite {
     text-transform: uppercase;
     font-size: 11px;
     color: #bdc53c;
     padding: 20px 0 0;
     background: url(images/brownLine.png) repeat-x 0px 10px;
     display: block;
     font-style: normal;
}

ul.blockList {
     padding: 0;
     margin: 10px 0;
}
ul.homepage { margin-top: -10px; }
ul.blockList li {
     padding: 14px 5px 15px;
     background: url(images/brownLine.png) repeat-x bottom;
}
ul.blockList p { margin: 0; }
ul.blockList li a {
     text-decoration: none;
     color: #938774;
}
ul.blockList li a:hover { text-decoration: underline; }
ul.blockList li span {
     color: #bdc53c;
     font-style: italic;
}

ul.buttonList { list-style: none; padding: 0; }
ul.buttonList li { margin: 3px; list-style: none; float: left; }
ul.buttonList img { border: none; }

.contentMain blockquote {
     width: 180px;
     padding: 0 10px;
     border-top: 3px solid #FFAB00;
     border-bottom: 3px solid #FFAB00;
     float: right;
     font-size: 18px;
     margin: 0 0 10px 10px;
}
.contentMain ul {
     list-style-type: image;
     list-style-image: url(images/bullet.gif);
}
.contentMain img {
     padding: 3px;
     border: 1px solid #938774;
}
.alignright {
     float: right;
     margin: 0 0 10px 10px;
}
.alignleft {
     float: left;
     margin: 0 10px 10px 0;
}
.moreInfoLink { cursor: pointer; }


/* Blog Styles */

.post { margin-bottom: 25px; }

/* Blog Comments */

.comments-template{
	margin: 15px 0 0;
	border-top: 1px solid #ccc;
	padding: 15px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 20px;
	list-style: none;
}

.comments-template ol li{
	margin: 15px 0 0;
	line-height: 24px;
	padding: 0 0 20px;
	border-bottom: 1px solid #ccc;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}
