/* CSS Reset - Conform Browsers */

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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

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

ol, ul {
  list-style: none;
}

table {
  border-spacing: 0;
}

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

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

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

dt, dd {
  padding-bottom: 10px;
}

dd {
  padding-left: 20px;
}

/* CSS */

/* Bottom BG Kills */
body {
	padding: 0;
	margin: 0;
	text-align: center; /*Centering for IE */
	line-height: 1.5em;
	background-color: #ffffff;
	background-image: none;
	background-repeat: repeat-x;
	background-position: bottom;
}

/* Main Layout */

#page-wrapper {
	padding: 4px;
	text-align: left; /* Reset text alignment */
	overflow: hidden;
	background-color: #ffffff;
	background-image: none;
	background-repeat: repeat-x;
	background-position: bottom;
}

#middle-wrapper {
  overflow: hidden;
  background: #ffffff;
}

.width-wrapper {
  margin: 0 auto; /* Center on Page */
}

#main-content {
  float: left;
  width: 100%;
  overflow: hidden; 
}

#main-content-inner {
  padding: 20px 20px 20px 0px;
  overflow: hidden; /* Fix for collapsible fieldsets in IE */
}

#middle-wrapper .sidebar-left {
  float: left;
  padding-top: 10px;
  z-index: 1;
  position: relative;
}

#middle-wrapper .sidebar-right {
  float: left;
  z-index: 1;
  position: relative;
  background: url(../images/style5/right_shadow.png) top left no-repeat;
}

.width25 { width: 24.9% }
.width33 { width: 33.3% }
.width50 { width: 49.9% }
.width100 { width: 99.9% }

/* Header  */

#header-wrapper {
  height: 100px;
  background: #ffffff;
}

#site-logo {
	float: left;
	padding-top: 75px;
	padding-left: 0px;
}

#site-name {
  float: left;
  padding-left: 0px;
  font-size: 60px;
  font-weight: 900;
  line-height: 100px;
  color: #bababa;
}

#site-slogan {
  float: left;
  padding-left: 10px;
  font-size: 11px;
  font-weight: bold;
  line-height: 100px;
  color: #454e54;
}

/* Footer */

#footer {
	color: #000;
	padding: 10px;
	text-align: center;
	font-size: .7em;
}

/* Sidebar Blocks */

.left-sideblock, .right-sideblock {
  padding: 0 0px 0 10px;
}

.left-sideblock .sideblock-inner {
  padding: 10px 0px;
}

.right-sideblock .sideblock-inner {
  padding: 20px 0px 20px 20px;
  border-bottom: 1px dashed #eeeeee;
}

.sideblock-inner h2, .sideblock-inner h3  {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #666666;
}

/* Custom Regions */

#top-regions {
 /*  background: #e4f5ff url(../images/style5/top-bg.png) repeat-x top; */
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#bottom-regions {
  padding-left: 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.userblock {
  float: left;
}

.userblock-inner {
	padding: 20px;
}

#bottom-regions .userblock-inner {
  padding: 20px;
  margin: 20px 20px 20px 0;
  color: #333333;
}

/* Bottom Link Highlights */
#bottom-regions .userblock-inner:hover {
	background-color: #ECFFCD;
}

#bottom-regions .userblock-inner .title, .icon {
  text-align: center;
}

/* Lists & Buttons */

ul.menu {
  margin: 0;
  padding: 0;
  border: none;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  text-align: left;
}

ul.menu li {
  margin: 0;
  padding: 3px 0;
}

/* Conflict between main menu and article leaf items */

li.expanded, li.collapsed, li.leaf {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-type: none;
}


.item-list ul {
  margin: 0;
  padding: 0;
  border: none;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  text-align: left;
}

#user-login-form .item-list ul {
  text-align: center;
}

.item-list ul a {
  font-size: 10px;
}

.item-list ul li {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-type: none;
}

ul.menu li a {
  text-decoration: none;
  font-weight: normal;
  color: #000000;
}

li.comment_add a {
  padding-left: 20px;
  background: url(../images/mini-comment.png) no-repeat left;
}

li.node_read_more a {
  padding-right: 20px;
  background: url(../images/arrow-double-right-green.png) no-repeat right;
}

ul.links li {
/*  Doesn't Appear to be needed.  display:inline;*/ 
  list-style-type:none;
  padding: 0 0.5em 1.5em 0;
}

/* Side Menu */

.sideblock-inner ul.menu li a {
  display: block;
  border-right: 3px solid #eeeeee;
}

.sideblock-inner ul.menu li a:hover {
  border-right: 3px solid #999999;
}

.sideblock-inner ul.menu li li a {
  color: #555555;
  border-right: 0px solid #dddddd;
}

.sideblock-inner ul.menu li li a:hover {
  color: #000000;
  border-right: 0px solid #888888;
}

.sideblock-inner ul.menu li ul {
  margin: 10px 0;
  padding: 10px 20px;
  background: #f8f8f8;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.sideblock-inner ul.menu li li ul {
	margin: 10px 0;
	padding: 10px 20px;
	background: #eeeeee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	vertical-align: middle;
}

/* Primary Links */

#primary-links h2 {
	display: none;
}

#primary-links {
  line-height: 25px;
  float: right;
  padding: 35px 10px 0px 0px
}

#primary-links a {
  display: block;
  margin-right: 0px;
  padding-left: 5px;
  font-size: 11px;
  color: #002b44;
  text-decoration: none;
}

#primary-links li {
  margin-left: 10px;
  float: left;
  display: block;
}

#primary-links ul li a span {
  display: block;
  padding-right: 5px;
  line-height: 25px;
}

#primary-links li a:hover span {
   background: url(../images/style5/primary-right.png) top right no-repeat;
}

#primary-links li a:hover {
  background: url(../images/style5/primary-left.png) top left no-repeat;
   color: #ffffff;
}


/* Navigation Menu */

#navigation h2 {
	/* Menu Title Not Needed */
	display: none;
}

#navigation, #navigation ul {
	line-height: 20px;
	z-index: 10;
}

#navigation a {
	display: block;
	padding: 0 15px;
	color: #C34713;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

#navigation a:hover {
	color: #F0B300;
	text-decoration: underline;
}

#navigation li {
	  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}

#navigation li:hover, #navigation li.sfhover {
 /*  position: static */
}

/* Level Two */

/* Dropdown Background */
#navigation li ul {
	position: absolute;
	margin: 0 0 0 0px;
	width: 200px;
	line-height: 30px;
	left: -999em;
	border: none;
	background-color: none;
}

#navigation li ul li {
  width: 200px;
}

#navigation li:hover ul, #navigation li.sfhover ul {
  left: auto;
}

#navigation li ul li a {
  color: #FA9200;
  font-size: 12px;
  background: url();
}

#navigation li ul li a:hover {
  color: #F0B300;
  background: none;
}

#navigation li ul ul {
  margin: -31px 0 0 200px;
  padding-bottom: 0px;
  background: none;
}

#navigation li:hover ul ul, #navigation li.sfhover ul ul, #navigation li:hover ul ul ul, #navigation li.sfhover ul ul ul, #navigation li:hover ul ul ul ul, #navigation li.sfhover ul ul ul ul {
  left: -999em;
}

#navigation li li:hover ul, #navigation li li.sfhover ul, #navigation li li li:hover ul, #navigation li li li.sfhover ul, #navigation li li li li:hover ul, #navigation li li li li.sfhover ul {
  left:auto;
}

#navigation li ul li.expanded {
  background: url(..../../images/style5/bullet-round.png) no-repeat 95% 50%;
}

#navigation li li a {
  width: 170px;
}


/* Login */
.form-required {
    display: none;
}

/* Nodes */

.node {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px dashed #eeeeee;
}

/* Typograpghy */

h1, h2, h3, h4, h5 {
  font-family: Georgia, "Times New Roman", Times, serif;
  padding-bottom: 10px;
  font-weight: normal;
}

h1, h1 a {
  font-size: 24px;
  color: #002941;
}

h2, h2 a {
  font-size: 18px;
  color: #002941;
}

h3, h3 a {
  color: #002941;
}

h4, h4 a {
  color: #002941;
}

h5, h5 a {
  color: #002941;
}

.item-list h3 {
  padding-top: 10px;
  font-size: 12px;
  font-weight: normal;
}

a {
  text-decoration: none;
  font-weight: bold;
  color: #000000;
}

a:hover {
  color: #002941;
}

.title {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: normal;
}

#main-content-inner .title, #main-content-inner .title a {
  color: #442800;
  line-height: 1.5em;
  font-size: 24px;
}

#main-content-inner .title a:hover {
  color: #004973;
}

/* Header Color Change */
#top-regions .title {
  color: #442800;
  line-height: 1.5em;
  font-size: 30px;
}

.taxonomy {
  padding-bottom: 1.5em;
}

p {
  padding-bottom: 1.5em;
}

.submitted {
  padding-bottom: 1.5em;
  font-size: 10px;
  color: #999999;
}

p.alert {
  margin: 10px 0;
  padding: 10px 15px 10px 54px;
  color: #523A00;
  border-top: 3px solid #FEC201;
  border-bottom: 3px solid #FEC201;
  background: #FFEDB5 url(../images/alert.png) 15px 50% no-repeat;
}

p.info {
  margin: 10px 0;
  padding: 10px 15px 10px 54px;
  color: #001045;
  border-top: 3px solid #0023A1;
  border-bottom: 3px solid #0023A1;
  background: #BACAFF url(../images/info.png) 15px 50% no-repeat;
}

p.notice {
   margin: 10px 0;
  padding: 10px 15px 10px 54px;
  color: #363636;
  border-top: 3px solid #5C5C5C;
  border-bottom: 3px solid #5C5C5C;
  background: #D9D9D9 url(../images/modify.png) 15px 50% no-repeat;
}

p.download {
  margin: 10px 0;
  padding: 10px 15px 10px 54px;
  color: #26420E;
  border-top: 3px solid #5EAA1F;
  border-bottom: 3px solid #5EAA1F;
  background: #DAFFBA url(../images/download.png) 15px 50% no-repeat;
}

li.check {
  padding-left: 20px;
  padding-bottom: 12px;
  list-style-position: outside;
  list-style-type: none;
  font-size: 12px;
  font-weight: bold;
  color: #002941;
  background: url(../images/checkmark.png) 0px 10% no-repeat;
}

blockquote {
  margin: 20px;
  padding-left: 45px;
  background: url(../images/openquote.png) top left no-repeat;
} 

blockquote p {
  padding-right: 35px;
  background: url(../images/closequote.png) bottom right no-repeat;
} 

pre {
  padding: 10px;
  margin: 10px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  border: 1px outset #333333;
  background: #ededed;
}

/* Forms*/

.form-submit {
  margin-bottom: 10px;
  color: #303030;
  background: #eeeeee url(../images/login.png) repeat-x;
  border: 1px solid #c7c7c7;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.form-submit:hover {
  color: #eeeeee;
  background: #303030;
}

.form-text, .form-textarea {

  border: 1px solid #999999;
  background: url(../images/form-text-bg.png) top repeat-x;
}

.breadcrumb, .breadcrumb a {
	visibility: hidden;
	display: none;
}

#edit-name, #edit-pass {
  width: 100px;
}

.search-block .form-item {
  margin: 5px 0;
}

.form-item label {
	display: inherit;
	font-style: normal;
	font-weight: lighter;
}

#user-login-form {
	text-align: left;	
}

.item-list ul a {
	font-size: 10px;
	font-style: normal;
	text-align: left;
}

.search-block .form-submit, .search-block .form-text {
  font-size: 16px
}

.search-block .form-text {
  padding: 2px;
}

/* Admin */

div.admin-panel {
  padding: 0;
}

div.admin .left {
  margin-left: 0;
  width: 49%;
}

div.admin .right {
  margin-right: 0;
  width: 49%;
}

div.admin-panel h3 {
  font-size: 14px;
  font-weight: normal;
}

div.admin-panel .body {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px dashed #eeeeee;
}

div.admin-panel .description {
  color: #999999;
  font-size: 10px;
}

.theme-info h2 {
  font-size: 14px;
  font-weight: bold;
}

#system-themes-form {
  font-size: 10px;
  overflow: auto;
}

.resizable-textarea {
  width: 100%;
}

.node-form .form-text {
  width: 100%;
}

.edit-block a {
  line-height: 25px;
  padding: 2px;
  color: #303030;
  background: #eeeeee url(../images/login.png) repeat-x;
  border: 1px solid #c7c7c7;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.edit-block a:hover {
  color: #eeeeee;
  background: #303030;
}

/* Tables */

table { 
  margin: 10px 0;
  width: 100%;
}

tr.odd {
  background-color: #eeeeee;
}

tr.even {
  background-color: #dddddd;
}

td {
  padding: 5px;
}

/* Comments */

/*.comment {
  margin: 10px 0;
  padding: 10px;
  color: #333333;
  background: #f8f8f8;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.comment h3 {
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 14px;
  font-weight: normal;
}

.comment h3 a {
  color: #333333;
  font-size: 14px;
  font-weight: normal;
}

.comment .picture {
  float: left;
  height: 50px;
}

.comment .picture img {
  margin-right: 10px;
  height: 50px;
}

li.comment_delete a {
  padding-left: 16px;
  font-size: 10px;
  color: #999999;
  background: url(../images/mini-trash.png) no-repeat left;
}

li.comment_edit a {
  padding-left: 16px;
  font-size: 10px;
  color: #999999;
  background: url(../images/mini-edit.png) no-repeat left;
}

li.comment_reply a {
  padding-left: 20px;
  font-size: 10px;
  color: #999999;
  background: url(../images/mini-comment.png) no-repeat left;
}

.comment a:hover {
  color: #000000;
}*/

/* Aggregator */

.feed-source {
  margin: 1.5em 0;
}

.feed-url, .feed-updated {
  padding-top: 10px;
  font-size: 11px;
}

.feed-item-date {
  font-size: 11px;
  color: #666666;
}

ul.pager li a {
  color: #666666;
}

ul.pager li a:hover {
  color: #0066FF;
}

/* Book */

.book_printer a {
  padding-left: 16px;
  background: url(../images/mini-doc.png) no-repeat left;
}

div.links {
}

.book-navigation .menu {
	display: none;
  padding: 10px;
  border: 1px solid #666666;
  background: #e7e7e7;
}

.book-navigation .menu a {
  color: #222222;
  font-weight: bold;
}

.book-navigation .page-links {
  border-top: 0;
  border-bottom: 1px solid #DEDEDE;
}

.book-navigation .page-up {
    display: none;
    float: left;
    margin: 0 5%;
    width: 4%;
}


/* Forum Styles */

#forum {
  padding: 0px;
  color: #333333;
  border: 0px;
  background: #ffffff;
}

#forum ul.links li, #forum ul.links li a {
 padding: 0;
 margin: 0;
 color: #000000;
}

#forum ul.links li a:hover {
 padding: 0;
 margin: 0;
 color: #666666;
}

/* Main Forum table */

#forum table {
  width: 100%;
  border: 0px;
}

#forum td { 
  padding: 10px;
}

#forum th { 
  font-size: 10px;
}

#forum th a, #forum th a.active{ 
  color: #000000;
}

#forum .odd {
  background: #eeeeee; 
  color: #333333;
}

#forum .even {
  background: #e6e6e6; 
  color: #333333;
}

/* Container Styles */


#forum .container {
  padding: 5px; 
  color:#ffffff; 
  font-weight: normal; 
  font-size: 12px ;
  background: #e9e9e9 url(../images/style5/header-bg.png) repeat-x;
}

#forum .container a {
  color:#ffffff;
  font-weight:bold;
}

#forum .container .name {
  float: left; 
  padding: 0; 
  margin: 0; 
  font-size: 1.2em;
}

#forum .container .description {
  margin: 0;
  float: right; 
  font-size: 10px;
  color:#e0e0e0;
}

#forum .name a {
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-weight: bold;
}

#forum .description {
  padding: 0;
  margin: 0;
}

#forum tr td.forum {
  background-image: url(../images/forum-default.png);
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 36px;
}

#forum td {
  padding: 10px 0;
  margin: 0;
}

#forum div.indent {
  margin-left: 0;
}

#forum .title a {
  font-size: 12px;
}

#forum .active {
  color: #000000;
}

#forum th img {
  padding-left: 10px;
}

#forum td.icon {
  padding: 0 10px;
  margin: 0;
  text-align: center;
}

.forum-topic-navigation {
  margin-bottom: 10px;
}

.forum-topic-navigation .topic-next {
  text-align: right;
}

.forum-topic-navigation .topic-previous {
  text-align: left;
}

#forum td.last-reply {
  padding-right: 10px;
}


/* Fieldsets */

fieldset {
  background: #f8f8f8;
  margin: 10px 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

html.js fieldset.collapsible {
  position:relative;
}

html.js fieldset.collapsed {
  border-bottom-width:0;
  border-left-width:0;
  border-right-width:0;
  height:20px;
  margin-bottom:0;
}

html.js fieldset.collapsible legend a {
  display:block;
}

html.js fieldset.collapsed legend a {
  background-position:5px 50%;
}

html.js fieldset.collapsible legend a {
  padding-left: 15px;
}

fieldset .resizable-textarea {
  width: 95%;
}

fieldset .form-text {
  width: 95%;
}

.node-form .form-submit {
  margin-top: 10px;
}

/* Polls */

.poll .bar {
  height: 5px;
  border: 1px solid #333333;
}

.poll .bar .foreground {
  height: 5px;
  background: url(../images/style5/header-bg.png) repeat-x; 
}

