/* $Id: style.css,v 1.1.4.5 2008/10/18 19:14:39 couzinhub Exp $ */


/* Simple Layout reset */

* { margin: 0; padding: 0; }

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* clear classes for content */

.clearleft { clear: left; }

.clearright { clear: right; }

.clearboth { clear: both; }

/* Float classes for images */

.floatleft { float: left; margin: 0 10px 5px 0 !important; }

.floatright { float: right; margin: 0 0 5px 10px !important; }

.floatleft .caption { font-size: 10px; font-weight: bold; text-transform: uppercase; padding-top: 5px; }

/* "Skip to Main Content" link
*
* This link useful for both visually impaired people and those with mobility impairments
* who cannot use a mouse.
*/

#skip-nav {
  display: none;
}

#skip-nav a, #skip-nav a:hover, #skip-nav a:visited {
  position: absolute;
  left: 0;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#skip-nav a:active, #skip-nav a:focus {
  position: static;
  width: auto;
  height: auto;
}

/** Prevent overflowing content **/

#header,
#content,
#sidebar-left,
#sidebar-right,
#footer {
  overflow: visible;
  word-wrap: break-word; /* A very nice CSS3 property */
}



/* GENERAL Styles 
----------------------------*/

html{
	overflow-y:scroll;
}

#page {
	/* Use a 14px base font size with a 18px line height */
  font-size: 0.83em;
  line-height: 1.3em;
}

body, caption, th, td, input, textarea, select, option, legend, fieldset {
	font-family: "Lucida Grande", "Lucida Sans", "Microsoft Sans Serif", Tahoma, Verdana, Arial, Helvetica, 'DejaVu Sans', "Bitstream Vera Sans", 'comic sans ms', sans-serif;
}


/* When declaring Link states, remember: LoVe HA : Link | Hover | Visited | Active */

a:link, a:visited {
  color: #337f91;
  text-decoration:none;
	outline:0;
}

a:hover, a:active {
  color: #0c586a;
}
li a.active {
	color:#0c586a;
	font-weight:bold;
}

#content {
	color:#555;
	line-height:1.6em;
}

/* Titles  */

h1{
	font-size:2em;
	line-height:1.3em;
	margin-bottom:0.5em;
	margin-top:0pt;
}
h2{
	font-size:1.5em;
	font-weight:bold;
}
h3{
	font-size:1.3em;
	font-weight:bold;
}

/* Titles and text in content */

#content-area h2{
	padding-bottom:5px;
	margin-bottom:15px;
	border-bottom:1px solid #aaa;
}
#content-area h3, #content-area h4,
#content-area h5{
	margin-bottom:5px;
	text-decoration:underline;
}
#content-area h4{
	font-style:italic;
}
#content-area h5{
	color:#777;
	font-style:italic;
}
#content-area h6{
	color:#777;
	font-size:0.8em;
	text-decoration:none;
}
#content-area p{
	margin-bottom:15px;
}
em{
	font-size:1.05em;
}
cite, blockquote{
	padding:5px;
	background:transparent url(images/layout/textarea.gif) repeat top left;
}
blockquote{
	width:80%;
	margin:10px auto;
	font:italic 1.1em/1.6em georgia, times, serif;
	padding:5px 15px;
	border:1px solid #ccc;
}
kbd{
	font-size:1.3em;
	border:1px solid #aaa;
	padding:1px 5px;
}
dl{
	display:block;
	margin:10px 0;
}
dt{
	display:inline;
	border-bottom:1px dotted #999;
	font-weight:bolder;
}
dd{
	padding-bottom:10px;
	margin-bottom:10px;
	background:transparent url(images/layout/node.gif) no-repeat bottom center;
}


/* Lists  */

ul, ol {
  margin:0 0 15px 0;
  padding-left: 2em;
}
ul ul, ol ol{
	margin-bottom:0;
}
#content li.leaf{
	padding:0 0.5em 0 0;
	line-height:1.4em;
}

/* tables  */

table {
	width: 99%;
}
tr.even td, tr.odd td {
	padding: 10px 5px;
}
tr.even {
	background:transparent url(images/layout/even.gif) repeat top left;
}
tr.odd {
	background-color: transparent;
}

/* Code */

pre, code {
  font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;
}
code{
	font-weight:bold;
}
pre{
	background-color:#efefef;
	padding:5px;
	margin:5px 0;
	border:1px solid #aaa;
	display:block;
	width:80%;
	margin:10px auto;
}

/* List Styles */

ul          { list-style-type: disc; }
ul ul       { list-style-type: circle; }
ul ul ul    { list-style-type: square; }
ul ul ul ul { list-style-type: circle; }
ol          { list-style-type: decimal; }
ol ol       { list-style-type: lower-alpha; }
ol ol ol    { list-style-type: decimal; }

/* Abbreviation */

abbr {
  border-bottom: 1px dotted #666;
  cursor: help;
  white-space: nowrap;
}

/* Date-based "abbreviations" show computer-friendly timestamps which are not
   human-friendly. */

abbr.created {
  border: none;
  cursor: auto;
  white-space: normal;
}

hr{
	background:transparent url(images/layout/node.gif) no-repeat bottom center;
	display:block;
	height:5px;
	border:0;
	margin:20px 0;
}



/* THEME LAYOUT STYLES
-------------------------------- */


html{
	background:transparent url(images/layout/bg.jpg) repeat top center;
}
body {
	background:transparent url(images/layout/header.jpg) no-repeat top center;
  font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
}
#header{
	background:transparent url(images/layout/header.jpg) no-repeat top center;
	padding:0 40px;
}
#main{
	margin-top:15px;
}

/* Sidebar Right */

.sidebar-right #main{
	background:transparent url(images/layout/center-side-right.jpg) repeat-y top left;
}
.sidebar-right #main-inner{
	background:transparent url(images/layout/top-side-right.jpg) no-repeat top left;
}
.sidebar-right #footer{
	background:transparent url(images/layout/bot-side-right.jpg) no-repeat top left;
}

/* Sidebar Left */

.sidebar-left #main{
	background:transparent url(images/layout/center-side-left.jpg) repeat-y top left;
}
.sidebar-left #main-inner{
	background:transparent url(images/layout/top-side-left.jpg) no-repeat top left;
}
.sidebar-left #footer{
	background:transparent url(images/layout/bot-side-left.jpg) no-repeat top left;
}

/* Two Sidebars */

.two-sidebars #main{
	background:transparent url(images/layout/center-side-both.jpg) repeat-y top left;
}
.two-sidebars #main-inner{
	background:transparent url(images/layout/top-side-both.jpg) no-repeat top left;
}
.two-sidebars #footer{
	background:transparent url(images/layout/bot-side-both.jpg) no-repeat top left;
}

/* No Sidebars */

.no-sidebars #main{
	background:transparent url(images/layout/center-side-none.jpg) repeat-y top left;
}
.no-sidebars #main-inner{
	background:transparent url(images/layout/top-side-none.jpg) no-repeat top left;
}
.no-sidebars #footer{
	background:transparent url(images/layout/bot-side-none.jpg) no-repeat top left;
}

/* Header */

#primary{
	padding-top:5px;
}
#primary li{
	padding:0;
}
#primary a{
	color:#808080;
	border-right: 1px solid #808080;
	padding:0 10px;
	font-size:1.1em;
	float:left;
}
#primary a:hover, #primary a.active{
	color:#333;
}
#primary .last a{
	border-right:none;
}
#logo{
	float:left;
}
#name-slogan{
	overflow:hidden;
}
#site-name{
	margin:0;
}
#site-name a{
	display:block;
	font:normal 50px georgia, times, serif;
}
#site-name a, #site-slogan, .sidebar h2.block-title{
	color:#1c4853;
}
#site-slogan{
	font:italic 20px georgia, times, serif;
}

.noprimary #logo{
	margin:90px 20px 0 0;
}
.noprimary #name-slogan{
	padding:100px 0 0 0;
}
.withprimary #logo{
	margin:65px 20px 0 0;
}
.withprimary #name-slogan{
	padding:75px 0 0 0;
}


/* Sidebars */

.sidebar{
	font-size:0.95em;
	color:#555;
}
.sidebar .block{
	margin-bottom:20px;
}
#sidebar-right .block .content{
	margin-left:10px;
}
#sidebar-left .block .content{
	margin-right:10px;
}
.sidebar h2.block-title{
	display:block;
	font:normal 17px georgia, times, serif;
	padding:0 0 5px 15px;
	margin-bottom:5px;
	background:transparent url(images/layout/side-title.gif) no-repeat 0 6px;
	border-bottom:1px solid #8f9aaa;
}
#sidebar-left h2.title{
	text-align:right;
	padding:0 15px 5px 0;
	background:transparent url(images/layout/side-title-left.gif) no-repeat 100% 6px;
}

/* Content */

#mission{
	padding:15px;
	border:1px dashed #fff;
	background:transparent url(images/layout/textarea.gif) repeat top left;
	margin-bottom:40px;
}
#content ul.secondary-links li{
	display:list-item;
	float:left;
	list-style-type:disc;
	padding:0 25px 0 0;
}

/* node */

#content .node.teaser .title{
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0;
}
.node.teaser{
	margin-bottom:25px;
	padding:0 5px 15px;
	background:transparent url(images/layout/node.gif) no-repeat bottom center;
}
.node .submitted{
	font-size:0.8em;
	line-height:1.4em;
}
.node.teaser .submitted{
	float:right;
	margin:5px 0 0 15px;
	color:#999;
}
.node .content{
	margin:10px 0;
}
.node ul.links li{
	font-size:0.9em;
	padding:0 10px 0 0;
}
.meta{
	border-color:#ccc;
	border-style:dotted;
	border-width:1px 0;
	padding:5px;
	background:transparent url(images/layout/textarea.gif) repeat top left;
}
.meta .picture img{
	float:left;
	width:30px;
	margin-right:10px;
}
.meta .submitted{
	font-size:0.9em;
	padding:6px;
}
.node .links{
	text-align:right;
	margin:10px 0;
}

/* footer */

#footer{
	color:#1a3239;
	padding-top:25px;
	margin-bottom:30px;
	text-align:center;
	font:italic 0.9em georgia, times, serif;
}


/* User Interface Styles 
---------------------------- */

.resizable-textarea textarea {
	font-size:14px!important;
}
.messages {
	padding: 10px;
	margin: 10px;
	border: 1px solid #04a107;
	color: #04a107 !important;
	background-color: #edffed;
}
form{
	margin:10px 0;
}
input.form-text, textarea{
	width:90%;
	background:#fff url(images/layout/textarea.gif) repeat top left;
	border:1px inset #333;
	padding:5px;
}
fieldset input.form-text, fieldset textarea{
	background-image:none;
}
div.admin{
	font-size:0.9em;
}
div.admin .left {
	width:45%;
}
#edit-title{
	color:#666;
	font:bold 2em "Lucida Grande", "Lucida Sans", "Microsoft Sans Serif", Tahoma, Verdana, Arial, Helvetica, 'DejaVu Sans', "Bitstream Vera Sans", 'comic sans ms', sans-serif;
}
#blocks, #system-themes-form, .help, .messages, #system-modules{
	font-size:0.9em;
	line-height:1.3em;
}
#system-themes-form img{
	width:100px;
}
#user-login-form ul{
	padding:0;
}
.node-form textarea, .node-form .form-text {
	width:98%;
}
#edit-body{
	color:#555555;
	line-height:1.6em;
	font-size:1em;
}
fieldset{
	background:#FFFFFF url(images/layout/textarea.gif) repeat scroll left top;
}
fieldset.collapsed{
	background:none;
}
html.js fieldset.collapsible .fieldset-wrapper{
	overflow-x:auto;
	overflow-y:hidden;
}
.node-edit{
	font-style:italic;
	color:#777;
	padding:5px 15px;
	margin:10px 0;
	background:#FFFFFF url(images/layout/textarea.gif) repeat scroll left top;
	border:1px dotted #ccc;
}
.node-edit span{
	font-style:normal;
}
.form-item label{
	display:inline;
	margin-right:5px;
}
.page-admin-build-themes-settings-painted .form-item input{
	background-image:none;
}
#attach-wrapper #attach-hide{
	padding:10px 0;
}
#attach-wrapper #attach-hide div.form-item{
	float:left;
	margin:0;
}
.form-item .description{
	font-style:italic;
	line-height:1.2em;
	font-size:0.8em;
	margin-top:5px;
	color:#777;
}
.messages ul, .messages ol{
	margin-bottom:0;
}
.form-info{
	font-style:italic;
}
.multiselect dd{
	background:none;
}

html.js input.form-autocomplete {
	background-position:100% 7px;
}
html.js input.throbbing {
	background-position:100% -13px;
}


/* Rollover edit links for blocks
----------------------------*/

div.block {
  position: relative;
}
div.block div.edit {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 40;
  border: 1px solid #eee;
  padding: 0 2px;
  font-size: 11px;
  background-color: #fff;
}
div.block:hover div.edit {
  display: block;
}


/*******************************************************************
* Color Module: Don't touch                                       *
*******************************************************************/

div.block div.edit {
  border: 1px solid #eee;
  background-color: #fff;
}

.form-item .description{
	color:#777;
}
.messages {
	border: 1px solid #04a107;
	color: #04a107 !important;
	background-color: #edffed;
}
.meta{
	border-color:#ccc;
}
#content .block.secondary{
	border-bottom:1px solid #ccc;
}
