/*
Theme Name: UrbanArtist
Theme URI: http://www.themelab.com/free-wordpress-themes/
Description: An art theme.  Design by <a href="http://www.styleshout.com">Styleshout</a>.  Ported to WP by <a href="http://www.themelab.com">Theme Lab</a>
Version: 1.0
Author: Theme Lab
Author URI: http://www.themelab.com/
*/

/* ----------------------------------------------
	Template Name : UrbanArtist
	Template Code : S-0025
	Version : 1.0   
	Author : Erwin Aligam
	Author URI : http://www.styleshout.com/       
	Last Date Modified : June 30, 2008	
 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

html { background: #f55618 url(images/bg.jpg) repeat-x; }

body {
	font: 12px/130% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0; 	padding: 0; 
	background: url(images/bg2.jpg) no-repeat center top;	
	text-align: center;
}

/* Links */
a, a:visited {
	text-decoration: none;
	color: #eefe07;	
}
a:hover {
	color: #df1e00;
	/*border-bottom: 1px dotted #ff0000;*/
}


/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Helvetica, Tahoma, Arial, Sans-serif;
	color: #FAFAFA;
}
h1 {
	font-size: 3.1em;	
	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: 1.7em;	
	font-weight: bold;
	color: #FFFFFF;		
	padding: 10px 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: #FAFAFA;
}
dd {
  padding-left: 25px; 
}

HR {
  color: #c91600;
  background-color: #c91600;
  height: 1px;
  border : 0px none;
}

/* images */
/* img {
	background: #e4390b;
    border: 1px solid #e4390b;
	padding: 6px;
}*/
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

/* .img2 {
	background: #000000;
   border: 0px solid #000000;
	padding: 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: #070707;
	border: 1px solid #111;   
}
acronym {
  	cursor: help;
  	border-bottom: 1px dotted #5B5B5B;
}
blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;  
   background: #070707 url(images/quote.gif) no-repeat 10px 10px;
	border: 1px solid #111; 
	font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;	
	color: #FFFFFF;	
}

/* start - table */
table {
	margin: 15px 10px; 
	border-collapse: collapse;			
}
th {
	background: #e94c11;
	color: #FFFFFF;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	border-left: 1px solid #c91600;
	border-right: 1px solid #c91600;
	border-bottom: 1px solid #c91600; 
	border-top: 1px solid #c91600;
}
tr {
	color: #FFFFFF;
	/* height: 34px;	*/	
}
td {
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #c91600;	
	background: #e94c11; 
}
/* end - table */

#new table {	
}

#new table td {
	padding-left: 0px;
	padding-right: 0px;	
	background-color : transparent;
	border : 0px none;
}

/* form elements */
form {
	margin: 20px 10px; 
	padding: 15px 25px 25px 20px; 
	background: #e94c11; 	
	border: 1px solid #c91600;	
}
form p {
	border-bottom: 1px solid #c91600;
	padding: 12px 0 5px 0;	margin: 0;	
}
label {
	font-weight: bold;	
	color: #FFFFFF;
}
input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	font: normal 1em Verdana, Tahoma, sans-serif;
	color: #000000;
	background: #f3601d;  
	border: 1px solid #c91600;
}
option { padding-right: 0.5em; } 

#name, #email, #message{
	width: 480px;
}
input.button { 
	font: bold 19px Arial, Verdana, Sans-serif; 
	height: 30px;
	padding: 2px 3px; 
	margin-top: 8px;
	color: #fcf993;
	background: #c91600;
	border-width: 1px;
  	border-style: solid;
  	border-color: #c91600;
}


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

#wrap {
	width: 950px;	
	margin: 0 auto;
	text-align: left;	
}
#content-wrap {
	clear: both;
	width: 950px;	
	float: left;	
	padding-top: 15px;
	padding-bottom: 50px;	
	background: url(images/midline.gif) repeat-y 600px 0;	
	border-top: 1px solid #c91600;
	border-bottom: 1px solid #c91600;
}
#header {
	position: relative;
	width: 950px;	
	height: 455px;	
	margin: 0; padding: 0;				
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 45px Arial, 'Trebuchet MS', Tahoma, Helvetica, Sans-serif;
	letter-spacing: -1.5px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: none;
	width: 350px;	
		
	/* change the values of top and left to adjust the position of the logo*/
	top: 105px; left: 0px;	
}
#header h1#logo-text a:hover {
	background: none;	border: none;
}
#header p#intro {
	position: absolute;
	margin: 0; padding: 0;
	font-family: Arial, 'Trebuchet MS', Tahoma, Helvetica, Sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5em;
	font-style: normal;
	text-transform: none;
	color: #6f1300;
	width: 350px;
	
	/* change the values of top and left to adjust the position */
	top: 215px; left: 0px;		
}

#header #download {
	position: absolute;
	margin: 0; padding: 0;
	text-transform: none;
	width: 212px;
	height: 95px;
		
	/* change the values of top and left to adjust the position */
	top: 260px; left:70px;		
}

/*  Navigation  */
#nav {
	position: absolute;
	margin: 0; padding: 0;		
	height: 50px;
	left: 10px;	top: 30px;			
}
#nav ul {
	float: left;
	list-style: none;
	height: 50px;
	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: 0 12px;
	font: bold 15px/50px 'Trebuchet MS', Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;	
	color: #FFFFFF;	
	text-transform: uppercase;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #eefe07;
	background: none;
	border: none;
}
#nav ul li.current_page_item a {	
	color: #f5521a;	
}

/* Main Column */
#main {
	float: left;
	width: 565px;
	padding: 0; margin: 0 0 0 10px;
	display: inline;		
}
#main h2 {
	padding: 5px 12px;
	margin: 15px 5px 10px 5px;
	font: bold 2.4em 'Trebuchet MS', Helvetica, Arial, sans-serif;				
	color: #ca1b00;
	border-bottom: 1px solid #c91600; 
	background-image: url(images/pattern.jpg);	
	
}
#main h2 a {
	color: #ca1b00;
	text-decoration: none;		
	border: none;		
}
#main ul li {
	list-style-image: url(images/bullet.gif);
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 300px;
	padding: 0; margin: 0px 18px 0 0;		
	display: inline;	
}	
#sidebar h3 {
	padding: 5px 12px;
	margin: 15px 5px 10px 0;
	font: bold 2.4em 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;				
	color: #ca1b00;
	border-bottom: 1px solid #c91600; 
	background-image: url(images/pattern.jpg);		
}
#sidebar ul {
	text-align: left;
	margin: 20px 5px 20px 0px; 
	padding: 0;		
	border-top: 1px solid #c91600;		
}
#sidebar ul li {
	list-style: none;
	padding: 8px 10px;
	margin: 0;		
	border-bottom: 1px solid #c91600;
}
* html body #sidebar ul li {
	height: 1%;
}
#sidebar ul li a {
	text-decoration: none;	
	border: none;
	color: #fff993;
	font-weight: bold;		
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
	font-size: 14px;		
}
#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; }

/* header quick search */
#sidebar form#quick-search {
	padding: 0; margin: 20px 0 35px 0;
	border: none;
	width: 290px; height: 33px;
	background: url(images/header-search.gif) no-repeat;		
}
#sidebar form#quick-search p {
	margin: 0; padding: 0;		
}
#sidebar form#quick-search input {
	float: left;
	border: none;
	background: transparent;
	color: #4E4E4E;	
	margin: 0;
}
#sidebar form#quick-search .tbox {
	margin: 5px 0 0 5px; 
	width: 240px;	
	display: inline;	
}
#search form#quick-search .btn{
	width: 24px; height: 24px;			
}
#sidebar form#quick-search label {
	display: none;
}

/* footer */
#footer {
	clear: both;
	padding: 1em 0 2.5em 0;
	background: #f55618;
	color: #000000;
	width: 100%;
	float: left;		
	border-bottom: 60px solid #f55618;	
}
#footer a {	
	color: #eefe07;
	border: none;
}
#footer a:hover {
	color: #df1e00;
}
#footer .rssfeed {
	background: url(images/rss.gif) no-repeat left 1px;
	padding-left: 17px;
}
#footer-left {
	float: left;
	width: 70%;
}
#footer-right {
	float: right;
	width: 25%;
}

/* postmeta */
.postmeta {	
	padding: 7px 5px; margin: 20px 10px 30px 10px;	
	font-size: 1em;	
	color: #000000;
	border: 1px solid #c91600; 
	background: #ea470f; 
}
.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: #000000;	}
.post-info a, .post-info a:visited { color: #df1e00; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.no-border { border: none; }
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

img.avatar {float:left; margin-right:5px;border:0;background:none;padding:0;}
