/**
  Theme Name: Smash Summit
  Version: 1.0
  Author: Derek P. Collins
  
  Description: A custom theme created for Smash Summit based off of the Naked theme (http://code.google.com/p/wordpress-naked).
*/

/* RESET: =reset
------------------------------------------------------------*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

/* GENERAL: =general
------------------------------------------------------------*/
body {
  background-color: #fff;
  font-family: "museo-slab-1","museo-slab-2",serif;
  /*font-family: Rockwell, "Courier New", Courier, Georgia, Times, "Times New Roman", serif;*/
}
.center {
  margin: 0 auto;
  width: 960px;
}

/* HEADER: =header
------------------------------------------------------------*/
#header {
  background-color: #ae121d;
  border-bottom: 4px solid #f5f5f5;
  margin-top: 35px;
}
#header .center { position: relative; }

/* LOGO: =logo
------------------------------*/
#header h1 a {
  background: transparent url(images/logo.png) 0 0 no-repeat;
  display: block;
  height: 310px;
  left: -140px;
  position: absolute;
  top: -35px;
  text-indent: -9999em;
  width: 563px;
}

/* TOP NAV: =top_nav
------------------------------*/
#header .menu ul {
  float: left;
  list-style: none;
  position: absolute;
  right: -6px;
  top: -29px;
}
#header .menu li { float: left; }
#header .menu li a {
  background-color: #ae121d;
  color: #fff;
  float: left;
  font-size: 14px;
  margin: 0 6px;
  padding: 3px 14px 5px 14px;
  text-decoration: none;
  text-transform: lowercase;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}
#header .menu li a:hover,
#header .menu li.current_page_item a,
#header .menu li.current_page_parent a { background-color: #770100; }

/* INFO: =info
------------------------------*/
#header #info {
  margin-left: 380px;
  padding: 30px 0;
  position: relative;
}
#header #info h2 {
  color: #000;
  font-size: 32px;
  font-weight: normal;
}
#header p.tag {
  color: #fff;
  font-size: 22px;
  margin: -4px 0 15px 0;
}
#header p.when { font-size: 18px; }
#header p.when strong { font-size: 20px; }
#header .register_btn {
  background-color: #000;
  border: 4px solid #fff;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 14px 50px;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 30px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-box-shadow: 2px 2px 10px #3a0308;
  -webkit-box-shadow: 2px 2px 10px #3a0308;
}
#header .register_btn:hover {
  border-color: #efe2e3;
  color: #efe2e3;
  -moz-box-shadow: 1px 1px 6px #3a0308;
  -webkit-box-shadow: 1px 1px 6px #3a0308;
}

/* CONTENT: =content
------------------------------------------------------------*/
#content {
  float: right;
  margin: 15px 0;
  width: 580px;
}
#content h3 {
  color: #000;
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 15px;
}
#content p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}
#content a { color: #ae121d; }
#content a:hover { text-decoration: none; }

/* POSTS LIST: =posts
------------------------------*/
#posts { list-style: none; }

/* POST: =post
------------------------------*/
.post { margin-bottom: 45px; }
#content .post_title { margin-bottom: 0; }
.post_title a {
  color: #ae121d;
  font-size: 32px;
  font-weight: normal;
  text-decoration: none;
}
.post_title a:hover { text-decoration: underline; }
.post_date {
  font-size: 16px;
  margin: 4px 0 15px 0;
}
.post_content p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}
.post_meta a { color: #ae121d; }
.post_meta a:hover { text-decoration: none; }

/* COMMENTS: =comments
------------------------------*/
#comments { margin-bottom: 45px; }
#comments h4 {
  font-size: 22px;
  margin-bottom: 10px;
}
#comments_list { list-style: none; }
#comments_list li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
#comments_list li p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}

/* POST COMMENT: =post_comment
------------------------------*/
#post_comment { margin-bottom: 15px; }
#post_comment h4 {
  font-size: 22px;
  margin-bottom: 10px;
}
#post_comment form p { margin-bottom: 8px; }
#post_comment form label {
  display: block;
  font-size: 16px;
}
#post_comment form .text {
  font-size: 14px;
  padding: 7px 5px;
  width: 566px; /*580-10-4*/
}
#post_comment form textarea {
  font-size: 14px;
  padding: 5px;
  width: 570px; /*580-10*/
}

/* SIDEBAR: =sidebar
------------------------------------------------------------*/
#sidebar {
  float: left;
  margin: 130px 50px 0 30px;
  width: 300px;
}
#sidebar h3 {
  background-color: #e9e9ea;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 15px;
  padding: 8px 12px 10px 12px;
  text-transform: lowercase;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
#sidebar h3 a {
  color: #ae121d;
  text-decoration: none;
}
#sidebar h3 a:hover { text-decoration: underline; }
#sidebar h3#tweeting { margin-bottom: 0; }

/* SPEAKERS: =speakers
------------------------------*/
#speakers {
  list-style: none;
  margin: 0 0 20px -10px;
  overflow: hidden;
}
#speakers li { float: left; }
#speakers li.empty {
  margin: 0 0 10px 10px;
  width: 90px;
}
#speakers li a {
  color: #ae121d;
  display: block;
  float: left;
  font-size: 11px;
  height: 135px;
  margin: 0 0 10px 12px;
  text-decoration: none;
  width: 90px;
}
#speakers li a img {
  border: none;
  display: block;
  margin-bottom: 4px;
}
#speakers li a strong {
  color: #000;
  font-weight: normal;
}

/* SPEAKERS2: =speakers
------------------------------*/
#speakers2 {
  list-style: none;
  margin: 0 0 20px -10px;
  overflow: hidden;
}
#speakers2 li { float: left; }
#speakers2 li.empty {
  margin: 0 0 10px 10px;
  width: 90px;
  list-style:none;
}
#speakers2 li a {
  color: #ae121d;
  display: block;
  float: left;
  font-size: 11px;
  height: 135px;
  margin: 0 0 10px 0px;
  text-decoration: none;
  width: 110px;
}
#speakers2 li a img {
  border: none;
  display: block;
  margin-bottom: 0px;
}
#speakers2 li a strong {
  color: #000;
  font-weight: normal;
}

/* ABOUT: =about
------------------------------*/
.about {
  clear: left;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 30px;
}

/* LATEST POSTS: =latest_posts
------------------------------*/
#latest_posts { margin: 0 0 30px 20px; }
#latest_posts li { margin-bottom: 8px; }
#latest_posts li a {
  color: #ae121d;
  text-decoration: none;
}
#latest_posts li a:hover { text-decoration: underline; }

/* FOOTER: =footer
------------------------------------------------------------*/
#footer {
  background-color: #ae121d;
  border-top: 4px solid #f5f5f5;
  clear: both;
  margin: 15px 0;
  padding: 10px 0;
}
#footer .copyright {
  color: #fff;
  font-size: 12px;
  text-align: right;
}

/* CONTENT HOME: =content_home
------------------------------------------------------------*/
#content #rockin {
  background: transparent url(images/rockin.png) 0 0 no-repeat;
  height: 419px;
  position: relative;
  width: 539px;
}
#content #rockin p {
  font-size: 20px;
  position: absolute;
  left: 120px;
  top: 94px;
}
#content #problems {
  list-style: none;
  margin: 30px 0;
}
#content #problems li {
  background: url(images/bullet.gif) 0 -2px no-repeat;
  line-height: 25px;
  margin-bottom: 12px;
  padding-left: 40px;
}
#content #why_smash {
  padding-bottom: 28px;
  overflow: hidden;
}
#content #why_smash h4 {
  font-size: 22px;
  margin-bottom: 15px;
}
#content #why_smash p { font-size: 18px; }
#content #why_smash .why {
  list-style: none;
  float: left;
  margin-bottom: 30px;
  padding: 10px;
  width: 260px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
#content #why_smash .why.left {
  background-color: #ae121d;
  padding-bottom: 10px;
  margin: 0 20px 10px 0;
}
#content #why_smash .why.right { background-color: #770100; }
#content #why_smash .why li {
  color: #fff;
  font-size: 14px;
  margin-bottom: 8px;
}
#content #why_smash .register_btn {
  background-color: #000;
  border: 4px solid #fff;
  color: #fff;
  float: left;
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 0 4px;
  padding: 14px 50px;
  text-decoration: none;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-box-shadow: 2px 2px 10px #000;
  -webkit-box-shadow: 2px 2px 10px #000;
}
#content #why_smash .register_btn:hover {
  border-color: #efe2e3;
  color: #efe2e3;
  -moz-box-shadow: 1px 1px 6px #000;
  -webkit-box-shadow: 1px 1px 6px #000;
}

#content #follow { margin-top: 10px; }
#content #follow p {
  font-size: 14px;
  float: right;
  overflow: hidden;
  width: 170px;
}
#content #follow a {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  float: right;
  height: 24px;
  margin-left: 6px;
  text-indent: -9999em;
  width: 24px;
}
#content #follow #facebook_btn { background-image: url(images/icon_fb.gif); }
#content #follow #twitter_btn { background-image: url(images/icon_tw.gif); }
#content #follow #rss_btn { background-image: url(images/icon_rss.gif); }