body  {
	
	font-size: small;
	
	height: 100%;
	
	font-family: arial,tahoma, helvetica ,  sans-serif;	
	
	background: #000000;
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	
	padding: 0;
	
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
	color: white;
}


HTML BODY  {	
	margin: 0;	
	padding: 0;	
	
	
	
	font-size: x-small; /* for win IE5*/
	f\ont-size:  small; /* for other IE versions */
	
 	
}
p, #mainContent li {

font-size: 90%;
line-height:1.9em;

}


hr {
color:black;
/*display:none;*/
}

.twoCol #container { 
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	margin-top: 20px;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoCol #header { 
	background: transparent url(img/edge.gif) no-repeat 0px; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	
	height: 55px;
	

} 

.twoCol #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoCol #banner { 
	background: transparent url(img/climber.jpg) no-repeat left top; 
	padding: 100px 0px 10px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

	height: 35px;
	color: white;
	border-bottom: 1px solid #36728d;
	text-align: right;
	 
} 


.twoCol #banner p { 
 	 font-size: 100%;
 	 font-weight: normal;
} 



.twoCol #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent;
	
	padding: 15px 0px 0px 0px;
}



 .twoCol #sidebar1 ul {

font-size: 100%;
}

h2 {
	font-weight:bold;
	font-size: 100%;
	padding: 10px 0 2px 0;


}



h2.whitetitle {
	font-weight: normal;
	font-size: 100%;
	margin-bottom: 13px; /* close heading right up to text*/
	padding-bottom:0;
	
	

}

.twoCol #sidebar1 ul {
	 list-style: none;
	 text-align: right;
	 padding: 0;
	 margin:7px 0 0 0 ;
	 font-weight:normal;

}

.twoCol #sidebar1 ul li {
	 
	 	 padding-bottom: 13px;
	 
}

.twoCol #sidebar1 ul li a {
	 
	text-decoration: none;
	color: #757f86;
	background: url(img/navarrowoff.gif) no-repeat right;
	padding-right: 25px;
}

.twoCol #sidebar1 ul li a:hover, .twoCol #sidebar1 ul li a.current {
	 
 	 background: url(img/navarrowon.gif) no-repeat right;
	 color:white;
}


.twoCol #mainContent { 
	
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	
	padding: 0px 10px; 
	padding-bottom: 20px;
} 

.twoCol #footer { 
	padding: 4px 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: transparent; 
		border-top: 1px solid #36728d;
		
		font-size: 85%;
 } 


.twoCol #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
	

}

.twoCol #footer img {
	 	
	 	border: none;

}

.twoCol #footer a {
	
	color: #6ccff6;
	text-decoration: none;
	 
}

.twoCol #footer a:hover {
	
	text-decoration: underline;
	 
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}


.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.green {
	
	color: #a3d062;
}



.blue {
	
	color: #6ccff6;
	
}



#homecontent{
	margin-top:20px;
	width:100%;
	text-align:center;
	font-size: 115%;
	margin-bottom: 30px;
	line-height: 145%;
	padding-bottom:20px;
}
#homecontent .blue{
	 
	}

#homecontent hr{
	color:white;
	background-color:white;
	 

}

#homecontentouter{
	
		background: url(img/rowers_bg.jpg) no-repeat 95px;

	border-right: 1px solid white;
	
	width: 90%;
	
}
 
 #testimonials {
	
	
}
 
  #testimonials hr {
 	margin: 20px 0 20px 0;
	color: #ccc;
	height:1px;
}

#testimonials img {
	
	 float:right; 
	 margin-left:5px;
	 border: 1px solid white;
	 margin-top:12px;
	
}

 
 #approach ul   {
padding: 0;
margin: 0;
 }
 
 #approach ul li {
	 list-style:none;
	padding-left:30px;
	padding-top: 3px;
	height: 25px; 
 }
 
  #approach ul li.one {
	background: url(../img/1.jpg) no-repeat;
	
}

 #approach ul li.two {
	background: url(../img/2.jpg) no-repeat;
	 }

 #approach ul li.three {
	background: url(../img/3.jpg) no-repeat;
	 
}

 #approach ul li.four {
	background: url(../img/4.jpg) no-repeat;
	 
}

 #approach ul li.five {
	background: url(../img/5.jpg) no-repeat;
	 
}

 #approach ul li.six {
	background: url(../img/6.jpg) no-repeat;
	 
}
 
 
 a:link, a:visited {
	 
	 color:white;
	 
 }
 
 #vidcontent{
	 padding-top:20px;
	 text-align:center;
 }
 
 
 #socialmedia {
	background-color: #364652;
	padding-right: 4px;
}
 
 #socialmedia h2 {
	 font-size:110%; 
	 font-weight:normal;
	 color: #616d77;
}
 
 #socialmedia .bottom {
	background-color: #5c6972;
	color: white;

}


 
  
  
  #socialmedia .bottom a:link {
 	color: white;
 	text-decoration: none;

}
 
 
 
 #socialmedia a:link, #socialmedia a:visited
 {
	
	/*color: #6ccff6 ;*/
	color: white;
	text-decoration: none;
	line-height: 16px;
	
	
	
}
 
 
 
  #socialmedia a:hover
 {
	
	color: #6ccff6 ;
	text-decoration: underline;
	
	
	
	
}

 
 
 
 
 
 
 
 
 /* lifted from iCandy WordPress css */
 
#wrapper #container {
 	
	width: 600px;
 }
 
 
 
 /* posts */
 
 
 
 h2.post-title {
 
/* clear:left;*/

margin-top:10px;
 
 
 }

.posts { 
list-style: none; 
}

.posts li { margin-bottom: 50px; }

.post-title { color: #333; font-size: 20px; padding-bottom: 3px; border-bottom: 1px #e0d3cc solid; }

.post-title a { color: #333; }

.post-title a:hover { color: #a82a00; }

.post-meta { font-size: 11px; margin-top: 5px; text-transform: capitalize; }

.post-meta p { margin-top: 5px; }

.post-meta a { color: #333; }

.post-meta a:hover { color: #7fb337; }

.meta-left { float: left;  }

.meta-right { float: right; }

.postdate { background: url(images/date_icon.png) left center no-repeat; line-height: 13px; padding-left: 23px; }
.postauthor { background: url(images/author_icon.png) left center no-repeat; line-height: 13px; padding-left: 23px; }
.postcomments { background: url(images/comment_icon.png) left center no-repeat; line-height: 13px; padding-left: 23px; }
.changesize { background: url(images/expand_icon.png) left center no-repeat; line-height: 13px; padding-left: 23px; cursor: pointer; }
.changesize:hover { color: #7fb337 }
.changesize #fontsmall { font-size: 11px; }
.changesize #fontbig { font-size: 14px; }
 
.post-content { 
margin-top: 60px; 
line-height: 180%; }

.post-content p { 
margin-bottom: 13px; 
}

.post-content img { 
background: #fff url(images/img_bg.png) repeat-x top; padding: 7px; border: 1px #ddd solid; 

}


.post-content .readmore { 
background: url(images/readmore_icon.png) no-repeat right center;  
line-height: 13px; 
padding-right: 23px; 
}

.post-content .more-link { 
text-decoration: none; 
color: #7fb337; 
font-weight: bold; 
font-size: 12px; }

.post-content .more-link:hover { color: #5491e5; }


.post-content ul { margin: 0 0 0 20px; padding: 0; }

.post-content ul li { margin: 0; padding: 0; line-height: 250%; }

.post-content ol { margin: 0 0 0 20px; padding: 0; }

.post-content ol li { margin: 0; padding: 0; line-height: 250%; }

 
 
.post-pages { font-weight: bold; margin-top: 15px; display: block; }
.post-pages span a { font-weight: bold; }

.post-info { margin-top: 20px; font-size: 11px; border: 1px #cfd6c4 solid; background: #e6e6e5; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 10px; }
.post-category { background: url(images/category_icon.png) no-repeat left top; padding-left: 23px; margin-bottom: 5px; }
.post-tag { background: url(images/tag_icon.png) no-repeat left top; padding-left: 23px; margin-bottom: 5px; }
.info-left { float: left; margin-right: 15px; }
.info-right { float: right; }

.sharetoany { margin-top: 15px; }
.sharebutton { width: 129px; height: 19px; line-height: 19px; }
.sharebutton a { color: #fff; text-shadow: #7fb337 1px 1px 1px; font-size: 11px; }
.sharebutton { background: url(images/share_bg.png) no-repeat top left; }
.sharebutton:hover { background-position: bottom left; }
.a2a_dd { width: 84px; padding-left: 45px; display: block; }







 
