/* Nitobe for Drupal 6.x
 * $Id: style.css,v 1.13.2.1 2009/03/10 15:19:13 shannonlucas Exp $
 * http://drupal.org/projects/nitobe */


/* @group Form Styling */

input.form-submit {
	background-color: #eee;
}

input.form-submit:hover, 
input.form-submit:focus {
	background-color: #ccc;
	border-color: #555;
}

textarea {
	background-color: #fff;
	border: 1px solid #555;
}

.resizable-textarea {
    background-color: #fff;
}

/* @end */

/* @group General Content Styles */

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.even {
	background-color: #fff;
}

.floatleft {
	float: left;
	margin: 0 10px 10px 0;
}

.floatright {
	float: right;
	margin: 0 0 10px 10px;
}

/*.navigation {
	display: block;
	padding-bottom: 2em;
	margin-top: 0.5em;
}*/

.odd {
	background-color: #eee;
}

.pull-quote-left, .pull-quote-right, .pull-quote-center {
	border: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #aaa;
	font-size: 125%;
	font-style: normal;
	font-weight: normal;
	margin: 1em 0;
	padding: 10px 0;
	text-align: center;
	width: 33%;
}

.pull-quote-left p, .pull-quote-right p, .pull-quote-center p {
	margin: 0;
	padding: 0;
}

.pull-quote-center {
	display: block;
	margin: 1em 0;
	width: 100%;
}

.pull-quote-right {
	float: right;
	margin-left: 1em;
}

.pull-quote-left {
	float: left;
	margin-right: 1em;
}

.reference {
	font-size: 85%;
}

.rule {
	background: #ccc url(images/background-light.gif) repeat 2px 0;
	border-bottom: 1px solid #333;
	clear: both;
	height: 4px;
	line-height: 4px;
	margin: 0 10px 1em 10px;
	padding: 0;
	width: 940px;
}

.rule-top {
	background: #ccc url(images/background-light.gif) repeat 2px 0;
	border-top: 1px solid #333;
	clear: both;
	height: 4px;
	line-height: 4px;
	margin: 0 10px 1em 10px;
	padding: 0;
	width: 940px;
}

h2.pagetitle {
	border-bottom: 1px solid #ddd;
	color: #333;
	display: block;
	font-weight: normal;
	margin-bottom: 0.5em;
}

/* @end */

/* @group Page Structure */

#page {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 1.3em;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
}

/* @end */

/* @group Page Header */

#header {
	padding: 5px 0 5px 0;
}

#logo {
    float: left;
    padding: 0px 5px 5px 0px;
}

#title-wrapper {
	float: left;
}

#header #headerTitle #title-wrapper h1 {
    display: block;
	line-height: 1em;
	margin: 0 0 10px 0;
	padding: 0;
    vertical-align: middle;
}

#header #headerTitle #title-wrapper h1 a {
	font-weight: normal;
	font-style: normal;
	text-transform: lowercase;
}

#header #headerTitle #title-wrapper h1 a:link,
#header #headerTitle #title-wrapper h1 a:hover,
#header #headerTitle #title-wrapper h1 a:visited {
	color: #333;
	text-decoration: none;
}

#header #headerTitle #title-wrapper h1 span.alt-color {
	color:#ccc;
}

div#search-top {
	float: right;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
}

#search-top #searchform #s {
	color: #ccc;
	font-size: 0.9em;
	padding: 2px 4px;
	width: 135px;
	margin: 0;
}

#search-top #searchform #searchsubmit {
	background-color: #eee;
}

#search-top #searchform #searchsubmit:hover, 
#search-top #searchform #searchsubmit:focus {
	background-color: #ccc;
	border-color: #555;
}

#search-theme-form, #search-theme-form div {
	display: inline;
}

div#edit-search-theme-form-1-wrapper label {
	display: none;
}

#site-slogan {
	color: #ccc;
	font-size: 90%;
	font-style: italic;
	margin: -0.75em 10px 0.25em 0;
}

#mission {
    font-style: italic;
    text-align: right;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1em;
}

#masthead {
	background: #eee none no-repeat;
	height: 200px;
	margin: 4px 10px;
}

/* @end */


/* @group Header Navigation */

#headerLinks {
	background-color: #fff;
	padding-top: 5px;
}

#headerLinks ul#topLinks, #top-header, ul#nice-menu-1 li {
	background: #ccc url(images/background-light.gif) repeat !important;
	color: #333;
}

#top-header {
      border-bottom:1px solid #333333;
}

#headerLinks ul#topLinks li {
	display: inline;
	line-height: 2.2em;
}

#headerLinks ul#topLinks li a:link, 
#headerLinks ul#topLinks li a:hover, 
#headerLinks ul#topLinks li a:visited {
	color: #333;
	float: left;
	font-weight: normal;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	text-transform: lowercase;
}

#headerLinks ul#topLinks li a:hover,
ul#nice-menu-1 li a:hover {
	background: #333 url(images/background-dark.gif) repeat;
	color: #4cf;
}

#headerLinks ul#topLinks li.active a,
ul#nice-menu-1 li.active a,
#headerLinks ul#topLinks li.active a.active,
ul#nice-menu-1 a.active,
#headerLinks ul#topLinks li a.active-trail,
ul#nice-menu-1 li a.active-trail {
	background: #333 url(images/background-dark.gif) repeat;
	color: #eee;
}

#headerLinks ul#topLinks li.active a:hover {
	background: #333 url(images/background-dark.gif) repeat;
	color: #eee;
}

#headerLinks ul#topLinks li.current_page_item a {
	background: #333 url(images/background-dark.gif) repeat;
	color: #eee;
}

#headerLinks ul.secondary-links {
	border-bottom: 1px solid #333;
	color: #333;
	height: auto;
	line-height: normal;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0 0 2px 0;
	white-space: normal;
	display: block;	
}

#headerLinks ul.secondary-links li {
	line-height: 1.5em;
	margin: 0 0;
	padding: 0;
}

#headerLinks ul.secondary-links li a {
	color: #333;
	padding-top: 4px;
	padding: 0 10px;
}

#headerLinks ul.secondary-links li a.active {
	color: #333;
	border-bottom: 4px solid #ccc;
}

#headerLinks ul.secondary-links li a:hover {
	border-bottom: 4px solid #ed1a09;
	color: #ed1a09;
	text-decoration: none;
}

#headerLinks ul.secondary-links li.active a:hover {
	color: #333;
	border-bottom: 4px solid #ccc;
}

/* @end */


/* @group Pager Styles */

ul.pager {
	margin: 1em 2em;
}

ul.pager li {
	margin: 0;
	padding: 0;
}

ul.pager li a {
	border: 1px solid #ccc;
	color: #ccc;
	padding: 0.25em 0.5em;
}

ul.pager li a:hover {
	border: 1px solid #333;
	padding: 0.25em 0.5em;
	background: #333 url(images/background-dark.gif) repeat;
	color: #4cf;
	text-decoration: none;
}

ul.pager li.pager-current {
	border: 1px solid #333;
	padding: 0.25em 0.5em;
	background: #333 url(images/background-dark.gif) repeat;
	color: #ccc;
}

/* @end */


/* @group Search Results */

p.search-snippet strong {
	font-weight: normal;
	background-color: #ff0;
}

/* @end */

/* @group Nodes */

.node {
	clear: both;
	margin-bottom: 2em;
}

.teaser .content p {
	margin-bottom: 0;
}

.readmore {
	text-transform: lowercase;
}

.teaser .content p+p {
	margin-top: 20px;
}

.headline h2 {
	display: block;
	margin: 0 10px 0 0;
	text-transform: lowercase;
}

.headline {
	border-bottom: 1px solid #ccc;
	margin-bottom: 0.5em;
}

.headline h2 a:link,
.headline h2 a:visited,
h3.searchresult a:link,
h3.searchresult a:visited {
	color: #333;
	font-weight: normal;
	text-decoration: none;
}

.headline h2 a:hover,
h3.searchresult a:hover {
	color: #ed1a09;
	font-weight: normal;
	text-decoration: none;
}

.headline .timestamp {
	color: #ccc;
	font-size: 1.75em;
	letter-spacing: -1px;
	font-weight: normal;
	text-align: right;
	text-transform: lowercase;
}

.node-author {
	color: #ccc;
	font-size: 85%;
	font-style: italic;
	line-height: 85%;
	margin: -4px 0 4px 0;
	padding: 0;
	text-align: right;
	text-transform: lowercase;
}

.node .content img.user-picture {
    float: right;
    padding: 0 0 10px 10px;
}

.node .content {
	padding: 0;
	clear: both;
}

.meta {
	background-color: #f2f2f2;
	color: #888;
	font-style: normal;
	font-size: 90%;
	text-align: right;
	text-transform: lowercase;
	padding: 2px 5px;
    margin-top: 4px;
}

.meta ul.inline,
.meta ul.inline li {
	display: inline;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

.post-comment-help {
	color: #888;
	font-style: italic;
	font-size: 90%;
	text-align: right;
}

/* @end */

/* @group Comments */

#comments {
	margin-bottom: 2em;
	padding: 0 1.5em 0 1.5em;
}

div.comment {
	clear: both;
	margin: 0 0 2em 0;
	background-color: #fff;
}

div.even div.content,
div.odd div.content {
	border: 1px solid #ccc;
	border-bottom: 0;
	margin: 0;
	padding: 1em;
}

div.comment div.content h3 {
	font-weight: normal;
	margin: 0;
	text-transform: lowercase;
}

div.comment div.content h3 a:link,
div.comment div.content h3 a:visited {
    color: #333;
	font-weight: normal;
	text-decoration: none;
}

div.comment div.content h3 a:hover {
    color: #ed1a09;
}

div.comment div.content p {
	margin: 0;
	padding: 0;
}

div.comment img.user-picture { 
    float: left;
    padding: 0 10px 5px 0;
}

div.comment div.content p+p { margin-top: 1.5em; }

div.even div.content { background-color: #fff; }

div.comment-meta {
	display: block;
	margin: 0;
	padding: 0.66em 0 0 0;
}

div.comment-meta span {
	margin-left: 0.66em;
	font-style: normal;
}

div.even div.comment-meta {
	background: #fff url(images/comment-light.gif) no-repeat top left;
	margin: 0;
	font-style: normal;
}

div.odd {
	background-color: #eee;
}

div.odd div.comment-meta {
	background: #fff url(images/comment-dark.gif) no-repeat top left;
}

div.comment-meta ul.links {
	margin: 0 0 0 0.66em;
	padding: 0;
}

div.comment-meta ul.links li {
	display: inline;
	margin: 0;
	padding: 0;
}

em.moderation {
	background-color: #fffbcc;
	padding: 2px;
	border: 1px solid #e6db55;
}

div.comment div.original-author {
	background-image: url(images/author-corner.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#respond {
	font-weight: normal;
}

#comment-form-wrapper {
	margin: 0 1.5em 0 1.5em;
}

#comments h2.comments, #comments div.box h2 {
	display: block;
	margin-bottom: 0;
	text-transform: lowercase;
}

#comments div.box {
    margin-top: 10px;
}

#comment-controls {
    margin: 20px 0;
}

/* @end */

/* @group Forums */

#forum-navigation {
	border-top: 1px solid #ccc;
	text-transform: lowercase;
}

#forum-nav-prev {
	text-align: left;
}

#forum-nav-prev a {
  margin-left: 1em;
}

#forum-nav-next {
	text-align: right;
}

#forum-nav-next a {
  margin-right: 1em;
}

/* @end */

/* @group User Login Form */

#user-login-form ul  {
    margin: 0;
    padding: 5px 0;
}

#user-login-form ul li {
	list-style-position: inside;
	list-style-type: none;
    border: 0;
    margin: 0;
    padding: 0;
}

/* @end */

/* @group Blocks (General) */

div.block h3, 
div.block-block h3 {
	border-bottom: 1px solid #333;
	color: #555;
	font-weight: normal;
	line-height: 1.25;
	margin: 0;
	margin-bottom: 3px;
	text-transform: lowercase;
}

.block {
	margin-bottom: 1.5em;
}

.block ul, .block ul.menu {
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

.block ul li, .block ul.menu li {
	border-bottom: 1px solid #f2f2f2;
	padding-left: 0;
	margin-left: 0;
	list-style-type: none;
	list-style-position: inside;
}

.block ul.menu li ul.menu li {
	margin-left: 1em;
}

.block ul.menu li ul.menu li.last,
.block ul.menu li ul.menu li ul.menu li.last {
	border: 0;
}

/* @end */

/* @group Bottom Block Region */

#bottom-bar .block-bottom {
	display: inline;
	float: left;
	margin-right: 20px;
	width: 220px;
}

#bottom-bar .block-bottom div.item-list ul,
#bottom-bar .block-bottom div.item-list ul li {
	list-style-type: none;
}

#bottom-search {
	margin-bottom:2em;
	margin-top: 2em;
}

#bottom-bar .block-search label {
	font-weight: normal;
}

#bottom #bottom-bar div.bottom-row-start {
	clear: both;
	margin-left: 0em;
}

#bottom #bottom-bar div.bottom-row-end {
	margin-right: 0;
}

#bottom-hr {
	margin-top: 1em;
}

#bottom-bar div.block-search label {
	display: none;
}

/* @end */


/* @group Footer */

#footer {
	background-color: #fff;
	color: #333;
	font-size: 85%;
	margin-top: 10px;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

.block-footer p {
	font-size: 90%;
}

/* @end */

/* @group Maintenance Page */

#masthead-top {
	margin-bottom: 0;
}

body.maintenance #page #header #masthead {
	background: #eee url(images/background-dark.gif) repeat;
}

body.maintenance #page #center {
	padding-bottom: 10em;
	width: 940px;
}

/* @end */



div#logo_bot {
text-align:center;
margin-left: auto;
margin-right: auto;
width:350px;
}

.countdowntimer {
font-size: 1.4em;
color: #f00;
}

span.inline-left {
margin: 0px 5px !important;
}

ul#subLinks {
margin:30px;
}

#block-block-1 {
min-height:32px;
}

#edit-currency-from,#edit-currency-to {
width:200px;
}

div.weather small {
display:none;
}

#pagination-toc {
width: 677px;
}

#pagination-toc h4 {
font-size: 1.1em;
margin-bottom: 0.3em;
}