/*
Theme Name: Colourise Modified 2 by Shogun
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
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/150% Arial, Helvetica, sans-serif;
	/*color: #898989; */
	color: #999999; 
	margin-left: 0;
	padding: 0; 
	background: #000000 url(images/background.jpg);
	text-align: center;
}

/* Links */
a, a:active, a:link {
	text-decoration: none;
	color: #FFFFFF;			
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #3D0165;
}

/* Sidebar */
#sidebar {
	float: right;
	width: 192px;
	padding: 10px 0 0 8px;
	margin: 8px 0 0 0;
	display: inline;	
	background: url(images/side-bar-bg.png) repeat-y;
}
#sidebar h3 {
	/*height: 16px;*/
	margin-left:2px;
	padding: 12px 0px 0px 0px;
	font: bold 1.167em Arial, Helvetica, sans-serif;
	/*background: #3D0165;*/	
	color: #fefefe;
	text-transform: uppercase;
	background: url(images/purple-bar-slim.gif) no-repeat left top;
}
#sidebar ul {
	text-align: left;
	padding: 0px 0 10px 0;
	margin: 0px 5px 5px 2px;
	/*border: 1px dotted #333333;*/	
}
#sidebar ul li {
	list-style: none;
	padding: 2px 0px 2px 0px;
	margin: 0;
	/*border-bottom: 1px solid #111;*/
}
* html body #sidebar ul li {
	height: 1%;
}
#sidebar ul li a {
	text-decoration: none;
	border: none;
	color: #666666;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	/* 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: #fff;
}
#sidebar ul ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul ul li { border: none; }

/* headers */
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif
	/* font-family: 'Trebuchet MS', Tahoma, Arial, Sans-serif; */
	color: #ABABAB;
}
h1 {
	font-size: 3.4em;	
	font-weight: normal;
	letter-spacing: -2px;
	padding: 15px 10px 5px 10px;	
}
h2 {
	font-size: em;
	color: #895F30;
	padding: 20px 10px 5px 10px;
}
h3 {
	font-size: 1em;
	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: #fff;
}
dd {
  padding-left: 25px;
}

/* images */
img {
	/*background: #FFFFFF;*/
	display: block;
    margin-left: auto;
    margin-right: auto;
	
	border: 1px solid #FFFFFF;
}

img.logo {
	float:left;
}


img.float-right {
  	margin: 5px 0px 10px 10px;
}

img.float-left {
  	margin: 5px 10px 10px 0px;
}
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: #111 url(images/quote.jpg) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;
	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: 0px 0px 10px 10px;
	border: 1px solid #111;
	background: #070707;
}
label {
	/*display: block;*/
	font-weight: normal;
	margin: 8px 0 5;
	color: #fff;
}
/*input, select, textarea {
	padding: 5px 4px;
	font: normal 1em Verdana, Tahoma, sans-serif;
	color: #6A6969;
	background: #FFFFFF; 
	border: 1px solid #1C1C1C;
}
textarea {
	width: 400px;
	height: 100px;
	display: block;
}*/
input.button {
	font: bold 12px Arial, Sans-serif;
	height: 30px;
	margin: 0;
	padding: 0px 0px;
	color: #777777;
	background: #000;
	border-width: 1px;
  	border-style: solid;
  	border-color: #333333;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;
	margin: 0; padding: 10px 0 0px 2px;
	width: 190px;
}
.searchform p { margin: 0; padding: 0 0 10px 0; }
.searchform input.textbox { 
	width: 130px;
	padding: 2px ;
	vertical-align: top;
}
.searchform input.button {
	width: 40px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#wrap {
	position: relative;
	width: 830px;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	position: relative;
	clear: both;
	width: 830px;
	padding: 0;
	margin: 0;
	background: transparent;
	float: left;
	display: inline;
}

#header {
	position: relative;
	width: 830px;
	height: 391px;
	margin: 0; padding: 0;	
	margin-top: 10px;
	background: url('images/header.jpg') no-repeat bottom left;
}

#headersplash {
	position: absolute;
	width: 750px;
	height: 250px;
	margin: 0;
	padding: 0;
	top: 222px;
	left: 5px;
}

/* header search */
#header form#quick-search {
	position: absolute;
	top: 122px;
	right: 10px;
	border: none;
	/*padding: 0; 
	margin: 0;
	/*width: 140px;
	/*height: 20px;
	background-color: #FFFFFF;
	/*background: url(images/header-search.jpg) no-repeat;*/
	z-index: 999999;
}
#header form#quick-search p {
	margin: 0; padding: 0;
}

#header form#quick-search .tbox {
	margin: 0px 0 0 0px;
	width: 210px;
	background: none;
	border: none;
}
#header form#quick-search label,
#header form#quick-search .btn {
	position: absolute;
}

#contactinfo {
	position:absolute;
	top:130px;
	right:0px;
	text-align:right;
	color:#FFFFFF;
}

/*  Navigation  */
#nav {
	position: absolute;
	margin: 5px; padding: 0 0 0 0px;
	height: 200px;
	width: 100px;
	left: 12px;	
	top: 176px;
	/*background: #471e70 url(images/nav.gif) no-repeat right top;*/
}
#nav ul {
	float: left;
	list-style: none;
	/*width: 750px;
	height: 39px;*/
	margin: 0 0 0 0px; 
	padding: 0px 0 0 0px;
	/*display: block;*/
}
#nav ul li {
	text-align: left;
	float: left; 
	height: 25px; 
	margin: 0px 0px 0px 0px; 	
	padding: 0; 
	/*background-color: #000;
	background: #471e70 url(images/nav.gif) no-repeat right top;*/
}

#nav ul li { 
	width: 131px; 
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 140px;
	
} 
html>body #nav ul li { 
	width: 130px; 
}

#nav ul li:hover,
#nav ul li:active {
	color: #eee;
	/*background: #424242 url(images/navhover.gif) no-repeat right top;
	border-right: 2px solid #000000;*/
}

#nav ul li a {
	margin: 0;	padding: 0px 87px 0px 6px;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 2em;
	/* background: #471e70 url(images/nav.gif) no-repeat right top;
	display: block; 
	padding: 7px 5px 25px 7px; 
	color: #CCC; 
	font-size: 11px;
	text-decoration: none;
	height: 1%;
	text-shadow: 0 0 0 #000; */
}
#nav ul li a:hover,
#nav ul li a:active {
	/* color: #eee;
	background: #424242 url(images/navhover.gif) no-repeat right top;
	border: none; */
}
#nav ul li.current_page_item a {
	color: #FFFFFF;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 30px 0 85px 100px;
	font: normal 72px Arial, Helvetica, sans-serif;
	letter-spacing: -1.5px;
	color: #000000;
	text-decoration: none;
	/* change the values of top and left to adjust the position of the logo*/
	/*background: url(images/logo.gif) no-repeat; */
	left: 10px;
}
#header h1#logo-text a:hover {
	position: absolute;
	margin: 0;
	padding: 30px 0 85px 100px;
	font: normal 72px Arial, Helvetica, sans-serif;
	letter-spacing: -1.5px;
	color: #000000;
	text-decoration: none;
	/* change the values of top and left to adjust the position of the logo*/
	/*background: url(images/logo.gif) no-repeat;*/
	left: 10px;
}
#header p#intro {
	position: absolute;
	margin: 0; padding: 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: lighter;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	text-transform: none;
	color: #cd9857;
	width: 400px;
	/* change the values of top and left to adjust the position */
	top: 245px; left: 15px;
}

/* Main Column */
#main {
	float: left;
	width: 607px;
	padding: 0 9px 10px 9px;
	margin: 8px 0 0 0;
	display: inline;	
	background: url(images/main-column-bg.png) repeat-y;
}
#main h2 {
	padding: 10px 0px 0px 0px;
	
	width: 521px;
	margin-top: 5px;
	font: bold 2.0em Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff; 
	letter-spacing: 1px;
	/*text-transform: uppercase;*/
	/*background: #471e70 url(images/postheader.gif) no-repeat left top;*/
}
#main h2 a {
	color: #fff;
	text-decoration: none;	
	border: none;
}
#main ul li {
	list-style-image: url(bullet.gif);
}
#main p {
	padding-left: 0;
	margin-left: 0;
	font-size: 1.083em;	
}

/* footer */
#footer-wrap {
	position: relative;
	clear: both;
	padding: 1.1em 0 1em 0;
	margin-top: 13px;
	font: normal .75em 'Trebuchet MS', Tahoma, sans-serif;
	background: #471e70;
	color: #555;
	width: 100%;
	float: left;
	/*display: inline;*/
	/*border-bottom: 10px solid #070707;*/
}
/*#footer-wrap h3 {
	font: normal 1.6em/1.6em 'Trebuchet MS', Tahoma, sans-serif;
	color: #ABABAB;
}
#footer-content {
	margin: 0 auto;
	width: 750px;
	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: #fff;
	text-decoration: none;
}
#footer-content .col {
	width: 280px;
	padding: 0 0 30px 0;
	display: inline;
}
#footer-content .col2 {
	width: 285px;
	padding: 0 0 30px 0;
	display: inline;
}
#footer-content .space-sep {
	margin-right: 12px;
}*/

/* postmeta */
.postmeta {	
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	width: 511px;
	font-size: 0.917em;
	color: #545454;
	/*border-bottom: 1px solid #333333;*/
}
.postmeta .date{ color: #777777; margin: 0 10px 0 5px; }
.postmeta a.comments { margin: 0 9px 0 6px; }
.postmeta a.readmore { margin: 0 10px 0 5px; }
.post-info { font-size: .95em; padding-top: 3px; margin-left: 0px; color: #444444; }
.post-info a { color: #777777; }

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

/* version2 additions */
img.logo {
	padding: 20px 0 0 22px;
	border: none;
}
.pipe {
	color: #4c008d;
}
.author-name {
	color: #ffffff;
}
.cat-names {
	color: #ffffff;
}
#top-stripe {
	width: 830px;
	height: 5px;
	background: url('images/top-stripe.gif') no-repeat;
	line-height: 5px;
	font-size: 5px;
}
#top-stripe img {
	border: 0;
	margin: 0;
	padding: 0;
}

#main h2.first-post {
	padding: 20px 0 0 0px;
	border-top: 1px solid #333333;
}

div.purple-wide {
	height:2px;
	line-height:2px;
	font-size:2px;
	margin-top: 3px;
}
div.post-divider {
	clear: both;
	height:1px;
	line-height:1px;
	font-size:1px;	
	margin-bottom: 5px;
	background-color: #333333;
}

div.date-column {
	float: left;
	width: 96px;
	margin-top: 17px;
	color: #999999;
	line-height: 14px;
}
div.post-column {
	float: left;
	width: 511px;
	margin:0;
}

p.tags {
	font-size: 2.083em;
}