/**
 * Celju -- $Id: style.css,v 1.1.4.1 2008/01/10 03:47:04 jwolf Exp $
 */

@import "icons.css";

/* reset default styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, a, em, font, img,
dl, dt, dd, ol, ul, li, form, label, legend,
table, 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;
}

body
{
  font-family:Verdana, Helvetica, sans-serif;
  line-height:1;
  color: #333;
  background: #ffffff;
}

h1,h2,h3,h4,h5,h6
{
  font-weight:normal;
  margin:0;
  padding:0;
}

h1
{
  font-size:1.40em;
  margin:0 0 0.5em;
  padding:0;
}

h2
{
  font-family:Georgia;
  font-weight:bold;
  font-size:1em;
  margin:0 0 0.5em;
}

a
{
  color:#f68c38;
  text-decoration:none;
}

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

img, a img
{
  border:thin;
  border-color:#474747;
}

p
{
  font-family:Verdana, Helvetica, sans-serif;
  font-size:12px;
  line-height:16px;
  margin:0 0 12px;
  padding:0;
}

contactText {
font-family:Verdana,Helvetica,sans-serif;
font-size:12px;
line-height:16px;
margin:0 0 12px;
padding:0;
}

:focus
{
  outline: 0;
}

.clear
{
  clear:both;
}

.wrapper
{
  height:auto;
  margin:0 auto;
  padding:0;
  width:980px;
}

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


input
{
  font: 12px/100% Verdana, Helvetica, sans-serif;
  color: #494949;
}

textarea, select
{
  font: 12px/160% Verdana, Helvetica, sans-serif;
  color: #494949;
}

ol, ul
{
  margin:1em 0;
  padding:0 0 0 32px;
  font: 12px/160% Verdana, Helvetica, sans-serif;
}

.preview
{
  background-color:#f68c38;
  border:1px solid #444444;
  margin:0;
  padding:8px;
}

#container
{
  background:#000000; 
  width:100%;
  margin:0 auto;
  padding:0;
}

/*----------header styles----------*/
#header
{
  background:#ffffff url('images/header-big.png') no-repeat center top;
  height:220px;
  width:100%;
  margin:0;
  padding:0;
}

#header h1
{
  color:#474747;
  font-family:Verdana, Helvetica, sans-serif;
  font-size:40px;
  font-weight:300;
  margin:0;
  padding:16px 0 0;
  width:800px;
}

#header h2
{
  font-size:26px;
  margin:4px 0 0;
  padding:6px 0 0 6px;
  width:800px;
}

#header .siteName
{
  font-style:oblique;
  line-height:1;
  margin:-10px 0 10px;
  width:960px;
}

#header .siteSlogan
{
  font-family:Verdana, Helvetica, sans-serif;
  font-style:oblique;
  line-height:1;
  margin:-10px 0 10px;
  width:960px;
}

#clickableHome {
    text-indent: -9999px;
	display: block;
	width: 380px;
	height: 120px;
	position:absolute;
	left: 50px;
	top: 2px;
	border: none;
}


#header .wrapper
{
  height:210px;
}


/*----------navbar styles - primary links----------*/
#navbar
{
  background-color:#FFFFFF;
  height:0px;
  margin:0;
  padding:0;
  width:100%;
}

#navbar .wrapper
{
 height:auto;
}

/*----------navtabs - primary links - styles---------- */
#navtabs
{
  color:#c55801;
  float:right;
  font-family:Verdana, Helvetica, sans-serif;
  font-size:14px;
  font-weight:normal;
  list-style-type:none;
  padding: 2px 6px 6px 4px;
}

ul#navtabs
{
	margin: -118px 40px 14px 0;
  	padding:0;
}
#navtabs li
{
  margin:0;
  padding:0 0 0 6px;
  float:right;
  list-style-type:none;
}

#navtabs li a
{
  padding:10px 18px 6px 8px;
  color:#f68c38;
  display:block;
  text-decoration:none;
}


#navtabs li strong, ul#navtabs li.cur a, ul#navtabs li.over a, ul#navtabs li:hover a
{
  padding:10px 18px 6px 8px;
  color:#FFFFFF;
  display:block;
  text-decoration:none;
}

ul#navtabs li ul
{
  margin:0;
  padding:0;
  display:none;
  float:right;
  right:500px;
  position:absolute;
  top:250px;
  width:310px;
}


/*----------main content styles----------*/
#mainContent
{
  background:#fff;
  font-size:14px;
  line-height:24px;
  margin:0;
  padding:14px 0;
}

.contentLeft
{
  background:inherit;
  float:left;
  margin:0;
  overflow:hidden;
  padding:0 10px 0 12px;
  width:662px;
}

.sidebar
{
  background:inherit;
  float:right;
  font-size:13px;
  margin:0;
  padding:10px 14px;
  width:240px;
  background:#f5f5f5;
}

.sidebar a {
color:#222;
}

.sidebar a:hover {
	text-decoration:none;
	color:#f68c38;
}

.sidebar a:active {
	text-decoration:underline;
	color:#f68c38;
}

.sidebar p {
	line-height:20px;
}

.sidebar img {
	float:left;
	border:none;
}


/*----------portfolio styles------------*/

#portfolio { 
	padding: 0; 
	margin: 0;
	display:block;
	text-decoration: none; 
	} 
	
#portfolio ul { 
	padding: 0; 
	margin: 0;
	list-style-type:none; 
	margin-bottom: 10px; 
	text-decoration: none; 
	} 

#portfolio a { 
	display: block; 
	width: 20em;  
	text-decoration: none; 
	text-align: left; 
	} 
	
#portfolio a:hover {   
	color: #474747;
	text-decoration:none;
	} 	
	
#portfolio ul li { 
	padding: 0; 
	margin: 0;
	float: left; 
	width: 20em; 
	display:block;
	padding-bottom: 3em;
	font-size:11px;
	line-height:13px;
	list-style-type:none; 
	text-decoration: none; 
	} 
	
#featured {
	background:#f5f5f5;
	padding:10px 16px 90px;
	font-size:12px;
	line-height:16px;
	}

#featured p {
	font-style:italic;
	color:#fff;
	font-size:12px;
}

#featuredTitle {
	color:#EEEEEE;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	padding:4px 14px;
	background:#222222;
}

#featured img {
	float:left;
	margin-right:10px;
	margin-top:4px;
	border:none;	
}

/*----------footer styles----------*/
#footer
{
  background: url('images/footer-big.jpg') left top;
  color: #444444;
  height:120px;
  margin:0;
  padding:0 0 30px;
  width:100%;
  font-family:Verdana, Helvetica, sans-serif;
  font-size:0.9em;
}

#footer a
{
  color:#444444;
}

#footer .nodePage {
  margin:-10px 0 1.5em;
  padding:0 0;
}
  

#footer .columnLeft, #footer .columnMiddle ,#footer .columnRight
{
  float:left;
  height:auto;
  margin:16px 10px 0 0;
  padding:0 20px;
  width:272px;
  font-family:Verdana, Helvetica, sans-serif;
  font-size:0.8em;
}

#footer .footerContentLeft, #footer .footerContentRight
{
  background:none repeat scroll 0%;
  height:auto;
  margin:16px 10px 0 0;
  padding:0 20px;
  width:600px;
  font-family:Verdana, Helvetica, sans-serif;
  font-size:0.8em;
}

#footer .footerContentLeft
{
  float:left;
}

#footer .footerContentRight
{
  float:right;
}

#footer h2
{
  font-family:Georgia;
  font-size:1.20em;
  font-weight:bold;
  line-height:1.2em;
  margin:0.5em 0;
  padding:0;
}

#footer p
{
  font-family:Verdana, Helvetica, sans-serif;
  font-size:0.9em;
  line-height:1.6em;
}

.footerMessage
{
  background:#444444 none repeat scroll 0%;
  border-top:4px solid #061303;
  font-family:Verdana, Helvetica, sans-serif;
  font-size:0.6em;
  color:#AAAAAA;
  margin:0 auto;
  padding:10px 0;
  text-align:center;
  width:100%;
}

#twitter ul {
  font-family:Verdana, Helvetica, sans-serif;
  font-size:0.8em;
}

#twitter .twitter_update_list ul {
  font-family:Verdana, Helvetica, sans-serif;
  font-size:0.8em;
}

#footer ul li {
  list-style:none;
  list-style-image:none;
	}


/*---------- page styles----------*/
.pageTitle
{
  font-family:Georgia;
  font-size:1.6em;
  line-height:1.2em;
  margin-bottom:0.25em;
  font-weight:bold;
}

.mission
{
  background:#FFF url('images/block-bg.jpg') repeat-x scroll bottom right;
  border:3px solid #FFFFFF;
  color:#333;
  font-size:1em;
  line-height:1.35em;
  margin:0.32em 0 0.85em;
  padding:1em;
}

.breadcrumb
{
  margin:0.32em 0;
  padding:0;
}

.messages
{
  color:#f68c38;
  font-size:1.10em;
  margin:0.75em 0 0.75em;
  padding:0.5em 1em;
}

.messages ul
{
  margin:0;
}


/*----------node styles----------*/
.node, .nodePage
{
  margin:20px 0 1.5em;
  padding:0 0;
}

.nodePage
{
  padding:4px 10px 0px 10px;
}


h3,h4,h5,h6 a
{
  color:#444444;
  font-family:Verdana, Helvetica, sans-serif;
  font-size:1.50em;
}

.nodeTitle a {
  font-size:1.50em;
color:#444444;
font-family:Georgia;
  font-weight:bold;
}

.nodeTitle a:hover
{
  color:#444444;
  text-decoration:none;
	font-family:Georgia;
  font-weight:bold;
}


.taxonomy
{
  border-bottom:1px solid #ddd;
  border-left:1px solid #ddd;
  color:#909090;
  clear:left;
  font-size:1em;
  margin:0;
  padding:0 0 0.3em 0.5em;
}

.submitted
{
  color:#909090;
  font-size:10px;
  margin:0 0 0px;
  padding:0;
}

.node .content
{
  padding:6px 0 0;
}

.node .links
{
  font-size:14px;
  padding:0 0 0.35em 0;
  margin:0;
}

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

.preview .node
{
  padding:0.75em;

}

/*----------block styles----------*/

.block
{
  margin:0 0 1.5em;
  padding:0;
}

.sidebar .block h2.title
{
  background:url(images/sidebar_header.png);
  font-family:Georgia;
  font-size:1.2em;
  margin:0 -2px 4px;
  padding:4px;
  text-align:center;
  font-weight:bold;
  color:#fff;
  width:256px;
  height:31px;
  
}

.block-region
{
  background-color:#FFFF66;
  color:#333;
  margin-bottom:4px;
  margin-top:4px;
  padding:3px;
}

.sidebar .block .content
{
  background:#f5f5f5;
  margin:0;
  padding:10px 4px 2px 15px;
}

.footerMessage .block
{
  margin:0;
  padding:2;
}

/*----------comment styles----------*/
.commentTitle
{
  font-size:1.25em;
}

.comment
{
  background-color:#F7F7F7;
  border:1px solid #ccc;
  margin:0 0 2em;
  padding:1em;
}

h2.comments
{
  font-family:Verdana, Helvetica, sans-serif;
  font-size:2em;
  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:#30457E;
  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;
}

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

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
{
  padding: 0 0 .2em 1.5em;
  list-style-type: none;
  list-style-image: none;
  background: transparent url('images/menu-leaf.gif') no-repeat 1px .35em;
}

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

.form-item label {
  padding:6px 0 4px;
}


/*---------------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:#FDF4DD;
  border-bottom:1px solid #AAAAAA;
  border-top:1.5em solid #fff;
  color:#455067;
  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;
}

/**
 * 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-content-cal .odd
{
  background-color:#fff;
}