/*
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 }

/* 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: 2.5em;
	padding: 20px 10px 5px 10px;	
}
h3 {
	font-size: 1.7em;	
	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: #000;
}
dd {
  padding-left: 25px; 
}

/* images */
/* Begin Images */
p img {
    padding: 0;
    max-width: 100%;
    }

/*  Using 'class="alignright"' on an image will (who would've
    thought?!) align the image to the right. And using 'class="centered',
    will of course center the image. This is much better than using
    align="center", being much more futureproof (and valid) */

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
    }
/* End Images */
/* Captions */
.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.wp-caption {
    border: 1px solid #222;
    text-align: center;
    background-color: #444;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #ddd;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 10px;
    line-height: 14px;
    padding: 0 4px 3px;
    margin: 0;
}
.wp-caption a:hover{
    text-decoration: none;
    border: none;
}
/* End captions */

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 {
    background: #f2f2f2 url(images/quote.png) no-repeat 10px 10px;
    padding-left: 35px;
    font-weight: normal;
	color: #808080;	
}

/* 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: 20px 10px; padding: 5px 10px 20px 10px;
	border: 1px solid #888;
    background-color: #eee;
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0;
}
input, select, textarea {
	padding: 5px 4px;
	font: normal 1em Verdana, Tahoma, sans-serif;
	color: #6A6969;
	background: #ccc;
	border: 1px solid #999;
}
textarea {
	width: 400px;
	height: 100px;
	display: block;	
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #48780E;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #999;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 20px 0 15px 8px;	
	width: 270px;	
}
.searchform p { margin: 0; padding: 0 0 10px 0; }
.searchform input.textbox { 
	width: 185px;
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 

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

#main a img{
   cursor: url('images/zoomin.cur'), pointer; outline: none;
}
#main h1 a img, #main h2 a img, #main h3 a img { cursor: pointer; }
/* Sidebar */	
#sidebar {
	float: right;
	width: 250px;
	padding: 0; 
    padding-right: 10px;
    padding-left: 10px;
    margin: 0 0 0 0;
	display: inline;	
}	
#sidebar h3 {
	margin-top: 0;
	padding: 10px 5px 0 13px; 
    margin-bottom: 5px;
	font: normal 1.4em 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;				
    text-transform: uppercase;
}
#sidebar ul {
	text-align: left;
	margin: 2px 5px 25px 15px; padding: 0;				
}
#sidebar ul li {
	list-style: none;
	padding: 4px 10px 4px 5px;
	margin: 0;		
    margin-left: 10px;
	border-bottom: 1px solid #ddd;
}
* html body #sidebar ul li {
	height: 1%;
}
#sidebar ul li a {
	text-decoration: none;	
	border: none;
	color: #555; 	
		
	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: #000;
}
#sidebar ul ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul ul li { border: none; }

/* footer */
#footerinfo
{
    padding-top: 15px;
    padding-left: 50px;
    float: left;
    text-align: left;
}
#footerinfo a { color: #555; text-decoration: none;}
#footerinfo a:hover { text-decoration: underline; }
#footerinfo p { margin: 0; padding: 0; padding-top: 4px; color: #444;}

.postdate {
    background: #707077;
    border: 2px solid #888;
    height: 54px;
    margin-bottom: 0px;
    width: 54px;
    text-align: center;
    float: left;
    margin-top: 10px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.postdate .month{
    display: block;
    color: #aaa;
    padding: 2px 0px;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}
.postdate .day {
    display: block;
    color: #ccc;
    font: 2em Georgia;
    padding: 0px;
    text-align: center;
    margin: -10px 0 -2px 0;
}
.postdate .year {
    display: block;
    color: #aaa;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}

.postheader{
    float: left;
    margin-left: 10px;
    text-align: left;
    width: 800px;
}

.postheader h2{
    margin: 0;
    padding: 0;
    line-height: 1em;
    text-transform: uppercase;
}
.postheader h2 a{ 
    font-size: 28px; 
    display: block;
    text-transform: uppercase;
}
.postheader .post-info{
    padding: 0;
    margin: 0;
    margin-top: -5px;
}

/* postmeta */
.postmeta {	
    clear: both;
	padding: 7px 5px; 
    margin: 10px 0 30px 0;	
	font-size: 1em;	
	color: #545454;
	border: 1px solid #eaeaea;
	background-color: #f1f1f1;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.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: .95em; padding-top: 3px; margin-left: 5px; color: #777;	}
.post-info a { color: #BD4200; }

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

