﻿/*** Barron - $Id: style.css,v 1.4.2.3.2.1 2008/01/10 05:01:39 jwolf Exp $ ***/

body
{
	color:#444;
	font:normal normal normal small/1.5em "Lucida Grande", Verdana, sans-serif;
	font-size-adjust:none;
	font-stretch:normal;
	margin:0;
	padding:0;
}

h2
{
	font-size:150%;
	font-weight:normal;
	margin:20px 0 0;
}

h3
{
	font-size:130%;
	font-weight:normal;
}

#container
{
	margin:0 auto;
	max-width:970px;
	width:90%;
}

/*----------header, logo and site name styles----------*/
#header
{
	height:100px;
	position:relative;
}

#siteName
{
	color:#fff;
	float:left;
	font-size:350%;
	margin:34px 0 0;
}

#siteName a
{
	color:#fff;
	text-decoration:none;
}

#siteName a:hover
{
	color:#ddd;
	text-decoration:none;
}

#siteSlogan
{
	color:#eee;
	float:left;
	font-size:170%;
	margin:50px 0 0 10px;
	text-transform:lowercase;
	white-space:nowrap;
}

#logoWrapper
{
	line-height:4em;
	position:absolute;
}

/*----------nav styles -- primary links in header----------*/

#nav ul 
{
	height:100%;
	list-style:none;
	list-style-image:none;
	margin:0;
	padding:4px 0 0;
	position: absolute;
	right: 0;
}

#nav li
{
	display:inline;
	
}

#nav li a
{
	border:medium none;
	color:#ccc;
	font-weight:normal;
	padding:6px 10px;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
}

#nav li a:hover
{
	background:#7B0505 none repeat;
	border:medium none;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	color:#fff;
	padding-left:9px;
	padding-right:9px;
}



/*----------main content----------*/
#content
{
	display:inline;
	float:left;
	margin:20px 0;
	max-width:680px;
	overflow:hidden;
	width:70%;
}

/*----------sidebar styles----------*/
#sidebarWrapper
{
	background:transparent url('images/sidebar_bottom.jpg') no-repeat scroll left bottom;
	display:inline;
	float:right;
	margin-top:20px;
	max-width: 290px;
	width:30%;
}



#sidebar
{
	background:transparent url('images/sidebar_top.jpg') no-repeat scroll left top;
	margin:0 0 20px;
	padding:10px 0 0 30px;
}

#sidebar .title
{
	border-bottom:1px solid #eee;
	color:#660403;
	font-size:120%;
	font-weight:bold;
	line-height:19px;
	margin:10px 0;
}

/*----------page styles----------*/
.pageTitle
{
	color:#2D0102;
	font-size:220%;
	line-height:1.3em;
	margin:10px 0 20px;
}

.mission
{
	background-color:#efefef;
	border:solid 1px #ccc;
	margin:0;
	padding:10px;
}

.messages
{
	color:#C80000;
	font-size:110%;
	margin:10px 0;
}

/*----------node styles----------*/
.nodeTitle
{
	background:url('images/nodeTitle.gif') no-repeat 0 100%;
	color:#9a0000;
	font-size:180%;
	line-height:1.25em;
	margin:0;
}

.nodeTitle a
{
	color:#660403;
	text-decoration:none;
}

.nodeTitle a:hover
{
	color:#d00000;
	text-decoration:none;
}

.node
{
	margin:0 0 40px;
}

.content p
{
	margin:10px 0;
}

.content p span.subscribe
{
	margin:10px 0;
  color: #73797C;
  letter-spacing:1px;
}

.submitted
{
	color:#a3a3a3;
	font-size:70%;
}

.nodeLinks
{
	font-size:95%;
	margin:0;
	padding:0;
}

.taxonomy
{
	background:url('icons/tag_red.png') no-repeat 0 7px;
	font-size:80%;
	padding:0 0 5px 16px;
}

.picture
{
  float:right;
  padding-right:1em;
}

.preview .node
{
  padding:0.75em;

}
/*----------comment styles----------*/
h3.commentTitle
{
  font-size:1.35em;
  margin:0;
  padding:0;
}

.commentTitle a
{
  color:#390100;
  margin:0;
  padding:0;
}

h2.comments
{
font-size:1.85em;
line-height:1.2em;
margin-bottom:0.25em;
}

/*blockquote
{
  margin:0;
  padding:0 0 8px;
}

blockquote p
{
  background:url('images/close-quote.gif') no-repeat right bottom;
  color:#620203;
  font-family:serif;
  margin:10px 20px;
  padding-left:18px;
  text-indent:-18px;
  width:400px;
}

blockquote p:first-letter
{
  background:url('images/open-quote.gif') no-repeat left top;
  padding-left:18px;
}
*/
/*----------footer----------*/

#footer a
{
	border:medium none;
	color:#a3a3a3;
} 

/*----------img styles----------*/
img
{
	padding:3px;
}

/*----------icons for links----------*/
.comment_comments a
{
	background:url('icons/comment.png') no-repeat 0 2px;
	padding-bottom:5px;
	padding-left:20px;
}

.node_read_more a
{
	background:url('icons/page_white_go.png') no-repeat;
	padding-bottom:5px;
	padding-left:20px;
}

.comment_add a,.comment_reply a
{
	background:url('icons/comment_add.png') no-repeat;
	padding-bottom:5px;
	padding-left:20px;
}
.comment_delete a
{
	background:url('icons/comment_delete.png') no-repeat;
	padding-bottom:5px;
	padding-left:20px;
}

.comment_edit a
{
	background:url('icons/comment_edit.png') no-repeat;
	padding-bottom:5px;
	padding-left:20px;
}

/*----------TinyMCE editor----------*/
body.mceContentBody
{
	background:#fff;
	color:#000;
	font-size:12px;
}

body.mceContentBody a:link
{
	color:#ff0000;
}

/*----------misc. styles----------*/
hr
{
  margin:0;
  padding:0;
  border:none;
  height:1px;
  background:#5294c1;
}

dl
{
  margin:0.5em 0 1em 1.5em;
}

dl dd
{
  margin:0 0 .5em 1.5em;
}

dt
{
  font-size:1em;
  margin:0.65em 0 0;
}

dl
{
  margin:0.5em 0 1em 1.5em;
}

dl dd
{
  margin:0 0 .5em 1.5em;
}

span.form-required
{
  color:#ffae00;
}

.description
{
  font-size:0.92em;
  color:#5A5A5A;
  margin-bottom:0.75em;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item
{
  margin:0.25em 0;
}

#center form
{
  margin-bottom:2em;
}

.form-button, .form-submit
{
  margin:0.5em 0.5em 1em 0;
}

#watchdog-form-overview .form-submit,
.confirmation .form-submit,
.search-form .form-submit,
.poll .form-submit,
fieldset .form-button, fieldset .form-submit,
.sidebar .form-button, .sidebar .form-submit,
table .form-button, table .form-submit
{
  margin: 0;
}

.box
{
  margin-bottom:2.5em;
}

div.admin
{
  margin:0;
  padding:0;
}


.user-signature
{
  color:#949494;
  font-family:Cursive, sans;
  font-size:0.80em;
  margin:0;
  padding:0;
}

/**
 * Admin Styles
 */
div.admin-panel,
div.admin-panel .description,
div.admin-panel .body,
div.admin,
div.admin .left,
div.admin .right,
div.admin .expert-link,
div.item-list,
.menu
{
  margin: 0;
  padding: 0;
}

div.admin .left
{
  float: left;
  width: 48%;
}
div.admin .right
{
  float: right;
  width: 48%;
}

div.admin-panel
{
  padding: 1em 1em 1.5em;
}

div.admin-panel .description
{
  margin-bottom: 1.5em;
}

div.admin-panel dl
{
  margin: 0;
}

div.admin-panel dd
{
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: -.2em;
  margin-bottom: .65em;
}

/*----------list styles----------*/
ul
{
  margin: 0.5em 0 1em;
  padding: 0;
}

ol
{
  margin: 0.75em 0 1.25em;
  padding: 0;
}

ul.menu, .item-list ul
{
  line-height:1.2em;
  margin: 0.35em 0 0 -0.5em;
  padding: 0;
}

ul.menu ul, .item-list ul ul
{
  margin-left: 0em;
}

ol li
{
  padding: 0 0 .3em;
  margin-left: 2em;
}

ul li.expanded
{
  background: transparent url('images/menu-expanded.gif') no-repeat 1px .35em;
}

ul li.collapsed
{
  background: transparent url('images/menu-collapsed.gif') no-repeat 0px .35em;
}

ul li.leaf a, ul li.expanded a, ul li.collapsed a
{
  display: block;
}

ul.inline li
{
  background: none;
  margin: 0;
  padding: 0 1em 0 0;
}

ol.task-list
{
  margin-left: 0;
  list-style-type: none;
  list-style-image: none;
}
ol.task-list li
{
  padding: 0.5em 1em 0.5em 2em;
}

ol.task-list li.active
{
  background: transparent url('images/task-list.png') no-repeat 3px 50%;
}

ol.task-list li.done
{
  color: #393;
  background: transparent url('../../misc/watchdog-ok.png') no-repeat 0px 50%;
}

ol.task-list li.active
{
  margin-right: 1em;
}

fieldset ul.clear-block li
{
  margin: 0;
  padding: 0;
  background-image: none;
}

ul.primary, ul.primary li, ul.secondary
{
  border-bottom:1px solid #BBBBBB;
  background: none;
  height:auto;
  margin:5px;
  padding:0 ;
}

ul.secondary li
{
  background: none;
  border-right:1px solid #CCCCCC;
  display:inline;
  padding:0 1em;
}

ul.links li {
  background:none;
  list-style:none;
  margin:0 1em 0 0;
  padding:0;
}


/*---------------user-login-form---remove center alignment---------------*/
#user-login-form
{
  margin:0;
  padding:0 0 0 10px;
  text-align:left;
}

.form-item
{
  text-align:left;
  margin:0;
  padding:0;
}


/*---------------TinyMCE editor---------------*/
body.mceContentBody
{
  background:#fff;
  color:#000;
  font-size:14px;
}

body.mceContentBody a:link
{
  color:#ff0000;
}


/*---------------table styles---------------*/
table
{
  margin:1em 0;
  width:100%;
}

thead th
{
  border-bottom:2px solid #AAAAAA;
  color:#494949;
  font-weight:bold;
}

td,th
{
  padding:.3em 0 .5em;
}

tr.even,tr.odd,tbody th
{
  border:solid #D5D6D7;
  border-width:1px 0;
}

tr.even
{
  background-color:#fff;
}

td.region,td.module,td.container
{
  background-color:#CBB5B5;
  border-bottom:1px solid #AAAAAA;
  border-top:1.5em solid #fff;
  color:#000;
  font-weight:bold;
}

tr:first-child td.region,tr:first-child td.module,tr:first-child td.container
{
  border-top-width:0;
}

td.menu-disabled,td.menu-disabled a
{
  background-color:#D5C2C2;
  color:#000;
}

td.active
{
  background-color:#f7f7f7;
}

/**
 * Watchdog.module
 */
tr.watchdog-user {
  background-color: #fcf9e5;
}

tr.watchdog-user td.active {
  background-color: #fbf5cf;
}

tr.watchdog-content {
  background-color: #fefefe;
}

tr.watchdog-content td.active {
  background-color: #f5f5f5;
}

tr.watchdog-warning {
  background-color: #fdf5e6;
}

tr.watchdog-warning td.active {
  background-color: #fdf2de;
}

tr.watchdog-error {
  background-color: #fbe4e4;
}

tr.watchdog-error td.active {
  background-color: #fbdbdb;
}
tr.watchdog-page-not-found, tr.watchdog-access-denied {
  background: #d7ffd7;
}
tr.watchdog-page-not-found td.active, tr.watchdog-access-denied td.active {
  background: #c7eec7;
}
 
/*---------------for leaderboard ad---------------*/
.subheader2 .header-adv .block-dfp {
	margin-left: -57px;
	padding-left: 57px;
	background-color: #f0f1f2;
}

.subheader2 .header-adv .block-dfp:after {
	content: "Advertisement";
  text-transform: uppercase;
  font-family: ArimoRegular, Helvetica, Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
  color: #a1a8ac;
  text-align: center;
  height: 30px;
  display: block;
}

.subheader2 .header-adv {
	min-height: 90px;
	height: auto;
}

.header {
	padding-bottom: 0px;
}

.header .subheader2 {
	clear: both;
}