/*
Theme Name: Eagle Sky
Theme URI: http://www.eaglesky.com
Description: A theme for <a href="http://www.eaglesky.com">Eagle Sky Christian Camps</a>.
Version: 2.0
Author: Greg Eland
Author URI: http://www.gregeland.com
Template: twentyten
Tags: theme-options, fixed-width, widgetized, translation-ready, threaded-comments, blue, CSS3, jQuery
*/

/*----------resets----------*/
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 {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}

html, body {
	height: 100%;
	color: #666;
}
html {
	font-size: 100%;
}
/*---------------BACKGROUND---------------*/
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #4685BB;
	width: 100%;
	padding-bottom: -259px;
}
/*---------------BASIC LAYOUT---------------*/
#center {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	position:relative;
}
#body {
	padding-bottom: 259px;
	width: 100%;
	overflow: hidden;
}
#wrapper {
	position: relative;
	width: 1230px;
	min-height:100%;
	margin-left: -100px;
}
#header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 160px;
	position: relative;
	z-index: 1;
}
#content {
	width: 600px;
	position: relative;
	margin-left: 120px;
	text-align: left;
	z-index: 2;
}
#sidebar {
	float: right;
	position: relative;
	margin-right: 195px;
	text-decoration: none;
	width: 300px;
	z-index: 2;
	margin-top: 5px;
}
#footer {
	color: #D6DCE7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index: 1;
	position:absolute;
	bottom:0;
	height:259px;
	text-align: center;
	left: 30%;
	clear: both;
}
/*---------------NAVIGATION---------------*/
#navbar {
	position: relative;
	width: 630px;
	height: 70px;
	margin-left: 23%;
	padding-left: 20px;
	text-align: left;
} /*Main navbar styling*/
#navbar li/*the height attribute prevents it from trying to fill space voiced by the left floated list items*/
  {
	list-style: none;
	float: left;
 }
#navbar  li  a {
	display: block;
	color: #517DAE;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-weight: bolder;
}
#navbar li a:hover {
	text-decoration: underline;
}
#navbar li:hover {
	background-image: url(images/hover.png);
	background-repeat: repeat-x;
	background-position: left top;
}
/*---------------------------Subnavigation Hidden Styling - includes background images*/
#navbar li ul {
	display: none;
	width: 250px;
	background-image:url(images/hover.png); /*so that IE hover state will activate, placed FAR off visible screen*/
	background-repeat:no-repeat;
	background-position: -5000px;
	line-height: 16px;
}
/*-----------------------------------Subnavigation Hover state styling and covering of bg images*/
#navbar li:hover ul {
	display: block; /*causes subnav to reappear*/
	position: absolute;
	margin: 0;
	padding: 0;
}
#navbar li:hover li {
	float: none;  /*horizontal drop down set to left, for vertical set float to none*/
	background-image:url(images/hover.png);
	background-repeat: repeat-x;
}
#navbar li:hover li a {
	font-size: 13px;
	font-weight: normal;
}
#navbar li:hover li a:hover {
	background-image: url(images/more_hover.png);
	background-repeat: no-repeat;
	padding-left: 24px;
	background-position: 3px center;
	text-decoration: none;
}
#navbar li:hover .current_page_item a {
	background-image: url(images/more.png);
	background-repeat: no-repeat;
	padding-left: 24px;
	background-position: 3px center;
}
/*---------------BASIC ELEMENTS---------------*/
body {
	font-size: 67.5%;
	line-height: 1.8em;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
h1, h2, h3, h4 {
	font-family: Georgia, "Bitstream Charter", serif;
	color: #666666;
}
h1 {
	font-size: 2em;
	text-transform: uppercase;
	color: #fff;
	background-image: url(images/heading-bg.png);
	background-repeat: repeat-x;
	height: 32px;
	padding-top: 10px;
	padding-left: 10px;
	margin-top: -10px;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 15px;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	display:block;
	text-shadow: 1px 1px 2px #2863A6;
}
h2 a {
	color:#2863A6;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
	padding-bottom: 5px;
}
#content .heading {
	padding-left: 10px;
}
#content .heading a {
	color: #fff;
}
.heading {
	font-size: 1.8em;
	text-shadow: 1px 1px 2px #2863A6;
}
#content p {
	font-size: 1.4em;
	padding-bottom: 1.4em;
}
#content ul,
#content ol {
	font-size: 1.2em;
}
#sidebar p,
#sidebar ul,
#sidebar ol {
	font-size: 1.2em;
}
a {
	color: #2863A6;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color:#57B0EA;
}
.alignLeft, .alignleft {
	float: left;
	margin-right: 10px;
}
.alignRight, .alignright {
	float: right;
	margin-left: 10px;
}
.meta {
	font-size: 80%;
}
ul {
	margin-left: 2em;
	margin-bottom: 1.4em;
}
li {
}
img {
	border: none;
}
/*----------------GENERIC STYLES----------*/
.center {
	text-align:center !important;
}
.clear {
	clear:both;
}
.clearLeft {
	clear:left;
}
.more {
	float: right;
	background-image: url(images/more.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 28px;
	margin-bottom: 5px;
	margin-right: 5px;
	font-size: 1em;
}
.more:hover {
	background-image: url(images/more_hover.png);
	text-decoration:none;
}
.padding {
	padding: 10px;
}
/*Tooltips*/
#tt {
	position:absolute;
	display:block;
	background:url(../images/tooltip-bg.png);
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	z-index:999;
}
#ttcont {
display:block;
padding:2px 12px 3px 7px;
margin-left:5px;
color:#D8D2AD;
}
/*----------------MISCELLANEOUS STYLES----------*/
.screen-reader-text  {
left:-9000px;
position:absolute;
}
/*---------------CONTENT---------------*/
.panel {
	background-image: url(images/panel-bg.png);
	background-repeat: repeat;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 0px 15px #333;
    -moz-box-shadow: 0px 0px 15px #333;
    -webkit-box-shadow: 0px 0px 15px #333;
	margin-bottom: 15px;

}
.padding {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow:inset 0px 0px 10px #8A9ABB;
	-moz-box-shadow:inset 0px 0px 15px #8A9ABB;
	-webkit-box-shadow:inset 0px 0px 15px #8A9ABB;
	position:relative;
	width: auto;
	overflow:hidden;
}
#content a {
	font-weight: bold;
}
.content_top h2 {
	padding-top: 15px;
	padding-left: 20px;
}
#eso {
	margin-top: 20px;
}
#esr {
	margin-top: 20px;
}
#esk {
	margin-top: 20px;
}
.info {
	overflow: hidden;
}
#content .info a {
	font-weight: normal;
}
.entry {
	width: 100%;
	overflow:hidden;
}
.photo {
	float: right;
}
span.comments-link {
	float: right;
}
/* Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	max-width: 640px;
}
.single-attachment #content img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px;
}
#content .wp-caption p.wp-caption-text {
	margin: 0 0 4px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#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;
}
/* =Comments
-------------------------------------------------------------- */

#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#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:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.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;
}
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin-top: 24px;
	border-top: 1px solid #e7e7e7;
	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 {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#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: 0 0 24px;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}
#respond dl {
	margin: 0 0 10px;
}
#respond dt {
	 display: inline;
	font-weight: normal;
}
#respond dd {
	display: inline;
}
/*---------------homepage.php---------------*/
#esf {
	margin-top: -35px;
	padding-bottom: 10px;
	margin-right: -5px;
}
.about {
	font-size: 13px;
	padding: 10px;
	margin-left: 400px;
}
.block {
	float: left;
	width: 292px;
}
.block #usa {
	margin-left: 10px;
	position:absolute;
	top: 50px;
}
.block #africa {
	margin-left: 10px;
	position:absolute;
	top: 210px;
}
.block#location {
	margin-right: 15px;
}
.block#location .padding {
	height: 430px;
}
.block h2#locations {
	margin-left: 10px;
	font-size: 2em;
	text-shadow:1px 1px 0px #ccc;
}
.block #news {
	margin-left: 10px;
	font-size: 2em;
	text-shadow:1px 1px 0px #ccc;
}
.block ul {
	padding-top: 10px;
	margin-left: 1em;
}
.block li {
	list-style: none;
}
.block p {
	padding: 5px;
}
/*---------Slidshow----------*/
#featured {
	width: 580px;
	height: 300px;
	float: left;
}
#slideshow {
	width: 580px;
	height: 300px;
	padding: 0px;
	overflow:hidden;
	position:relative;
}
.slide {
	position:absolute;
	width: 580px;
	height: 300px;
	overflow:hidden;
	z-index: 8;
	background-color: #d8e1eb;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}
#slideshow div.active {
	z-index: 10;
}
#slideshow div.last-active {
	z-index: 9;
}
ul#slide-buttons {
	position: absolute;
	bottom: 0px;
	right: 0px;
	display: block;
	z-index: 99;
	min-width: 160px;
	display:none;
}
ul#slide-buttons li {
	list-style: none;
	float: left;
}
ul#slide-buttons li a {
	z-index: 100;
	float: left;
	font-size: 10px;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-weight:bold;
	margin-bottom: 5px;
	text-decoration:none;
	color: #777;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
ul#slide-buttons li a:hover {
	background-image: none;
	background-color: #2863A6;
	color: #f0f0f0;
}
ul#slide-buttons li a.pause-button, ul#slide-buttons li a.play-button {
	font-size: 10px;
	text-transform:uppercase;
	padding-bottom: 3px;
	padding-top: 3px;
}
ul#slide-buttons li a.pause-button.hidden, ul#slide-buttons li a.play-button.hidden {
	display: none;
}
ul#slide-buttons li a.play-button {
	padding-right: 10px;
	padding-left: 10px;
}
/*---------------single.php---------------*/
.post-edit-link {
	float: right;
	font-size: 80%;
}
.navigation {
	margin-top: 20px;
	width: 100%;
	overflow: hidden;
}
.wp-caption {
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #999999;
	text-align: center;
	padding: 3px;
	margin: 5px;
	background-color:#FFFFFF;
}
.wp-caption-text {
	font-style: italic;
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding-bottom:0px;
}
/*--------comments------*/
.commentlist {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.commentlist li{
	padding: 5px;
}
.commentmetadata {
	font-size: 60%;
}
h3#comments {
	font-size: 120%;
	margin-top: 20px;
}
.commentlist .alt {
	background-color: #EFEFEF;	
}
/*---------search--------*/
.searchlist {
	padding-bottom: 25px;
}
/*---------------SIDEBAR---------------*/
#sidebar .panel {
	width: 280px;
}
#searchform {
	padding-bottom: 7px;
}
.map {
	height: 400px;
	position: relative;
}
.map #usa {
	position: absolute;
	top: 5px;
	left: 5px;
}
.map #africa {
	position: absolute;
	bottom: 0px;
	left: 5px;
}
.widget {
	text-align: left;
	width: 100%;
	overflow: hidden;
	padding-bottom: 10px;
	background-image: url(images/sideline.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.heading  {
	background-repeat: no-repeat;
	text-transform: uppercase;
	color: #fff;
	background-image: url(images/heading-bg.png);
	background-repeat: repeat;
	height: 32px;
	padding-top: 7px;
	margin-top: -10px;
	margin-left: -10px;
	margin-right: -10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	display:block;
	text-align:center;
}
#sidebar h2 a {
	color: #fff;
}
.icon {
	float: left;
	margin-left: -17px;
	display: inline;
	margin-right: 5px;
}
.aboutIcon {
	float: left;
	display: inline;
	margin-right: 5px;
}
div.blog ul {
	margin-left: 50px !important;
}
.aboutSide {
	margin-left: 70px !important;
}
/*-------------------------FOOTER---------------------------*/
#footer div {
}
#footer a {
	color:#FFFFFF;
}
/*---------------EAGLES---------------*/
#header  #eagle {
	/*float: right;
	margin-right: 130px;
	margin-top: -20px;*/
	position:absolute;
	right: 90px;
	top: -20px;
}
#header  #move {
	/*float: right;
	margin-right: 300px;
	margin-top: 50px;
	margin-bottom: -80px;
	margin-left: -200px;*/
	position:absolute;
	right: 310px;
	top: 30px;
}
#footer #eagle {
	/*float: left;
	margin-top: -60px;
	margin-left: -350px;*/
	position:absolute;
	left: -300px;
	bottom: 50px;
}
#footer #catch {
	/*margin-top: -60px;
	margin-left: 400px;*/
	position:absolute;
	right: -150px;
	bottom: 0px;
}
#footer #nest {
	/*margin-left: 550px;*/
	position:absolute;
	right: -350px;
	bottom: 0px;
}
#header #none {
	/*float: right;
	margin-right: 130px;
	margin-top: -20px;
	visibility: hidden;*/
}
/*-------------- PLUGINS -------------*/
/*-----cforms-----*/
.linklove {
	display: none;
}
/*-----DDsitemap Generator----*/
.ddsg-wrapper div {
	display: none;
}
.ddsg-wrapper a {
	color:#666666;
	font-weight: lighter;
}
/*----Tweet Suite----*/
#tweetbacks {
	display: none;
}
