/* $Id: style.css,v 1.23.2.18 2008/05/13 08:57:32 hswong3i Exp $ */

/**
 * contented7 - An open source xhtml/css website template by Contented
 * Designs.  You're free to modify it and use it for any purpose without
 * cost or obligation. We'd prefer that you leave the link to our website
 * in the footer but it's not required.
 *
 * If you have comments or questions, please contact us at
 * http://www.ContentedDesigns.org. Thanks!
 *
 * Version: 1.00 (May 23, 2006)
 */

html {
  direction: ltr; /* LTR */
}

/**
 * HTML elements
 */
body {
  direction: ltr; /* LTR */
  color: #333;
  background: #EEDEFD;
  background-image: url('/sites/all/themes/contented7/images/body_bg.png');
  background-repeat: repeat-x;
  font-size: 16px;
  font-family: Times New Roman, Helvetica, sans-serif;
  font-weight: normal;
  text-align: left; /* LTR */
  margin: 0 auto;
  padding: 0;
}
body.two-sidebars {
  min-width: 980px;
}
body.no-sidebars,
body.sidebar-left,
body.sidebar-right {
  min-width: 760px;
}
a {
  color: #770077;
  text-decoration: underline;
}
a:hover {
  color: #BF6BBF;
}
h1 {
  font-size: 2em;
  font-weight: bold;
}
h2 {
  font-size: 1.39em;
  font-weight: bold;
}
h3 {
  font-size: 1.2em;
  font-weight: bold;
}
h4 {
  font-size: 1em;
  font-weight: bold;
}
h1, h2, h3, h4, h5, h6,
p, pre, blockquote, label,
fieldset, address {
  margin: .75em 0;
}
img {
  border: none;
}
pre {
  background: #E9D3FE;
  border: 1px solid #DDD;
  font-size: 12px;
  padding: .75em 1.5em;
}
textarea {
  width: 100%;
}
fieldset {
  padding: .5em;
  border: 1px solid #E9D3FE;
}
table {
  font-size: 1em;
  width: 100%;
}
thead th {
  font-weight: bold;
}
th a:link, th a:visited {
  color: #6F9DBD;
}
td, th {
  padding: .3em .5em;
}
tr.even, tr.odd, tbody th {
  border-width: 1px 0;
}
tr.odd, tr.info {
  background-color: #DDBBFE;
}
tr.even {
  background-color: #EEE;
}
tr td a {
  color: purple;
}
tr.drag {
  background-color: #FFFFF0;
}
tr.drag-previous {
  background-color: #FFD;
}
tr.odd td.active {
  background-color: #DDECF5;
}
tr.even td.active {
  background-color: #E6F1F7;
}
blockquote {
  margin: 20px 0;
  padding: 0 0 0 24px; /* LTR */
  background: url(images/blockquote.png) left top no-repeat; /* LTR */
  border: none;
}

/**
 * Page layout blocks / IDs
 */
#header-region, #header,
#wrapper, #center, #mission,
#footer {
  width: 100%;
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}
#wrapper #container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 10px;
}
.block-region {
  padding: 1em;
  background: transparent;
  border: 2px dashed #E9D3FE;
  text-align: center;
  font-size: 1.2em;
}
#header-region {
  min-height: 20px;
}
#header-region .block-region {
  display: block;
  margin: 10px;
  padding: .5em;
}
#header {
  height: 166px;
  color: #000;
  border-bottom: 1px solid #000;
  background: none!important;
}
#header a, #header a:hover {
  color: #221F1F!important;
  text-decoration: none;
  background: none!important;
}
#header #logo {
  display: block;
  float: left;
  width: 210px;
  height: 166px;
  background-image: url('/sites/all/themes/contented7/images/header_logo.png');
}

#header #logo img {
  display: none;
  float: left; /* LTR */
  margin: 0; /* LTR */
}
#slogan-floater {
  float: left; /* LTR */
  margin: 40px 0 0 12px; /* LTR */
  width: 625px;
  height: 98px;
  background-image: url('/sites/all/themes/contented7/images/header_text.png');
}
#slogan-floater h1.site-name {
  float: left; /* LTR */
  font-size: 2.5em;
  margin: 0;
  text-indent: -9999px;
}
#slogan-floater h1.site-name a {
  color: #000;
  font-weight: bold;
}
#slogan-floater h1.site-name a:hover {
  text-decoration: none;
}
#slogan-floater .site-slogan {
  float: left; /* LTR */
  clear: both;
  color: #000;
  font-size: 1.2em;
  text-indent: -9999px;
}
#header ul.primary-links {
  color: #EEE;
  background: #707;
  float: right; /* LTR */
  display: block;
  margin: 73px 0 4px;
  padding: 0;
  list-style: none;
  text-align: center;
}
#header ul.primary-links li {
  height: 20px;
  line-height: 20px;
  margin: 0 5px 0 0; /* LTR */
  padding: 0;
  float: left; /* LTR */
}
#header ul.primary-links li a {
  color: #EEE;
  background: #707;
  display: block;
  padding: 1px 8px;
}
#header ul.primary-links li a:hover,
#header ul.primary-links li a.active {
  border: 1px solid #EEE;
  padding: 0 7px;
}
#search-theme-form {
  margin: 0 0 10px;
}
.messages {
  border: 1px solid #E9D3FE;
  margin: 10px 0;
  padding: .5em;
}
.error {
  border-color: red;
}
#center {
  background: #EEDEFD;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-top: 1px solid #000;

}
#center h1.title,
#center .block h2.title {
  font-size: 139%;
  text-align: center;
  margin: 15px 0;
  font-weight: bold;
  letter-spacing: -1px;
}
body.sidebar-left #center {
  margin-left: -210px;
}
body.sidebar-right #center {
  margin-right: -210px;
}
body.two-sidebars #center {
  margin: 0 -210px;
}
body.sidebar-left #squeeze {
  margin-left: 210px;
  margin-right: 10px;
}
body.sidebar-right #squeeze {
  margin-right: 210px;
}
body.two-sidebars #squeeze {
  margin: 0 210px;
}
body.no-sidebars #center #squeeze,
body.sidebar-left #center #squeeze {
  padding-right: 0;
}
body.no-sidebars #center #squeeze,
body.sidebar-right #center #squeeze {
  padding-left: 0;
}
#aboveEverything {
  clear: both;
  float: left;
  margin-left: 85px;
}
#sidebar-left {
  width: 190px;
  margin: 0 9px 0 10px;
  clear: both;
  float: left;

}
#sidebar-right {
  width: 190px;
  margin: 0;
  float: left;
}
.sidebar .block {
  margin: 0 0 10px;
}
.sidebar {
  width: 190px;
  float: left;
  font-size: 75%;
  padding: 10px 0 0;
  z-index: 2;
  position: relative;
}
.sidebar .block {
  margin: 0 0 20px;
  border: none;
}
.sidebar .block .content {
  padding: 2px 5px 10px 5px;
  background: none;
  background-image: url(/sites/all/themes/contented7/images/sidebar_bg.png);
  background-position: bottom;
  background-repeat: no-repeat;
}
.sidebar .block-image .content {
  background-image: none!important;
}
#block-block-2, #block-block-2 .content {
  background: none!important;
}
#block-block-2 .content div {
  border: 1px solid #707;
}
#block-block-2 .content div div {
  border: none;
}

.sidebar .block h2 {
  line-height: 18px!important;
  color: #000;
  border-bottom: 1px solid #707;
  font-size: 14px;
  font-weight: bold;
  text-align: center; /* LTR */
  text-transform: uppercase;
  line-height: 30px;
  margin: 0 0 4px 0;
  padding: 0 0 4px 0;
}
.sidebar .block h2 a,
.sidebar .block h2 a:hover {
  color: #EEE;
  text-decoration: none;  
}
.sidebar .block-1 {
  border: none;
}
/*
.sidebar .block-2 {
  border: #999 solid 1px;
}
.sidebar .block-3 {
  border: #F96 solid 1px;
}
.sidebar .block-4 {
  border: #C96 solid 1px;
}
*/
.sidebar .block-1 h2 {
  border-bottom: 1px solid #707;
}
/*
.sidebar .block-2 h2 {
  background: #999;
}
.sidebar .block-3 h2 {
  background: #F96;
}
.sidebar .block-4 h2 {
  background: #C96;
}
*/
#search-theme-form label {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
#footer-container {
  padding: 0 10px;
}
#footer {
  font-size: 75%;
  border-top: 3px solid #707;
  text-align: center;
  line-height: 1.5em;
  margin: 10px 0 0;
}

/**
 * Styling from K2
 */
.comment-new h3.title {
  float: left; /* LTR */
  background: url(images/new.png) right center no-repeat; /* LTR */
  padding: 2px 20px 2px 0; /* LTR */
}
.meta,
.meta * {
  font-weight: normal;
  line-height: 20px;
  margin: .2em 0 0;
  padding: 0;
}
.meta {
  color: #AAA;
}
.meta .editlink {
  float: right; /* LTR */
  width: 16px;
  height: 16px;
  background: url(images/pencil.png) center center no-repeat; /* LTR */
  padding: 2px;
}
.meta .submitted {
  background: url(images/date.png) left center no-repeat; /* LTR */
  font-size: 1em;
  padding: 0 0 0 18px; /* LTR */
}
.meta .terms ul.links li {
  background: url(images/tag_blue.png) left center no-repeat; /* LTR */
  padding: 2px 0 2px 18px; /* LTR */
}
ul.links li.blog_usernames_blog {
  background: url(images/user.png) left center no-repeat; /* LTR */
  padding: 2px 0 2px 18px; /* LTR */
}
ul.links li.book_add_child {
  background: url(images/book.png) left center no-repeat; /* LTR */
  padding: 2px 0 2px 18px; /* LTR */
}
ul.links li.book_printer {
  background: url(images/printer.png) left center no-repeat; /* LTR */
  padding: 2px 0 2px 18px; /* LTR */
}
ul.links li.comment_forbidden {
  background: url(images/comment.png) left center no-repeat; /* LTR */
  padding: 2px 0 2px 18px; /* LTR */
}
ul.links li.comment_new_comments,
ul.links li.comment_reply,
ul.links li.comment_add {
  background: url(images/comment_add.png) left center no-repeat; /* LTR */
  padding: 2px 0 2px 18px; /* LTR */
}
ul.links li.comment_delete {
  background: url(images/comment_delete.png) left center no-repeat; /* LTR */
  padding: 2px 0 2px 18px; /* LTR */
}
ul.links li.comment_edit {
  background: url(images/comment_edit.png) left center no-repeat; /* LTR */
  padding: 2px 0 2px 18px; /* LTR */
}
ul.links li.comment_comments {
  background: url(images/comments.png) left center no-repeat; /* LTR */
  padding: 2px 0 2px 18px; /* LTR */
}
ul.links li.node_read_more {
  background: url(images/page_white_text.png) left center no-repeat; /* LTR */
  padding: 2px 0 2px 18px; /* LTR */
}
ul.links li.statistics_counter {
  background: url(images/chart_curve.png) left center no-repeat; /* LTR */
  padding: 2px 0 2px 18px; /* LTR */
}
ul.links li.upload_attachments {
  background: url(images/disk.png) left center no-repeat; /* LTR */
  padding: 2px 0 2px 18px; /* LTR */
}
#user-login-form li.openid-link,
#user-login li.openid-link {
  background-position: left center; /* LTR */
  margin: 0;
  padding: 2px 0 2px 18px; /* LTR */
}
.sidebar a {
  font-size: 15px;
  font-weight: normal;
  padding: 2px;
}
.sidebar a:hover {
  background: #FFF;
  color: #4B004B;
  text-decoration: none;
}
.sidebar a:hover img {
  border: 0;
  background: #D6ADFE;
  color: #D6ADFE;
}
.sidebar ul, .sidebar ol {
  margin: 5px 0 0;
  padding: 0;
}
.sidebar ol {
  margin: 0 0 0 15px; /* LTR */
}
.sidebar ul li, .sidebar ol li {
  margin: 0;
  padding: 1px 0;
}
.sidebar ul li {
  list-style-type: none;
  list-style-image: none;
}
ul li.expanded {
  list-style-type: circle;
  list-style-image: url(images/menu-expanded.gif);
  padding: .1em .5em .1em 0; /* LTR */
  margin: 0 0 0 1.5em; /* LTR */
}
ul li.collapsed {
  list-style-type: disc;
  list-style-image: url(images/menu-collapsed.gif); /* LTR */
  padding: .1em .5em .1em 0; /* LTR */
  margin: 0 0 0 1.5em; /* LTR */
}
ul li.leaf {
  list-style-type: square;
  list-style-image: url(images/menu-leaf.gif);
  padding: .1em .5em .1em 0; /* LTR */
  margin: 0 0 0 1.5em; /* LTR */
}

/**
 * Common declarations for child classes of node, comment, block, box, etc.
 * If you want any of them styled differently for a specific parent, add
 * additional rules /with only the differing properties!/ to .parent .class.
 * See .comment .title for an example.
 */
.title, .title a {
  font-weight: bold;
  color: #000;
  margin: 0 auto; /* decrease default margins for h<x>.title */
}
.submitted {
  color: #999;
  font-size: .8em;
}
.links {
  color: #999;
}
.links a {
  font-weight: normal;
}
ul.links li {
  font-size: 1em;
  line-height: 20px;
  margin: 0 1em 0 0; /* LTR */
  padding: 0;
}
.sticky {
  padding: .1em;
  border: none;
  background: #EEDEFD;
}
div.tabs {
  margin: 10px 0;
  padding: 2px;
  background: #fff;
}
.box {
  margin: 30px 0;
}
.node {
  margin: 0 0 30px;
}
.node .taxonomy {
  color: #999;
  font-size: .8em;
  padding: 1.5em;
}
.node .picture {
  border: none;
  float: right; /* LTR */
  margin: 0 0 .5em .5em; /* LTR */
}
.comment {
  border: 1px solid #E9D3FE;
  margin: 1em 0 0;
  padding: .5em;
}
.comment .picture {
  border: none;
  float: right; /* LTR */
  margin: 0 0 .5em .5em; /* LTR */
}

#breadcrumb {
  background: #FFF;
  border: 1px solid #D6ADFE;
  margin-bottom: 8px;
  margin-top: 2px;
}
#breadcrumb a {
  font-size: 0.7em;
  line-height: 25px;
  color: #707;
}
#squeeze {
  border: none;
  padding: 10px!important;
  background-color: #EEDEFD;
  margin-bottom: 10px;
}
/*Eric Covert Added*/
#squeeze div.content {
  background-image: url('http://www.hairgasm.com/images/main/watermark.jpg');
  background-repeat: no-repeat;
  background-position: top right;
  clear: both;
  float: left;
}
#squeeze div.content a {
  font-weight: bold;
  font-size: 15px;
  color: #770077;
  text-decoration: underline;
}
#squeeze div.content a:hover {
  color: #000;
}
#block-views-site_last_updated-block_1 div.content {
  font-size: 15px!important;
  color: #333333;
  margin: 0!important;
  padding: 12px 0 20px 0!important;
  text-align: center;
}
.sidebar .quotes-quote p {
  font-size: 14px;
  padding: 0 5px;
  font-style: italic;
}
.sidebar .block-search {
  text-align: center;
}
.sidebar #edit-search-block-form-1 {
  display: block;
  margin-bottom: 3px;
  width: 170px;
}
.sidebar .block-search label {
  font-size: 16px;
  font-weight: normal;
}
.sidebar ul.hairgasmLinks {
}
.sidebar ul.hairgasmLinks li {
  padding: 3px 0 3px 0;
  font-size: 15px;
  font-weight: normal;
  color: #000;
}
.sidebar ul.hairgasmLinks li ul {
  border-top: 1px solid #000;
}
.sidebar ul.hairgasmLinks li ul li {
  padding: 0;
}
.sidebar ul.hairgasmLinks li a {
  font-size: 14px;
  padding: 4px;
}
.sidebar ul.hairgasmLinks li a:hover {
  background: #FFF;
  color: #4B004B;
  text-decoration: none;
}

h5, h5 a {
  font-size: 18px!important;
}
h6, h6 a {
  font-size: 16px!important;
}
div.umapper-map {
  float: right;
  width: 400px;
}
.webform-client-form {
  clear: both;
}
#header-region.clear-block {
  float: right!important;
  margin-right: 15px;
}