/*
Theme Name: Lucid
Theme URI: http://blog.lucidimagination.com/
Description: Lucid Imagination Theme
Author: Adelie Design
Author URI: http://www.AdelieDesign.com/
Version: 1.0

Plugins used:
*/
/* 
 * COLORS
 * Light orange: #FFBA00
 * Mid orange: #FF8200
 * Dark orange: #F15D22
 * Dark grey: #636466
 */
 
/* GENERAL STYLES **********************************/
@import 'reset.css';

body {
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 62.5%;
	color: #000000;
  line-height: 1.25;
  height: 100%;
}

a:link, a:visited {
	text-decoration: none;
	color: #033268;
}
a:visited {
  color: #606060;
}
a:link:hover, a:visited:hover {
  text-decoration: underline;
}

/* PAGE **********************************/

#page {
  max-width: 977px;
  min-width: 750px;
  margin: 0 auto;
}

/* HEADER *********************************/
#header {
  position: relative;
  text-align: left;
  padding-bottom: 117px;
  background-image: url('images/communitybanner.png');
  background-position: left bottom;
  background-repeat: no-repeat;
  margin-bottom: 3em;
  background-color: #b9d7df;
}

#header h1 {
  padding-top: 10px;
  padding-left: 28px;
  border-bottom: 7px solid #FCB315;
  background-color: #FFFFFF;
}

#header h2 {
  display: none;
}

#header ul {
  float: right;
  position: relative;
  top: -3em;
  padding-right: 6px;
  white-space: nowrap;
}

#header li {
  display: inline;
  font-size: 120%;
  margin-left: 1.5em;
}
#header li a {
  background-image: url('images/nav_bullet.gif');
  background-position: left center;
  background-repeat: no-repeat;
  color: #383838;
  text-decoration: none;
  padding-left: 10px;
}
#header li a:hover {
  color: #033268;
}

#header h1 {
  padding-top: 10px;
  padding-left: 28px;
}

#header h2 {
  display: none;
}

#header #block-menu_block-6 { /* primary links */
  height: 0;
}
#header #block-menu_block-6 .content {
  margin-right: 0;
}

#header #block-menu_block-6 ul {
  float: right;
  position: relative;
  top: -3em;
  padding-right: 6px;
  white-space: nowrap;
}
#header #block-menu-secondary-links {
  display: none;
}


#header li {
  display: inline;
  font-size: 120%;
  margin-left: 1.5em;
}
#header li a {
  background-image: url('images/nav_bullet.gif');
  background-position: left center;
  background-repeat: no-repeat;
  color: #383838;
  text-decoration: none;
  padding-left: 10px;
}
#header li a:hover {
  color: #033268;
}
#header li.active-trail a {
  font-weight: bold;
  color: #033268;
}

#header ul ul {
  display: none;
}
.menu-divider {
  display: none;
}
/* SEARCH ************************************/

#header .search-form {
  float: right;
  margin: 20px 0 0;
  font-size: 120%;
}

#header .search-box {
  border: 1px solid #033268;
  float: left;
  width: 400px;
  position: relative;
}
#header #q {
  width: 90%;
  padding-right: 20px;
  border-width: 0;
  font-size: 100%;
  height: 1.5em;
  padding-top: 0.25em;
  color: #333333;
}
#header .submit {
  position: absolute;
  top: 0;
  right: 5px;
  height: 1.75em;
  background-color: transparent;
  background-image: url('images/search_btn.gif');
  background-position: right center;
  background-repeat: no-repeat;
  height: 100%;
  width: 30px;
  border-width: 0;
  cursor: pointer;
}

/* SIDEBAR ********************************/
.sidebar {
  width: 20%;
  position: relative;
  font-size: 120%;
  float: left;
}
.second-sidebar {
  float: right;
}
.sidebar h2 {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  color: #033268;
  padding: 1.25em 1.4em 0.5em;
  background-image: url('images/header_gradient.gif');
  background-position: left bottom;
  background-repeat: repeat-x;
  position: relative;
  font-size: 108.3%
}

.sidebar li ul ul {
}
.sidebar li {
  margin-bottom: 1em;
}
.sidebar li li {
  padding: 0 0 0 1.5em;
  background-image: url('images/nav_bullet.gif');
  background-repeat: no-repeat;
  background-position: 0.5em 0.75em;
  margin-bottom: 0;
}
.sidebar li a {
  display: block;
  padding: 0.25em 0;
  border-bottom: 1px solid #E2E1DD;
  font-weight: bold;
  color: #033268;
}
.sidebar li li li a {
  font-weight: normal;
}

#event-calendar a {
  border-bottom: none;
  display: inline;
}

#event-calendar #wp-calendar table td:hover {
  border-width: 0px;
  padding: 1px;
}
#event-calendar #wp-calendar table td#today:hover {
  padding: 0;
}

/* MAIN **************************************/
/* CONTENT ***********************************/
.content {
  float: right;
  width: 50%;
  margin-right: 5%;
  position: relative;
}

.content .list-header {
  font-size: 140%;
  padding-bottom: 0.25em;
  margin-bottom: 0.25em;
}

.content ul {
  list-style-type: disc;
  margin-left: 2.5em;
}
.content ul ul {
  list-style-type: circle;
}
.content ul ul ul {
  list-style-type: square;
}

.content ol {
  list-style-type: decimal;
  margin-left: 2.5em;
}
.content ol ol {
  list-style-type: upper-alpha;
}
.content ol ol ol  {
  list-style-type: lower-roman;
}
.content ol ol ol ol {
  list-style-type: lower-alpha;
}
.content li {
  margin: 0.5em 0;
}

#contet dl {
  margin-left: 0.5em;
}
.content dt {
  font-weight: bold;
}
.content dd {
  margin-left: 2.5em;
}
.content p {
  margin: 1em 0;
}

/* POSTS *************************************/
.post .post-date {
  text-align: right;
  font-weight: bold;
  float: right;
  margin: 0;
}

.post {
  margin: 1em 0 4em;
  font-size: 120%;
  clear: both;
}

.post:first-child {
  margin-top: 0;
}

.post h1, .post h2 {
  font-size: 116%;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #FCB315;
  margin-bottom: 0.25em;
}
.post h2 a:link, .post h2 a:visited {
  color: #033268;
}

.post-meta {
  clear: both;
}

.post-meta p {
  margin-top: 0;
}
.post-meta .post-author {
  float: left;
  font-weight: bold;
}
.post-meta .post-author cite {
  font-style: normal;
  font-weight: bold;
}
.post-meta .post-author cite a {
  color: #033268;
}
.post-meta .post-comments {
  text-align: right;
}

.post .entry {
  clear: both;
}

.post h3 {
  font-size:  120%;
  font-weight: bold;
  margin: 0.5em 0;
}
.post h4 {
  font-size: 110%;
  font-weight: bold;
  margin: 0.5em 0;
}
.post h5 {
  font-size: 100%;
  font-weight: bold;
  margin: 0.5em 0;
}
.post h6 {
  font-size: 100%;
  font-weight: normal;
  font-style: italic;
  margin: 0.5em 0;
}

.post img {
  margin: 1em;
}

.post .alignleft {
  float: left;
  clear: left;
  margin-left: 0;
  margin-top: 0;
}
.post .alignright {
  float: right;
  clear: right;
  margin-right: 0;
  margin-top: 0;
}

.post blockquote {
  margin: 1em 2em 1em 1em;
  padding-left: 1em;
  border-left: 1px solid #E2E1DD;
  color: #383838;
}

.post th {
  font-weight: bold;
  text-align: center;
}
.post th, .post td {
  padding: 0.5em;
  border: 1px solid #000000;
}

.post pre {
  font-size: 120%;
  padding: 1em;
  background-color: #f0f0f0;
  border: 1px solid #E2E1DD
}
.post code {
  font-size: 120%;
  background-color: #f0f0f0;
}

.post .more-link {
  font-weight: bold;
  display: block;
  margin: 1em 0;
}

/* COMMENTS **********************************/
.comments {
  margin-top: 3em;
  clear: both;
}

ol.commentlist {
  list-style-type: none;
  margin-left: 0;
}

ol.commentlist li {
  margin: 1em 0;
  border-bottom: 1px solid #E2E1DD;
}

.comment-meta cite {
  font-style: normal;
}

.respond {
  margin-top: 2em;
  clear: both;
}
.respond label {
  display: block;
  font-size: 100%;
  margin-bottom: 0.25em;
}
.respond .form-field input {
  display: block;
  width: 40%;
}
.respond textarea {
  display: block;
  width: 99%;
}

/* NAVIGATION ********************************/
.navigation {
  font-size: 120%;
  margin: 1em 0;
  height: 2em;
  clear: both;
}
.navigation a {
  color: #033268;
}
.navigation .next-posts-link {
  float: left;
}
.navigation .previous-posts-link {
  text-align: right;
}

/* FOOTER ************************************/
#footer {
  clear: both;
  text-align: right;
  font-size: 120%;
  padding: 0.5em 2% 2em;
  border-top: 1px solid #FCB315;
}

#footer a:link, #footer a:visited {
  color: #033268;
}
