/*
Theme Name: Manifest
Theme URI: 
Description: A clean and streamlined theme that focuses on the content and not the distractions.
Version: 1.01
Author: Jim Barraud
Author URI: http://jimbarraud.com
Tags: simple, clean, single column

*/

/* Reset All Styles
-------------------------------------------------------------------- */

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;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
}
body p{
	margin-top:0em;
	margin-bottom: 2em;
	font-size: .9em;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Global Styles
-------------------------------------------------------------------*/

body{
	background: #b99c6b;
  font: 80% “helvetica neue”, helvetica, arial, sans-serif;
  color: #333;
  letter-spacing: .2em;
}
strong{
  font-weight: bold;
}

/* Links */

a:link,
a:visited{
  color: #9C8A6A;
  text-decoration: none;
}
a:hover,
a:active{
  color: #3E372B;
  text-decoration: bold;
}

/* Headers */

.header {
width:750px;
height:420px;
background-image:url('images/header-home.jpg');
}
.header-home {
width:750px;
height:420px;
background-image:url('images/header-home.jpg');
}
.header-mission {
width:750px;
height:251px;
background-image:url('images/header-mission.jpg');
}
.header-sponsors {
width:750px;
height:251px;
background-image:url('images/header-sponsors.jpg');
}
.header-events {
width:750px;
height:251px;
background-image:url('images/header-events.jpg');
}
.header-photos {
width:750px;
height:251px;
background-image:url('images/header-photos.jpg');
}
.header-press {
width:750px;
height:251px;
background-image:url('images/header-press.jpg');
}
.header-contact {
width:750px;
height:251px;
background-image:url('images/header-contact.jpg');
}

h1{
  font-size: 2.2em;
  font-weight: normal;
  letter-spacing: .05em;
  word-spacing: .2em;
  font: “helvetica neue”, helvetica, arial, sans-serif;
  color: #663333;


}
h1 a{
  padding-right: 60px;
  margin-left: 60px;
}
h1 a:link,
h1 a:visited{
  color: #000;
}
h1 a:hover,
h1 a:active{
  color: #000;
  text-decoration: underline;
}
h2{
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 1.4em;
  font-weight: normal;
  color: #000;
}
h3{
  margin-bottom: 5px;
  font-size: 1.1em;
  font-weight: bold;
  color: #663333;

}
h3 a:link,
h3 a:visited{
  color: #333;
}
h3 a:hover,
h3 a:active{
  text-decoration: underline;
}
h4{
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: bold;
  color: #333;
}
h5{
  position: relative;
  top: -35px;
  margin-bottom: 50px;
  font-family: "helvetica neue", helvetica, arial;
  font-size: 1.2em;
  color: #999;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background: #fff;
}
h5 abbr{
  display: inline-block;
  position: relative;
  margin: 0 auto;
  padding: 0 8px;
  background: #fff;
  top: 8px;
}

/* Form Elements */

input[type=text],
textarea{
  border: 1px solid #ddd;
  padding: 3px;
  font-family: helvetica, arial, sans-serif;
  font-size: 12px;
  color: #666;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
input:focus,
textarea:focus{
  border-color: #999;
  color: #333;
}
input[type=submit]{
  padding: 3px 10px;
  color: #fff;
  font-weight: bold;
  background-color: #8EA7AA;
  background-image: url(images/button.png);
  background-repeat: repeat-x;
  background-position: left top;
  border-width: 1px;
  border-style: solid;
  border-color: #999;
  border-radius: 10px;
  -webkit-transition: border-color .2s ease-in, background-color .2s ease-in;
  -moz-border-radius: 12px;
  -webkit-border-radius: 10px;
  cursor: pointer;
}
input[type=submit]:hover,
input[type=submit]:focus{
  background-color: #697D80;
  border-color: #666;
}

/* Structure */

#siteWrapper{
  background: #fff;
  margin: 0 auto;
  width: 750px;
  min-height: 730px;
  text-align: center;
  position: relative;
  
}
#siteDescription{
  font-size: 1.2em;
  margin: 10px auto 60px;
  width: 400px;
  padding: 11px 0 13px;
  color: #999;
  font-style: italic;
}
#full-width-table {/* used for tables that exceed the standard margins  ------*/
	margin-left: -20px;
	font-size: .8em;
	letter-spacing: -.05em;
	font-weight: bold;
	line-height: 1.5em;
}
/* Main Navigation
-------------------------------------------------------------------*/

#mainNav{
  
}
#mainNav ul{
  margin: 0 auto;
  width: 600px;
  text-align: center;
  background-color: #000;
  position: relative;
  top: 229px;
}

#mainNav li{
  display: inline;
  margin-right: 20px;
  font-size: 12px;
  font-weight: lighter;
  text-transform: lowercase;
  color: #cccc99;
}
#mainNav li:last-child{
  margin-right: 0;
}
#mainNav a:link,
#mainNav a:visited{
  color: #cccc99;
}
#mainNav a:hover,
#mainNav a:active{
  color: #FFF;
}
#mainNav .current_page_parent a:link,
#mainNav .current_page_parent a:visited,
#mainNav .current_page_item a:link,
#mainNav .current_page_item a:visited{
  color: #FFF;
}
#mainNav .current_page_parent a:hover,
#mainNav .current_page_parent a:active,
#mainNav .current_page_item a:hover,
#mainNav .current_page_item a:active{
  color: #FFF;
}



#homeNav{
  
}
#homeNav ul{
  margin: 0 auto;
  width: 600px;
  text-align: center;
  background-color: #000;
  position: relative;
  top: 398px;
}

#homeNav li{
  display: inline;
  margin-right: 20px;
  font-size: 12px;
  font-weight: lighter;
  text-transform: lowercase;
  color: #cccc99;
}
#homeNav li:last-child{
  margin-right: 0;
}
#homeNav a:link,
#homeNav a:visited{
  color: #cccc99;
}
#homeNav a:hover,
#homeNav a:active{
  color: #FFF;
}
#homeNav .current_page_parent a:link,
#homeNav .current_page_parent a:visited,
#homeNav .current_page_item a:link,
#homeNav .current_page_item a:visited{
  color: #FFF;
}
#homeNav .current_page_parent a:hover,
#homeNav .current_page_parent a:active,
#homeNav .current_page_item a:hover,
#homeNav .current_page_item a:active{
  color: #FFF;
}


/* Main Content Body
-------------------------------------------------------------------*/

#coreContent{
  margin: 8px;
  margin-top: 20px;
  margin-left: 70px;
  margin-right: 60px;
}




/* Links Page
-------------------------------------------------------------------*/

#coreContent .entry-content #linkList{
  margin-left: 0;
}
#coreContent .entry-content #linkList li{
  list-style-type: none;
  margin-left: 0;
}
#coreContent .entry-content #linkList li li{
  font-size: .9em;
  list-style-type: square;
  margin-bottom: 20px !important;
  margin-left: 15px;
}
#coreContent .entry-content #linkList ul{
  margin: 10px 0 40px;
}

/* Comments
-------------------------------------------------------------------*/

.commentEntry{
  padding: 25px 0;
  border-bottom: 1px solid #ccc;
}
#coreContent .commentEntry p{
  color: #666;
}
.avatar{
  float: left;
  margin-top: 4px;
}
.commentContent{
  float: left;
  width: 415px;
  margin-left: 22px;
}
.commentMeta{
  color: #333;
  font-size: 1.1em;
  text-align: left;
}
.commentMeta a:link,
.commentMeta a:visited{
  font-weight: bold;
}
.nocomments{
  font-size: 1.2em;
  padding: 25px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

/* Comment Form */

fieldset{
  background: #F6F6F6;
  padding: 0 0 10px;
}
legend{
  position: relative;
  display: block;
  font-size: 1.4em;
  font-weight: bold;
  text-align: left;
  margin: 0;
  padding: 0 0 4px 0;
}
legend span{
  position: relative;
  top: -15px;
  display: block;
  width: 500px;
  background-color: #fff;
}
#comments h4,
legend span{
  border-top: 2px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: .5em 0 .7em;
  font-weight: bold;
  text-align: left;
}
.leaveComment{
  margin-top: 14px;
  padding-bottom: 19px;
}
.commentForm{
  font-size: 1.1em;
  text-align: left;
  margin: 0 10px;
}
.commentForm em{
  text-transform: lowercase;
  font-style: italic;
  color: #999;
  font-size: 1em;
}
.commentForm input[type=text]{
  display: block;
  margin-bottom: 15px;
  width: 470px;
  font-size: 1.4em;
}
.commentForm textarea{
  width: 470px;
  max-width: 470px; /* Restricts the resizing capability in webkit bases browsers */
  height: 150px;
  font-size: 1.4em;
}
.commentForm input[type=submit]{
  float: right;
  margin-top: 8px;
}

/* Paging Navigation
-------------------------------------------------------------------- */

.pageNav{
  margin-top: 40px;
}
.pageNav a:link,
.pageNav a:visited {
  display: inline-block;
  color: #fff;
  font-family: helvetica, arial, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  background-color: #666;
  background-image: url(images/button.png);
  background-repeat: repeat-x;
  background-position: left top;
  padding: 3px 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #575757;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-transition: border-color .2s ease-in, background-color .2s ease-in;
}
.pageNav a:hover,
.pageNav a:active {
  text-decoration: none;
  background-color: #3F3F3F;
  border-color: #232323;
}
.pageNav .prev,
.pageNav .next{
  display: inline;
}
.pageNav .prev{
  margin-right: 2px;
}
.pageNav .next{
  margin-left: 2px;
}



/* Search Results
-------------------------------------------------------------------- */

#coreContent.searchresults{
  margin-top: -35px;
}
.searchresults .postMeta{
  text-align: left;
}
.searchpanel{
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  margin: 0 0 40px;
  padding: 10px 0;
}
.searchpanel input[type=text]{
  width: 250px;
  font-size: 1.7em;
}
.searchpanel input[type=submit]{
  font-weight: normal;
  -webkit-border-radius: 12px;
  -moz-border-radius: 16px;
  background-position: left 5px;
  font-size: 1.4em;
  
}

/* Footer
-------------------------------------------------------------------- */

#footer{
  width: 750px;
  background-color: #FFF;
  margin: auto;
  padding: 5px 0 5px 0;
  color: #fff;
  text-align: center;
  font-size: 70%;
}
.footerContent{
	color: #000;
}
#footer p{

  line-height: 1.2em;
}
#footer #search{
  margin: 15px 0 30px;
}
#footer h5{
  position: relative;
  top: 0;
  margin-bottom: 8px;
  font: “helvetica neue”, helvetica, arial, sans-serif;
  font-size: 1.3em;
  color: #666;
  font-weight: normal;
  border-bottom: none;
}
#footer .elsewhere{
margin-bottom: 10px;

}

#footer .elsewhere li{
  display: inline;
  padding: 0 8px 0 0;
  margin: 0 5px 0 0;
  font-size: 1.2em;
  	color: #000;

}
#footer a:link, a:visited{
	color: #000;
}

#footer .elsewhere li.last{
  padding: 0;
  margin: 0;
  border-right: none;
}
#footer #search input[type=text]{
  font-size: 1.4em;
  border-color: #ccc;
}
#footer #search input[type=text]:focus{
  border-color: #999;
}

/* Contact Form */
.wpcf7-form p{
	margin-bottom: 5px;
}

/* Admin Edits
-------------------------------------------------------------------- */

.loggedin a:link,
.loggedin a:visited,
a.post-edit-link:link,
a.post-edit-link:visited,
a.comment-edit-link:link,
a.comment-edit-link:visited{
  color: #f00;
  font-weight: bold;
}
#coreContent p.loggedin{
  display: inline-block;
  margin-bottom: 35px;
  padding: 10px;
  background: #efefef;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

/* Self Clearing Floats
-------------------------------------------------------------------- */

#siteWrapper:after,
.post:after,
.commentEntry:after,
.commentForm:after,
#footer .elsewhere:after,
#metaContent .metaExtend:after,
#mainNav:after,
#mainNav ul:after,
#archives ul:after,
#coreContent .postMeta:after,
#recentPosts li:after{
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.rules {
	text-align: left;
	list-style: decimal inside;
}
.rules li{
	margin-top: 10px;
}
#submenu{
	margin: 10px;
}
