/* $Id: zen.css,v 1.14.2.1 2009/02/13 07:46:04 johnalbin Exp $ */

/*
 * ZEN STYLES
 *
 * This is an example stylesheet. Sub-themes should NOT include the zen/zen.css
 * file, but instead copy this CSS to their own stylesheets.
 *
 * In this stylesheet, we have included all of the classes and IDs from this
 * theme's tpl.php files. We have also included many of the useful Drupal core
 * styles to make it easier for theme developers to see them.
 *
 * Many of these styles are over-riding Drupal's core stylesheets, so if you
 * remove a declaration from here, the styles may still not be what you want
 * since Drupal's core stylesheets are still styling the element. See the
 * drupal6-reference.css file for a list of all Drupal 5.x core styles.
 *
 * In addition to the style declarations in this file, other Drupal styles that
 * you might want to override or augment are those for:
 *
 *   Book Navigation  See line 74  of Zen's drupal6-reference.css file
 *   Forum            See line 197 of Zen's drupal6-reference.css file
 *   Menus            See line 667 of Zen's drupal6-reference.css file
 *   News Aggregator  See line 20  of Zen's drupal6-reference.css file
 *   Polls            See line 287 of Zen's drupal6-reference.css file
 *   Search           See line 320 of Zen's drupal6-reference.css file
 *   User Profiles    See line 945 of Zen's drupal6-reference.css file
 */

/* @group CSS Reset */

/*=========== CSS RESET ============================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus { outline: 0; }

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul { list-style: none; }
/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after { content: ""; }

blockquote, q { quotes: "" ""; }

/* @end */

/* @group Main styles */

/*=========== Misc & Defaults ============================*/

a, a:visited { color: #80622E; text-decoration: none; }
a:hover { text-decoration: underline; }

.node-inner a,
.node-inner a:visited{
	color: #719AA6;
}

/* For IE */
h1, h2, h3, h4, h5, h6 { font-weight: normal; }

.left { float: left; }
.right { float: right; }

.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
}

.clear_std { clear: both; }

/*=========== Body & Container ============================*/

body {
    padding-bottom: 60px;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 0.8em;
    color: #80622E;
}

#background {
    text-align: center;
    padding: 50px 0 40px;
}

.container {
    position: relative;
    width: 900px;
    margin: 0 auto;
}

/*=========== Main Components ============================*/

.top { height: 33px; background-image: url(../images/round-top.png); }
.bottom { height: 33px; background-image: url(../images/round-bottom.png); }

#main-content {
    padding: 0 30px;
    background: url(../images/round-bg.png) repeat-y;
    text-align: left;
	/* Height settings added for testing */
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

/* Img in bottom left corner */
.logo {
    position: absolute;
    left: 30px;
    z-index: 2;
}

/* Navigation - Used at the top and in the footer
   WILL BE DEPRECATED WHEN NEW MENU IS DONE! */
.primary-links {
    float: right;
    height: 50px;
    text-align: right;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: lowercase;
}

.primary-links li {
    float: left;
    height: 1.2em;
    line-height: 1.2em;
    padding: 0 10px;
    border-right: 1px solid #80622E;
}

.primary-links li.last { border-width: 0; }

.primary-links li a.active { color: #719AA6; }

.primary-links li a:hover { color: #719AA6; text-decoration: none; }

/* NEW Navigation menu universal for top & bottom */
.navigation .menu {
    float: right;
    height: 70px;
    text-align: right;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: lowercase;
}

/* Overwrite stuff for child menus */
.navigation .menu li ul.menu {
    float: none;
    height: auto;
    text-align: left;
    font-size: 1em;
}

.navigation .menu li {
    float: left;
    height: 1.2em;
    line-height: 1.2em;
    padding: 0 10px;
    border-right: 1px solid #80622E;
}

.navigation .menu li.last { border-width: 0; }
.navigation .menu li a.active { color: #719AA6; }
.navigation .menu li a:hover { color: #719AA6; text-decoration: none; }

/* Top-nav only for drop-down menus */
.navigation .menu li {
    position: relative;
}

.navigation .menu li ul {
    position: absolute;
    top: 13px;
    left: -1px;
    width: 170px;
    line-height: 1.4em;
    display: none;
    padding: 9px 3px 3px;
    border: 0;
    background: url(../images/blacktrans.png) no-repeat 0 7px;
    -moz-border-radius: 4px;
    -webkit-border-bottom: 4px;
}

.navigation .menu li ul li {
    float: none;
    height: auto;
    text-align: left;
    background-color: #C7A352; /* Green: #BABC75 Brown: #80622E Tan: #C7A352 */
    border: 0;
    padding: 5px 0 5px 10px;
    margin-top: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.navigation .menu li ul li a, .navigation .menu li ul li a:visited,
.navigation .menu li ul li a.active, .navigation .menu li ul li a.active:visited {
    color: #fff;
}
.navigation .menu li ul li a:hover, .navigation .menu li ul li a.active:hover { color: #fff; text-decoration: underline; }

.navigation .menu li:hover ul {
    display: block;
}

/* Big Headers */
h1#title {
    clear: both;
    margin: 0 0 15px 250px;
    font-size: 2em;
    line-height: 2em;
    letter-spacing: 1px;
    text-transform: lowercase;
    color: #80622E;
}

h1#title span {
    font-size: 0.7em;
    color: #719AA6;
}

.views-field-title,
.views-field-title a{
    font-size: 22px;
    line-height: 1.2em;
    text-transform: lowercase;
    color: #719AA6;
}

.views-field-title{
	margin-bottom: 15px;
}

.view-content .field-content p{
	
}

/* Two Columns */
#side {
	position: relative;
    float: left;
    width: 220px;
}

#main {
    margin-left: 250px;
}

/* Side Navigation */

.block-menu {
	text-align: right;
	font-size: 11px;
}

.block-menu li.expanded {
	background: url(../images/blue-right.gif) no-repeat top right;
	padding-right: 10px;
	text-transform: uppercase;
}

.block-menu li.expanded span {
	display: block;
	height: 24px;
	min-width: 150px;
	line-height: 24px;
	padding-left: 10px;
	background: #719AA6 url(../images/blue-left.gif) no-repeat;
	float: right;
	color: #fff;
}

#block-menu-menu-categories h2.title,
#block-views-blog_archive-block_1 h2.title,
#block-block-1 h2.title,
#block-menu_block-1 h2.title{
	display: block;
	height: 24px;
	width: 160px;
	line-height: 24px;
	margin: 0 0 0 auto;
	padding: 0 10px 0 0;
	background: #fff url(../images/bg_blog-heading.png) no-repeat;
	text-transform: uppercase;
	text-align: right;
	font-size: 11px;
	color: #fff;
}

body.section-blog #block-block-1 li.tog h2,
body.section-categories #block-block-1 li.tog h2{
	display: block;
	background: transparent url(../images/icon-arrow-dwn.png) no-repeat right center;
	padding-right: 12px;
}

.block-menu li ul {
	clear: both;
	padding: 8px 0 15px;
	text-transform: lowercase;
}

.block-menu li ul li {
	margin-bottom: 5px;
}

.block-menu li.expanded ul li a.active,
#block-menu-menu-categories li.leaf a.active { color: #719AA6; }

#block-menu-menu-categories ul{
	clear: both;
	padding-bottom: 15px;
}

/* Brown side menu */
#block-menu-menu-about li {
    height: 24px;
    background: url(../images/brown-right.gif) no-repeat top right;
    padding-right: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #fff;
}

#block-menu-menu-about li a {
    display: block;
    float: right;
    height: 24px;
    padding-left: 50px;
    background: #80622E url(../images/brown-left.gif) no-repeat;
    line-height: 23px;
    color: #fff;
}

#block-menu-menu-about li.first a { padding-left: 20px; }

#block-menu-menu-about li.active-trail { background: url(../images/blue-right.gif) no-repeat top right; }
#block-menu-menu-about li.active-trail a { background: #719AA6 url(../images/blue-left.gif) no-repeat; }

#block-menu-menu-about li a:hover { text-decoration: none; }

/* Footers */
#footer {
    height: 1%;
    background-color: #fff;
    text-align: center;
}

#footer .container .float {
    float: right;
    text-align: left;
}

#footer .container .float .primary-links, /* remove this when done with menu! */
#footer .container .float .menu {
    float: left;
    height: 25px;
    padding-right: 30px;
    margin-top: 15px;
}

#footer .container .float p {
    clear: both;
    padding: 0 0 10px 10px;
    font-size: 0.8em;
    color: #A3A547;
    text-transform: lowercase;
}

#footer .container .float p a,
#footer .container .float p a:visited { color: #A3A547; text-decoration: none; }

#footer .container .float p a:hover { text-decoration: underline; }


/*=========== Splash ============================*/

.splash #main-content {
    height: 500px;
}

.splash #main-content h1 {
    width: 100%;
    height: 100%;
    background: url(/images/big-logo.png) no-repeat center center;
    text-indent: -9999px;
}

.splash #main-content h1 a {
    display: block;
    width: 100%;
    height: 100%;
}

/*=========== Home ============================*/

.reach-us {
    color: #80622E;
    font-size: 11px;
}

#side p {
    margin: 10px 0;
    line-height: 1.2em;
}

.first-line {
    font-style: italic;
    color: #A3A547;
}

.serving-area {
    color: #BABC75;
    font-style: italic;
    font-weight: bold;
    font-size: 0.9em;
}

#what-we-do {
    height: 135px;
    margin-left: 173px;
    padding: 15px 20px 25px;
    background-color: #719AA6;
    color: #fff;
    font: 1.6em/1.3em Arial, Verdana, sans-serif;
}

#what-we-do strong { font-weight: normal; font-size: 1.8em; line-height: 1em; }

#blog-intro {
    padding: 15px 20px 25px;
    background-color: #719AA6;
    color: #fff;
    font: 1.6em/1.3em Arial, Verdana, sans-serif;
}

#blog-intro strong { font-weight: normal; font-size: 1.8em; line-height: 1em; }

.gap { clear: both; height: 20px; }
.big-gap { clear: both; height: 70px; }
.huge-gap { clear: both; height: 130px; }

.img-text {
    font-size: 1.1em;
    margin-left: 173px;
    padding-top: 10px;
}

.img-text h2 {
    font-size: 1.1em;
}

.img-text h2 a { color: #719AA6; }

.img-text h2 span.home-h2-note { font-size: 0.7em; color: #999; }

.img-text p { font-size: 0.9em; line-height: 1.2em; padding: 10px 0 25px; }

.img-text a { color: #80622E; }
.img-text a:hover { text-decoration: underline; }

.img-text a strong { color: #719AA6; }

/*=========== Twitter Feed ============================*/

#twitter {
    font-size: 0.8em;
    line-height: 1.4em;
}

#twitter a, #twitter a:visited { color: #719AA6; }

#twitter ul li {
    position: relative;
    padding: 5px 0 5px 30px;
    border-top: 1px solid #eee;
}

#twitter ul li.tweet_first { border: 0; }

#twitter .tweet_avatar {
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 25px;
    height: 25px;
}

/*=========== Organization ============================*/

#org-left {
    float: left;
    width: 190px;
    font-size: 11px;
}

#org-left img { margin-bottom: 4px; }

.list-content { margin-left: 220px; }

.list-content ul {
    list-style-type: disc;
    margin: 0 0 30px 20px;
    line-height: 1.2em;
}

.list-content ul li {
    margin-bottom: 10px;
    text-transform: lowercase;
}

.list-content p,
.no-img p,
.view-content .field-content p {
	padding-bottom: 20px; line-height: 1.4em;
}

.list-content h2 {
    margin-bottom: 10px;
    font-size: 1.4em;
    color: #719AA6;
    text-transform: lowercase;
}

.list-content a.blue { color: #719AA6; }

/* Family Life Simplified - Kids CRACK page */

.list-content ul.kit strong { color: #719AA6; text-transform: none; }

/* Tips Page */

#tips .tagline {
    padding: 15px 20px;
	margin-bottom: 30px;
    background-color: #719AA6;
    color: #fff;
    font: 1.4em/1.3em Arial, Verdana, sans-serif;
}

#tips .tagline p { padding: 0; }

#tips .tagline strong { font-weight: normal; font-size: 1.6em; line-height: 1em; }

#tips .organizing-tips, #tips .resources {
	position: relative;
	padding: 0 0 25px 260px;
	height: auto !important;
	height: 160px;
	min-height: 160px;
}

#tips .left-img {
	position: absolute;
	top: 0; left: 0;
}

#tips h3 {
	color: #719AA6;
	font-size: 1.3em;
	margin-bottom: 15px;
}

#tips ul {
	list-style-type: disc;
	margin-left: 16px;
	line-height: 1.3em;
}

#single-tip h3 { margin: 20px 0; }

#single-tip h3, #single-tip ul li span, #single-tip .acronym {
	color: #719AA6;
	font-size: 1.3em;
}

#single-tip ul { margin-bottom: 20px; }

#single-tip p { padding-bottom: 20px; }

.go-back {
	padding: 20px 0 40px;
	border-top: 1px solid #eee;
	text-align: right;
	font-size: 0.8em;
	color: #666;
}

.go-back a, .go-back a:visited { color: #666; }


/*=========== How We Work ============================*/

.how-we-work { font-size: 11px; line-height: 1.4em; }
.how-we-work span, .steps h3 span { color: #719AA6; }

.steps { padding: 0 0 15px 50px; }

.steps p {
    font-size: 11px;
    line-height: 1.3em;
    margin-bottom: 15px;
}

.steps h3 { font-weight: bold; }

.steps h3, .steps p.time-fee {
    font-size: 1em;
    text-transform: lowercase;
    margin-bottom: 8px;
}

.num-1 { background: url(../images/steps-1.png) no-repeat 0 3px; }
.num-2 { background: url(../images/steps-2.png) no-repeat 0 3px; }
.num-3 { background: url(../images/steps-3.png) no-repeat 0 3px; }
.num-4 { background: url(../images/steps-4.png) no-repeat 0 3px; }

/*=========== About ============================*/

div.noelle { height: 385px; }
div.noelle p {
    position: static !important;
    margin: 3px 0 1px;
    color: #719AA6;
    font-style: italic;
    line-height: 1.1em;
}

div.noelle p a { color: #719AA6; }

div.press { height: 250px; }

/*=========== Contact ============================*/

/* Messages */
.node-type-webform .error,
#node-7 .error {
    border: 2px solid #DD8383;
}

.node-type-webform .messages {
	padding: 10px;
	margin-bottom: 20px;
}

.node-type-webform .messages ul {
	list-style-type: disc;
	margin-left: 20px;
}

.node-type-webform div.error { background-color: #F7E7E8; color: #a00; }
.node-type-webform div.notice { background-color: #F9F6DA; color: #7C7255; }

.node-type-webform #side p {
    font-size: 0.9em;
    line-height: 1.2em;
    font-style: italic;
    color: #A3A547;
}

#node-7 p {
    margin-bottom: 10px;
    line-height: 1.3em;
}

#node-7 p.bay-area {
    margin-bottom: 20px;
    font-size: 1.1em;
    font-style: italic;
    color: #719AA6;
}

#node-7 label,
#node-7 .form-submit {
    line-height: 1.3em;
    cursor: pointer; /* Modern browsers only */
}

#node-7 .form-required {
	margin-left: -3px;
	font-size: 0.8em;
	font-weight: bold;
	color: #a00;
}

#node-7 .form-textarea {
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 1em;
}

#node-7 .form-text, #node-7 .form-textarea {
    border: 1px solid #80622E;
    font-size: 0.9em;
    margin-right: 8px;
}

#node-7 .form-text {
    width: 250px;
}

#node-7 .form-textarea {
    width: 500px;
	margin-top: 3px;
}

#node-7 .webform-component-textfield,
#node-7 .webform-component-email,
#node-7 .webform-component-textarea {
	margin-bottom: 5px;
}

#node-7 .webform-component-textfield label,
#node-7 .webform-component-email label {
    float: left;
    width: 62px;
}

#node-7 .webform-component-textarea {
	margin: 15px 0;
}

#node-7 .form-radios .form-item {
	float: left;
	margin: 4px 4px 10px 0;
}

#node-7 #webform-component-time_to_call { clear: both; }

#node-7 #webform-component-time_to_call label {	width: 125px; }

#node-7 .form-submit {
	margin-top: 15px;
	border: none;
	padding: 2px 10px 4px;
	background-color: #7099A5;
	color: #fff;
	font-size: 1.2em;
}

/*=========== Image / Gallery Related ============================*/

/* Galleries home */
.galleries { float: left; }

.galleries li {
	clear: both;
	padding-bottom: 20px;
}

.galleries li img {
	float: left;
	margin-bottom: 20px;
}

.galleries li h3, .galleries li p {
	margin-left: 255px;
}

.galleries li h3 {
	color: #719AA6;
	font-size: 1.3em;
	margin-bottom: 10px;
}

.galleries li h3 a, .galleries li h3 a:visited { color: #719AA6; }

.galleries li .description { line-height: 1.3em; }

.galleries li p.count { display: none; }

.galleries li p.last {
	margin-top: 10px;
	font-size: 11px;
	color: #aaa;
}

.node-type-image #main p {
	padding: 15px 0;
	line-height: 1.3em;
}


/**** Gallery Images ****/

/* description above images */
.page-image .description {
	margin-bottom: 30px;
	font-size: 1.1em;
	line-height: 1.3em;
}

.images li {
	position: relative;
	float: left;
	width: 240px;
	padding: 10px 30px 65px 0;
	overflow: visible;
	border-bottom: 1px solid #eee;
}

.images li h3 {
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 580px;
	height: 50px;
}

/* Hide Highlight Photos */
.highlight { display: none; }

/* @end */

/* @group Quevin LLC */

#top-nav{
	float: right;
}

#main .node-inner{
	float: left;
}

.view-Blog-page .view-content .views-row,
.view-Blog-pages .view-content .views-row{
	display: block;
	width: 85%;
	float: left;
	position: relative;
	padding-left: 100px;
	margin-bottom: 20px;
}

.views-field-created-2{
	display: block;
	position: absolute;
	left: 0;
	width: 88px;
	height: 65px;
	background: transparent url(../images/bg_blog_date.png) no-repeat;
	font-size: 10px;
	text-align: center;
	padding-top: 7px;
}

.views-field-created-2 span.field-content{
	font-size: 11px;
	text-transform: lowercase;
	color: #729aa6;
	text-align: center;
}

.views-field-created-2 span.field-content span{
	display: block;
	font-size: 28px;
}

body ul.menu{
	border: none;
	list-style-position: inherit;
	text-align: right;
}

body li.expanded{
	list-style-image: none;
	list-style-type: none;
}

body li.leaf{
	list-style-image: none;
	list-style-type: none;
}

body .item-list .pager{
	margin: 0;
}

.views-field-tid{
	display: block;
	margin: 5px 0;
}

.meta{
	margin-bottom: 10px;
}

.node-type-blog .node-inner img,
.views-field-body .field-content img{
	border: 4px solid #719AA6;
}

img.imagecache-200px-wide-rounded {
	display: block;
	float: left;
	margin: 0 20px 5px 0;
	border: none !important;
}

img.imagecache-450px-wide-rounded {
	display: block;
	border: none !important;
}

span.views-field-title .field-content a{
	color: #729aa6;
	margin-bottom: 15px;
}


.node-type-blog .node-inner,
.node-type-blog .node-inner{
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

.views-field-edit-node{
	display: block;
	text-align: right;
	margin-bottom: 20px;
}

.node-type-blog p,
.view-id-Blog_page p{
	margin-bottom: 15px;
	line-height: 1.4em;
}

body.node-type-blog h1#title{
	line-height: 1em;
}

#main-content .view-blog-archive h2,
#main-content body.node-type-blog h2,
#main-content .view-id-Blog_page h2,
#main-content .node-type-blog h2.title,
h2#comments-title{
	font-size: 16px;
	margin-bottom: 10px;
	color: #719AA6;
}

#side #block-views-blog_archive-block_1 h2{
	margin-bottom: 10px;
}

#side #block-views-blog_archive-block_1 a,
#side #block-views-blog_archive-block_1 li{
	font-size: 11px;
	text-align: right;
}

#side #block-views-blog_archive-block_1 ul.views-summary,
body.section-blog #side ul.menu,
body.section-categories #side ul.menu {
	padding-right: 10px;
}

body.section-blog #side ul a,
body.section-categories #side ul a{
	line-height: 1.4em;
}

body.section-blog #side ul,
body.section-blog #side ul li,
body.section-categories #side ul,
body.section-categories #side ul li{
	list-style-type: none;
}

ul#blog-archive a{
	display: block;
	font-size: 11px;
	margin-bottom: 10px;
}

body.section-blog #side ul.menu a,
body.section-categories #side ul.menu a{
	font-size: 11px;
	text-transform: lowercase;
}

.views-row-last .node-inner{
	margin-bottom: 0 !important;
}

ul.views-summary{
	margin: 0;
	padding: 0;
}

.view-blog-archive .node-inner{
	margin-bottom: 20px;
}

.submitted{
	margin-bottom: 10px;
}

#social-icons li {
	display: inline;
	list-style-type: none;
	list-style: none;
}

ul#social-icons{
	position: absolute;
	width: 140px;
	top: -95px;
	left: 730px;
}

#social-icons li a {
	display: block;
	float: left;
	padding: 0 4px;
	line-height: 20px;
}

#social-icons li.addthis a {
	padding-right: 0;
}

.views-field-tid .item-list{
	display: inline;
}

.views-field-tid .item-list ul{
	display: inline;
	margin: 0;
	padding: 0;
}

.views-field-tid .item-list li{
	display: inline;
}

body ul.images li{
	margin: 0;
}

li.menu-mlid-872 a{
	display: block;
	line-height: 22px !important;
	background: transparent url(../images/icon-twitter.png) no-repeat right center;
	padding-right: 22px;
}

li.menu-mlid-873 a{
	display: block;
	line-height: 22px !important;
	background: transparent url(../images/icon-facebook.png) no-repeat right center;
	padding-right: 22px;
}

li.menu-mlid-874 a{
	display: block;
	line-height: 22px !important;
	background: transparent url(../images/icon_stripes.png) no-repeat right center;
	padding-right: 22px;
}

body.page-press-html .content p{line-height:1.4em;}
body.page-press-html .content img{display: block;float:left;margin-right:10px;margin-bottom:5px;}

/* @end */



/* @group Background swapping */

body#blue #background { background-color: #719AA6; }

body#green #background { background-color: #A3A547; }

body#tan #background { background-color: #C7A352; }

body#stripes #background { background: #fff url(../images/rows-long.png) repeat-y 0 -10px; }

/* @end */

/* @group Gallery Overrides */

.view .image-gallery-nodes ul li{
	width: auto;
	height: auto;
}

/* @end */




/** body **/
  body
  {
  }

  #page
  {
  }

  #page-inner
  {
  }

/** header **/
  #header
  {
  }

  #header-inner
  {
  }

  #logo-title /* Wrapper for logo, website name, and slogan */
  {
  }

  #logo /* Wrapper for logo */
  {
  }

  #logo-image /* The actual logo image */
  {
  }

  h1#site-name, div#site-name /* The name of the website */
  {
  }

  #site-name a:link,
  #site-name a:visited
  {
  }

  #site-name a:hover
  {
  }

  #site-slogan /* The slogan (or tagline) of a website */
  {
  }

  #header-blocks /* Wrapper for any blocks placed in the header region */
  {
  }

/** main (container for everything else) **/
  #main
  {
  }

  #main-inner
  {
  }

/** content **/
  #content
  {
  }

  #content-inner
  {
  }

  #mission /* The mission statement of the site (displayed on homepage) */
  {
  }

  #content-top /* Wrapper for any blocks placed in the "content top" region */
  {
  }

  #content-header /* Wrapper for breadcrumb, title, messages, tabs, and help */
  {
  }

  .breadcrumb /* The path to the current page in the form of a list of links */
  {
    padding-bottom: 0; /* Undo system.css */
  }

  h1.title, /* The title of the page */
  h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
  h3.title /* Comment title */
  {
    margin: 0;
  }

  div.messages /* Important messages (status, warning, and error) for the user */
  {
  }

  div.status /* Normal priority messages */
  {
  }

  div.warning, tr.warning /* Medium priority messages */
  {
    /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
  }

  div.error, tr.error /* High priority messages. See also the .error declaration below. */
  {
  }

  div.tabs /* See also the tabs.css file. */
  {
	display: block;
	height: 100px;
  }

div.tabs li{
	padding: 5px;
}

  .help /* Help text on a page */
  {
    margin: 1em 0;
  }

  .more-help-link /* Link to more help */
  {
    font-size: 11px;
    text-align: right;
  }

  #content-area /* Wrapper for the actual page content */
  {
  }

  .pager /* A list of page numbers when more than 1 page of content is available */
  {
    clear: both;
    margin: 1em 0;
    text-align: center;
  }

  .pager a, .pager strong.pager-current
  {
    padding: 0.5em;
  }

  .feed-icons /* The links to the RSS or Atom feeds for the current list of content */
  {
    margin: 1em 0;
  }

  #content-bottom /* Wrapper for any blocks placed in the "content bottom" region */
  {
  }

/** navbar **/
  #navbar
  {
  }

  #navbar-inner
  {
  }

  #search-box /* Wrapper for the search form */
  {
  }

  #edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */
  {
    display: none;
  }

  #primary /* Primary links */
  {
  }

  #secondary /* Secondary links */
  {
  }

/** sidebar-left **/
  #sidebar-left
  {
  }

  #sidebar-left-inner
  {
  }

/** sidebar-right **/
  #sidebar-right
  {
  }

  #sidebar-right-inner
  {
  }

/** footer **/
  #footer
  {
  }

  #footer-inner
  {
  }

  #footer-message /* Wrapper for the footer message from Drupal's "Site information"
                     and for any blocks placed in the footer region */
  {
  }

/** closure **/
  #closure-blocks /* Wrapper for any blocks placed in the closure region */
  {
  }

/** Drupal nodes **/
  .node /* Node wrapper */
  {
  }

  .node-inner /* Additional wrapper for node */
  {
  }

  .sticky /* A sticky node (displayed before others in a list) */
  {
  }

  .node-unpublished /* Unpublished nodes */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
  .comment-unpublished div.unpublished
  {
    height: 0;
    overflow: visible;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  .node-mine /* A node created by the current user */
  {
  }

  .node-teaser /* A node displayed as teaser */
  {
  }

  /* All nodes are given a node-type-FOO class that describes the type of
   * content that it is. If you create a new content type called
   * "my-custom-type", it will receive a "node-type-my-custom-type" class.
   */
  .node-type-page /* Page content node */
  {
  }

  .node-type-story /* Story content node */
  {
  }

  .node h2.title /* Node title */
  {
  }

  .marker /* "New" or "Updated" marker for content that is new or updated for the current user */
  {
    color: #c00;
  }

  .node .picture /* The picture of the node author */
  {
  }

  .node.node-unpublished .picture,
  .comment.comment-unpublished .picture
  {
    position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
  }

  .node .meta /* Wrapper for submitted and terms data */
  {
  }

  .node .submitted /* The "posted by" information */
  {
  }

  .node .terms /* Node terms (taxonomy) */
  {
  }

  .node .content /* Node's content wrapper */
  {
  }

  .node div.links /* Wrapper for node links */
  {
    margin: 1em 0;
  }

  ul.links /* Taxonomy links, node links, comment links */
  {
    margin: 0;
    padding: 0;
  }

  ul.links.inline
  {
    display: inline;
  }

  ul.links li
  {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
  }

  .preview .node /* Preview of the content before submitting new or updated content */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal comments **/
  #comments /* Wrapper for the list of comments and its title */
  {
	float: left;
    padding: 1em 0;
  }

  #comments-title /* Heading for the list of comments */
  {
  }

  .comment /* Wrapper for a single comment */
  {
  }

  .comment-inner /* Additional wrapper for a single comment */
  {
  }

  .comment-preview /* Preview of the comment before submitting new or updated comment */
  {
  }

  .comment.new /* A new comment since the user last viewed the page. */
  {
  }

  .comment.odd /* An odd-numbered comment in the list of comments */
  {
  }

  .comment.even /* An even-numbered comment in the list of comments */
  {
  }

  .comment.first /* The first comment in the list of comments */
  {
  }

  .comment.last /* The last comment in the list of comments */
  {
  }

  .comment-unpublished /* Unpublished comments */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .comment-unpublished div.unpublished /* The word "Unpublished" displayed beneath the content. See also the div.unpublished declaration in the node section above. */
  {
  }

  .comment-published /* Published comments */
  {
  }

  .comment-by-anon /* A comment created by an anonymous user */
  {
  }

  .comment-by-author /* A comment created by the node's author */
  {
  }

  .comment-mine /* A comment created by the current user */
  {
  }

  .comment h3.title /* Comment title */
  {
  }

  .new /* "New" marker for comments that are new for the current user */
  {
    color: #c00;
  }

  .comment .picture /* The picture of the comment author */
  {
  }

  .comment .submitted /* The "posted by" information */
  {
  }

  .comment .content /* Comment's content wrapper */
  {
  }

  .comment .user-signature /* The user's signature */
  {
  }

  .comment div.links /* Wrapper for comment links. See also the ul.links declaration in the node section above. */
  {
    margin: 1em 0;
  }

  .indented /* Nested comments are indented */
  {
    /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
  }

  .preview .comment /* Preview of the comment before submitting new or updated comment */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal blocks **/
  .block /* Block wrapper */
  {
    margin-bottom: 1em;
  }

  .block.region-odd /* Zebra striping for each block in the region */
  {
  }

  .block.region-even /* Zebra striping for each block in the region */
  {
  }

  .block.odd /* Zebra striping independent of each region */
  {
  }

  .block.even /* Zebra striping independent of each region */
  {
  }

  .region-count-1 /* Incremental count for each block in the region */
  {
  }

  .count-1 /* Incremental count independent of each region */
  {
  }

  .block-inner /* Additional wrapper for block */
  {
  }

  .block h2.title /* Block title */
  {
  }

  .block .content /* Block's content wrapper */
  {
  }

  #block-aggregator-category-1 /* Block for the latest news items in the first category */
  {
  }

  #block-aggregator-feed-1 /* Block for the latest news items in the first feed */
  {
  }

  #block-block-1 /* First administrator-defined block */
  {
  }

  #block-blog-0 /* "Recent blog posts" block */
  {
  }

  #block-book-0 /* "Book navigation" block for the current book's table of contents */
  {
  }

  #block-comments-0 /* "Recent comments" block */
  {
  }

  #block-forum-0 /* "Active forum topics" block */
  {
  }

  #block-forum-1 /* "New forum topics" block */
  {
  }

  #block-menu-2 /* "Primary links" block */
  {
  }

  #block-node-0 /* "Syndicate" block for primary RSS feed */
  {
  }

  #block-poll-0 /* "Most recent poll" block */
  {
  }

  #block-profile-0 /* "Author information" block for the profile of the page's author */
  {
  }

  #block-search-0 /* "Search form" block */
  {
  }

  #block-statistics-0 /* "Popular content" block */
  {
  }

  #block-user-0 /* "User login form" block */
  {
  }

  #block-user-1 /* "Navigation" block for Drupal navigation menu */
  {
  }

  #block-user-2 /* "Who's new" block for a list of the newest users */
  {
  }

  #block-user-3 /* "Who's online" block for a list of the online users */
  {
  }

/** Drupal boxes **/
  /* Wrapper for Comment form, Comment viewing options, Menu admin, and
   * Search results.
   */
  .box /* Wrapper for box */
  {
  }

  .box-inner /* Additional wrapper for box */
  {
  }

  .box h2.title /* Box title */
  {
  }

  .box .content /* Box's content wrapper */
  {
  }

/** Miscellaneous Drupal styles **/
  .error /* Errors that are separate from div.messages status messages (see above.) */
  {
    /* color: #e55; */ /* Drupal core uses a #e55 background */
  }

  .warning /* Warnings that are separate from div.messages status messages (see above.) */
  {
    /* color: #e09010; */ /* Drupal core uses a #e09010 background */
  }

  .more-link /* Aggregator, blog, and forum more link */
  {
    text-align: right;
  }

  #user-login-form /* Drupal's default login form */
  {
    text-align: left;
  }

  tr.even /* Some tables have rows marked even or odd. */
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  tr.odd
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  li a.active /* The active item in a Drupal menu */
  {
    color: #000;
  }


/** Drupal forms **/
  .form-item, /* Wrapper for a form element (or group of form elements) and its label */
  .form-checkboxes,
  .form-radios
  {
    margin: 1em 0;
  }

  .form-item input.error, /* Highlight the form elements that caused a form submission error */
  .form-item textarea.error,
  .form-item select.error
  {
    border: 2px solid #c00;
  }

  .form-item label /* The label for a form element */
  {
    display: block;
    font-weight: bold;
  }

  .form-item label.option /* The label for a radio button or checkbox */
  {
    display: inline;
    font-weight: normal;
  }

  .form-required /* The part of the label that indicates a required field */
  {
    color: #c00;
  }

  .form-item .description /* The descriptive help text (separate from the label) */
  {
    font-size: 11px;
  }

  .form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
  .form-radios .form-item
  {
    margin: 0.4em 0;
  }

  .form-submit /* The submit button */
  {
  }

  .container-inline div, .container-inline label /* Inline labels and form divs */
  {
    display: inline;
  }

  .tips /* Tips for Drupal's input formats */
  {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
  }

/** OpenID **/
  /* The default styling for the OpenID login link seems to assume Garland's
   * styling of list items.
   */
  #user-login-form ul /* OpenID creates a new ul above the login form's links. */
  {
    margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
  }

  #user-login-form li.openid-link, /* The "Log in using OpenID" links. */
  #user-login li.openid-link
  {
    margin-top: 1em;
    margin-left: -20px; /* Un-do some of the padding on the ul list. */
  	padding-left: 20px;
  	background-position: left center;
  }

  #user-login-form li.user-link, /* The "Cancel OpenID login" links. */
  #user-login li.user-link
  {
    margin-top: 1em;
  	list-style-type: disc;
  	list-style-position: outside;
  }

  #user-login li.openid-link, /* The OpenID links on the /user form. */
  #user-login li.user-link
  {
    margin-left: -2em; /* Un-do all of the padding on the ul list. */
  }

/** Drupal admin tables **/
  /* We overrode these styles in html-elements.css, but restore them for the
   * forms on the site.
   */
  form tbody
  {
    border-top: 1px solid #ccc;
  }

  form th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  form tbody th
  {
    border-bottom: 1px solid #ccc;
  }

  form thead th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

