@charset "UTF-8";

/*--------------------------------------------------------------------*/
/* Global default style sheet for christianchapman.com                */
/* Last Updated: 02.17.2009 by Cory Perry                             */
/*--------------------------------------------------------------------*/

/* For Links styling - refer to links.css file------*/
/* For Navigation styling - refer to nav.css file---*/



/* Base Reset.css to reset all default browser styles-----------------*/

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, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

p {
	font-size: 12px;
	line-height: 18px;
	font-family: Geneva, Verdana, Arial, sans-serif;
	color: #FFF;
	margin: 10px 20px 10px 15px;
}
#left-content ul {
	margin: 10px 20px 10px 25px;
}

span.link {
	font-size: 10px;
}
/*--// end reset.css--------------------------------------------------*/

body {
	background: #000 url(../images/cc_body2_bg.jpg) no-repeat top center;
	color: #FFF;
	font-family: Geneva, Verdana, "Lucida Grande", Tahoma, sans-serif;
	font-size: 12px;
}

/* spans---------------------------------------*/

/* headers-------------------------------------*/
h1 {font-size: 2.0em;}
h2 {font-size: 18px; color: #FFFF99;}
h3 {font-size: 1.4em;}

h3.leavecomment {
	font-size: 15px;
	margin: 10px 0 10px 20px;
	color: #FFFF99;
}

/* main layout IDs (framework)-----------------*/
#wrapper {
	width: 1000px;
	height: auto;
	position: relative;
	margin: 0 auto;
}

/* header area */
#header {
	width: 1000px;
	height: 285px;
	position: relative;
}
	#header #logo {
		width: 362px;
		height: 120px;
		position: absolute;
		top: 20px;
		right: 0px;
	}

	#header #logo span {
		position:absolute;
		width:100%;
		height:100%;
		top:0;
		left: 0;
		z-index: 1;
	}

	#header #extreme {
		width: 362px;
		height: 120px;
		position: absolute;
		top: 70px;
		left: 200px;
	}

	#header #extreme span {
		position:absolute;
		width:100%;
		height:100%;
		top:0;
		left: 0;
		z-index: 1;
	}

	#header #mainnav {
		width: 388px;
		height: 48px;
		background: url(../images/mainnav_bg.png) no-repeat top center;
		position: absolute;
		top: 156px;
		right: 20px;
	}
	
	#header #mainnav #navigate {
		margin: 0px 0px 0 -10px;
	}
	#header #callout {
		width: 630px;
		height: 80px;
		position: absolute;
		bottom: 0px;
		right: 0px;
		text-align: right;
	}
	#header #callout #schedule {
		float: left;
		margin: 0 20px 0 0;
	}
	#header #callout #connect img.right {
		margin: 0 20px 0 0;
	}
	
/* top leaderboard */
#leaderboard {
	width: 1000px;
	height: 317px;
	background: url(../images/main_leaderboard.png) no-repeat top center;
	margin: 10px 0 0 0;
}
#leaderboardtwo {
	width: 1000px;
	height: 358px;
	background: url(../images/leaderboard_two.png) no-repeat top center;
	margin: 10px 0 0 0;
}

#leaderboard #leader-left, #leaderboardtwo #leader-left {
	width: 440px;
	margin: 0 0 0 30px;
	padding-top: 60px;
	float: left;
}
#leaderboardtwo #leader-left {
	width: 470px;
	margin: 0 0 0 20px;
	padding-top: 57px;
	float: left;
}
#leaderboardtwo #leader-right {
	width: 440px;
	margin: 0 0 0 514px;
	padding-top: 60px;
}
#leaderboardtwo #leader-right #leader-right-video-bg {
	width: 463px;
	height: 227px;
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	background:url(../images/leaderright_vids.jpg);
}

#leaderboardtwo #leader-right #leader-right-video-bg #leader-right-video {
	width: 415px;
	height: 266px;
	padding: 0px 0px 0px 2px;
}

  #leaderboardtwo #leader-left ul, #leaderboardtwo #leader-right ul {
		list-style: none;
		margin: 25px 0px 20px 8px !important;
	}
	#leaderboardtwo #leader-left ul li, #leaderboardtwo #leader-right ul li {
		margin: 5px 0 5px 0;
	}

/* main content area */
#content {
	width: 1000px;
	height: auto;
	overflow: auto;
}
	#content #left-content {
		width: 647px;
		height: auto;
		margin: 15px 0 0 0;
	}
	#content #right-content {
		width: 320px;
		height: auto;
		margin: 15px 22px 0 0;
		float: right;
	}

/* main content styling */
#content #left-content h2.blogheader {
	width: 647px;
	height: 64px;
	text-indent: -9999px;
	background: url(../images/header-vblog.png) no-repeat top center;
}
#content #left-content h2.testheader {
	width: 647px;
	height: 64px;
	text-indent: -9999px;
	background: url(../images/header_testimonials.png) no-repeat top center;
	margin-left: 15px;
}

#content #left-content #videobox {
	margin: 10px 0 20px 10px;
}
#content #left-content .post {
	padding: 8px 8px 8px 22px;
	overflow: auto;
}
#content #left-content .post p {
	margin: 10px 0px 10px 10px !important;
}
#content #left-content .post p.blockquote {
	font-style: italic;
}
#content #left-content .post p.author {
	margin: 10px 0px 10px 8px !important;
	font-weight: bold;
	color: #FFFF99;
}
#content #left-content .post p.testauthor {
	margin: 10px 0px 10px 8px !important;
	font-weight: bold;
	color: #FFFF99;
}
#content #left-content .post img {
	float: right;
	margin: 0 0 15px 15px;
	padding: 2px 2px;
	border: 1px solid #115F92;
}
#content #left-content .post img.message {
	float: right;
	margin: 0 0 15px 15px;
	padding: 2px 2px;
	border: 1px solid #115F92;
	width: 150px;
}

#content #left-content .post h2.posttitle {
	font-size: 15px;
	margin: 8px 0 3px 0;
	color: #FFFF99;
}
#content #left-content .post h3.postdate {
	font-size: 11px;
	font-style: italic;
	margin: 0 0 10px 0;
}
#content #left-content .post p.readmore {
	font-size: 12px;
	margin: 15px 0 15px 0;
}
#content #left-content .post h3.otherposts {
	width: 220px;
	height: 19px;
	text-indent: -9999px;
	background: url(../images/header_otherposts.png) no-repeat top center;
}
#content #left-content .post ul.postlist {
	margin: 10px 0 10px 8px;
	font-size: 14px;
	list-style: none;
}
#content #left-content .post ul.postlist li {
	margin: 0 0 6px 0;
}

/* blog comments styling */
#content #left-content #commentsdisplay {
	padding: 6px 6px;
	margin: 15px 10px 10px 20px;
	background-color: #353434;
	border-top: 1px dashed #C5C5C5;
	border-bottom: 1px dashed #C5C5C5;
}

#content #left-content #commentsdisplay span.count {
	font-weight: bold;
	color:#FF0000;
}

	#content #left-content #commentsdisplay .commentbox {
		margin: 3px 0 12px 0;
		padding-bottom: 8px;
		border-bottom: 1px dashed #3981b1;
	}
	
	#content #left-content #commentsdisplay .commentbox h4.commenttime {
		font-size: 11px;
		font-weight: bold;
		font-style: italic;
		color: #FFF;
		padding: 0;
		margin: 0;
	}
	
	#content #left-content #commentsdisplay .commentbox h3.commentname {
		font-size: 13px;
		font-weight: bold;
		color: #3981b1;
		margin: 0 0 6px 0 !important;
	}
	
	#content #left-content #commentsdisplay .commentbox p.comment {
		margin: 0 0 10px 0;
		font-size: 12px;
		line-height: 17px;
	}
	
/* comment form and contact form */
#content #left-content #comment_form {
	margin: 15px 10px 10px 20px;
}

#content #left-content #comment_form div.row {
	margin: 15px 0 0 0;
}
#content #left-content #comment_form div.row input,
#content #left-content #comment_form div.row textarea {
	border: 1px solid #353434;
	padding: 3px 3px;
	font-size: 13px;
	font-family: Helvetica, Verdana, Tahoma, sans-serif;
}

/* right side */
#content #right-content h3.sideheader {
	width: 342px;
	height: 60px;
	text-indent: -9999px;
	background: url(../images/header_experiencecc.png) no-repeat top center;
	margin: 0 0 10px 0;
}
#content #right-content h3.audioheader {
	width: 147px;
	height: 33px;
	text-indent: -9999px;
	background: url(../images/header_audio.png) no-repeat top center;
	margin: 0 0 8px 10px;
}
#content #right-content h3.videoheader {
	width: 147px;
	height: 37px;
	text-indent: -9999px;
	background: url(../images/header_video.png) no-repeat top center;
	margin: 0 0 8px 10px;
}
#content #right-content ul.sidelist {
	margin: 10px 0 25px 30px;
	font-size: 12px;
}
#content #right-content img.video {
	margin: 10px 0 25px 35px;
	border: 1px solid #115F92;
  padding: 2px 2px;
}
/* form styling */

#content #left-content #schedule_form div.row {
	width: 630px;
	margin: 8px 0 8px 10px;
}
  #content #left-content #schedule_form div.row span.formlabel {
		font-size: 13px;
		color: #FFFF99;
	}
  #content #left-content #schedule_form div.row input {
		width: 250px;
		border: 1px solid #115F92;
		padding: 2px 2px;
		font-size: 13px;
	}
	#content #left-content #schedule_form div.row textarea {
		width: 400px;
		border: 1px solid #115F92;
		padding: 2px 2px 2px 2px;
		font-size: 13px;
	}
	#content #left-content #schedule_form div.row input.submit {
		width: auto !important;
		border: 1px solid #115F92;
		padding: 2px 2px;
		font-size: 13px;
	}
	
	/* footer */
	#footer {
		margin: 20px 0 20px 0;
		border-top: 1px solid #115F92;
	}
	#footer p {
		font-size: 10px;
		padding-top: 4px;
	}
	
/*12 Souls Page Styling*/
#twrapper {
	width: 1000px;
	height: 1313px;
	background: url(../images/12souls_template.jpg) no-repeat top center;
	margin: 0 auto;
	position: relative;
}
#tcontent {
	width: 630px;
	height: auto;
	position: absolute;
	top: 245px;
	left: 340px;
}

#tcontent h2 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin: 0 0 10px 0;
}
#tcontent h3 {
	font-size: 15px;
	color: #000000;
	margin: 20px 0 10px 0;
}

#tcontent p {
	color: #353434;
}

#tcontent #tnav {
	margin: 0 0 15px 0;
}
#tcontent #tnav ul {
	list-style: none;
}
#tcontent #tnav li {
	display: inline;
	color: #000;
}

