/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME: 	PixelGreen
   TEMPLATE CODE: 	S-0010
   VERSION:          1.2   
	LAST MODIFIED:    June-05-2007       	
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0; 	padding: 0;
	font: normal 73%/1.5em Arial, Tahoma, sans-serif;
	color: #333;
	background: #fff url(/images/wikirage.com/bg.jpg) repeat-x;
	text-align: center;		
}

/* links */
a { background: inherit; color: #672541; text-decoration: none; }
a:hover { background: inherit; color: #CFA5B7; text-decoration: underline; }

.post a { background: inherit; color: #796E2B; text-decoration: none; }
.post a:hover { background: inherit; color: #D9D3AE; text-decoration: underline; }

/* headers */
h1, h2, h3 { font: bold 1em Arial, Tahoma, Sans-serif; }
h1 { font-size: 1.4em; color: #796e2b; }
h2 { font-size: 1.2em; text-transform: uppercase; }
h3 { font-size: 1.3em; font-weight: bold; color: #111; }
h4 { padding: 4px; font-size: 1.3em; background: #672541; color: #fff; margin-bottom: 5px; }
h5 { font-size: 1.2em; color: #1a23e4a; padding: 4px; }

#main h4 { padding: 4px; font-size: 1.3em; background: #796E2B; color: #fff; margin: 6px 0 6px 0; }
#main h1 { padding: 4px; font-size: 1.5em; background: #796E2B; color: #fff; margin: 6px 0 6px 0; text-align: center;}
#main h5 { padding: 4px; font-size: 1.3em; background: #D9D3AE; color: #796E2B; margin: 6px 0 6px 0; border: 1px solid #A89E63; }

p, h2, h3 {
	margin: 10px 15px;
}

ul, ol {
	margin: 2px 2px;
	padding: 0 2px;		
}

span.count {
	width: 55px;
	text-align: right;
}

/* images */
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

.post p {
	font-size: 1.3em;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 3px solid #72A545;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px; 	padding: 0 0 0 20px;  	
  	background-color: #FAFAFA; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #72A545;  
	font: bold 1.2em/1.5em "Trebuchet MS", Tahoma, sans-serif; 
	color: #666666;	
}

/* start - table */
table {
	width: 100%;
	border-collapse: collapse;
	margin: 0;	
}
table.recent-edits {
	width: 95%;
	border-collapse: collapse;
	margin: 0;	
	margin: 10px;
	border: 2px solid #796E2B;
}


th strong {
	color: #fff;
}
th {
	background: #74A846;
	height: 29px;
	padding-left: 7px;
	padding-right: 11px;
	color: #fff;
	text-align: left;
	font-size: 1.2em;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 25px;
}

.recent-edits th {
	background: #796E2B;
	color: #fff;
	border: 1px solid #796E2B;
}	

tr.alt {
	background: #efefcf;
}

td {
	padding: 7px;
	font-size: 1.0em;
}

td.top-edits {
	padding: 2px;
}

td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */

/* form elements */
form {
	margin:10px 15px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	background: #FFF url(/images/wikirage.com/gradientbg.jpg) repeat-x; 
	padding: 2px 3px; 
	color: #333;	
	border: 1px solid #DADADA;	
}

.homeAtt { font-size: 0.9em; text-align: bottom; margin: 2px 2px 0 2px; background-color: #9AB5BE; color: #1C404C; border: 1px solid #405F69;  padding: 0 2px 0 2px; }
.topVisits {  font-size: 0.9em; text-align: bottom; margin: 2px 2px 0 2px; background-color: #bbf; color: #339; border: 1px solid #99B;  padding: 0 2px 0 2px; }
.flagAtt { font-size: 0.9em; text-align: bottom; margin: 2px 2px 0 2px; background-color: #CFA5B7; color: #672541; border: 1px solid #8F556D;  padding: 0 2px 0 2px; }


/* 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 Arial, Sans-serif; 
	color: #333;	
	width: 60px;
	height: 26px;
	border: 1px solid #DADADA;
	padding: 3px 5px;	
	vertical-align: top;
}


/***********************
	  LAYOUT
************************/

#header-content, #content, #footer-content {
	width: 900px;
}

/* header */
#header {
	height: 105px;
	text-align: left;	
}
#header-content {	
	margin: 0 auto; padding: 0;
	position: relative;
}
#header-content h1#logo {
	position: absolute;	
	font: bold 45px Arial, Sans-serif;
	letter-spacing: -2px; 
	color: #FFF;
	margin: 0; padding: 0;		
	
	/* change the values of left and top to adjust the position of the logo */
	top: 0; left: 0px;
}
#header-content h1#logo a {
	text-decoration: none;
}

#main .search {
	font: bold 1.2em Arial, Sans-serif;
	text-transform: none;
	margin: 0; 
	border: 0;
	padding: 6px;
	text-align: center;
}

.search input {
	border: 1px solid #A89E63;
}

#main .button {
	background: #D9D3AE;
	border: 1px solid #A89E63;
	color: #796E2B;
	padding: 4px;

		}
	

#header-content #slogan {
	float: right;
	font: bold 1.4em Arial, Sans-serif;
	text-transform: none;
	color: #000;	
	margin: 0; padding: 60px 0 0 0;
	clear: both;
}

/* header menu */
#header-content ul {
	position: absolute;
	right: -5px; top: 5px;
	font: bolder 1.2em Arial, sans-serif;
	color: #FFF;
	list-style: none;
	margin: 0; padding: 0;		
}
#sub-nav ul.second {
	font: bolder 1.0em Arial, sans-serif;
	color: #FFF;
	list-style: none;
	margin: 0; padding: 0;		
}

#sub-nav {
	width: 100%;
	margin-bottom: 9px;
	padding: 0;
	text-align: center;
	background-color: #d9d3ae;
}

#sub-nav ul.third, #sub-nav span {
	font: bolder 1.0em Arial, sans-serif;
	color: #FFF;
	list-style: none;
	margin: 3px 0 0 0; padding: 3px 0 0 0;		
}
#header-content li, #sub-nav li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 3px 12px;	
	color: #1C404C;
	background-color: #89B1BE;
	text-decoration: none;
	border-right: 1px solid #1C404C;
}
#sub-nav li a, #sub-nav span a {
	padding: 3px 12px;	
	color: #796e2b;
	background-color: #D9D3AE;
	text-decoration: none;
	border-right: 1px solid #796e2b;
}
#header-content li a:hover {
	background: #1C404C;
	color: #FFF;
}
#sub-nav li a:hover {
	background: #796e2b;
	color: #FFF;
}
#header-content li a.current {	
	background: #1C404C;
	color: #FFF;
}
	
#sub-nav li a.current, #sub-nav span a.current  {
	background: #796e2b;
	color: #FFF;
}

/* header photo */
.headerphoto {
	margin: 0 auto;
	width: 770px;
	height: 200px;
	padding: 15px 10px 10px 10px; 
	background: #FFF url(/images/wikirage.com/headerphoto.jpg) no-repeat center;	
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
}
#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 Arial, Tahoma, Sans-serif;
}
.sidebox {
	background: #F5F5F5;
	border: 1px solid #EFEDED;
	margin-bottom: 10px;
}

/* sidebar menu */

.post ul {
	list-style: none;
	margin: 0;
}

.post ul a {
	display: inline;
	font-weight: bold;
	line-height: 1.5em;
	padding-left: 6px;
}

#sidebar ul.sidemenu {
	background: #F2F2F2;			
}

ul.sidemenu {
	list-style: none;
	margin: 10px 0 15px 0;
	padding: 0;
}
 
ul.sidemenu li {
	list-style: none;
	padding: 0px 4px;
	clear: both;
}

ul.sidemenu a {
	display:inline;
	color: #672541;
	height: 1.5em;	
	padding:.3em 0 .3em 9px;
	line-height: 1.5em;
	font-weight: bold;
	text-decoration:none;
}

ul.sidemenu a.top{	
	border-top: 1px dashed #D4D4D4;
}

ul.sidemenu a:hover {
	color: #1c404c;		
}

/* main */
#main {
	float: left;
	width: 68%;	
	margin: 0 0 10px 0; padding: 0;	
}
#main .search-results {
	padding: 5px;
}

div.404-search {
	height: 400px;
	background-color: #796e2b;
	text-align: center;
}

.post {
	margin: 0; padding: 0;
	background: #FFF url(/images/wikirage.com/gradientbg.jpg) repeat-x;
	border: 1px solid #EFEDED;
	height: 100%
}
.post .post-footer {
	background-color: #FAFAFA;
	border: 1px solid #f2f2f2;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
}
.post .post-footer .date {
	background: url(/images/wikirage.com/'clock.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .comments {
	background: url(/images/wikirage.com/'comment.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .readmore {
	background: url(/images/wikirage.com/'page.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* footer */
#footer {
	clear: both;
	margin: 0; padding: 0;
	font: normal .95em/1.6em Arial, Tahoma, Arial, sans-serif;
	text-align: left;	
}

#footer h1, #footer p {	margin-left: 0; }

#footer-content {	
	border-top: 1px solid #EAEAEA;
	margin: 0 auto;
	padding-left: 15px;
}
#footer-content a {
	text-decoration: none;
	color: #777;	
}
#footer-content a:hover {
	text-decoration: underline;
	color: #333;
}
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;
}
#footer-content .col {
	width: 32%;
	padding: 0 5px 30px 0;	
}
#footer-content .col2 {
	width: 33%;
	padding: 0 0 30px 0;	
}

/* 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; }




