/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
a {
	outline:none;
}
/* =Layout
-------------------------------------------------------------- */
/*
LAYOUT: Two column
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/
#container {
	float: left;
	width: 650px;
}
/*#content {
	margin: 0 280px 0 20px;
}*/
#primary, #secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}
/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/
.one-column #content {
	margin: 0 auto;
	width: 640px;
}
/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/
.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}
/* =Structure
-------------------------------------------------------------- */
/* The main theme structure */
#access .menu-header, div.menu, #colophon, #branding, #main, #wrapper {
	margin: 0 auto;
	width: 950px;
}
#wrapper {
	background: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 2;
}
/* Structure the footer area */

#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}
/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	color: #666;
	font-size:12px;
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
}
.home-body-bg {
	width: 100%;
	height: 100%;
	position: fixed;
	_position: absolute;
	z-index: 1;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}
/* Text elements */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 19px;
	color: #555;
	padding:0 0 15px 0;
}
ul {
	list-style: disc;
	padding: 0 0 15px 20px;
	line-height: 19px;
}
ol {
	list-style: decimal;
	padding: 0 0 15px 20px;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite, blockquote em, blockquote i {
	font-style: normal;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7a8535;
	text-decoration: none;
}
a:hover {
	color: #7a8535;
	text-decoration:underline;
}
h1 {
	font-family: 'Francois One';
	font-size: 24pt;
	color: #7a8535;
	font-weight: normal;
	line-height: 24px;
	padding-bottom:10px;
}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#844d1f;
	padding: 0 0 8px 0;
}
h4 {
	font-size:18px;
	color:#26558B;
	padding:0 0 15px 0;
}
h5 {
	font-size:14px;
	color:#26558B;
	padding:0 0 15px 0;
}
h6 {
	font-size:12px;
	color:#8a4355;
	padding:0 0 10px 0;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:23px;
}
img.alignright {
	padding: 0px;
	margin:0 0 10px 10px;
	display: inline;
}
img.alignleft {
	padding: 0px;
	margin:5px 10px 5px 0;
	display: inline;
}
img.aligncenter {
	display: block;
	padding: 0px;
	margin:0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.clear {
	clear:both;
	line-height:0;
	font-size:0;
}
/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
/* =Header
-------------------------------------------------------------- */
#header {
	width: 918px;
	height: 102px;
	padding: 13px 0 0 32px;
	position: relative;
	z-index: 9;
}
#logo {
	width: 264px;
	height: 80px;
	float: left;
}
#logo a {
	width: 264px;
	height: 80px;
	display: block;
	background: url(images/logo.png) no-repeat;
	text-indent: -9000px;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}
.prtext-txt {
	float: left;
	padding: 45px 0 0 17px;
	width: 253px;
}
.search-field {
	width:154px;
	float:right;
	padding:50px 0 0 0;
}
.sbmt {
	background:url(images/sbmt-btn.png) no-repeat;
	width:25px;
	height:20px;
	display:inline;
	border:none;
	float: left;
	cursor: pointer;
}
.search-field span {
	background:url(images/txt-field.png) no-repeat;
	width:129px;
	height:20px;
	float:right;
	display:inline;
}
.search-field span input {
	width:119px;
	height:20px;
	background:none;
	float:right;
	display:inline;
	border:none;
	padding:0 5px 0 5px;
	line-height:20px;
	color: #555;
}
/* This is the custom header image */
/* =Menu
-------------------------------------------------------------- */
.social-links {
	position: absolute;
	right: 28px;
	top: 122px;
	z-index: 999;
}
.social-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.social-links ul li {
	float: left;
	padding: 0 0 0 6px
}
.social-links ul li a {
	width: 20px;
	height: 20px;
	background: url(images/social-links.png) no-repeat;
	display: block;
	text-indent: -9000px;
}
.social-links ul li a.youtube {
	background-position: 0 0;
}
.social-links ul li a.facebook {
	background-position: -26px 0;
}
.social-links ul li a.twitter {
	background-position: -52px 0;
}
.social-links ul li a.rss {
	background-position: -78px 0;
}
#access {
	background: #036a44;
	display: block;
	float: left;
	width: 950px;
	position: relative;
	z-index: 2;
}
#access .menu-header, div.menu {
	font-size: 13px;
	width: 950px;
}
#access .menu-header ul, div.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#access .menu-header li, div.menu li {
	float: left;
	position: relative;
}
#access li {
	padding: 0 4px;
}
#access a {
	color: #fff;
	display: block;
	line-height: 35px;
	padding: 0 8px;
	text-decoration: none;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
#access ul ul {
	display: none;
	position: absolute;
	top: 35px;
	left: 4px;
	float: left;
	width: 135px;
	z-index: 99999;
	padding: 5px 0;
	background: #fff url(images/dropdown-shadow.png) no-repeat top center;
}
#access ul ul li {
	min-width: 135px;
	padding: 0;
	position: relative;
}
#access ul ul ul {
	left: 134px;
	top: 0;
	background: #fff url(images/inner-dropdown-bg.png) no-repeat left top !important;
}
#access ul ul ul a {
	line-height: normal !important;
	padding: 5px 10px !important;
	height: auto !important; 
}
#access ul ul a {
	line-height: 19px;
	padding: 0 10px;
	width: 115px;
	color: #0b5133;
	padding-top: 5px;
}
#access ul ul a:hover {
	color: #7a8535;
	background: none !important;
}
#access li:hover > a {
	background: #7a8535;
	color: #fff;
}
#access ul ul :hover > a {
	background: none !important;
	color: #7a8535;
}
#access ul li:hover > ul {
	display: block;
}
/*#access ul li.current_page_item > a, #access ul li.current-menu-ancestor > a, #access ul li.current-menu-item > a, #access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a, * html #access ul li.current-menu-ancestor a, * html #access ul li.current-menu-item a, * html #access ul li.current-menu-parent a, * html #access ul li a:hover {
	color: #fff;
}*/
#access li .sf-sub-indicator {
	position: relative;
	top: 6px;
	left: 5px;
	width: 7px;
	height: 6px;
	background: url(images/drow-arrow.gif) no-repeat -7px 0;
}
#access li:hover .sf-sub-indicator {
	background-position: 1px 0;
	left: 4px;
}
#access li ul li .sf-sub-indicator {
	position: absolute;
	top: 10px;
	left: 120px !important;
	width: 7px;
	height: 6px !important;
	background: url(images/sub-arrow.gif) no-repeat 0 0 !important;
	_background: url(images/sub-arrow.gif) no-repeat 0 2px !important;
}
#access li ul li:hover .sf-sub-indicator {
	background-position: 0 -21px !important;
	_background-position: 0 -19px !important;
}
/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	/*overflow: hidden;*/
	padding: 0;
	position: relative;
	z-index: 1;
}
.slides-container {
	width: 950px;
	height: 380px;
	float: left;
	position: relative;
}
.slides-container img {
	float: left;
}
.our-mission-box {
	width: 270px;
	height: 334px;
	padding: 46px 43px 0 35px;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	background:url(images/our-mission-box-bg.png) repeat;
}
.our-mission-box h2 {
	font-size: 45px;
	color: #fff;
	padding-bottom:15px;
	font-family: 'Francois One';
}
.our-mission-box p {
	font-size: 19px;
	line-height: 26px;
	color: #fff;
	padding: 0 0 20px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.submit-btn {
	width: 117px;
	height: 33px;
	font-size: 14px;
	line-height: 33px;
	text-align: center;
	color: #fff;
	font-family: 'Francois One';
	display: block;
	background: url(images/submit-btn.png) no-repeat;
	text-decoration: none !important;
	margin-right: 27px;
	text-decoration: none;
	float: left;
	text-transform: uppercase;
}
/*.submit-btn:hover {

	color: #036a44 ;

}*/

.submit-btn-2 {
	width: 321px;
	height: 29px;
	font-size: 14px;
	line-height: 29px;
	text-align: center;
	color: #fff;
	font-family: 'Francois One';
	display: block;
	background: url(images/submit-btn-2.png) no-repeat;
	text-decoration: none !important;
	float: left;
	margin-bottom: 7px;
	text-transform: uppercase;
}
.content-shadow {
	width: 950px;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	padding-bottom: 20px;
}
.home-content {
	width: 890px;
	float: left;
	padding: 20px 30px 30px 30px;
	background: #fff;
}
.left-col {
	width: 321px;
	float: left;
	padding-top: 10px;
}
.left-col h1 p, h1 span, .founded-by span {
color: #555555;
    display: block;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16px;
    font-style: italic;
    padding-bottom: 15px;
    padding-top: 5px;
}
.mid-col h1 p {
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-size: 16px;
	color: #555;
	font-style: italic;
	padding: 0 0 15px 0;
	display: block;
	font-weight: normal;
}
.left-col p {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #555;
	font-weight: normal;
	padding: 0 0 15px 0;
}
.left-col ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 321px;
	float: left;
}
.left-col ul li {
	width: 321px;
	float: left;
	padding: 0 0 15px 0;
	font-family: 'Francois One';
}

.left-col ul li  a {
	font-size: 12px;
	color: #844d1f;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

.left-col ul li a:hover {
	text-decoration: underline;
}
.left-col ul li span {
	font-family: Arial, Arial, Helvetica, sans-serif;
	display: block;
	font-size: 12px;
	color: #555;
	font-weight: normal;
	display:inline;
	line-height: 16px;
}
.tracker-box {
	width: 321px;
	float: left;
	background: url(images/border-line.gif) repeat-x top;
	padding: 18px 0 0 0;
	margin-top: 5px;
		display: none;
}
.tracker-box p {
	padding: 15px 0 15px 0;
}
.tracker-box div {
	float: left;
	padding: 0 0 15px 0;
}
.mid-col {
	width: 342px;
	float: left;
	padding: 10px 0 0 38px;
	position: relative;
}
.mid-col div {
	float: left;
	padding: 0 0 0;
	position: relative;
	width: 342px;
}
ul.media-gallery {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.media-gallery li {
	float: left;
	position:relative;
	padding: 0 21px 21px 0;
}
ul.media-gallery li span, ul.media-gallery li span a {
	 color: #555555;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 18px;
    padding-top: 3px;
    text-decoration: none;
}
.view-gallery {
	font-size: 14px;
	color: #036a44;
	font-family: 'Francois One';
	text-decoration: none !important;
	padding: 0 21px 0 16px;
	background: url(images/view-gallery-arrow.gif) no-repeat;
	background-position: 0 5px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.view-gallery:hover {
	color: #7a8535;
	background-position: 0 -13px;
}
.right-col {
	width: 170px;
	float: right;
	padding-top: 10px;
}
.right-col ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.right-col ul li {
	width: 170px;
	float: left;
	padding: 0 0 20px 0;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	line-height: 16px;
}
.right-col ul li p {
	padding: 0;
	font-family: Arial Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
}
.right-col ul li span {
	color: #844d1f;
}
.right-col ul li a {
	font-family: 'Francois One';
	font-size: 12px;
	color: #555;
	text-decoration: none;
}
.right-col ul li a:hover {
	text-decoration: underline;
}
.founded-by {
	width: 170px;
	float: left;
	background: url(images/border-line.gif) repeat-x top;
	padding: 20px 0 0 0;
}
.founded-by ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.founded-by ul li {
	float: left;
	padding: 0 0 15px 0;
}
.btn-margin-none {
	margin: 0;
}
.hentry {
	margin: 0 0 20px 0;
}
.single .hentry {
	margin: 0 0 20px 0;
}
.page-title {
	color: #7A8535;
	font-size: 14px;
	font-weight: bold;
}
.page-title span {
	color: #7A8535;
	font-size: 16px;
	font-style: italic;
	display: inline;
	font-weight: normal;
}
.page-title a:link, .page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active, .page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #7A8535;
	font-size: 16px;
	font-weight: bold;
}
#main-right .entry-title {
	color: #7A8535;
	font-size: 16px;
	font-weight: bold;
}
.entry-title a:link, .entry-title a {
	color: #7A8535;
	font-size: 16px;
	text-decoration: none;
}
.entry-title a:active, .entry-title a:hover {
	color: #7A8535;
	font-size: 16px;
	text-decoration: underline
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-content, .entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
.entry-content input.file, .entry-content input.button {
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 10px 0;
}
.entry-content sup, .entry-content sub {
	font-size: 10px;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a, .entry-utility a {
	color: #888;
}
.entry-meta a:hover, .entry-utility a:hover {
	text-decoration: underline;
}
#content .video-player {
	padding: 0;
}
/* =Images
-------------------------------------------------------------- */

#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
/* =Navigation

-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link, .navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active, .navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above, .single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}
/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title, h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height:20px;
	margin: 0 0 15px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a {
	color: #888;
	text-decoration: none;
}
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a, a.comment-edit-link {
	color: #888;
}
.reply a:hover, a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword, .nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}
/* Comments form */

input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	padding:15px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
}
#comments-list #respond {
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
/* =Widget Areas
-------------------------------------------------------------- */
.widget-area ul {
	list-style: none;
	margin-left: 0;
	padding:0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
	padding:0;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
	font-size:14px;
}
.widget-area a {
	text-decoration: none;
}
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}
/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}
/* Footer widget areas */

#footer-widget-area {
}
/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
}
#colophon {
	border-top: 4px solid #000;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
body {
	background: none !important;
}
#wrapper {
	clear: both !important;
	display: block !important;
	float: none !important;
	position: relative !important;
}
#header {
	border-bottom: 2pt solid #000;
	padding-bottom: 18pt;
}
#colophon {
	border-top: 2pt solid #000;
}
#site-title, #site-description {
	float: none;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}
#site-title {
	font-size: 13pt;
}
.entry-content {
	font-size: 14pt;
	line-height: 1.6em;
}
.entry-title {
	font-size: 21pt;
}
#access, #branding img, #respond, .comment-edit-link, .edit-link, .navigation, .page-link, .widget-area {
	display: none !important;
}
#container, #header, #footer {
	margin: 0;
	width: 100%;
}
#content, .one-column #content {
	margin: 24pt 0 0;
	width: 100%;
}
.wp-caption p {
	font-size: 11pt;
}
#site-info, #site-generator {
	float: none;
	width: auto;
}
#colophon {
	width: auto;
}
img#wpstats {
	display: none;
}
#site-generator a {
	margin: 0;
	padding: 0;
}
#entry-author-info {
	border: 1px solid #e7e7e7;
}
#main {
	display: inline;
}
.home .sticky {
	border: none;
}
}
/* =TEMPLATE-2-CSS-START
-------------------------------------------------------------- */
.face-book-txt a {
	display:block;
	text-decoration:none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#7a8535;
}
.face-book-txt a:hover {
	text-decoration:underline;
}
.increase-padding {
	width: 321px;
	float: left;
	padding: 0 0 20px 0;
}
.increase-padding-2 {
	width: 321px;
	float: left;
}
.top-border {
	width: 321px;
	float: left;
	background: url(images/border-line.gif) repeat-x top;
	padding: 20px 0 0 0;
}
#main-right {
	width:536px;
	float:right;
	padding-top: 10px;
}
.colrado-goals {
	padding:0;
	margin:0;
}
.colrado-goals span {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#844d1f;
	padding:0 0 2px 0;
	display:block;
}
.colrado-goals ul {
	padding:0 0 0 37px;
	margin:0;
	list-style:none;
}
.colrado-goals ul li {
	padding:0 0 0 12px;
	margin:0;
	display:block;
	background:url(images/li-bg-cl.gif) no-repeat left 8px;
}
.colrado-goals ul li p {
	padding:0 0 2px 0 !important;
	margin:0;
}
/* =TEMPLATE-3-CSS-START

-------------------------------------------------------------- */

#main-right h1.photo-gallery {
	padding:0;
	margin:0;
}
.portfolio-photo {
	width:452px;
	padding:0 0 5px 0;
	margin:0;
	border-bottom:#d8dfea solid 1px;
	overflow:hidden;
}
.port-left {
	float:left;
	width:40px;
	padding:0 0 0 15px;
}
.port-right {
	float:right;
	width:385px;
}
.port-right ul {
	padding:0;
	margin:0;
	list-style:none;
}
.port-right ul li {
	display:block;
	padding:0 0 5px 0;
}
.port-right ul li a {
	color:#a2a2a2;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold;
	background:url(images/mini-img-pack.gif) no-repeat left;
	padding:0 0 0 25px;
}
.port-right ul li a:hover {
	text-decoration:none;
}
.port-right ul li strong {
	font-weight:normal;
	color:#6d6d6d;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0 2px;
}
.port-right ul li span {
	padding:0 2px;
}
.port-right ul li span a {
	background:none;
	font-size:12px;
	color:#844d1f;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding:0;
	margin:0;
}
.port-right ul li span a:hover {
	text-decoration:underline;
}
.destination-imgs {
	padding:12px 0 0 10px;
	width:445px;
	margin:0;
}
.destination-imgs ul {
	padding:0;
	margin:0;
	list-style:none;
}
.destination-imgs li {
	display:block;
	padding:0 0 6px 0;
	overflow:hidden;
}
.destination-imgs li span {
	background:url(images/mini-img-frame.png) no-repeat;
	width:140px;
	height:108px;
	display:inline;
	padding:0 5px 0 0;
	float:left;
}
.destination-imgs li span a {
	display:block;
	width:130px;
	height:98px;
	margin:0 auto
}
.destination-imgs li span a img {
	display:inline;
	margin:5px 0 0 0;
	float:left;
}
.top-portfolio {
	padding:0 0 30px 0;
	margin:0;
}
.btm-portfolio {
	padding:0;
	margin:0;
}
/* =TEMPLATE-4-CSS-START
-------------------------------------------------------------- */
.elevation {
	width:536px;
	padding:12px 0 0 0;
	margin:0;
	border:#c2c2c2 dotted 2px;
	margin:42px 0 0 0;
	overflow:hidden;
}
.elevation-left {
	float:left;
	width:200px;
	padding:0 0 0 15px;
}
.elevation-right {
	float:right;
	width:282px;
	padding:0 15px 0 0;
}
.elevation-right ul {
	padding:0;
	margin:0;
	list-style:none;
}
.elevation-right ul li {
	display:block;
	padding:0 0 7px 0;
}
.elevation-right ul li strong {
	display:block;
	padding:0 0 2px 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#844d1f;
	font-size:12px;
}
.elevation-right ul li p {
	padding:0 !important;
	margin:0 !important;
}
.route-details {
	padding:20px 0 0 0;
	margin:0;
}
.route-details p strong {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#844d1f;
}
.route-details p {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#555555;
	line-height:19px;
	padding:0 0 25px 0;
}
.slideshowlink {
	display:none !important;
}
.video-icon {
	z-index:999;
}
.img-post {
	top: 39px;
	left:63px;
	height: 32px;
	position:absolute;
	width: 32px;
}
h1.entry-title
{ padding-bottom:10px;
}


h1.site-description
{
 	color: #7A8535;
    font-family: 'Francois One';
    font-size: 20px;
    font-weight: normal;
    line-height: 18px;
}
.top-headings h1
{
padding-bottom:40px;
}

/* =Loop and Blog Styles
-------------------------------------------------------------- */

.entry-title-blog
{   color: #844d1f;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 16px;
    font-weight: normal;
}

.bottom-border
{   width: 536px;
    background: url(images/border-line.gif) repeat-x bottom;
}

.entry-summary
{   width: 536px;
    background: url(images/border-line.gif) repeat-x bottom;
    padding-bottom: 20px;
}

.active {
	text-decoration: underline;
}