/*
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: 12px/120% Verdana, Arial, Verdana, sans-serif;
	color: #FFFFFF; 	
	margin: 0; 	padding: 0; 
background-color:#161616;
	text-align: center;
}

/* Links */
a, a:active, a:link {
	text-decoration: none;
	color: #ffd700;			
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #fff;
	border-bottom: 1px dotted #438800;
}
#sidebar a{
	color: #FFD700; 	
}

/* headers */
h1, h2, h3 {
	font-family: Verdana, Arial, Sans-serif;
	color: #ABABAB;
}
h1 {
	font-size: 3.4em;	
	letter-spacing: -3px;
	font-weight: normal;
	padding: 15px 10px 5px 10px;	
}
h2 {
	font-size: 2em;
	color: #895F30;
	padding: 20px 0px 5px 0px;	
}
h3 {
	font-size: 1.7em;	
	font-weight: normal;
	padding: 20px 4px 5px 4px;	
}

p, dl { padding: 0px 4px 15px 4px; margin: 0; }

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
#newsletterBox ul{
margin:10px 0px;
}
ul { list-style: disc; }

dt {
  font-weight: bold;
  color: #fff;
}
dd {
  padding-left: 25px; 
}

/* images */
img {
	background: #1B1B1B;
   border: 1px solid #1B1B1B;
	padding: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}
pre{
	font-family:Verdana, Arial, Sans-serif;
}
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: #0d0d0d;  
}
acronym {
  	cursor: help;
  	border-bottom: 1px dotted #ffffff;
}
blockquote {
	margin: 15px 0px;
 	padding: 4px 10px 10px 28px;  
   background: #0d0d0d url(images/quote.jpg) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.6em;
	font-family: Verdana, Arial;	
	color: #ffffff;
letter-spacing:-1px;	
}

/* start - table */
table {
	margin: 15px 10px; 
}
.g2_column table{
margin:0px !important;
border-collapse:none;
}
th {
	background: #000;
	color: #fff;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
}
tr {
	color: #ffffff;
	height: 34px;	
}
td {
	padding-left: 12px;
	padding-right: 12px;
}
/* end - table */
.g2_column td{margin:0px !important;padding-left:0px;padding-right:0px !important;}
/* form elements */
form {
	margin: 20px 0px; padding: 5px 5px 20px 5px;
width:420px;
}

#commentform p{
	padding-left:0px;
}
#commentform #submit{
	margin-top:10px;
cursor:pointer;
background-color:transparent;
border:none;
float:right;
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0;
	color: #fff;
}
input, select, textarea {
	padding: 5px 4px;
	font: normal 1.5em Verdana, Arial;
	color: #fff;
	background: #0c0c0c;  
	border: 1px solid #818181;
}
textarea {
	width: 400px;
	height: 100px;
	display: block;	
}
input.button { 
	font: bold 12px Verdana, Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #ffffff;
	background: #000;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #1c1c1c;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 5px 0 15px 0px;	
	width: 170px;	
}
.searchform p { margin: 0; padding: 0 0 10px 0; }
.searchform input.textbox { 
	width: 160px;
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
background-color:transparent;
float:right;
border:none;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
display:block;
cursor:pointer;
}

/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#wrap {
	position: relative;
	width: 800px;	
	margin: 0 auto;
	text-align: left;		
}
#content-wrap {
	position: relative;
	clear: both;
	width: 800px;	
	padding: 0; 		
	background: transparent;
	float: left;	
	display: inline;	
}
#header {
	background: transparent url(http://www.allisonmack.com/images/miniheaderbg.jpg) no-repeat scroll 0px 0px;
	position: relative;
	width: 800px;	
	height: 223px;	
	margin: 0; padding: 0;		
}

/* header search */
#subHeader form#quick-search {
	position: absolute;
	top: 38px; right: 0;
	padding: 0; margin: 0;
	border: none;
	width: 262px; height: 30px;
	z-index: 999999;
}
#subHeader form#quick-search p {
	margin: 0; padding: 0;		
}
#subHeader form#quick-search .tbox {
	margin: 2px 0 0 5px; 
	width: 171px;
	background: none;
}

#subHeader form#quick-search .btn 
{
padding:4px 4px;
border:none;
background-color:transparent;
}
#suHeader form#quick-search label
{
	display: none;	
}

/*  Navigation  */
#nav {
	
	margin: 0; padding: 0;		
	height: 40px;
	width: 800px;	
	left: 0;	top: 35px;	
}
#nav ul {
	float: left;
	list-style: none;
	width: 800px;		
	height: 40px;
	margin: 0 0 0 0px; padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	float: left;
	margin: 0;	padding: 0 0px;
	padding-right:16px;
	font: normal 15px/35px Verdana, Arial, Geneva, sans-serif;
	text-decoration: none;	
	color: #ffffff;	
	text-transform:lowercase;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #ffc800;
	background: none;
	border: none;
}
#nav ul li.current_page_item a {	
	color: #fff;	
}

#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: #fff;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 140px; left: 10px;	
}
#header h1#logo-text a:hover {
	background: none;	border: none;
}
#header h1, #header #intro{
position:absolute;
left:-5000px;
}


/* Main Column */
#main {
	float: left;
	width: 800px;
	padding: 0; margin: 0;
	display: inline;		
}
#main h2 {
padding-top:0px;
padding-bottom: 3px;
	margin-top: 5px;
	font: normal 3.4em Verdana, Arial, sans-serif;	
	color: #fff; 
	letter-spacing: -3px;	
	text-transform: none;	
}
#main h2 a {
	color: #fff;
	text-decoration: none;		
	border: none;	
}
#main ul li {
	list-style-image: url(bullet.gif);
}

/* Sidebar */
.widgets{
	text-align:center;
}
#sidebar {
text-align:left;
	padding: 0; 
	margin: 0 auto;		
	display: inline;	
}	
#sidebar h3 {
	letter-spacing: -1px;
	margin-top: 10px;
	padding: 0; 
	font: normal 1.8em Verdana, Arial, sans-serif;				
	color: #fefefe;
}
.sidebarDivs h3{
	text-align:left;
	font-size:18px;
}
#sidebar .sidebarDivs{

	float:left;
	width: 200px;
}

#newsletterBox form, .sidebarDivs form{ width:auto; margin:0px; padding:0px; }
#newsletterBox fieldset, .sidebarDivs fieldset{border:none;}
#newsletterBox p, .sidebarDivs p{padding:0px;}
#newsletterBox input, .sidebarDivs input{ width:175px;}
#newsletterBox button, .sidebarDivs button{background-color:#330000; color:#ffffff;border:none;margin-top:10px;margin-bottom:10px;padding:5px;}
#newsletterBox{
width:182px;
float:right;

padding:10px;
border:1px solid #992222;
margin-top:15px;
margin-left:10px;
background-color:#994444;
}
#newsletterBox h3{
color:#330000;
padding:0px;
margin:0px;
margin-bottom:5px;
}
#newsletterBox a{
color:#330000;

}
#newsletterBox img{
border:none;
background:transparent;
}
#newsletterBox input{
border:1px solid #330000;
}
#sidebar ul {
	text-align: left;
	margin: 0; padding: 0;				
}
#sidebar ul li {
	list-style: none;
	padding: 0px ;
	margin: 0;		
}
* html body #sidebar ul li {
	height: 1%;
}
#sidebar ul li a {
	text-decoration: none;	
	border: none;
	color: #FFD700; 	
		
	font-weight: bold;		
	font-family: Verdana, Arial, Sans-serif;
	font-size: 14px;	
	/* letter-spacing: .5px;  */
}
#sidebar ul li a span {
	color: #fff;	
	font-family: Verdana, Arial, Sans-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; }

/* footer */
#footer-wrap {
	position: relative;
	clear: both;
	padding: 1em 0 2.5em 0;
	margin-top: 30px;
	font: normal 1em Verdana, Arial, sans-serif;	
	color: #767676;
	width: 800px;
	float: left;	
	display: inline;
	border-top: 1px solid #636363;		
}
#footer-wrap h3 {
	font: normal 2.6em/1em Verdana, Arial, sans-serif;
	color: #ffffff;	
}
#footer-content {	
	margin: 0 auto;		
	width: 800px;
	text-align: left;		
}
#footer-content ul.col-list {
	list-style: none;
	margin: 0px 0 0 5px; padding: 0;	
	width: 98%;
}
#footer-content ul.col-list li {
}
#footer-content ul.col-list li a {

	display: block;
	font-weight: bold;
	width: 98%;	
	color: #767676;
	border: none;
}
#footer-content ul.col-list li a span {
	color: #fff;
	font-style: italic;
	font-weight: normal;
	font-family: Verdana, Arial;
}
#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: 268px;
	padding: 0 0 30px 0;			
	display: inline;
}
#footer-content .col2 {
	width: 250px;
	padding: 0 0 30px 0;	
	display: inline;	
}
#footer-content .space-sep {
	margin-right: 12px;
}
.rssFeed{
background-image:url('http://www.girlsbydesign.com/images/feedIcon.png');
background-repeat:no-repeat;
padding-left:16px;
}
/* postmeta */
.postmeta {	
	padding: 0px 5px; margin: 20px 0px 15px 0px;	
	font-size: 10px;;
	padding-bottom:10px;
	color: #bebebe;
	border-top: 1px dashed #999;
}
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;color:#bebebe;	}
.postmeta a.readmore { margin: 0 10px 0 5px;color:#bebebe;	}

.post-info { font-size: .95em; padding-top: 3px; color: #a64b54;padding-bottom:0px;	}
.post-info a { color: #ffd700; }

/* 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: "."; 
}


#footer {
clear:both;
text-align:center;
}
#footer {
bottom:0px;
}
#footer {
bottom:0px;
font-family:verdana;
font-size:9px;
margin-bottom:20px;
text-align:center;
text-transform:uppercase;
}
#footer a{
color:#ffffff;
}
.navLinks a{
color:#ffffff;
}
.floatboxleft{
float:left;
}
.floatboxright{
margin-left:375px;
width:390px;
color:#330000;
}
.entryList{
border:0px;
margin:0px;
padding:0px;
}
/* clearfix is used to force containers to expand to height of floated children */
.clearfix {overflow:hidden;display:inline-block;}
.clearfix {display:block;}
.cleaner {clear:both;}
