/* 
Theme Name: Aerial Camp
Theme URL: http://sparkplugged.net
Description: An ultra-clean, one-column theme for WordPress
Author: Shay 
Author URI: http://sparkplugged.net
Version: 1.0

Obviously, you may edit the above info upon your customization.
Though I wouldn't mind a link somewhere... *hint hint*
*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

html, body, div, span, applet, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;outline:0;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}

body {
	background-color:#EAEAEA;
        font-size:.8em;
        font-family: Arial, Helvetica, Tahoma, sans-serif;
        color: #808080;
        padding:0;
        margin:0;
}

a:link, a:visited {
	color: #df0023;
	text-decoration:none;
	}

a:hover, a:active {
        color:#52C375;
	text-decoration:none;
	}


/*
Here is a list of all the <DIV>s in Whiteboard.
*/

#container{
        width: 880px;
        margin: 10px auto;
}

#header {
        width: 840px;
        height: 83px;
	margin: 10px 20px;
        padding: 10px;
        background-color:#FFF;
}

#header #lefter {
	width:360px;
        float: left;
}

#header #righter {
	width:480px;
        float: right;
}


#header .logo {
	float:left;
        padding: 12px 0 0 0px;
        width: 351px;
        height:50px;
}

#header #navi {
        margin-top: 0px;
        text-align: right;
        font-size: 1.2em;
	}

#header #navi .nav ul {
	list-style: none;
        margin: 0;
	}

#header #navi a, #header #navi a:hover {
	display: block;
	text-decoration: none;
	border:none;
        color:#52C375;
	}

#header #navi .nav li {
	float: right;
	list-style:none;
	border-right:0px solid #666;
	}

#header #navi .nav a, #header #navi a:visited {
	display:block;
	font-weight:bold;
        color: #808080;
	padding:0px 0px 0px 15px;
	}

#header #navi a:hover, #header #navi a:active {
	color: #52C375;
	text-decoration:none
	}	

#header .slogan {
	color: #df0023;
        float: left;
        margin:15px 0 15px 0px;
        text-align: left;
	width:471px;
        font-size: .8em;
}

#header .search {
	width:420px;
        float: right;
        margin: 0px 0 0px 0;
        padding: 0px 0 0 0;
        height:65px;
        text-align: right;
}

#header .search .box {
	float:right;
        width:185px;
        height: 25px;
        padding:0;
        margin: 0 0px 0 0;
}

#header .search .feed {
	float:right;
        width:58px;
        text-align: left;
        height: 25px;
        overflow: hide;
}

img.tweety {
        margin-right: 9px;
}

#header .rss {
        margin-top: 5px;
        float: right;
        width: 369px;
        text-align: right;
        font-size: 1.2em;
}

#header .rss a {
	display:block;
	font-weight:bold;
        color: #808080;
}

#header .rss a:hover {
	display:block;
	font-weight:bold;
        color:#52C375;
}


#feature {	
        width: 840px;
        height: 200px;
	margin: 10px 20px;
        padding: 10px;
        background-color:#FFF;
}


#feature .idb {
	position: relative;
	display: block;
	width: 840px;
        height: 200px;
}

#feature .idb cite {
	background: transparent url(i/cite.png) repeat;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 6px 5px 8px 5px;
        text-align:right;
	border-top: 0px solid #103859;
        font-size:2em;
	font-weight:none;
	line-height:100%;
        text-decoration: none;
	width: 830px;
        font-style:normal; 
}
#feature .idb cite a {
        color:#fff;
	padding: 5px;
        text-decoration: none;
        font-style:normal; 
        font-weight:normal;
}
#feature .idb cite a:hover {
        color:#40d06c;
	text-decoration:none;
}

#feature .idc {
	position: relative;
	display: block;
	width: 860px;
        height: 20px;
}


#feature .idc small {
	background-color: #df0023;
        color:#FFF;
	position: absolute;
	top: 0px;
	left: 0;
	padding: 3px 6px;
        text-align:left;
        font-size:1.2em;
        font-style:normal; 
}

#article2 {
	width: 840px;
	margin: 10px 20px;
        padding: 10px;
        background-color:#FFF;
	position: relative;
	display: block;
}


#article {
	width: 840px;
        height: 130px;
	margin: 10px 20px;
        padding: 10px;
        background-color:#FFF;
	position: relative;
	display: block;
}


#article .title {
	font-size:1.4em;
	font-weight:normal;
	line-height:100%;
	}

#article p {
	font-size:1.2em;
	margin-top: 10px;
}

#article img {
        float:left;
	margin:3px 10px 3px 0;
        padding-bottom: 10px;
}

#article .ex {
        padding: 5px;
        margin: 2px 0;

}

#article .ex .continue {
        font-size: 11px;
	position: absolute;
	bottom: 10px;
	right: 10px;
        }


#article .leftbox {
	width: 70px;
        height: 115px;
        float: left;
}

#article .leftbox .cal {
	width: 50px;
        height: 50px;
        padding: 5px;
        margin: 2px 10px 0 0;
	background-color:#BDBDBD;
	color: #FFF;
}
#article .leftbox .cal .d {
        text-align:center;
	font-size: 1em;
}
#article .leftbox .cal .d2 {
        text-align:center;
	font-size: 2em;
}

#article .leftbox .c {
        position: absolute;
        bottom: 10px; 
	font-size: .8em;   
        text-align:left;
}

#article .id {
	position: relative;
	display: block;
        overflow: hidden;
	width: 250px;
        height: 125px;
        float:left;
        margin: 0px 10px 0 0;
}

#article .id cite a {
	position: absolute;
	top: 3px;
	left: 0;
	background-color: #df0023;
        color:#FFF;
	padding: 3px 6px;
        font-size:.8em;
        font-weight:bold; 
}

#article .id cite a:hover {
	background-color: #52C375;
        color:#FFF;
}


#upcoming {
	width: 870px;
        height: 50px;
	margin: 10px 0 0px 20px;
	position: relative;
	display: block;
	font-size: 1.2em;
}

#upcoming h2.widgettitle {
	float:left;
        font-size:.1em;
}

#upcoming .continue {
        font-size: 11px;
	position: absolute;
	bottom: 0px;
	right: 11px;
        }

#upcoming li {
	list-style: none;
        list-style-type: none;
}

#upcoming li ul {
	list-style: none;
        list-style-type: none;
	line-height: 1;
	float: left;
        margin: auto;
        width:870px;

}
#upcoming li ul li {
        display: block;
	float: left;
        padding: 2px;
	list-style:none;
        list-style-type: none;
        width: 161px;
        height: 30px;
        overflow: hidden;
        text-overflow:ellipsis;
        font-size:.9em;
        margin: 0 8px 0 0;
        white-space:nowrap;
	background-color:#FFF;
        color: #808080;
}

#tla {
	width: 870px;
        height: 20px;
	margin: 0px 0 10px 20px;
	position: relative;
	display: block;
}

#tla h2.widgettitle {
	float:left;
        font-size:.1em;
}

#tla .continue {
        font-size: 11px;
	position: absolute;
	bottom: 0px;
	right: 11px;
        }

#tla ul {
	list-style: none;
	line-height: 1;
	float: left;
        margin: auto;
        width:870px;
}
#tla ul li {
        display: block;
	float: left;
        padding: 2px;
	list-style:none;
        font-size:1.2em;
        margin: 0 22px 0 0;
        white-space:nowrap;
        color: #808080;
}

#tla ul li a {
        color: #808080;
        text-decoration:underline;
}

#tla ul li a:hover {
	color:#52C375;
        text-decoration:underline;
}

#post {
	font-size:1.2em;
	width: 840px;
	margin: 0px 20px 10px 20px;
        padding: 10px;
        background-color:#FFF;
        float: left;
}

#post .id {
	position: relative;
	display: block;
        overflow: hidden;
	width: 250px;
        height: 125px;
        float:left;
        margin: 0px 10px 0 0;
}

#post .ex {
        width: 590px;
        padding: 0px;
        margin: 0px 0;

}

#post h2 {
	font-size:1.6em;
	font-weight:normal;
        margin-bottom: 6px;
	line-height:100%;
}

#post p {
	margin-bottom: 15px;
}

#post .info {
	width: 840px;
}

#post .info .leftbox {
	width: 70px;
        height: 85px;
        float: left;
}

#post .info .leftbox .cal {
	width: 50px;
        height: 66px;
        padding: 5px;
        margin: 2px 10px 0 0;
	background-color:#BDBDBD;
	color: #FFF;
}
#post .info .leftbox .cal .d {
        text-align:center;
	font-size: .9em;
}
#post .info .leftbox .cal .d2 {
        text-align:center;
	font-size: 2em;
}
#post .info .leftbox .cal .d3 {
        text-align:center;
	font-size: .9em;
}

#post .tags {
	margin-top:8px;
        line-height: 1.5em;
}

#post .tags a {
	background-color:#BDBDBD;
        color:#FFF;
	padding: 3px 6px;
        font-size:.8em; 
}
#post .tags a:hover {
	background-color:#52C375;
}

#post .cats {
	line-height: 90%;
}

#post .cats a {
	background-color:#df0023;
        color:#FFF;
	padding: 3px 6px;
        font-size:.8em; 
        font-weight: bold;
}
#post .cats a:hover {
	background-color:#52C375;
}

#post .author {
	padding: 0px 0 0px 3px;

}

#post object {
        text-align: center;
        margin: 0 auto;
}

#post blockquote {
	margin: 0 50px;
	border-left: 5px #BDBDBD solid;
	padding: 0 10px;
	
}

#postmeta{}
#searchform{}
#sidebar{}

.commentlist {
}

.commentlist li {
        list-style-type: none;
	width: 870px;
	margin: 10px 0 10px 20px; 
}

.commentlist li .thecomment {
	width: 760px;
	margin: 0px 0 10px 0px;
        padding: 10px 10px 0 10px;
        float: left;
        background-color:#FFF;
}

.commentlist li p {
	font-size: 1.2em;
        margin-bottom: 10px;
}

.commentlist li .thecomment .about {
	width: 760px;
        margin-bottom: 15px;
}

.commentlist li .thecomment .about h2 {
        font-size: 1.4em;
	font-weight:normal;
	line-height:100%;
}

.commentlist li .thecomment .about h2 small {
        font-size: .7em;
	font-weight:normal;
	line-height:100%;
}


.commentlist li .gravatar {
	float:left;
	background: transparent url(i/bubble.png) top left no-repeat;
        width: 80px;
}

#comments {
        font-weight: bold;
	width: 870px;
	margin: 5px 0 10px 20px;
}
#comments h3, #related h3 {
	font-size: 1.4em;
	font-weight: normal;
}
#cominfo2 {
        font-weight: normal;
	width: 400px;
	margin: 0px 0 0px 20px;
	font-size: 1.4em;
        float:left;
}

#cominfo3 {
        font-weight: bold;
	width: 600px;
	margin: 10px 0 0px 20px;
        float:left;
}


.box1 {
        width: 600px;
        color: #FFF;
	margin-bottom: 10px;
        height: 40px;
}

.box2 {
        background-color: #FFF;       
        margin-bottom: 10px; 
        width: 578px;
        padding: 10px;
}


.box1 label {
        background-color: #BDBDBD;
        padding: 10px 10px 10px 10px;
        width: 120px;
        float:left;
	text-align: left;
}

#s1 {	
        width: 440px;
        height: 18px;
        border: 1px #FFF solid;
        background-color: #FFF;
        padding: 8px;
}

#s2 {	
        width: 440px;
        height: 18px;
        border: 1px #FFF solid;
        background-color: #FFF;
        padding: 8px;
}

#s3 {	
        width: 440px;
        height: 18px;
        border: 1px #FFF solid;
        background-color: #FFF;
        padding: 8px;
}


#s4 {
        font-family: Arial, Helvetica, Tahoma, sans-serif;
        font-size:1em;
        width: 576px;
        border: 1px #FFF solid;
        background-color: #FFF;
}

input#sbutt {
        background-color:#df0023;
        color:#FFF;
        width: 125px;
	padding: 3px 6px;
        border: 2px #df0023 solid;
}

input#sbutt:hover {
	background-color:#52C375;
        border: 2px #52C375 solid;
        cursor: pointer;
}

#comads {
	font-size: 1.4em;
	width: 250px;
        float: right;
        text-align: left;
        margin: 0px 0 0 10px;
}

#comads p {
        font-weight: bold;
        margin-top: 10px;
}

#comads .sharelink {
	width: 50px;
	margin: 9px 0 0 0;
}

#fpads {
	width: 250px;
        height: 100px;
        float: right;
        text-align: left;
        margin: 10px 0 0 10px;
}


#extra {
        text-align:left;
	width: 870px;
        height: 250px;
	margin: 10px 0px 10px 20px;
        padding: 0;

}
#extra h2 {
	float:left;
        font-size:1em;
        width: 860px;
        padding-bottom: 10px;
}


#extra .triad {
	float:left;
        width: 280px;
        margin: 0 10px 0 0;
}


#extra .triad li {
	list-style:none;
}


#footer {
	font-size: 1.2em;
        clear: both;
        text-align:center;
	width: 860px;
	margin: 10px 10px 20px 10px;
        padding: 10px 0 0 0;
}

#footer .navi2 {
	margin: 10px 0 10px 0;
}

#footer .navi2 a {
	font-weight:bold;
        color: #808080;
	padding:0px 0px 0px 15px;
}

#footer .navi2 a:hover {
	color:#52C375;
}


input#se {
        font-size: 12px;
        width:170px;
        padding: 3px 5px;
        border: 1px #EAEAEA solid;
        color: #808080;
}

#archives {
	width: 870px;
	margin: 10px 0 10px 20px;
}

#archives h2 {
	font-size:1.4em;
	font-weight:normal;
	line-height:100%;
}

#postnavigation {
	width: 870px;
        padding-top:20px;
	margin: 10px 0 10px 20px;
        text-align:left;
        clear: both;
	font-size: 1.2em;
}

#sortby {
        font-weight: bold;
	width: 860px;
	margin: 10px 0 0px 20px;
        float:left;
}

#sortby ul {
	list-style: none;
        text-align: center;
}
#sortby ul li {
        display: block;
        padding: 2px;
	list-style:none;
        margin: 0 22px 0 0;
        white-space:nowrap;
        color: #808080;
}

#sortby .cat {
	margin-bottom: 10px;
}

#sortby .cat a {
	background-color: #df0023;
        color:#FFF;
	padding: 3px 6px;
	font-size: 1em;
        font-style:normal; 
}

#sortby .cat a:hover {
	background-color: #52C375;
        color:#FFF;
}

#sortby .tag {
	line-height: 200%;
}

#sortby .tag a {
	background-color:#FFF;
        color:#808080;
	padding: 3px 6px;
 	margin: 1px;
        font-style:normal; 
}

#sortby .tag a:hover {
	background-color: #52C375;
        color:#808080;
}


#ocp {
	width: 250px;
        height: 80px;
        float: right;
        text-align: center;
        margin: 25px 0 0 10px;
}

#taggy ul.ctc-tag-cloud {
	list-style: none;
	list-style-type:none;
	padding: 0;
	margin: 0;
}

#taggy ul.ctc-tag-cloud li.ctc-tag-li {
	display: inline-block;
	float: left;
	width: 120px;
        margin-right: 10px;
        background-color:#BDBDBD;
}

#taggy a {
        background-color:#BDBDBD;
	padding: 3px 6px;
	color:#FFF;
        font-style:normal; 
	text-decoration:none;
}
#taggy a:hover {
	background-color:#52C375;
	text-decoration:none;
	}

img.l {
        float: left;
        padding-right: 10px;
}

img.r {
        float: right;
        padding-left: 10px;
}

#post .clear {
        clear: both;
        height: 10px;
}

.img-desc {
	position: relative;
	height:100%;
	width: 415px;
        float: left;
        margin-bottom: 15px;
        margin-right: 5px;
}

.img-desc img {
        margin-bottom: 10px;  
}

.img-desc cite {
        font-family:"Lucida Grande", Geneva, Helvetica, sans-serif !important;
        font-size: 1em;
}

.img-desc2 {
	position: relative;
	height:100%;
	width: 415px;
        float: left;
        margin-bottom: 15px;
        margin-left: 5px;
}

.img-desc2 img {
        margin-bottom: 10px;  
}

.img-desc2 cite {
        font-family:"Lucida Grande", Geneva, Helvetica, sans-serif !important;
        font-size: 1em;
}

center {
margin: 0 0 10px 0;
}

#related {
	clear: both;
	width:840px;
	height: 145px;
	margin: 0px 20px 20px 20px;
        padding: 5px 0 0px 0;
}

#related .id {
	position: relative;
	display: block;
        overflow: hidden;
	width: 250px;
        height: 125px;
	margin: 5px 10px 0 0;
        float:left;
}

#related .id cite {
	background: transparent url(i/cite.png) repeat;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 6px 5px 6px 5px;
        text-align:right;
	border-top: 0px solid #103859;
        font-size:1em;
	font-weight:none;
	line-height:100%;
        text-decoration: none;
        font-style:normal; 
}

#related .id cite a {
        color:#fff;
        text-decoration: none;
        font-style:normal; 
        font-weight:normal;
}
#related .id cite a:hover {
        color:#40d06c;
	text-decoration:none;
}

