/*
Theme Name: Colourise
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: 1.0
Author: Theme Lab
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: 11px/165% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #000; 	
	margin: 0; 	padding: 0; 
	background: #fff;
	text-align: center;
	background:url(images/bg-body.gif) no-repeat center bottom ;
}

/* Links */
a, a:active, a:link {
	text-decoration: none;
	color:#999;
	}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #000;
	background-color:#fff;
	}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Arial, Sans-serif;
}
h1 {
	font-size: 3.4em;	
	font-weight: normal;
	letter-spacing: -2px;
	padding: 15px 10px 5px 10px;	
}
h2 {
	font-size: 14px;
	color: #444;
	padding: 10px 10px 5px 0px;
	margin-bottom:0px;
}
h3 {
	font-size: 1.7em;	
	font-weight: normal;
	padding: 20px 10px 5px 0px;	
}

h2 .tags{font: normal 1.0em 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;	letter-spacing:-2px; padding-left:68px; margin-bottom:-15px;}

p, dl { padding: 10px; margin: 0; }

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #fff;
}
dd {
  padding-left: 25px; 
}

/* images */
img {
	background: #fff;
   }
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}
p img{margin-left:-8px;}
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 0px;
 	padding: 10px 10px 10px 0px;  
   background: #fff url(images/quote.gif) no-repeat 45px 10px;
	font-weight: normal;
	font-size: 11px;
	line-height: 1.8em;
	font-style: normal;
	font-family:  'Lucida granade', geneva, verdana, Sans-serif;
	color: #999;	
}

/* start - table */
table {
	margin: 15px 10px; 
	border-collapse: collapse;			
}
th {
	background: #000;
	color: #fff;
	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: 5px 0px; padding: 5px 10px 10px 0px;
	background: #fff; 	
}
label {
	display: block;
	font-weight: normal;
	margin: 5px 0;
	color: #000;
}
input, select, textarea {
	padding: 5px 5px;
	font: normal 1em Verdana, Tahoma, sans-serif;
	color: #444;
	background: #ffffff;  
	border: 1px solid #FF0099;
}
textarea {
	width: 400px;
	height: 100px;
	display: block;	
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #48780E;
	background: #000;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #1c1c1c;
}

#commentform p{margin-left:0px;}
/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 20px 0 0px 0px;	
	width: 270px;	
}
.searchform p { margin: 0; padding: 0 0 10px 0; }
.searchform input.textbox { 
	width: 150px;
	height: 16px;
	padding: 2px;	
	vertical-align: top;
}


/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#wrap {
	position: relative;
	width: 750px;	
	margin: 0 auto;
	text-align: left;		
}
#content-wrap {
	position: relative;
	clear: both;
	width: 750px;	
	padding: 0; 		
	margin-left: 5px;	
	background: transparent;
	float: left;	
	display: inline;	
}
#header {
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	background-position:center;
	position: relative;
	width: 750px;	
	height: 180px;	
	margin: 0; padding: 0;		

}


/* Main Column */
#main {
	float: left;
	width: 545px;
	padding: 0; margin: 0;
	display: inline;		
}

#main p{padding-left:85px;}
#main ol li p{padding-left:45px;}
#main p a{color:#666;}
#main p a:hover{color:#000;}

#main h2 {
	padding-bottom: 0px;
	margin-top: 15px;
	font: normal 2.5em 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;	
	color: #000; 
	letter-spacing: -1px;	
	text-transform: none;	
}
#main h2 a {
	color: #000;
	text-decoration: none;		
	border: none;	
}
#main ul li {
	list-style-image: url(bullet.gif);
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 150px;
	padding-left: 25px; margin: 13px 0 0 0;		
	display: inline;	
}	
#sidebar h3 {
	margin-top: 10px;
	margin-left:-2px;
	padding: 15px 10px 10px -2px; 
	font: normal 2.4em 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;				
	color: #000;
}

#sidebar h2{font-size:11px; color:#000; margin:5px 0 10px 0; font-family:Trebuchet MS, verdana, helvetica, sans-serif;}
#sidebar ul {
	width:250px;
	text-align: left;
	margin: 7px 5px 8px 0px; padding: 0;				
}
#sidebar ul li {
	list-style: none;
	padding: 0px 0px;
	margin: 0;
	}
* html body #sidebar ul li {
	height: 1%;
}
#sidebar ul li a {
	text-decoration: none;	
	border: none;
	color: #666; 	
		
	font-weight: normal;		
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
	font-size: 11px;	
	/* letter-spacing: .5px;  */
}

#sidebar ul li a.lastfm-item {
	text-decoration: none;	
	border: none;
	color: #666; 	
	padding-left:0px;	
	font-weight: normal;		
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
	font-size: 11px;	
	/* letter-spacing: .5px;  */
}
#sidebar ul li a span {
	color: #666;	
	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: #000;	
}
#sidebar ul ul { margin: 0 0 0 0px; padding: 0; }
#sidebar ul ul li { border: none; }

/* footer */
#footer-wrap {
	position: relative;
	clear: both;
	padding: 1em 0 2.5em 10px;
	margin-top: 30px;
	margin-bottom:-15x;
	font: normal 1em 'Trebuchet MS', Tahoma, sans-serif;	
	background: url(images/bg-alfa.png) center bottom;
	color: #555;
	width: 780px;
	float: left;	
	display: inline;
	border-top:1px solid #FF0099;
	border-bottom:5px solid #FF0099;		
}
#footer-wrap h3 {
	font: normal 1.6em/1.6em 'Trebuchet MS', Tahoma, sans-serif;
	color: #ABABAB;	
}
#footer-content {	
	margin: 0 auto;		
	width: 780px;
	text-align: left;		
}
#footer-content ul.col-list {
	border-top: 1px solid #999;
	list-style: none;
	margin: 5px 0 0 5px; padding: 0;	
	width: 90%;
}
#footer-content ul.col-list li {
	border-bottom: 1px solid #999;
}
#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: #000;
	text-decoration: none;
	background-color:#fff;
}

#footer-content .col{
	width: 250px;
	padding: 0 0 30px 0px;			
	display: inline;
}
#footer-content .col2 {
	width: 245px;
	padding: 0 0 30px 0;	
	display: inline;	
}
#footer-content .space-sep {
	margin-right: 12px;
}

.pagebar{font-size:18px; margin-left:12px; margin-top:20px;}

/* postmeta */
.postmeta {	
	padding: 7px 5px; margin: 20px 10px 15px 10px;	
	font-size: 1em;	
	color: #545454;
	border: 1px solid #111;
	background: #111;
}
.date{ margin: 0 6px 0 8px;}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding-top: 3px; padding-left:90px; margin-left: 0px; color: #444;	}

/* 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: "."; 
}



