/**
 Theme Name: Camp Street 2.0
 Theme URI: campstreet2.0
 Description: Campstreet 2.0 Wordpress Theme.
 Author: Brian Ploetz
 Version: 1.0

 Adapted from A List Apart's "The Holy Grail" (http://www.alistapart.com/articles/holygrail/)
 and Ryan Fait's "Sticky Footer" (http://ryanfait.com/sticky-footer/)
*/

/**
 * layout structure
 */
html, body {height: 100%;}
body {min-width: 1000px} /* Must be at least: 2 x (LC width + RC width) */

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -40px;
}

.push {
  height: 40px;
  width: 100%;
  text-align: center;
}

#container {
  padding-left: 204px; /* LC width */
  padding-right: 204px; /* RC width */
}
		
#container .column {
  position: relative;
  float: left;
}

#center {
  width: 100%;
}
		
#left {
  width: 204px; /* LC width */
  right: 204px; /* LC width */
  margin-left: -100%;
}
		
#right {
  width: 204px; /* RC width */
  margin-right: -100%;
}

#footer {
  clear: both;
  height: 40px;
  width: 100%;
}

/* IE6 Fix */
* html #left {
  left: 204px; /* RC width */
}

/* force equal height columns */
#container {
  overflow: hidden;
  position: relative; /* Fix for IE7 footer overflow */
}

#container .column {
  padding-bottom: 1001em;     /* X + padding-bottom */
  margin-bottom: -1000em;     /* X */
}

/* Footer Fix */
* html body {
  overflow: hidden;
}

* html #footer-wrapper {
  float: left;
  position: relative;
  width: 100%;
  padding-bottom: 10010px;
  margin-bottom: -10000px;
  background: #FFF;         /*** Same as body background ***/
}


/**
 * Wordpress styles
 */
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


/**
 * Look and feel
 */
body {
  font-size: 62.5%;
  font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

h1, h2, h3 {margin: 0.5em 0 0 0;}

/* background colors */
.darkestAqua {background-color: #236167;}
.darkAqua {background-color: #6C9A9E;}
.lightAqua1 {background-color: #9DCACF;}
.lightAqua2 {background-color: #ABCBCF;}
.white {background-color: #FFF;}

/* text styles */
.bold {font-weight: bold;}
.italic {font-style: italic;}
.whiteText {color: #FFF;}
.blackText {color: #000;}
.grayText {color: #666;}
.darkestAquaText {color: #236167;}
.darkAquaText {color: #6C9A9E;}

/* generic text alignment styles */
.centerAligned {text-align: center;}
.leftAligned {text-align: left;}
.rightAligned {text-align: right;}

/* generic float styles */
.floatLeft {float: left;}
.floatRight {float: right;}
.floatMiddle {margin-left: auto; margin-right: auto;}


/* div styles */
#header {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

#nav {
  width: 790px;
  font-size: 1.75em;
  display: table;
  margin-left: auto;
  margin-right: auto;
  background-color: #9DCACF;
  border-bottom: 2px solid #FFF;
  border-top: 2px solid #FFF;
}

#nav a {text-decoration: none;}

.navLink {
  display: inline;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin: 0.5em;
  color: #236167;
}

.navLink:hover {
  color: #236167;
  background-color: #FFF;
}

#left {}
#center {}
#right {}
#container .column {}
#footer {text-align: center;}

.footerContent {
  padding-top: 10px;
}

.columnContent {
  padding: 10px 10px 10px 10px;
}

.columnContentDivider {
  width: 100%;
  border-bottom: 1px solid #9DCACF;
  margin-bottom: 10px;
}

.columnHeader {
  font-size: 1.5em;
  color: #FFF;
  font-weight: bold;
}

.columnHeader a {color: #FFF; text-decoration: none;}
.columnHeader a:hover {color: #FFF; text-decoration: underline;}
.columnHeader a:visited {color: #FFF;}

/* blog (i.e. posts) styles */
.post {
  padding: 10px 10px 10px 10px;
  margin-bottom: 10px;
  font-size: 1.2em;
}

.post a {color: #236167;}
.post img {border: none;}
.entry {display: table; height: 100%; width: 100%;}
.entry a {color: #236167;}
.navigation {
  font-size: 1.5em;
  width: 80%;
}
.navigation a {color: #236167;}

/* social links styles */
.socialLink {
  font-size: 1.25em;
  padding-bottom: 10px;
}
.socialLink a {text-decoration: none; color: #DDD;}
.socialLink img {border: none; vertical-align: bottom;}

/* gear styles */
#gearNav {
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}

#gearNav a {color: #236167; font-size: 1.25em;}

/* artist styles */
#artistIntro {
  display: table;
  width: 100%;
  margin-bottom: 50px;
}

.artistIntroImage {margin-right: 20px;}

/* album styles */
.leftColumnAlbum {
  font-size: 1.3em;
  text-align: center;
  color: #DDD;
}

.albumRow {
  display: table;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}

.centerColumnAlbum {
  display: table-cell;
  width: 200px;
  font-size: 1.3em;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}
.centerColumnAlbum a {color: #236167;}

.albumImageContainer {margin-right: 20px;}
.payPalForm {margin-left: 5px;}
.payPalContainer {margin-bottom: 20px;}

/* event styles */
.event {
  color: #DDD;
  font-size: 1.25em;
  padding-bottom: 10px;
}

object, embed {margin-top: 5px;}
