/* 
  ============================================================
	ORIGINAL AUTHOR  : 	Erwin Aligam
	WEBSITE			 :  http://www.styleshout.com/
	TEMPLATE NAME	 :	PixelGreen
	TEMPLATE CODE	 :	S-0010
	VERSION			 :  1.3
	MODIFICATIONS	 : 	Demian Lessa
	LAST MODIFIED	 :  January 18, 2011
  ============================================================
*/
 
/* 
  ============================================================
	HTML Elements
  ============================================================
*/

/* all top elements */
* { 
	padding:0; 
	margin:0; 
	outline:0; 
}

/* body */
body {
	margin:0; 	
	padding:0;
	font:normal 82%/1.6em sans-serif;
	text-align:center;		
}

/* links */
a:link, a:visited { 
	background:inherit; 
	color:#408040;				/* dark green */
	text-decoration:none; 
}
a:hover { 
	background:inherit; 
	color:#0040A0;				/* dark blue */ 
	text-decoration:underline; 
}
a[name] {
	background-color:inherit; 
	color: inherit;
	text-decoration: none;
}
a[href ^="mailto:"] {
	padding-right:20px;
	background:transparent url('../images/icon_mailto.gif') no-repeat center right;
}
a[class ~="popup"] {
	padding-right:18px;
	background:transparent url('../images/icon_popup.gif') no-repeat center right;
}
a[class ~="pdf"] {
	padding-right:18px;
	background:transparent url('../images/icon_pdf.gif') no-repeat center right;
}
a[class ~="zip"] {
	padding-right:18px;
	background:transparent url('../images/compress.png') no-repeat center right;
}
a[class ~="external"] {
	padding-right:18px;
	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:20px;
}

/* 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;
  overflow:auto;  
  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 {
	background:#408040;
	height:29px;
	padding-left:11px;
	padding-right:11px;
	color:#fff;
	text-align:left;
	border-left:1px solid #B0B0B0;
	border-bottom:solid 2px #FFF;
}
tr {
	height:30px;
}
td {
	padding-left:11px;
	padding-right:11px;
	border-left:1px solid #FFF;
	border-bottom:solid 1px #ffffff;
}
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:98%;
	padding:2px;
	font:normal 1em sans-serif;
	border:1px solid #DADADA;
	height:150px;
	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:920px;
}

/* header */
#header {
	height:80px;
	text-align:left;	
	margin-bottom: 10px;
	 background-color:#000000;
	 border-bottom: 4px solid #408040;
}
#header-content {	
	margin:0 auto; 
	padding:0;
	position:relative;
}
#header-content h1#logo {
	font:bold 45px 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 24px 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 {
	float:left;
	display:block;
	padding:3px 12px;	
	color:#FFF;
	background-color:#333;
	text-decoration:none;
	border-right:1px solid #272727;
}
#header-content li a:hover {
	background:#408040;
	color:#FFF;
}
#header-content li a#current  {
	background:#408040;
	color:#FFF;
}

/* content */
#content-wrap {
	clear:both; /* no elements allowed on either side of this float */
	float:left;
	width:100%;
	 margin-top:20px;
}
#content {
	text-align:left;	
	padding:0;
	margin:0 auto;	
}

/* sidebar */
#sidebar {
	float:right;
	width:30%;
	margin:0 0 10px 0; padding:0;	
}	
#sidebar h1 {
	padding:10px 0px 5px 10px;
	margin:0;	
	font:bold 1.3em sans-serif;
}
#sidebar h3 {
	padding:5px 0px 0px 10px;
	margin:0;	
}
.sidebox {
	background:#F2F2F2;
	border:1px solid #E0E0E0;
	margin-bottom:10px;
}

/* sidebar menu */
#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0 15px 0;
	padding:0;
}
#sidebar ul.sidemenu li {
	padding:0px 10px;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color:#333;
	height:1.5em;	
	padding:.3em 0 .3em 15px;
	line-height:1.5em;
	border-bottom:1px dashed #CACACA;
	text-decoration:none;
}
#sidebar ul.sidemenu a.top{	
	border-top:1px dashed #CACACA;
}
#sidebar ul.sidemenu a:hover {
	padding:.3em 0 .3em 10px;
	border-left:5px solid  #408040; /* green hover */
	background-color:#E0E0E0;	
	color:#408040;	
}
#sidebar p.mid {
	display:block;
	font-weight:normal;
	color:#333;
	height:1.5em;	
	margin:0px 10px 0px 10px;
	padding:.3em 0px .3em 15px;
	line-height:1.5em;
	border-bottom:1px dashed #CACACA;
	text-decoration:none;
}
#sidebar p.top {	
	display:block;
	font-weight:normal;
	color:#333;
	height:1.5em;	
	margin:10px 10px 0px 10px;
	padding:.3em 0px .3em 15px;
	line-height:1.5em;
	border-bottom:1px dashed #CACACA;
	text-decoration:none;
	border-top:1px dashed #CACACA;
}
#sidebar p.bot {	
	display:block;
	font-weight:normal;
	color:#333;
	height:1.5em;	
	margin:0px 10px 15px 10px;
	padding:.3em 0px .3em 15px;
	line-height:1.5em;
	border-bottom:1px dashed #CACACA;
	text-decoration:none;
}
#sidebar ul.sidemenu li.user {
	display:block;
	font-weight:normal;
	color:#333;
	height:1.5em;	
	margin-left:10px;
	margin-top:10px;
	padding:2px 0px 2px 25px;
	line-height:1.5em;
	text-decoration:none;
	background:url('../images/user.png') no-repeat 0 center;
}
#sidebar ul.sidemenu li.clock {
	display:block;
	font-weight:normal;
	color:#333;
	height:1.5em;	
	margin-left:20px;
	padding:2px 0px 2px 25px;
	line-height:1.5em;
	text-decoration:none;
	background:url('../images/clock.gif') no-repeat 0 center;
}
#sidebar ul.sidemenu li.calendar {
	display:block;
	font-weight:normal;
	color:#333;
	height:1.5em;	
	margin-left:20px;
	padding:2px 0px 2px 25px;
	line-height:1.5em;
	text-decoration:none;
	background:url('../images/calendar.png') no-repeat 0 center;
}

/* main */
#main {
	float:left;
	width:68%;	
	margin:0 0 10px 0; 
	padding:0;	
}
#main h1 {
	padding:10px 0px 0px 5px;
	margin:0 0 0 10px;
	border-bottom:1px solid #D0D0D0; 	
	font:bold 2em sans-serif;
}
#main ul li {
	padding: 0;
	margin-left: 10px;
	list-style-image: url('../images/green.png');
}
#main ul.inner {
	padding: 0;
	margin-left: 5px;
	margin-right: 0px;
	margin-top: 4px;
	margin-bottom: 8px;
}
#main ol.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:30px; 
	padding:0;
	background:#FFF;
	border:1px solid #D0D0D0;
	display:block;
}
.post h3 { 
	margin:30px 15px 10px 15px; 
	overflow:visible;
}
.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;
	margin-right:4px;
	padding-bottom:10px;
	text-align:right;
}
.post .post-footer {
	background-color:#F2F2F2;
	border:1px solid #E0E0E0;
	padding:5px; margin-top:20px;
	font-size:95%;
}
.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;
}

#footer {
	clear:both;
	margin-top:0;
	padding:0;
	text-align:left;	
	padding-top:30px;
}

#footer h1 { margin-left:0; }

#footer-content {	
	border-top:1px solid #D0D0D0;
	margin:0 auto;
}

/* 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 ul.flist a:hover {
	padding:.3em 0 .3em 10px;
	border-left:5px solid  #408040; /* green hover */
	background-color:#E0E0E0;	
	color:#408040;	
}
#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; }



