/*
Theme Name: Colourise StanetDam
Theme URI: http://www.themelab.com/free-wordpress-themes/
Description: A colorful.  Visit <a href="http://www.themelab.com">Theme Lab</a> for more themes and <a href="http://www.styleshout.com">Styleshout</a> for more designs.
Version: 2.0
Author: Theme Lab StanetDam
Author URI: http://www.themelab.com/
*/
/* ----------------------------------------------
	Template Name : Colourise
	Template Code : S-0022
	Version : 1.0   
	Author : Erwin Aligam
	Author URI : http://www.styleshout.com/       
	Last Date Modified : March 07, 2008	
 ------------------------------------------------ */
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 
/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }
body {
	font: 12px/165% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #2B2B2B;
	margin: 0; 	padding: 0; 
	background: #F8F8F8 url(images/header1024NG.jpg) no-repeat center top;
	text-align: center;
}
/* Links */
a, a:active, a:link {
	text-decoration: none;
	color: #6565FF;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #898989;
	border-bottom: 0px dotted #438800;
}
/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #A3A3A3;
}
h1 {
	font-size: 3.4em;
	font-weight: normal;
	letter-spacing: -2px;
	padding: 15px 10px 5px 10px;
}
h2 {
	font-size: 2em;
	color: #895F30;
	padding: 20px 10px 5px 10px;
}
h3 {
	font-size: 1.7em;
	font-weight: normal;
	padding: 20px 10px 5px 10px;
}
h4 {
	font-size: 12px;
	font-weight: normal;
	padding: 20px 10px 5px 10px;
}
p, dl { padding: 10px; margin: 0; }
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }
dt {
  font-weight: bold;
  color: #7B7B7B;
}
dd {
  padding-left: 25px; 
}
/* images */
img {
	border: 0px solid #1B1B1B;
	padding: 5px;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace ;
  	/* white-space: pre; */
  	background: #111;
}
acronym {
  	cursor: help;
  	border-bottom: 1px dotted #5B5B5B;
}
blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;  
   background: url(images/quote.png) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #919191;
}
/* start - table */
table {
	margin: 15px 10px; 
	border-collapse: collapse;
}
th {
	background: #000;
	color: #F8F8F8;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	border-left: 1px solid #211E20;
	border-right: 1px solid #211E20;
	border-bottom: 1px solid #211E20; 
	border-top: 1px solid #48780E;
}
tr {
	color: #5b5b5b;
	height: 34px;
}
td {
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #111;
}
/* end - table */
/* form elements */
form {
	margin: 20px 10px; padding: 5px 10px 20px 10px;
	border: 0px solid #111;
	background: ;
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0;
	color: ;
}
input, select, textarea {
	padding: 5px 4px;
	font: normal 1em Verdana, Tahoma, sans-serif;
	color: ;
	background: ;
	border: 1px solid #1C1C1C;
}
textarea {
	width: 400px;
	height: 100px;
	display: block;	
}
input.button {
	font: bold 12px Arial, Sans-serif;
	height: 30px;
	margin: 0;
	padding: 2px 3px;
	color: ;
	background: ;
	border-width: 0px;
  border-style: solid;
  border-color: ;
}
/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#wrap {
	position: relative;
	width: 900px;	
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	position: relative;
	clear: both;
	width: 900px;
	padding: 0;
	margin-left: 5px;
	background: transparent;
	float: left;
	display: inline;
	border-top: 0px solid #1A1A1A;
}
#header {
	position: relative;
	width: 900px;
	height: 400px;
	margin: 0; padding: 0;
	background: transparent;
}
/*  Navigation  */
#nav {
	position: absolute;
	margin: 0; padding: 0;
	height: 40px;
	width: 900px;
	left: -40px;	top: 26px;
	border-bottom: 0px solid #1A1A1A;
}
#nav ul {
	float: left;
	list-style: none;
	width: 880px;
	height: 40px;
	margin: 0 0 0 5px; padding: 0;
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	float: left;
	margin: 0;	
	padding: 8px;
	font: bold 15px/35px 'Trebuchet MS', Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;
	color: #B2B2B2;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #eee;
	background: none;
	border: none;
}
#nav ul li.current_page_item a {
	color: #BA0000;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 72px Georgia, 'Times New Roman', Times, serif;
	letter-spacing: -1.5px;
	color: #737373;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 85px; left: -40px;
}
#header h1#logo-text a:hover {
	background: none;	border: none;
}
#header p#intro {
	position: absolute;
	margin: 0; padding: 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	text-transform: none;
	color: #9B9B9B;
	width: 250px;
	
	/* change the values of top and left to adjust the position */
	top: 205px; left: 55px;
}
/* Main Column */
#main {
	float: left;
	width: 740px;
	background: #ffffff;
	padding: 0;
	margin-left: -54px;
	display: inline;
}
#main h2 {
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 0;
	font: normal 3.4em 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 26px;
	color: 	#323232;
	border: 0px solid #BBBBBB;
	background: #B0B0B0;
	letter-spacing: -2px;
	text-transform: none;
}
#main h2 a {
	color: 	#323232;
	text-decoration: none;
	border: none;
}
#main ul li {
	list-style-image: url(bullet.gif);
}
/* Sidebar */
#sidebar {
	float: right;
	width: 250px;
	padding: 0;
	margin-top: -25px;
	margin-right:-50px;
	display: inline;
}	
#sidebar h3 {
	margin-top: 0px;
	font: normal 1.8em 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;
	background: url(images/footer-top.jpg) no-repeat center bottom;
	color: #323232;
}
#sidebar ul {
	text-align: left;
	margin-left: 0px
	margin: 7px 5px 8px 0px; padding: 0;
}
#sidebar ul li {
	list-style: none;
	padding: 8px 10px;
	margin: 0;
	border-bottom: 1px solid #DADADA;
}
* html body #sidebar ul li {
	height: 1%;
}
#sidebar ul li a {
	text-decoration: none;
	border: none;
	color: #9B9B9B;
	font-weight: bold;
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
	font-size: 14px;
	/* letter-spacing: .5px;  */
}
#sidebar ul li a span {
	color: #444;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 11px;
}
#sidebar ul li a:hover,
#sidebar ul li a:hover span {
	color: #5d5d5d;
}
#sidebar ul ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul ul li { border: none; }
/* footer */
#footer-wrap {
	position: relative;
	clear: both;
	padding: 1em 0 2.5em 4px;
	margin-top: 0px;
	margin-left:-54px;
	font: normal 1em 'Trebuchet MS', Tahoma, sans-serif;
	background: #9A9A9A url(images/footer-top.jpg) no-repeat center top;
	color: #696969;
	width: 999px;
	float: left;
	display: inline;
	border-bottom: 0px solid #070707;
}
#footer-wrap h3 {
	font: normal 1.6em/1.6em 'Trebuchet MS', Tahoma, sans-serif;
	color: #525252;
}
#footer-content {
	margin: 0 auto;
	width: 998px;
	text-align: left;
}
#footer-content ul.col-list {
	border-top: 1px solid #111;
	list-style: none;
	margin: 5px 0 0 5px; padding: 0;
	width: 98%;
}
#footer-content ul.col-list li {
	border-bottom: 1px solid #111;
}
#footer-content ul.col-list li a {
	display: block;
	line-height: 2em;
	font-weight: bold;
	padding: 4px 0 4px 8px;
	width: 98%;
	color: #555;
	border: none;
}
#footer-content ul.col-list li a span {
	color: #444;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
#footer-content ul.col-list li a:hover,
#footer-content ul.col-list li a:hover span {
	color: #CACACA;
	text-decoration: none;
}
#footer-content .col {
	width: 320px;
	padding: 0 0 30px 0;
	display: inline;
}
#footer-content .col2 {
	width: 310px;
	padding: 0 0 30px 0;
	display: inline;
}
#footer-content .space-sep {
	margin-right: 12px;
}
/* page_facebook24 */
#page_facebook24 {
}
#page_facebook24_fond {
  width:900px;
  height:700px;
  background-image: url(images/facebook24.jpg);
  background-repeat: no-repeat;
}
#page_facebook24_video {
	position: absolute;
	margin: 0; padding: 0;
	top:120px;
	left:1px;
}
#page_facebook24_wall {
	position: absolute;
	margin: 0; padding: 0;
	top:370px;
	left:680px;
}
/* postmeta */
.postmeta {
	padding: 2px 2px; margin: 20px 10px 15px 20px;
	font-size: 0.85em;
	color: #A3A3A3;
	border: 0px solid #111;
	background: ;
}
.postmeta .date{ margin: 0 10px 0 5px;}
.postmeta a.comments { margin: 0 10px 0 5px;}
.postmeta a.readmore { margin: 0 10px 0 5px;}
.post-info { font-size: 1.2em;	color: #574F4F;	padding-top: 3px;	padding-bottom: 3px; margin-left: 1px; border: 0px solid 1#111;	background: #E0E0E0; }
.post-info a {	color: #828282; }
.wpomatic-post { font-style: italic; color: #999999; }
.wpomatic-header { font-style: bold; color: #333333; }
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
/* display and additional classes */
.clearer { clear: both; }
.clear {
	display:inline-block;
}
.clear:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content: ".";
}
