/*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, 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;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration:none;
}
/*end reset*/




/*defaults*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#646154;
	background:#D8D3BA url(../images/layout/bg_waves_left.gif) no-repeat;
	line-height:22px;
	margin-top:80px;
}

a {
	color:#8D8E8D;
}

.error {
	color:#FF0000;
}

.image_float_left { display:inline; float:left; padding:0 15px 10px 0; }
.image_float_right { display:inline; float:right; padding:0 0 10px 15px; }
.image_center { margin:15px auto; }

/*end defaults*/




/*background image*/
#bg_body_right {
	background-image:url(../images/layout/bg_waves_right.gif);
	height:537px;
	width:421px;
	position:absolute;
	right:0;
	top:0;
	z-index:0;
}
/*end background image*/




/*wrap*/
#wrap{
	width:990px;
	margin:0 auto;
	position:relative;
	z-index:10;
}

#slides_left {
	float:left;
	height:572px;
	width:380px;
}

.slide_image {
	position:absolute;
}

.slide_top {
	z-index:100;
}

#content_small_left {
	float:left;
	height:572px;
	width:322px;
	background-color:#B3AF9B;
	padding:0 24px;
}

#content_small_left p{
	margin-top:32px;
}

#courses #content_small_left p{
	margin-top:13px;
}

#quote{
	margin:0 30px;
	font-weight:bold;
	font-style:italic;
}

#quote span.quote_auth{
	font-style:normal;
	text-align:right;
}

#navigation_right {
	float:right;
	width:240px;
}

#content_large_left {
	float:left;
	width:690px;
	min-height:512px;
	background-color:#B3AF9B;
	padding:30px;
	font-size:14px;
}

#content_large_left p {
	margin-bottom:20px;
}

h2 {font-weight:bold; font-size:16px;}

#content_large_left a:hover {color:#000;}

#contact_form input {
	width:200px;
	border:2px solid #D8D3BA;
}

#contact_form textarea {
	width:400px;
	height:150px;
	border:2px solid #D8D3BA;
}

.required {
	background:url(../images/layout/bg_required_mark.png) right top no-repeat;
	padding-right:9px;
}

#links li {
	margin-top:20px;
}

#links li h2 {
	font-weight:bold;
	font-size:14px;
}

#links li a {
	display:block;
}

h1{
	text-indent:-9000px;
	background-image:url(../images/layout/chalk_pit_forge_logo.png);
	width:240px;
	height:18px;
}

#navigation {
	padding:22px 0 0 29px;
	font-size:13px;
}

#navigation li{
	margin-bottom:22px;
}

#navigation li a{
	font-weight:bold;
	color:#9A978E;
	text-transform:uppercase;
}

#navigation li a.selected{
	color:#FFF;
}

#navigation li a span.num{
	color:#FFF;
}

#footer {
	clear:both;
	padding-top:20px;
	color:#A29D86;
	font-size:11px;
}

#copyright {
	float:left;
	padding-bottom:30px;
}

#hotfoot {
	float:right;
	margin-right:240px;
	padding-bottom:30px;
}

#hotfoot a:link, #hotfoot a:visited {
	color:#A29D86;
}

#hotfoot a:hover {
	color:#9A978E;
}

#blog_items li {
	margin-bottom:35px;
	padding-bottom:20px;
	border-bottom:1px solid #858170;
}

#blog_items h4 a:link, #blog_items h4 a:visited, #blog_post h4{
	font-weight:bold;
	font-size:16px;
	color:#646154;
	padding-bottom:1px;
}

#blog_items h4 a:hover{
	border-bottom:1px solid #646154;
}

#blog_items h4 span, #blog_post h4 span{
	font-size:12px;
	display:block;
	font-weight:bold;
}

#blog_items p, #blog_post p {
	margin:10px 38px 25px 0;
}

a.addthis_button img {
	display:inline;
}

/*gallery*/
table {
	width: 690px;
}
td {
	text-align: center;
	Border:6px solid #B3AF9B;
	background-color:#D8D3BA;
	padding:15px 5px 10px;
}
table img {
	display:inline;
}



/*pagination*/
div.pagination
{
	padding-top:20px;
	clear:both;
}

div.pagination a
{
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #78745C;
    text-decoration: none; /* no underline */
    color:#646154;
}

div.pagination a:hover, div.pagination a:active
{
    border: 1px solid #78745C;
    color: #000;
}

div.pagination span.current
{
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #78745C;
    font-weight: bold;
    background-color:#D3CEB2;
    color: #4F4D42;
}

div.pagination span.disabled
{
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #99957B;
    color: #99957B;
}
/*end pagination*/

/*end wrap*/

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-loading img{
	display:inline;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
