/* RESET */
/**********************************************/
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,
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;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}


/**********************************************/

/* Common Elements */
p, ul, img, cite, center, .post, blockquote, div.radio {
padding: 0 0 10px 0;
line-height: 1.2em;
}

li {
line-height: 1.5em;
}

#content .post ul li {
line-height: 1.5em;
margin-bottom: 10px;
margin-left: 30px;
}

#content .post ul {
list-style-type: disc;
list-style-position: outside;
}

p, .post {
font-size: 0.8em;
}

.post p {
color: #333333;
font-size: 1.1em;
line-height: 1.5em;
font-family: Times, "Times New Roman", serif;
}

.post h1, .post h2, .post h3 {
font-size: 120%;
}

.post h2, .post h3 {
font-size: 1.7em;
}

h1,h2,h3,h4 {
margin: 20px 0 10px 0;
}

h1 span, h2 span {
display: block;
font-size: 60%;
padding: 5px 0 0;
}

h1 {
font-size: 150%;
font-weight: bold;
}

h1.pageHeader {
font-size: 180%;
}

h2 {
font-size: 120%;
font-weight: bold;
}

.center, center {
text-align: center;
}

blockquote {
font-style: italic;
margin: 0 20px;
}

.strong, strong {
font-weight: bold;
}

em {
font-style: italic;
}

.clear {
clear: both;
}

ul.inline li {
display: inline;
padding: 0 10px 0 0;
}

.rule, hr {
border-width: 1px 0 0 0;
border-style: solid;
margin: 0 0 10px 0;	
}

.small, small {
font-size: 80%;
}

.big, big {
font-size: 110%;
}

/* Structure */

body {
font-family: "Helvetica Neue", Arial, sans-serif;
font-size: 0.9em;
background-color: #212121;
}

#header, #main, #footer {
width: 1007px;
margin: 0 auto;
}


#mainWrapper {
width: 1007px;
margin: 0 auto;
background-color: #a2662a;
border:1px solid #111111;
border-top: none;
border-bottom: none;
position: relative;
}

#main {
min-height: 800px;
background-image: url('../images/pageBackground.png');
background-repeat: repeat-y;
background-position: 20px 0px;
}

#nav {
height: 75px;
background-image: url('../images/navBackground.png');
}

#nav ul {
width: 1007px;
margin: 0 auto;
padding: 9px;
text-align: center
}

#nav ul li {
display: inline;
text-transform: uppercase;
margin-right: 10px;
}

#nav ul li a {
color: #fff;
text-decoration: none;
}

#nav ul li a.selected {
color: #fbf7ba;
}

#nav ul li a:hover {
color: #73880A;
}

#header {
background-image: url('../images/headerFilled.jpg');
background-position: center center;
height: 453px;
position: relative;	
}

#header h1 {
position: absolute;
bottom:-12px;
font-size:4.5em;
left: 63px;
position:absolute;
font-weight: normal;
margin: none;
cursor: default;
}

#header h1.single {
font-size: 2.1em;
width: 500px;
/*top: 367px;*/
bottom: -5px;
z-index: 100;
}

#footer {
background-image: url('../images/footerFilled.jpg');
background-position: -8px 0;
height: 365px;
}

/*#main, #movChronNav {
border-style: solid;
width: 720px; 
margin: 0 auto 15px;
text-align: left;	
}

#main {
border-width: 0 1px 1px;
min-height: 800px;
padding-bottom: 20px;
}

#header {
cursor: pointer;
height: 250px;
width: 720px;
}*/

/* content */

#content {
width: 680px;
padding: 0 15px 0 63px;
float: left;
overflow: hidden;
}

.post img {
max-width: 650px;
}

.post p {
text-align: justify;
}

/* hack for old posts */
center, center p, center img, #content .post div p {
text-align: center !important;
}

#content p.center {
text-align: center;
}

#content h1.single span {
position: absolute;
top: 445px;
}

#content h1 {
margin-top: 30px;
position:relative;
z-index: 100;
}

#content h1 a {
text-decoration: none;
}

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

div.previousNext {
font-size: 0.9em;
position: absolute;
top: 355px;
width: 513px
}

#content p.previous {
float: left;
margin: 10px 0 0 10px;
text-align: left;
}

#content p.next {	
float: right;	
text-align: right;
margin: 10px 10px 0 0;
}

#content p.previous, #content p.next {
display:block;
width: 40%;
font-weight: bold;
}


div.previous {
position: absolute;
width: 335px;
height: 96px;
overflow: hidden;
background-image: url('../images/previous.png');
background-repeat: none;
left: -18px;
top: 220px;
width: 305px;
text-align: right;
padding:20px 30px 0 0;
}

div.next {
position: absolute;
width: 312px;
height: 96px;
overflow: hidden;
background-image: url('../images/next.png');
background-repeat: none;
right: -13px;
top: 56px;
padding:20px 0 0 20px;
}

div.previous, div.next {
font-size: 2.2em;
color: #e7caad;
}

div.previous span, div.next span {
display: block;
font-size: 0.4em;
line-height: 1.4em;
}

div.postStamp {
background-image:url(../images/postedStamp.png);
color:#DDDDDD;
height:47px;
left:443px;
margin:0 auto;
padding:40px;
position:absolute;
text-align:center;
text-transform:uppercase;
top:319px;
width:46px;
}

#content .post {
position: relative;
}

#content .post div.postStamp {
font-size: 1.2em;
right: -117px;
top: -80px;
}

#content .post div.postStamp.first {
top: -63px;
}


#content .meta, .mission {
width: 100%;
padding: 10px 0 0;
background-image: url('../images/gradient.png');
background-repeat: repeat-x;
border-top-style: solid;
border-top-width: 1px;
}

#content .mission {
font-size: 80%;
text-align: justify;
line-height: 1.2em;
padding: 10px 0;
}

#content .meta {
margin-bottom: 30px;
font-size: 70%;
border: 0px;
clear: both;
}

#content .meta li strong {
font-size: 120%;
}

#content .meta ul li {
display: inline;
}

#content .meta li a img {
vertical-align: top;
}

/* Comments */

#comments hr {
visibility: hidden;
clear: both;
}

#comments .comment {
background-image: url('../images/gradient.png');
background-repeat: repeat-x;
padding: 10px;
margin: 0 0 10px 0;
}

#comments cite {
display: block;
font-weight: bold;
width: 100px;
float:left;
font-style: normal;
margin-right: 20px;
overflow: hidden;
min-height: 100px;
}

#comments cite img {
max-width: 90px;
}

#comments cite span {
display: block;
font-size: 60%;
font-weight: normal;
}

#comments p.negative {
font-size: 130%;
text-align: center;
margin: 50px;
color: #ccc;
}

#respond textarea {
width: 100%;
height: 200px;
}

/* Sidebar */

#sidebar {
width: 160px;
float: right;
margin: 0 73px 0 0;
font-size: 80%;
}

#sidebar h3, #sidebar h2 {
margin: 0 0 10px 0;
font-size: 110%;
font-weight: bold;
background-color: #73880a;
color: #fff;
padding: 15px 5px 5px;
}

#sidebar .scoop {
font-size: 170%;
font-weight: bold;
display: block;
text-align: center;
text-decoration: none;
}

#sidebar .scoop a {
text-decoration: none;
}

#sidebar .scoop a span {
display: block;
font-size: 60%;
text-decoration: underline;
}

#sidebar ul {
margin-left: 20px;
}

#sidebar p {
margin-left: 10px;
}

#sidebar ul.children {
font-size: 90%;
padding: 5px 0;
}

#sidebar div.radio {
text-align: center;
margin-left: 25px;
}

/* Base */

#base {
width: 720px;
margin: 0 15px;
overflow: hidden;
}

/* Mov Chron Nav */

#movChronNav {
font-size: 80%;
background-image: url('../images/gradient.png');
background-repeat: repeat-x;
border-width: 1px;
}

#movChronNav h3 {
font-weight: bold;
font-size: 120%;
}

#movChronNav .column {
float: left;
padding: 20px 40px 20px 20px;
}

#movChronNav img {
float: left;
padding: 40px;
}

/* Footer */

/*#footer {
height: 100px;
padding: 15px 15px 0;
background-image: url('../images/footerbg.png');
line-height: 1.6em;
}

#footer a {
color: #aaa;
}

#footer .copyright {
font-style: italic;
}*/

/**********************************************/
/* Coloring */
/**********************************************/

/*body {
background-image: url('../images/bg.gif');
background-color: #fff;
}


#main, #movChronNav {
border-color: #86AADE;
background-color: #fff;
color: #000;
}

#header {
background-image: url('../images/header.jpg');
}*/

#sidebar {
background-color: #f3f6e7;
}

.mission, .rule, {
border-color: #444;
}

.alt {
background-color: #fbfbfb;
}

h1 span, h2 span, cite span {
color: #5c7274;
}

a, a:hover, a:visited, a:active {
color: #986923;
text-decoration: underline;
}

h1, h2, h3, h1 a, h1 a:hover, h1 a:visited, h1 a:active {
color: #73880a;
}

/* FriendFeed */
.friendfeed.widget, div.friendfeed.widget div, div.friendfeed.widget span, div.friendfeed.widget img, div.friendfeed.widget table, div.friendfeed.widget tr, div.friendfeed.widget td {
background-color: transparent !important;
}

.friendfeed.widget .feed .cluster .icon {
float: right !important;
}

.friendfeed.widget .feed .cluster .body {
margin-left: 0 !important;
}

.friendfeed {
font-size: 0.9em !important;
border: none !important;
}

.friendfeed.widget .feed .cluster .summary:first-letter {
text-transform: uppercase !important;
}

.friendfeed.widget .feed .entry .media img {
width: 140px !important;
height: auto !important;
}

.friendfeed a, .friendfeed a:active, .friendfeed a:visited {
color: #986923 !important;
}

.friendfeed .cluster {
border-bottom: 1px solid #ccc !important;
}

.friendfeed .title, .friendfeed a.main {
font-weight: bold !important;
font-size: 1.1em !important;
}

.friendfeed .info {
font-size: 0.9em !important;
}

/* Twitter Status */

#twitter_div {
color:#666666;
left:120px;
line-height:0.2em;
position:absolute;
top:361px;
width:445px;
}

#twitter_update_list span + a {
font-size: 0.6em !important;
margin-left: 5px;
}

#twitter_update_list span + a:before {
content: 'Updated ';
}

#twitter_update_list span a {
display: inline
}

#twitter_update_list span {
font-size: 1.4em;
font-style: italic;
font-weight: normal;
line-height: 1.46em;
}

#twitter_update_list span:before {
content: '...';
}

#twitterIcon {
left:77px;
position:absolute;
top:346px;
}

/* Flickr photostream */
#flickr_badge_source_txt {padding:0; font: 11px Arial, Helvetica, Sans serif; color:#666666;}
#flickr_badge_icon {display:block !important; margin:0 !important;}
#flickr_icon_td {padding:0 5px 0 0 !important;}
.flickr_badge_image {text-align:center !important;}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}
#flickr_www {
display: none;
}
#flickr_badge_uber_wrapper {
padding-left: 20px;
}


/* temp */
#nav {
display: none;
}

body {
background-position: center -275px;
}
