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

/*  
Theme Name: As We Climb 2009
Theme URI: http://www.hecticdesigns.co.uk
Description: As We Climb WordPress theme.
Version: 2.0
Author: Hectic Designs
Author URI: http://www.hecticdesigns.com/

*/

html, body {
	padding:0;
	margin:0;
}

html {
	background-color:#FFFFFF;
	background-image:url(img/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

body {
	font-family:"Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size:75%;
	color:#000000;
}

table, table tr, table td, table th {
	border:none;
	padding:0;
}

h1 {
	padding-top:0;
	margin-top:0;
	color:#13558d;
}

h2 {
	padding-top:0;
	margin-top:0;
	color:#768da6;
}

h3 {
	padding-top:0;
	margin-top:-10px;
	margin-bottom:50px;
	font-size:70%;
	color:#666666;
}



#wrapper {
	margin:0 auto 0 auto;
	width:865px;
	padding:0;
}

#wrapper .top {
	width:865px;
	height:784px;
}

#wrapper .navHolder {
	width:865px;
	height:22px;
	margin-bottom:54px;
}

#wrapper .navHolder .nav01 {
	width:68px;
	height:22px;
	margin-left:16px;
	float:left;
}

#wrapper .navHolder .nav02 {
	width:112px;
	height:22px;
	margin-left:81px;
	float:left;
}

#wrapper .navHolder .nav03 {
	width:85px;
	height:22px;
	margin-left:80px;
	float:left;
}

#wrapper .navHolder .nav04 {
	width:143px;
	height:22px;
	margin-left:82px;
	float:left;
}

#wrapper .navHolder .nav05 {
	width:102px;
	height:22px;
	margin-left:81px;
	float:left;
}

#wrapper a.disappear:hover img{
	-moz-opacity:0; -ms-filter:"alpha(opacity=0)"; filter:alpha(opacity=0); opacity:0;	
}

#wrapper .content {
	width:532px;
	margin:23px 0 0 23px;
	line-height:130%;
	text-align:justify;
	float:left;
}

#wrapper .info {
	width:249px;
	margin:23px 0 0 23px;
	float:left;
}

#wrapper .footer {
	width:850px;
	height:30px;
	margin:23px 0 23px 0;
}

#wrapper .content .dot {
	width:532px;
	height:1px;
	margin:10px 0 15px 0;
	background: url('img/dot.jpg') repeat-x;
}

img#wpstats{display:none}


/* Clearing */
.clear {
	clear:both;
}


/* Comments */

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}




/* Links */

a {
	color:#176eb7;
	text-decoration:none;
}

a:hover {
	color:#6db1ea;
	text-decoration:none;
}

h3 a {
	color:#176eb7;
	text-decoration:none;
}

h3 a:hover {
	color:#6db1ea;
	text-decoration:none;
}

