/* 
	Cloud Sherpas Landing Page
	Stylesheet, v1
*/

body {
	background: #AAAAAA;
	width: 830px;
	color: #202020;
	font-size: 12px;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#wrap {
	background: #FFFFFF url(../images/bg.gif);
	width: 830px;
	margin: 0px auto 0px;
	padding: 0px 0px 20px 0px;
	}
	
#footer {
	background: #AAAAAA url(../images/bg_bottom.gif) top no-repeat;
	width: 830px;
	margin: 0px auto 0px;
}

#footerContent {
	padding: 20px;
}

/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #FF6600;
	text-decoration: none;
	}
	
a:hover {
	color: #FF6600;
	text-decoration: underline;
	}
	
/************************************************
*	Content 					     		    * 
************************************************/

#header {
	width: 800px;
	margin: 0px 0px 0px 15px;
	}

#content {
	width: 760px;
	margin: 0px auto 0px;
	padding: 10px 0px 0px 0px;
	line-height: 18px;
	}
	
#content h1 {
	color:#FF6600;
	font-size: 22px;
	line-height: 26px;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-weight: bold;
	margin: 0px 0px 14px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#content h1 a, #content h1 a:visited  {
	color: #CC6600;
	font-size: 22px;
	line-height: 26px;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-weight: bold;
	margin: 0px 0px 14px 0px;
	padding: 0px;
	}

#content h1 a:hover {
	text-decoration: underline;
	}
	
#content h2 {
	color: #FF6600;
	font-size: 18px;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-style: italic;
	line-height: 22px;
	margin: -10px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
	}

#content h2 a, #content h2 a:visited {
	color: #FF6600;
	text-decoration: none;
	}

#content h2 a:hover {
	color: #FF6600;
	text-decoration: underline;
	}

#content h3 {
	color: #333333;
	font-size: 16px;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-weight: bold;
	margin: 0px 0px -5px 0px;
	padding: 5px 0px 0px 0px;
	}
	
#content h3 a, #content h3 a:visited {
	color: #FF6600;
	text-decoration: none;
	}

#content h3 a:hover {
	color: #FF6600;
	text-decoration: underline;
	}
	
#content blockquote {
	margin: 20px;
	padding: 15px;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #222222;
	}
	
#content hr {
	color: #dddddd;
	background-color: #dddddd;
	height: 1px;
	margin: 30px 0 10px 0;
}

#content span.button {
	padding: 8px;
	margin: 15px 0px;
	border: 1px solid #CC6600;
	background-color: #FF9900;
}

#content a.button {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover {
	color: #000000;
	text-decoration: underline;
}
