/*
Theme Name: Happenstance Clan 2010
Theme URI: http://www.happenstanceclan.org
Description: A theme by <a href="http://www.desolu.com">Kyle Spaulding</a>.
Version: 2
Author: Kyle Spaulding
Author URI: http://www.desolu.com

*/

/* -------------------------------------------------------------- 
  
   Boilerplate reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
body { line-height: 1.5; background: #000; margin: 0; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
input,textarea { margin: 0; }

/* Removes Firefox imposed outline */
a { outline: none; }

/* Clearing floats without extra markup  */
.wrapper { display: inline-block; }
.wrapper:after { display: block; height: 0; clear: both; visibility: hidden; }
* html .wrapper { height: 1%; }
.wrapper { display: block; }
.alignright, .right { float: right;}
.alignleft, .left {float: left;}

/* -------------------------------------------------------------- 
   
   Boilerplate typography.css
   * Sets up some sensible default typography.
  
-------------------------------------------------------------- */

/* This is where you set your desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */
body { font-size: 75%; color: #bbb; }


/* Default fonts and colors. */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea { font-family: Helvetica, Arial, sans-serif; }


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: bold; font-family: Georgia, "Times New Roman", serif;}

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; display: none;}
h2 { font-size: 2.2em; margin-bottom: 0.75em; font-weight: normal}
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; color: #ededed;}
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; margin-bottom: 1.5em; }
h6 { font-size: 1em; }


/* Text elements
-------------------------------------------------------------- */

p { margin: 0 0 1.5em; font-size: 1.2em;}

ul, ol { margin: 0 1.5em 1.5em 1.5em; }
ul { list-style-type: circle; }
ol { list-style-type: decimal; }

dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dl dd { margin-left: 1.5em; }

abbr, acronym { border-bottom: 1px dotted #000; }
address { margin-top: 1.5em; font-style: italic; }
del { color: #000; }

a { color: #809a64; text-decoration: none; }
a:hover { text-decoration: none; }

blockquote { margin: 1.5em; }
strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
pre, code { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font: 1em monospace; line-height: 1.5; } 
tt { display: block; margin: 1.5em 0; line-height: 1.5; }


/* Tables
-------------------------------------------------------------- */

table { margin-bottom: 1.4em; }
th { border-bottom: 2px solid #ddd; font-weight: bold; }
td { border-bottom: 1px solid #ddd; }
th,td { padding: 4px 10px 4px 0; }
tfoot { font-style: italic; }
caption { background: #ffc; }


/* Some default classes
-------------------------------------------------------------- */

.small { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.quiet { color: #999; }

.hide { display: none; }
.highlight { background: #ffc; }

.top { margin-top: 0; padding-top: 0; }
.bottom { margin-bottom: 0; padding-bottom: 0; }

/* -------------------------------------------------------------- 
   
   Boilerplate forms.css
   * Sets up some default styling for forms
   
-------------------------------------------------------------- */

label { font-weight: bold; }

/* Fieldsets */
fieldset { padding: 1.4em; margin: 0 0 1.5em 0; border: 1px solid #ddd; }
legend { padding: 0 .4em; font-weight: bold; font-size: 1.2em; }

/* Textareas */
textarea { margin: 0.5em 0.5em 0 0; }
textarea { padding: .4em; }


/* hForm
-------------------------------------------------------------- */
form.hform p { margin: 0 0 .5em; }
form.hform p label { float: left; width: 100px; }

form.hform p input { width: 200px; }
form.hform p select { width: 200px; }

form.hform p input.button { width: auto; }
form.hform p input.checkbox { width: auto; }
form.hform p input.radio { width: auto; }

form.hform p.checkbox { margin-left: 100px; }
form.hform p.checkbox label { float: none; }
form.hform p.checkbox input { width: auto; }


/* vForm
-------------------------------------------------------------- */
form.vform p { margin: 0 0 .5em; }
form.vform p label { display: block; }

form.vform p.checkbox label { display: inline; }




/* -------------------------------------------------------------- 
   
   Global.css 
   * Sets global styles for Wordpress Template
   
-------------------------------------------------------------- */

.container { display: inline-block; width: 950px; margin: 0 auto;}
* html .container { height: 1%; }
.container { display: block; }

.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24 {float:left;margin-right:20px;}
.last, div.last {margin-right:0;}

.span-7 { width: 260px;}
.span-10 { width: 380px;}
.span-14 { width: 550px;}
.span-17 { width: 670px;}
.span-24 { width: 960px;}

.box-1 {background: url('images/bg-trans-blk-75.png'); padding: 20px; margin-bottom: 20px; overflow: hidden;}
.box-1 a img {margin: 0 10px 10px 0;}

.meta a {color: #785f38;}
.meta a:hover {color: #fff;}

a.more { text-transform: uppercase; color: #;}
.read_more {font-size: .8em;}

.title {clear: both; overflow: hidden;}
.date {color: #666;}

/* Header
-------------------------------------------------------------- */

#header { height: 170px; background: url('images/bg-header.jpg') top left repeat-x; position: relative; z-index: 1;}

#logo { position: relative; float: left; width: 306px; margin-left: -10px; padding-top: 20px;}
.topGears { position: absolute; top: 5px; right: 0px;}

#nav {position: relative; float: right; background: url('images/bg-trans-blk-75.png'); height: 40px; margin-top: 50px; font-weight: bold; font-size: 1.2em;}
#nav ul { margin: 10px 0 0 20px; padding: 0px;}
#nav li { display: inline-block; float: left; margin-right: 30px;}
#nav li li {display: none;}
#nav a { color: #85878c;}
#nav a.current-item { color:#9ab77a;}
#nav a:hover { color: #fff; text-decoration: none;}

#breadcrumb { width: 100%; position: absolute; top: 140px; background: url('images/bg-bread.png') top left repeat-x; height: 32px; color: #807e72;}
#breadcrumb ul { margin: 0 auto; padding-top: 5px; font-family: Georgia, "Times New Roman"; letter-spacing: .05em;}
#breadcrumb li { position: relative; float: left; display: inline-block; background: url('images/bg-bread-crumb.gif') top right; height: 22px; padding: 0 30px 0 10px; z-index: 2;}
#breadcrumb li.home { background: url('images/bg-bread-home.gif') no-repeat; padding: 0px;}
#breadcrumb li.home a { display: block; width: 38px; height: 22px;}
#breadcrumb li.home span { display: none;}
#breadcrumb li.endcap { background: none; margin-left: -20px; padding: 0px; z-index: 4;}


/* Content
-------------------------------------------------------------- */

#content {padding-top: 20px; background: #000 url('images/bg-content.jpg') top center no-repeat; background-position: 50% -80px; overflow: auto;}
.contentTwo {padding-top: 20px; clear: both; background: url('images/bg-content-two.jpg') top left repeat-x; color: #444; overflow: hidden;}
.contentTwo .span-24 {margin: 0 auto; width: 950px; float: none;}

#content .title { margin-bottom: 10px; margin-right: -20px;}
#content .contentTwo .title { margin: 0px -20px 10px 0;}
#content .body {}
#content .body img {margin: 0 10px 10px 0;}
#content h2 { float: left; margin-top: 0px; line-height: 1em; color: #809a64; margin-bottom: 10px;}
#content h2 a { color: #809a64;}
#content h3 { font-size: 1.3em; line-height: 1.4em; display: inline; margin-right: 10px;}
#content h3 a { color: #ededed;}
#content .label { color: #464646; font-weight: bold; float: right; padding: 6px 25px 3px 10px; text-transform: uppercase; color: #464646; display: inline; background: url('images/bg-trans-blk-50.png');}
#content .label a {color: #464646;}
#content .meta { color: #666; display: inline; padding-top: 3px; margin-bottom: 10px;}

#content .entry { margin-bottom: 30px;}

#content .contentTwo h2, #content .contentTwo h2 a { color: #322d28;}
#content .contentTwo h3, #content .contentTwo h3 a { color: #322d28;}
#content .contentTwo .label, #content .contentTwo .label a { color: #fff;}

#content .label.more a { color: #fde094 !important; background: url('images/arrow-more.gif') top right no-repeat; padding-right: 12px; background-position: 100% 1px;}


.contentTwo .span-14 .box-1 { background: url('images/bg-content-two-boxBig.jpg') no-repeat; height: 235px;}
.contentTwo .span-10 .box-1 { background: url('images/bg-content-two-boxSm.jpg') no-repeat; height: 235px;}



/* Past Projects
-------------------------------------------------------------- */

.box-1.pastProject p img {float: left; margin: 0 10px 10px 0;}
li.pagenav {list-style-type: none;}
li.pagenav h2 {display: block; clear: both;}
li.pagenav ul {clear: both;}

.box-1.home p img {float: left;}


/* Events
-------------------------------------------------------------- */

#content .box-1.events .entry { font-size: .9em; margin-bottom: 12px; clear: both;}
#content .box-1.events h3 {  font-family: Helvetica, Arial, sans-serif; }
#content .box-1.events .entry p { margin-bottom: 0px;}

.eventDate { font-size: 1.1em; width: 50px; height: 53px; background: url('images/bg-event.png') top left no-repeat; float: left; text-align: center; color: #e3cea1; text-transform: uppercase; margin: 0 10px 10px 0;}
.eventDate a { color: #e3cea1;}
.box-1.events .entry:hover .eventDate { background-position:0 -53px;}
.eventDate .month { padding-top: 6px; clear: both; display: block; font-size: .9em;}
.eventDate .day { font-size: 1.8em; line-height: 1.3em;}

ul.rsevent {margin: 0px; font-size: 1.1em;}
ul.rsevent li { list-style-type: none;}
.rsevent strong {font-size: 1.2em;}
.rsevent a {color: #785f38;}


/* Footer
-------------------------------------------------------------- */
#footer {background: url('images/bg-footer.jpg') top right; height: 140px; position: relative;}
#footer .gears {float: left;}
#footer .copyright { float: right; width: 380px; padding-top: 20px;}


/* Profile Page
-------------------------------------------------------------- */
#content.profile .box-1 .body {font-size: 1.2em;}
#content.profile h2 {display: block; float: none; color: #fff; clear: both; padding-bottom: 10px;}
.userPhoto {float: left; display: inline;}
.box-1.posts ul { margin: 0px;}
.box-1.posts li {list-style-type: none; margin-bottom: 10px;}
.box-1.posts .body .meta {text-transform: uppercase; font-size: .8em;}
.bio .body img {float: left;}


/* Special Pages
-------------------------------------------------------------- */

#content.musePage .container { background: url('images/bg-musePage.gif') top center repeat-y;}
.muse-header {margin: 0 auto -6px auto; width: 950px; position: relative;}
#content.musePage .box-1.muse {background: none; color: #444; margin-top: -80px; z-index: 20; position: relative; padding: 30px 40px;}
#content.musePage h2 {font-size: 2.8em; color: #5a1d02;}
#content.musePage .box-1.muse img.alignright {margin-left: 20px; margin-bottom: 20px;}
#content.musePage .box-1.muse img.alignleft {margin-right: 20px; margin-bottom: 20px;}
#content.musePage .entry p {font-size: 1.3em;}
#content.musePage .entry p a {color: #aa2f05;}
.wp-caption-text {text-align: center;}
