	/*
	 * Theme Name: Graffiti_Theme
	 * Theme URI: http://www.sprayground.com/blog
	 * Description: The default WordPress theme the Sprayground blog.
	 * Version: 2.0
	 * Author: Hektor Paris
	 * Author URI: http://www.hektorparis.com
	 * Last Updated: 
	*/
	
	div#wrapper {
		width:1100px;
		margin:0 auto;
	}
	
	div#left-col {
		float:left;
		width:74px;
		margin-top:90px;
	}
	
	div#right-col {
		float:right;
		margin:-105px 44px 0 0;
		padding:5px 0;
		width:26px;
		background:#652d8e;
	}
	
	div#right-col ul {
		margin:0 0 0 4px;
		padding:0;
		list-style-type:none;
	}
	
	div#right-col li {
		margin:0;
		padding:0;
	}
	
	/*div#container {
		float:left;
		width:1100px;
	}*/
	
	div#content {
		margin:0 auto;
		background:url(images/bkg_main_wht.gif) repeat;
	}
	
	div#slideshow {
		width:610px;
		height:210px;
		background:#333;
	}
	
	div#main {
		padding:20px 20px 10px;
	}
	
	div#main ul {
		list-style-type:square;
	}
	
	div#content #blog-posts {
		float:left;
		width:610px;
		background:#efeff0;
	}
	
	div.post-entry {
		clear:left; 
		float:left; 
		width:610px;
	}
	
	div.post-entry .post-meta {
		float:left;
		width:60px;
	}
	
	div.post-entry .post-content {
		float:left;
		width:550px;
	}
	
	.post-date {
		margin:0 0 15px 0;
		padding:5px;
		color:#FFF; 
		font-size:17px; 
		font-weight:bold; 
		line-height:20px; 
		text-transform:uppercase;
	}
	
	div.post-entry .post-text {
		padding:5px 10px 15px;
	}
	
	div.post-entry .post-text img {
		width:auto;
		max-width:530px;
		height:auto;
	}
	
	.post-title, div#main h1, #search-title {
		margin:0 0 15px 0;
		color:#000;
		line-height:25px; 
		font-size:25px; 
		font-style:italic; 
		text-transform:uppercase; 
		font-family:'Arial Black', sans-serif; 
	}
	
	#search-title {
		margin:20px 0 10px 15px;
		font-size:20px;
		font-style:normal;
	}
	
	.post-title a {
		color:#000;
	}
	
	.post-title a:hover {
		color:#666;
		text-decoration:none;
	}
	
	.post-separator {
		margin:0; 
		height:5px;  
		border:none;
	}
	
	div.post-comments {
		margin-left:70px;
		width:535px;
	}
	
	div#pagination {
		clear:left;
		float:left;
		margin:0 0 15px 10px;
		width:350px;
	}
	
	div.post-comments #author, div.post-comments #email, div.post-comments #url, div.post-comments #comment {
		padding:5px;
		width:175px;
		border:none;
		color:#FFF;
		font-style:italic;
		background:#404041;
	}
	
	div.post-comments #submit {
		min-width:100px;
		height:26px;
		border:none;
		color:#FFF;
		font-weight:bold;
		background:#00abec;
	}
	
	div#content #features {
		float:right;
		width:350px;
	}
	
	div.feature-box {
		width:318px;
		margin:0 auto;
	}
	
	div.feature-box .top {
		width:318px;
		height:20px;
		background:url(images/blur_top.png) no-repeat;
	}
	
	div.feature-box .feature {
		width:278px;
		padding:0 20px;
		font-size:11px;
		background:url(images/blur_bg.png) repeat-y;
	}
	
	div.feature-box .bttm {
		width:318px;
		height:20px;
		background:url(images/blur_bttm.png) no-repeat;
	}
	
	div.feature-box #top-purple {
		width:318px;
		height:20px;
		background:url(images/blur_top_purple.png) no-repeat;
	}
	
	div.feature-box #top-posts-title {
		margin:0;
		padding:0 0 10px;
		color:#FFF;
		font-size:15px;
		font-style:italic;
		text-align:center;
		background:#000000;
	}
	
	div.feature-box #feature-purple {
		padding:0 8px;
		width:302px;
		height:404px;
		font-size:11px;
		background:url(images/blur_bg_blank.png) no-repeat bottom;
	}
	
	div.feature-box #top-blue {
		width:318px;
		height:20px;
		background:url(images/blur_top_blue.png) no-repeat;
	}
	
	div.feature-box #press-title {
		padding:0 0 10px;
		text-align:center;
		background:#000000;
	}
	
	div.feature-box #feature-blue {
		padding:0 8px;
		width:302px;
		height:370px;
		font-size:11px;
		background:url(images/blur_bg_blank.png) no-repeat bottom;
	}
	
	div.feature-box #top-blk {
		width:318px;
		height:20px;
		background:url(images/blur_top_blk.png) no-repeat;
	}
	
	div.feature-box #top-grey {
		width:318px;
		height:20px;
		background:url(images/blur_top_grey.png) no-repeat;
	}
	
	div.feature-box #lookbook-title {
		margin:0;
		padding:0 0 10px;
		color:#FFF;
		background:#000;
		text-align:center;
		font-size:17px;
		font-weight:normal;
		font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	}
	
	div.feature-box #feature-blk {
		padding:0 8px;
		width:302px;
		height:450px;
		font-size:11px;
		background:url(images/blur_bg_blank.png) no-repeat bottom;
	}
	
	div.press-entry {
		padding:10px;
		background:#000000;
	}
	
	div.press-entry-lt {
		float:left;
		width:115px;
		height:75px;
		background:#EDEDED;
	}
	
	div.press-entry-rt {
		float:right;
		padding:10px;
		width:137px;
		height:55px;
		background:#FFF;
	}
	
	div.press-entry-rt .article {
		margin:0;
		padding:0;
		font-size:20px;
		font-weight:bold;
		font-style:italic;
	}
	
	div#press-more { clear:both; padding:10px 0 15px; text-transform:uppercase; text-align:center; }
	div#press-more a { color:#FFF; }
	
	#sg-fb-like-logo {
		float:left;
		margin-right:10px;
	}
	
	#sg-fb-like-main { float:left; }
	
	#sg-fb-like-main a { color:#223983; }
	
	#sg-fb-like-main #sg-fb-title {
		font-size:17px;
		font-weight:bold;
		text-transform:uppercase;
	}
	
	.newsletter-input {
		width:185px;
		height:17px;
		padding:3px 3px 3px 10px;
		color:#FFF;
		border:1px #000 solid;
		font-style:italic;
		background:#000;
	}
	
	.validation-failed { color:#000 !important; }
	
	#newsletter-go {
		width:41px;
		height:25px;
		border:none;
	}
	
	#products-header {
		padding-bottom:10px;
		text-align:center;
		background:#3e3e3e;
	}
	
	div.featured-product {
		float:left;
		padding:5px;
		width:141px;
		height:160px;
		text-align:center;
		background:#000;
	}
	
	div.gray {
		background:#404041;
	}
	
	.twtr-hd, .twtr-ft { height:0; padding:0 !important; visibility:hidden; }
	#twitter-follow {; font-weight:bold; text-align:center; text-transform:uppercase; }
	#twitter-follow a { color:#00abec }
