/*
Theme Name: False Desktop Theme
Description: Poop
Author: Rob Muscle
Author URI: http://robfincphoto.com
*/

/* general */

body {
	margin: 0;
	background: #342d21 url(http://blog.robfinchphoto.com/wp-content/themes/false-desktop/graphics/background.png) bottom repeat-x;
	background-attachment: fixed;
	color: #999;	
	font-family: lucida grande, helvetica, arial, sans-serif;
	font-size: 14px;
	}

img {
	border-style: none;
	}

/* headers */
	
h1 {
	margin: 0;
	}

h1 a {
	display: block;
	width: 266px;  
	height: 37px;
	background: url(http://blog.robfinchphoto.com/wp-content/themes/false-desktop/graphics/flag.png) no-repeat;
	text-decoration: none;
	}
	
h1 a span { 
	display:none;
	}
	
h2 {
	margin: 0 0 15px 0;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -.02em;
	}

/* top */

#top {
	width: 900px;
	margin: 20px auto 80px auto;
	overflow: hidden;
	}
	
#flag {
	float: left;
	width: 300px;
	}

#top ul.nav {
	width: 400px;
	float: right;
	margin: 0;
	padding: 5px 0 5px 0;
	text-align: right;
	}	
	
#top .nav li {
	margin: 0;
	list-style: none;
	display: inline;
	}		
	
/* content */
	
#wrapper {
	width: 900px;
	margin: 0 auto 100px auto;
	overflow: hidden;
	}
 	
p {
	margin: 0 0 20px 0;
	width: 400px;
	line-height: 140%;
	}
 	
.post {
	margin: 0 0 30px 0;
	}
 	
.meta {
 	font-weight: bold;
 	font-size: 13px;
 	}
 
#navigation {
 	font-weight: bold;
 	font-size: 18px;
 	}
 
#footer {
	padding: 0 0 100px 0;
	}

/* portfolio */

#portfolio-listings {
	overflow: hidden;
	width: 950px;
	}

#portfolio-listings .item {
	float: left;
	margin: 0;
	height: 200px;
	width: 233px;
	}
	
/* comments */	
	
#comments-box {
	width: 450px;
	margin: 0 0 0 0;
 	padding: 20px;
	border: 1px solid #584e3f;
 	font-size: 11px;
 	}
 
#comments-box ul {
 	margin: 5px 0 0 0;
 	padding: 0;
 	}
 	
#comments-box li {
 	list-style: none;
 	margin: 0 0 5px 0;
 	padding: 15px;
	border: 1px solid #484033;
 	font-weight: bold;
 	}
 	
#comments-box p {
 	margin: 5px 0 0 0;
  	font-weight: normal;
 	}	
 	
#comments-box .form-box {
 	margin: 0;
 	padding: 30px 0 0 0;
  	line-height: 30px;
 	} 	
 	
#comments-box span.name {
 	font-size: 15px;
 	} 	
 	
#comments-box span.date {
 	color: #999;
 	font-weight: normal;
 	} 	

/*links*/
 
a,
a:visited {
	color: #fff;
	text-decoration: none;
	}
 
a:hover,
a:active {
 	color: #908168;
 	text-decoration: underline;
 	}
 	
ul.nav a,
ul.nav a:visited {
	padding: 5px 10px 5px 10px;
	background: #222;
	color: #fff;
	text-decoration: none;
	}
 
ul.nav a:hover,
ul.nav a:active {
	background: #484033;
 	color: #fff;
 	}	
 	
 /* end */	