/*   
Theme Name: Pixel Whip
Theme URI: 
Description: A Thematic Child Theme for Pixel-Whip.com
Author: John Ferris
Author URI: http://pixel-whip.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

body {
	background-color: #070d0e;
	background-image: url(images/PW_Body_Bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

h1 {
 	color:#244247;
}

a {
	color:#2b5a61;
}

a:active, a:hover {
	color:#2fb3c3;
}

a:visited {
	color:#555;
}

#header {
}

.slug-home .entry-content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 27px;
	font-weight: 600;
	color: #244247;
	}

/* Branding */
	#branding {
		padding: 51px 0 0px;
	}

	#blog-title a{
		background-image: url(images/PW_Logo.gif);
		background-repeat: no-repeat;
		background-position: left top;
		display:block;
		height: 32px;
		width: 177px;
		margin: 0 0 0 80px;
		text-indent:-9999px;
	}

	
	#blog-description {
	margin: 4px 0 0 80px;
	color: #113340;
		}

/* Primary Navigation */
	.sf-menu a {
		border-bottom:1px solid #fff;
		border-left:1px solid #5c767a;
		border-top:1px solid #5c767a;
		padding:9px 13px;
		text-decoration:none;
		background-image: url(images/Prim_Nav_li_bg.gif);
		background-repeat: repeat-x;
		background-position: top;
	}
	
	.sf-menu .current_page_item a {
		border:1px solid #1e2c37;
		background-image: url(images/Prim_Nav_li_active_bg.gif);
		color: #fff;
		background-color: #553242;
	}
	
	.sf-menu{
		left:586px;
		position:relative;
		top: -56px;
		font-family: Verdana, Trebuchet, Helvetica, sans-serif;
	}
	
	#access {
		border: none;
	}

/*Latest Design Banner */
	#latest_design {
		height: 210px;
		width: 960px;
		padding: 40px 0 0 0;
		background-image: url(images/latest_design_bg.jpg);
		background-repeat: no-repeat;
		background-position: top;
	}
	
	#latest_design ul{
		margin: 0px 0 0 55px;
	}
	#latest_design li{
		display: block;
		float: left;
		list-style-type: none;
		padding: 15px;
		background-image: url(images/latest_design_a_bg.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		margin-left: 30px;
		height: 150px;
		width: 220px;
	}
	
	#latest_design li a{
		display: block;
	}

/* Main Content Area */

	#main {
		padding: 20px 0 0 0;
	}
	
	#main_footer {
		background-image: url(images/content_bottom_bg.png);
		background-repeat: no-repeat;
		background-position: left top;
		height: 69px;
		width: 640px;
		clear:left;
	}
	
	
	#container {
		background-image: url(images/content_top_bg.png);
		width: 640px;
		background-repeat: no-repeat;
		background-position: left top;
		padding: 69px 0 0 0;

	}
	
	#content {
		background-image: url(images/content_bg.png);
		width: 480px;
		background-repeat: repeat-y;
		background-position: left top;
		margin: 0;
		padding: 0 70px 0 90px;
	}
	
	.entry-content{
	padding-top:0;
	}

/* Sidebar */
	.main-aside {
		right:0px;
		width:320px;
	}

 	#sidebar_footer {
		height: 40px;
		background-image: url(images/Sub_Aside_Bottom_bg.png);
		background-repeat: no-repeat;
		background-position: left top;
		clear:right;
	}
	
/* Primary Aside */
	#primary {
		border:none;
		margin-bottom: 0;
		padding: 20px 0 0;
		background-image: url(images/Prim_Aside_top_bg.png);
		background-repeat: no-repeat;
		background-position: left top;
	}
	
	#primary .xoxo {
		background-image: url(images/Prim_Aside_bg.png);
		background-color: transparent;
		background-repeat: repeat-y;
		background-position: left;
		margin: 0px;
		padding: 10px 40px 0;
	}

/* Secondary Aside */
	#secondary {
		margin: 0;
		padding:50px 0 0;
		background-image: url(images/Sub_Aside_Top_bg.png);
		background-repeat: no-repeat;
		background-position: left top;
	}
	
	#secondary .xoxo{
		background-image: url(images/Sub_Aside_bg.png);
		background-repeat: repeat-y;
		background-position: left;
		margin: 0px;
		padding-top: 10px;
		padding-bottom: 40px;	
	}
	
	
/* Search */

	#search .widgettitle{
		visibility: hidden;
		position:absolute;
		left: 0px;
		top: 0px;
	}
	
	#search {
		height: 36px;
		padding: 0;
		margin: 0;
		}
	
	#searchform {
		margin: 0;
		}

/* Twitter */

	#twitter_update_list li span{
	font-size: 138.5%;
	line-height: 138.5%;
	color: #2b5a61;
	background-image: url(images/Twitter_CloseQuote.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 16px;
	}
	
	#twitter_update_list li {
	background-image: url(images/Twitter_OpenQuote.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 16px;
	list-style-type: none;		
		}
		
	#twitter-link {
		margin: 0 10px 0 0;
		}
	#twitter_div {
	background-image: url(images/Twitter_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;	
	padding-bottom: 10px;	
		}
		
/* Flickr */
	.flickr_badge_image a {
		padding: 7px 0 0 0;
		background-image: url(images/Flickr_Img_Square_Top.jpg);
		background-repeat: no-repeat;
		background-position: left top;
		display:block;
		float:left;
		
		}
		
	.flickr_badge_image a img{
		padding: 0 7px 7px;
		background-image: url(images/Flickr_Img_Square_Bg.jpg);
		background-repeat: no-repeat;
		background-position: left bottom;
		}
	
	.flickr_badge_image {
		display:inline;
		}
		
	#flickr_badge_wrapper {
		margin: 0 0 0 8px;
		}
		
		
	#flickr_badge_source {
		margin: 10px 10px 0 0;
		text-align: right;
		}
			

/*Portfolio Images*/
	.portfolio_main img{
		background-image: url(images/Portfolio_Img_Top_bg.jpg);
		background-repeat: no-repeat;
		background-position: left top;
		padding: 26px 20px 48px 24px;
		margin: 0;
	}
	
	.portfolio_main{
		background-image: url(images/Portfolio_Img_bg.jpg);
		background-repeat: no-repeat;
		background-position: left bottom;
		width: 480px;
		display: block;
	}

	.portfolio_thumb {
		float:left;
		padding:10px;
		margin: 0 10px 10px 0;
		border:solid 1px #999999;
		background: #ddd;
		}
		
	.portfolio_widescreen {
		padding:10px;
		margin: 0 0 10px -10px;
		display: block;
		background-image: url(images/Widescreen_Img_bg.jpg);
		background-repeat: no-repeat;
		background-position: left top;
	}
		
	.entry-content .portfolio_title {
		text-align:right;
		padding-top:0;
		text-decoration: none;
		color:#30606b;
		
	}
	.portfolio_title a{
		font-size:100%;
		text-decoration: none;
		color:#30606b;
		
	}
	.portfolio_title a:hover{
		text-decoration: underline;
		color:#553242;
		
	}
	.category-work .entry-content{
		padding-top:0px;
	}

/* Comments */

	#respond {
		background:transparent
	}
	
/* Below Nav 

	.nav-previous {
	background-image: url(images/Prev_Nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
		}*/