/** $Id: style.css,v 1.4.2.3.2.2 2008/06/02 05:12:38 jwolf Exp $
 * Barron - DRUPAL-6
 */

html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a, img, dl, dt, dd, ol, ul, li {
	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 {
	/* background: transparent url('images/header.jpg') repeat-x; */

	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14pt;
	margin: 0;
	padding: 0;
    background:none repeat scroll 0 0 #FFFFFF;
}


h3 {
	font-size: 130%;
	font-weight: normal;
}

a:link,
a:visited {
color:#B93940;
text-decoration:none;
}

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


/*----------list styles----------*/
ul {
  margin: 0.5em 0 1em;
  padding: 0;
}

ol {
  margin: 0.75em 0 1.25em;
  padding: 0;
}

ol li, ul li {
  margin: 0.4em 0 0.4em .5em;
}

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, ul li, ul.menu li, .item-list ul li, li.leaf {
  margin: 0.15em 0 0.15em .5em;
}

ul li, ul.menu li, .item-list ul li, li.leaf {
  background: transparent url('images/menu-leaf.gif') no-repeat 1px .35em;
  list-style-image: none;
  list-style-type: none;
  padding: 0 0 .2em 1.5em;
}

ol li {
	margin-left: 2em;
  padding: 0 0 .3em;
}

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 {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}

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 {
  background: transparent url('../../misc/watchdog-ok.png') no-repeat 0px 50%;
  color: #393;
}

ol.task-list li.active {
  margin-right: 1em;
}

fieldset ul.clear-block li {
  background-image: none;
	margin: 0;
  padding: 0;
}

ul.primary, ul.primary li, ul.secondary {
  background: none;
border-bottom: 1px solid #BBBBBB;
  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 2em 0 0;
  padding: 0;
}

/*----------page container----------*/
#container {
	margin: 0 auto;
	 width: 970px;
}

/*----------header, logo and site name styles----------*/
#header {
	/* border-bottom:1px solid #356D1E; */
    background:none repeat scroll 0 0 #86b6cb;
	width:933px;
	height:165px;
	position: relative;
    padding-left:12px;
    padding-right:25px;
}
#nav-menu {
float:right;
padding-top:100px;
}


#header a {
font-size: 11px;
color:#000000;
font-weight:bold;
text-decoration:none;
}

#header a:hover {
color:#b11e26;
font-weight:bold;
text-decoration:none;
}

#logo-wrapper {
	height: 70px;
	line-height: 4em;
	position: absolute;
	top: 28px;
}

#header #logo {
	float: left;
	height: 100px;
	margin: -14px 0 0;
}

#header h1.site-name {
	color: #fff;
	float: left;
	font-size: 350%;
	margin: 6px 0 0;
}

#header h1.site-name a {
	color: #000;
	text-decoration: none;
}

#header h1.site-name a:hover {
	color: #ddd;
	text-decoration: none;
}

#header h2.site-slogan {
	color: #eee;
	float: left;
	font-size: 170%;
	margin: 16px 0 0 12px;
	text-transform: lowercase;
	white-space: nowrap;
}

/*----------nav styles -- primary links in header----------*/

#nav ul {
	list-style: none;
	list-style-image: none;
	height: 1%;
	margin: 0;
	padding: 4px 0 0;
	position: absolute;
	right: 0;
}

#nav li {
  background: none;
	display: inline;
  list-style: none;
  padding: 0;
}

#nav li a {
	border: none;
	color: #ccc;
	font-weight: normal;
	padding: 6px 10px;
	text-decoration:none;
}

#nav li a:hover,
#nav li a.active {
	background: #b11d25 none repeat;
	border: none;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	color: #fff;
	padding-left: 9px;
	padding-right: 9px;
}

/*----------main content----------*/
#content {
/*	float: left; */
    background:none repeat scroll 0 0 #FFFFFF;
	overflow: hidden;
	width: auto;
    padding-left:0px;
    padding-right:0px;
	margin:0;
}

/*----------sidebar styles----------*/
#sidebar-wrapper {
	/*background: transparent url('images/sidebar_bottom.jpg') no-repeat left bottom;*/
	float: right;
	margin-top: 20px;
	width: 290px;
}

#sidebar {
	/*background: transparent url('images/sidebar_top.jpg') no-repeat left top;*/
	margin: 0 0 20px;
	padding: 10px 0 0 30px;
}


/*----------page styles----------*/

.mission {
	background-color: #efefef;
	border: solid 1px #ccc;
	margin: 0;
	padding: 10px;
}

.messages {
	color: #b93940;
	font-size: 110%;
	margin: 10px 0;
}

/*----------node styles----------*/

.node h2.title {
	background: url('images/nodeTitle.gif') no-repeat 0 100%;
	color: #b11d25;
	font-size: 1.692em;    /* 22px */
	line-height: 1.25em;
	margin: 0;
}

.node h2.node-title a {
	color: #b11d25;
	text-decoration: none;
}

.node h2.node-title a:hover {
	color:#b11d25;
	text-decoration:none;
}


.submitted {
	color: #a3a3a3;
	font-size: 0.769em;
}

.node .links {
	font-size: 1em;
	margin: 0;
	padding: 0;
}

.taxonomy {
	background: url('icons/tag_red.png') no-repeat 0 7px;
	font-size: 0.846em;
	padding: 0 0 5px 16px;
}

.picture {
  float: right;
  padding-right: 1em;
}

.preview .node {
  padding: 0.75em;

}

/*----------block styles----------*/
.block {
	margin: 0 0 20px;
}

.block h2.title {
	border-bottom: 1px solid #eee;
	color: #b11d25;
	font-size: 1.230em;    /* 16px */
	font-weight: bold;
	line-height: 1.25em;    /* 20px */
	margin: 10px 0;
}

.block ul {
  margin: 0;
  padding: 0;
}

.block ul li {
	background-position: 0 0.461em;
}

/*----------comment styles----------*/
h2.comments {
font-size:14px;
font-weight:normal;
line-height:1.2em;
margin-bottom:0.25em;
}

h3.comment-title {
  font-size: 1.35em;
  margin: 0;
  padding: 0;
}

.comment {
	background-color: #FFFFFF;
  border: 1px solid #ccc;
  margin: 0 0 2em;
  padding: 1em;
}
#comment-form .form-item .description {
	font-size:10px;
	padding-right:28%;
}
.content blockquote p {
  margin: 0;
  padding: 0 20px 8px;
}

blockquote {
  background: url('images/close-quote.gif') no-repeat right bottom;
  color: #b11d25;
  font-family: serif;
  margin: 10px 0;
}

blockquote :first-child {
  background: url('images/open-quote.gif') no-repeat left top;
  padding: 10px 0 0 20px;
}

/*----------footer----------*/
#footer {
    border-top:1px solid #000000;
    clear:both;
	margin-top:25px;
	text-align:right;
}

.footer-p {
	font-size:0.923em;
	text-transform: uppercase;
	padding-right: 25px;
	padding-bottom:25px;
	padding-top:5px;
}

/*----------img styles----------*/
#content img {
/*	border: 1px solid #ddd; */
	padding: 2px;
}

#content a.active img {
	border: none;
}

#content .feed-icon img {
	border: none
}

/*----------icons for links----------*/
/*
 * Please see the README.txt file in the icons directory
 * for directions on how to obtain the icons for this theme
 * 
 */
.comment_comments a {
	background: transparent url('icons/comment.png') no-repeat 0 2px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.node_read_more a {
	background: transparent url('icons/page_white_go.png') no-repeat;
	padding-bottom: 5px;
	padding-left: 20px;
}

.comment_add a,.comment_reply a {
	background: transparent url('icons/comment_add.png') no-repeat;
	padding-bottom: 5px;
	padding-left: 20px;
}

.comment_delete a {
	background: transparent url('icons/comment_delete.png') no-repeat;
	padding-bottom: 5px;
	padding-left: 20px;
}

.comment_edit a {
	background: transparent url('icons/comment_edit.png') no-repeat;
	padding-bottom: 5px;
	padding-left: 20px;
}

.blog_usernames_blog a {
	background: transparent url('icons/user_comment.png') no-repeat;
	padding-bottom: 5px;
	padding-left: 20px;
}

/*----------misc. styles----------*/
hr {
  background:#000000;
  border: none;
  height:1px;
  margin: 0;
  padding: 0;
}


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;
}

span.form-required {
  color: #B93940;
}

.description {
 color:#000000;
font-size:12px;
margin-bottom:0.75em;
}

div.error, tr.error {
  background: #FFCCCC none repeat scroll 0%;
  color: #220000;
  padding: 8px;
}

/*-----forms-----*/
.form-text,
.form-textarea,
.form-select {
	border: 1px solid #CCCCCC;
}

#edit-submit,
.form-submit {
background-color:#FFFFFF;
border:1px solid #B93940;
color:#B93940;
cursor:pointer;
}

#edit-submit:hover,
.form-submit:hover {
	background-color: #FFFFFF;
}

#search label {
	display: none;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
  margin: 0.25em 0;
}

#center form {
  margin-bottom: 2em;
}

#search-form .form-submit,
#search-theme-form .form-submit,
#watchdog-form-overview .form-submit,
#node-admin-buttons .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;
}

/*-----user profiles-----*/
 
.profile {
  margin-top: 1.5em;
}
.profile h3 {
  border-bottom: 0;
  margin-bottom: 1em;
}
.profile dl {
  margin: 0;
}
.profile dt {
  font-weight: normal;
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: 1.4em;
  margin-bottom: 0.45em;
}
.profile dd {
  margin-bottom: 1.6em;
}

/*-----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-panel {
  background: #fff;
  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;
}

table.system-status-report th {
  border-color: #d3e7f4;
}

#autocomplete li.selected,
tr.selected td, tr.selected td.active {
  background: #FFCCCC;
  color: #000;
}

tr.selected td a:link,
tr.selected td a:visited,
tr.selected td a:active {
  color: #333;
}

tr.taxonomy-term-preview {
  opacity: 0.85;
}

tr.taxonomy-term-divider-top {
  border-bottom: none;
}

tr.taxonomy-term-divider-bottom {
  border-top: 1px dotted #CCC;
}


/*---------------user-login-form---remove center alignment---------------*/
#user-login-form {
  margin: 0;
  padding: 0 0 0 10px;
  text-align: left;
}

#user-login-form .form-item {
  margin: 0;
  padding: 0;
	text-align: left;
}

/*----------TinyMCE editor----------*/
body.mceContentBody {
	background: #fff;
	color: #000;
	font-size: 12px;
}

body.mceContentBody a:link {
	color: #B93940;
}


/*---------------table styles---------------*/
table {
  margin: 1em 0;
  width: 970px;
}

thead th {
  border-bottom: 1px solid #CCCCCC;
  color: #000000;
  font-weight: bold;
}

td,th {
  padding: 0.3em 0.5em 0.5em;
}

tr.even,tr.odd,tbody th {
  border: solid #000000;
  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: #FFF;
}
/**
 * dblog.module
 */
tr.dblog-user {
  background-color: #fcf9e5;
}

tr.dblog-user td.active {
  background-color: #fbf5cf;
}

tr.dblog-content {
  background-color: #fefefe;
}

tr.dblog-content td.active {
  background-color: #f5f5f5;
}

tr.dblog-warning {
  background-color: #fdf5e6;
}

tr.dblog-warning td.active {
  background-color: #fdf2de;
}

tr.dblog-error {
  background-color: #fbe4e4;
}

tr.dblog-error td.active {
  background-color: #fbdbdb;
}
tr.dblog-page-not-found, tr.dblog-access-denied {
  background: #d7ffd7;
}
tr.dblog-page-not-found td.active, tr.dblog-access-denied td.active {
  background: #c7eec7;
}


/**
 * Status report colors.
 */
table.system-status-report tr.error, table.system-status-report tr.error th {
  background-color: #fcc;
  border-color: #ebb;
  color: #200;
}
table.system-status-report tr.warning, table.system-status-report tr.warning th {
  background-color: #ffd;
  border-color: #eeb;
}
table.system-status-report tr.ok, table.system-status-report tr.ok th {
  background-color: #dfd;
  border-color: #beb;
}
.view-wall-gallery td {
text-align:center;
vertical-align:middle;
}
.upload-form {
	width:920px;
	margin-left:25px;
}
.upload-form .form-item label {
display:inline;
font-weight:bold;
vertical-align:top;
}
.upload-form .form-text {
width:300px;
}

.top_text .form-item , .botton_text .form-item{
	text-align:left;
}
#edit-field-yname-0-value-wrapper, #edit-field-ynumber-0-value-wrapper,  
#edit-field-email-0-value-wrapper, #edit-field-discription-0-value-wrapper
{
	text-align:right;
	padding-right:200px;
}

#edit-field-discription-0-value-wrapper .resizable-textarea {
	float:right;
	width:300px;
}

#edit-field-image-0-ahah-wrapper {
	clear:right;
}
.upload-form .resizable-textarea {
	clear:left;
	float:right;
}

span.form-required {
color: #b93940;
}

.top_text-1 .description {
	color:#000000;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
}

.form-item .description {
font-size:12px;
}
tr.even, tr.odd, tbody th {
border-color:#FFFFFF;
border-style:solid;
border-width:1px 0;
}

tr.even, tr.odd {
background-color:#FFFFFF;
border-bottom:1px solid #CCCCCC;
padding:0.1em 0.6em;
}

#nav-menu ul {
	float:left;
	padding-top:5px;
}

.menu-img {
	padding-left:10px;
}

div.botton_text span.textbold {
	font-weight: bold;	
}

		
/*---------------TAKE ACTION PAGE---------------*/		
.text_on_homepage{
padding-top:8px;
}

.accordion-header-active {
 color:#b11d25;
 font-size:14px;
}


.accordion-header {
 color:#b11d25;
 font-size:14px;
 padding-top: 10px;
 margin:0px;
 font-weight:bold;
}

.accordion-active {
 padding-top: 10px;
 margin:0px;
}

.text_on_about_page {
padding-bottom:25px;
margin:0;
}

#node-48{
padding: 0 25px;	
	
}

/*---------------TAKE ACTION---------------*/		



.view-home-page {
padding: 0 25px;
float:left;
}

h2 {
	font-size: 150%;
	font-weight: normal;
	margin: 0;
}

h2.titleonaboutproject {
padding-bottom: 25px;	
}

h2.titleonabout{
padding-top: 40px;	
}


h2.page-title {
padding: 25px 0 0px 0px;
font-weight:bold;
color: #b93940;	
font-size: 16px;
}

.accordion-active {
	padding-left:216px;
	width: 700px;
}

#take_action_text {
float:left;
width: 700px;
padding-bottom: 20px;
}

#spread_the_word {
float:left;
width: 196px;
margin: 0 20px 0px 0;
padding:0px;
}


/*---------------TAKE ACTION SUBMIT BUTTON---------------*/		

p.submit_title {
	font-size:14px;
	font-weight: bold;
	padding-top: 10px;
}

#spread_the_word a {
font-weight: bold;	
}


#spread_the_word img {
border: 0px;	
}


/*---------------ABOUT PAGE--------------*/	


#aboutsimontext{
float:left;
width: 745px;
}

#port{
float:left;
margin: 10px 20px 0 0;
padding:0;
width: 150px;
height: 192px;
}

p.picopy{
font-size: 10px;
padding-left: 73px;
margin-top:-5px;
}

img{
font-size:0;
border:0;
}

h2.about-title { 
padding: 25px 0  0 195px; 
}  

 #imageData #imageDetails {
float:left;
text-align:left;
width: 800px;
}

#addthis_dropdown table {
    width:100%;    
}


/*---------------LIGHTBOX---------------*/	

.f-name { 
   padding-left:40px; 
   padding-top:3px;
   font-weight:bold;
}

  .image-title { 
  margin-left:40px; 
  padding-top:8px; 
  width: 800px;
}  


#imageData {
  height:100px;
}

.top-text.form-item {
margin-top:0;	
margin-bottom:0;
}

#imageData #caption {
   font-weight:normal;
     width: 800px;
	 
}

#custom-module-add-photo-form {
    padding-left:25px;
    padding-right:25px;
}

.einvite {
    padding-bottom:10px;
    padding-left:80px;
    text-align:left;
    width:800px;
 }
#edit-all-email-wrapper label{
    margin-right:10em;
    vertical-align:top;
}
#edit-you-enail-wrapper label {
    margin-right:6em;
}
#edit-you-name-wrapper label {
    margin-right:6em;
}
#edit-body-email-wrapper label {
   margin-right:7em;
    vertical-align:top;

}
.fsubject label {
    margin-right:8em;
}
.container-submit {
    padding-left:19em;
}
#edit-you-name, #edit-you-enail, #edit-all-email {
    width:620px;
}
/* gallery*/
.jcarousel-skin-tango .jcarousel-container-horizontal {
	padding:0 25px;
	width:760px;
}
.jcarousel-skin-tango {
	margin-left:80px;
}
.galleria_container .caption {
	margin-left:85px;
}
#galleria-content .galleria_wrapper {
	height:633px;
text-align:center;
width:100%;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
height:52px;
width:764px;
}
.jcarousel-skin-tango .jcarousel-container {
	background:none repeat scroll 0 0 transparent;
	border:medium none;
}
.jcarousel-skin-tango .jcarousel-next-horizontal {
	background:url("images/next-horizontal.png") no-repeat scroll 0 0 transparent;cursor:pointer;
	height:23px;
	right:0;
	position:absolute;
	top:16px;
	width:10px;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
	background:url("images/prev-horizontal.png") no-repeat scroll 0 0 transparent;
	cursor:pointer;
	height:23px;
	position:absolute;
	left:0;
	top:16px;
	width:10px;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
	background-position:-20px 0;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
	background-position:-20px 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
	background-position:-20px 0;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:active {
	background-position:-20px 0;
}
.item-list .galleria li {
	background:none repeat scroll 0 0 transparent;
	display:block;
	float:left;
	height:50px;
	margin:0 12px 0 0;
	overflow:hidden;
	width:63px;
	padding:0;
	border:1px solid transparent;
}
.jcarousel-skin-tango .galleria-nav {
	display:none;
}
#header li {
	color:#666666;
font-size:11px;
font-weight:bold;
text-decoration:none;
}
#galleria-content li.active {
border:1px solid #86b6cb;
}
#galleria-content li.hover {
border:1px solid #86b6cb;
}
#galleria-content img {
	padding:0;
}
#galleria-content .item-list ul {
	margin:0;
}
.galleria_container {
	height:635px;
margin:0 auto;
padding:15px 0 30px;
}

.view-blog-view .views-field-title {
	font-size:16px;
	font-weight:bold;
	padding-bottom:5px;
	text-transform:uppercase;
}
.views-field-view-node {
	clear:both;
	font-weight:bold;
	padding-bottom:20px;
	
	
}
.views-field-created {
	font-style:italic;
}

#comment-form .form-item label {
	display:inline;
}
.nodeLinks {
	clear:both;
	padding-bottom:20px;
	padding-top:10px;
}
#comment-form #edit-name-wrapper,
#comment-form #edit-mail-wrapper,
#comment-form #edit-homepage-wrapper {
	text-align:right;
	width:37%;
}
#comment-form label {
	/*float:left;*/
	padding-right:1em;
	text-align:right;
}
