/* 
  ============================================================
   ORIGINAL AUTHOR  :  	Demian Lessa
   LAST MODIFIED    :   January 18, 2011
  ============================================================
*/
 
/* 
  ============================================================
   HTML Elements
  ============================================================
*/

/* all top elements */
* { 
	padding: 0; 
	margin: 0; 
	outline: 0; 
	float: none !important;
}

/* body */
body {
	margin: 0; 	
	padding: 0;
	font: normal 9pt/1.5em sans-serif;
	text-align: center;
	background: white;
}

/* links */
a:link, a:visited { 
	background:inherit; 
	color:#408040;				/* dark green */
	text-decoration:none; 
}
a[name] {
	background-color:inherit; 
	color: inherit;
	text-decoration: none;
}
a[href ^="mailto:"] {
	padding-right:0px;
	background:transparent url('../images/icon_mail.gif') no-repeat center right;
}
a[class ~="popup"] {
	padding-right:0px;
	background:transparent url('../images/icon_popup.gif') no-repeat center right;
}
a[class ~="pdf"] {
	padding-right:0px;
	background:transparent url('../images/icon_pdf.gif') no-repeat center right;
}
a[class ~="zip"] {
	padding-right:0px;
	background:transparent url('../images/compress.png') no-repeat center right;
}
a[class ~="external"] {
	padding-right:0px;
	background:transparent url('../images/icon_external.gif') no-repeat center right;
}
a[href].back-to-top {
	background:url('../images/top.gif') no-repeat right center;
	padding-right:0px;
}

/* headers */
h1, h2, h3 { 
	margin: 10px 15px;
	font: bold 1em sans-serif; 
}
h1 { 
	font-size: 1.4em; 
	color: #408040; 
}
h2 { 
	font-size: 1.2em; 
	text-transform: uppercase; 
}
h3 { 
	font-size: 1.2em; 
}

/* paragraphs */
p { 
	margin:5px 10px; 
}
p.simple {
	margin:0; 
	padding:0;
}

/* lists */
ul, ol {
	margin:10px 20px;
	padding:0 10px;		
}

/* images */
img {
	border: 1px solid #E0E0E0;
	padding: 8px;
	background: #FAFAFA;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
img.clear {
	border: 0px;
	padding: 0px;
	margin: 0px;
	vertical-align: text-top;
}
img.valid {
	border:0px;
	padding:5px;
	margin:0px;
	vertical-align:text-top;
}
tt {
  font-family: 'Lucida Console', 'courier new', monospace;
}

/* code */
code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  background: #F6F6F6 url('../images/codebg.png') no-repeat right bottom;
  border: 1px solid #E8E8E8;  
  border-left: 3px solid #408040;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px; padding: 0 0 0 20px;  	
    background: #F6F6F6 url('../images/quote.gif') no-repeat 3px 5px; 
	border: 1px solid #E8E8E8; 
	border-left: 3px solid #408040;  
	font: bold 1.2em/1.5em sans-serif; 
	color: #666666;	
}

/* table */
table {
	border-collapse: collapse;
	margin: 10px 15px;	
}
th strong {
	color: #fff;
}
th {
	height: 29px;
	padding-left: 11px;
	padding-right: 11px;
	color: #fff;
	text-align: left;
	border-bottom: solid 2px #000000;
	border-left: solid 1px #000000;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-bottom: solid 1px #000000;
	border-left: solid 1px #000000;
}
td.first,th.first {
	border-left: 0px;
}
td.first-g {
	border-left:0px;
	vertical-align: middle;
	background:#B0F0B0;
}
tr.row-a {
	background:#F6F6F6;
}
tr.row-b {
	background:#ECECEC;
}

/* form elements */
form {
	margin: 10px 15px; 
	padding: 0;
	border: 1px solid #E8E8E8; 
	background-color: #F6F6F6; 
}
label {
	display: block;
	font-weight: bold;
	margin: 5px 0;
}
input {
	padding: 2px;
	border: 1px solid #DADADA;
	font: normal 1em sans-serif;
	color: #777;
}
textarea {
	width: 400px;
	padding: 2px;
	font: normal 1em sans-serif;
	border: 1px solid #DADADA;
	height: 100px;
	display: block;
	color: #777;
}
input.button { 
	margin: 0; 
	font: bold 1em sans-serif; 
	background: #FFF url('../images/gradientbg.jpg') repeat-x; 
	padding: 2px 3px; 
	color: #333;	
	border: 1px solid #CACACA;	
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0;
}
.searchform p { 
	margin: 10px; 
	padding: 0; 
}
.searchform input.textbox { 
	width: 130px;
	color: #333; 
	height: 20px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	font: bold 12px Sans-serif; 
	color: #333;	
	width: 60px;
	height: 26px;
	border: 1px solid #E0E0E0;
	padding: 3px 5px;	
	vertical-align: top;
}

/* 
  ============================================================
	LAYOUT Elements
  ============================================================
*/

#header-content, #content, #footer-content {
	width: 100%; 
}

/* header */
#header {
	height: 50px;
	margin-bottom: 20px;
	text-align: left;	
    background-color: #000000;
    border-bottom: 0px solid #408040;
}
#header-content {	
	margin: 0 auto; 
	padding: 0;
	position: relative;
}
#header-content h1#logo {
	font: bold 26px sans-serif;
	letter-spacing: -2px; 
	color: #FFF;
	margin: 0; 
	padding-top: 10px;		
	text-align: center;
}
#header-content h1#logo a {
	text-decoration: none;
	color: #FFF;
}
#header-content #slogan {
	font: bold 18px sans-serif;
	text-transform: none;
	color: #FFF;	
	margin-top: 4px; 
	padding: 0;
	text-align: center; 
}

/* header menu */
#header-content ul {
	position: absolute;
	right: 0px; 
	top: 15px;
	font: bolder 1.3em sans-serif;
	color: #FFF;
	list-style: none;
	margin: 0; 
	padding: 0;		
}
#header-content li {
	display: inline;
}
#header-content li a {
	display: block;
	padding: 3px 12px;	
	color: #FFF;
	background-color: #333;
	text-decoration: none;
	border-right: 1px solid #272727;
}
#header-content li a#current  {
	background: #408040;
	color: #FFF;
}

/* content */
#content-wrap {
	width: 100%;
    margin-top: 10px;
	display: inline;
}
#content {
	text-align: left;	
	padding: 0;
	margin: 0;
	display: inline;
}

/* sidebar */
#sidebar {
	width: 29%;
	margin: 0 0 10px 0; padding: 0;	
	display: none;
}

/* main */
#main {
	width: 100%;	
	margin: 0 0 10px 0; 
	padding: 0;	
	display: inline;
}
#main h1 {
	padding: 5px 0px 0px 5px;
	margin: 0 0 0 5px;
	border-bottom: 1px solid #D0D0D0; 	
	font: bold 2em sans-serif;
}
#main ul li {
	padding: 0;
	margin-left: 10px;
}
#main ul.inner {
	padding: 0;
	margin-left: 5px;
	margin-right: 0px;
	margin-top: 4px;
	margin-bottom: 8px;
}
#main li.top {
	margin-bottom: 4px;
}
#main li.mid {
	margin-top: 4px;
	margin-bottom: 4px;
}
#main li.bottom {
	padding: 0;
	margin-top: 4px;
}

/* post blocks */
.post {
	margin-bottom:40px; 
	padding: 0;
	background: #FFF;
	border: none;
	display: inline;
}
.post h3 { 
	margin: 10px 5px 5px 15px; /* top right bottom left */ 
}
.post p { 
	margin: 10px 5px 10px 15px; 
}
.post p.table-footer {
	font-size:10px;
	color:#606060;
	display:block;
	height:16px;
	margin-top:0px;
	margin-left:18px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:left;
}
.post .postdate {
	font-size: 10px;
	color: #999999;
	display: block;
	height: 16px;
	margin-top: 0px;
	padding-bottom:10px;
	padding-bottom: 4px;
	text-align: right;
}
.post .post-footer {
	background-color: #F2F2F2;
	border: 1px solid #E0E0E0;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
	display: none;
}
.post .post-footer .date {
	background: url('../images/clock.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .comments {
	background: url('../images/comment.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .readmore {
	background: url('../images/page.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .tags {
	background: url('../images/tag.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* footer */
#copyright {
	clear: both;
	width: 100%;
	font-size: 0.8em;
	margin-top: 0;
	padding-top: 40px;
	text-align: center;
}

#validate {
	clear:both;
	width:100%;
	font-size:0.8em;
	margin-top:0;
	padding-top:10px;
	text-align:center;
	display: none;
}

#footer {
	clear: both;
	margin-top: 0;
	padding: 0;
	text-align: left;	
	padding-top: 30px;
	display: none;
}

#footer h1 { margin-left: 0; }

#footer-content {	
	border-top: 1px solid #D0D0D0;
	margin: 0 auto;
	display: none;
}

/* footer list */
#footer-content ul.flist {
	list-style: none;
	margin: 0; padding: 0;
}
#footer-content ul.flist li {
	margin: 0;
	padding: 0px 10px;
}
#footer-content ul.flist a {
	display: block;
	font-weight: normal;
	color: #333;
	height: 1.5em;	
	padding: .3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #C0C0C0;
	text-decoration: none;
}
#footer-content ul.flist a.top {
	border-top: 1px dashed #C0C0C0;
}
#footer-content .col {
	width: 300px;
	padding: 0 5px 0px 0;
}
#footer-content .col2 {
	width: 290px;
	padding: 0 0 0px 0;	
}
#footer-content .space-sep {
	margin-right: 30px;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }
.noprint { display: none; }



