@charset "utf-8";
/*   
Theme Name: simonfosterdesign.com v2
Theme URI: http://www.simonfosterdesign.com
Author: Simon Foster
Author URI: http://simonfosterdesign.com
Version: 1.1
.
This theme cannot be used for commercial or non-commercial use. It is mine dont steal.
.
*/




/* reset  */

html, body, div, p, ul, li, a, img, h1, h2, h3, h4, h5, h6, small, a img, span, input, form, cite, textarea {
     margin:0;
	 border:0;
	 padding:0;
	 text-decoration:none;
	 }
@font-face {
	font-family: 'AndaleMonoRegular';
	src: url('fonts/AndaleMono-webfont.eot');
	src: local('?'), url('fonts/AndaleMono-webfont.woff') format('woff'), url('fonts/AndaleMono-webfont.ttf') format('truetype'), url('fonts/AndaleMono-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}	 
body {
     background:#fef8f5 url(images/background.jpg) center top no-repeat;
	 font-size:12px !important;
	 font-family:AndaleMonoRegular, Courier New, Courier, monospace;
	 color:#000;
}
body.lighter  {
     background:#fef8f5 url(images/background_lighter.jpg) fixed;
	 font-size:12px !important;
	 
	 color:#000;
    }

div#wrapper {
   width:920px;
   float:left;
   margin:0 0 0 60px;
   }
div.home {
   height:1000px;
   }
h1.home {
   font-size:20em;
   margin:85px 0 10px 0;
   float:left;
   letter-spacing:14px;
   }
h1.portfolio {
   font-size:14em;
   margin:50px 0 20px 0;
   float:left;
   letter-spacing:14px;
   }
h2 {
   font-size:5em;
   margin:60px 0 20px 0;
   float:left;
   clear:both;
   letter-spacing:10px;
   }
 p {
    float:left;
    clear:both;
	margin:0 0 10px 5px;
	font-size:1.1em;
   }
p.email {
    float:left;
    clear:both;
	margin:40px 0 10px 5px;
	font-size:1.1em;
   }
p.sketchbook {
    float:left;
    clear:both;
	margin:10px 0 10px 0;
	font-size:1.3em;
	width:640px;
   }
ul#menu {
    list-style:none;
	float:left;
	clear:both;
	margin:10px 0 0 0;
	}
ul#menu li {
     display:inline;
     float:left;
	 margin:0 0 0 5px;
	 font-size:1.1em;
}
ul#menu li a, a {
    color:#009900;
    }
ul#menu li a:hover, a:hover, ul#menu li a.active {
    color:#000;
	}
div#info {
    float:left;
	clear:both;
	margin:30px 0 0 2px;
	width:30px;
	height:40px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	behavior: url(scripts/PIE.htc);
	background:#000;
	padding:10px 20px 0 0;
	position:relative;
	}
div#info p {
    color:#fff;
	font-size:2em;
	margin:0 0 0 18px;
	}
div#disclaimer {
    position:absolute;
	left:-5000px;
	width:150px;
	height:150px;
	-webkit-border-radius:85px;
	-moz-border-radius:85px;
	border-radius:85px;
	behavior: url(scripts/PIE.htc);
	background:#000 url(images/black_noise.jpg);
	text-align:center;
	padding:10px;
	}
div#disclaimer p {
    font-size:1em;
	margin:30px 0 0 0;
	}
div#info:hover div#disclaimer {
    left:50px;
	top:30px;
	}
ul.portfolio {
    list-style:none;
	margin:40px 0 0 0;
	float:left;
	clear:left;
	width:660px;
	}
ul.portfolio li {
     display:inline;
	 float:left;
	 margin:0 20px 20px 0;
	 position:relative;
	 width:200px;
	 height:140px;
	 }
ul.portfolio li span {
     position:absolute;
     left:-50000px;
     }	
ul.portfolio li:hover span {
    left:30px;
    top:0px;
    padding:55px 10px 0 10px;
    display:block;
    background:#000 url(images/black_noise.jpg);
	color:#fff;
	width:120px;
	height:85px;
	text-align:center;
	-webkit-border-radius:70px;
	-moz-border-radius:70px;
	border-radius:70px;
	behavior: url(scripts/PIE.htc);
    }
ul.portfolio li img {
	 }	
ul.portfolio li:hover img {
    display:none;
	}
img.sketchbook {
    margin:20px 0 40px 0;
	float:left;
	clear:both;
	} 
img.sketchbook:hover {
    opacity:0.6;
    }
div.sidebar {
    width:240px; 
    float:right;
	margin:40px 0 0 0;
}
div.sidebar h3 {
   float:left;
   clear:both;
   font-size:1.2em;
   margin:0 0 10px 0;
   }
div.sidebar p{
   float:left;
   clear:both;
   font-size:1em;
   margin:0 0 20px 0;
   }
div.sidebar ul.posts {
   list-style:none;
   float:left;
   clear:both;
   }
div.sidebar ul.posts li a {
    color:#000;
	font-size:1.2em;
	}
div.sidebar ul.posts li a:hover {
    color:#009900;
	}
div.sidebar p a:hover {
    color:#000;
	}
div.seperator {
    width:100%;
    border-top:dotted 0px #000;
	margin:20px 0 0 0;
	float:left;
	clear:both;
    }
div.content_block {
    float:left;
    width:640px;
	margin:40px 20px 0 0;
    }	
div.content_block img {
    float:right;
	clear:both;
	margin:0 0 40px 0;
	}
div.content_block p {
    float:right;
	clear:both;
	font-size:1.1em;
	margin:-20px 0 40px 0;
	position:relative;
	}
div#footer {
    width:980px;
	height:632px;
	position:relative;
	margin:10px 0 0 -60px;
	background:url(images/top.gif) no-repeat;
	float:left;
	clear:both;
	}
div#footer p {
   position:absolute;
   top:295px;
   left:80px;
   }

div#footer a.top {
   position:absolute;
   top:280px;
   left:785px;
   font-size:4em;
   color:#fff;
} 
div#footer a.top:hover {
   color:#009900;
   }
   
   
   
   
 /* blog styles */
 body.blog  {
     background:#000 url(images/blog_background.jpg) left top no-repeat;
	 font-size:12px !important;
	 font-family:Courier New, Courier New, Courier, monospace;
	 color:#fff4de;
    }
 ul#blog_menu {
    list-style:none;
	float:left;
	clear:both;
	margin:10px 0 0 0;
	}
ul#blog_menu li {
     display:inline;
     float:left;
	 margin:0 0 0 5px;
	 font-size:1.1em;
}
ul#blog_menu li a {
    color:#fff4de;
    }
ul#blog_menu li a:hover, a:hover, ul#blog_menu li a.active {
    color:#fa94aa;
	}
div.blog_seperator {
    width:100%;
    border-top:dotted 0px #fff4de;
	margin:40px 0 0 0;
	float:left;
	clear:both;
    }
 div.blog_block {
    float:left;
    width:640px;
	margin:40px 20px 0 0;
    }	
div.blog_block img {
    float:left;
	clear:both;
	margin:0 0 40px 0;
	border:solid 5px #fff4de;
	}
div.blog_block p {
    float:left;
	clear:both;
	font-size:1.2em;
	margin:-20px 0 40px 0;
	position:relative;
	}
div.blog_block h2 a {
    color:#fff4de;
	text-decoration:none;
	}
div.blog_block h2 a:hover {
    color:#fa94aa;
	text-decoration:none;
	}
div.blog_block p a, div.blog_block  a{
    color:#fa94aa;
	}
div.blog_block p a:hover, div.blog_block  a:hover {
    color:#fff4de;
	}
div.blog_block h2 {
    float:left;
	clear:both;
	font-size:3em;
	margin:0 0 20px 0;
	letter-spacing:4px;
	}
div.blog_sidebar h2 {
   float:left;
   clear:both;
   font-size:3em;
   margin:0 0 10px 0;
   letter-spacing:4px;
   }
div.blog_sidebar {
    width:240px; 
    float:right;
	margin:40px 0 0 0;
}
div.blog_sidebar h3 {
   float:left;
   clear:both;
   font-size:1.2em;
   margin:0 0 10px 0;
   }
div.blog_sidebar p{
   float:left;
   clear:both;
   font-size:1em;
   margin:0 0 20px 0;
   }
div.blog_sidebar ul.posts {
   list-style:none;
   float:left;
   clear:both;
   margin:0 0 30px 0;
   }
div.blog_sidebar ul.posts li a {
    color:#fff4de;
	font-size:1.2em;
	}
div.blog_sidebar ul.posts li a:hover {
    color:#fa94aa;
	}
div#blog_footer {
    width:980px;
	height:632px;
	position:relative;
	margin:10px 0 0 -60px;
	background:url(images/blog_top.gif) no-repeat;
	float:left;
	clear:both;
	}
div#blog_footer p {
   position:absolute;
   top:295px;
   left:80px;
   }

div#blog_footer a.top {
   position:absolute;
   top:290px;
   left:785px;
   font-size:4em;
   color:#000;
} 
div#blog_footer a.top:hover {
   color:#fa94aa;
   }
   
   
   
   
   
   
 small {
	 font-weight:bold;
	 font-size:0.9em;
	 display:block;
	 margin-bottom:25px;
	 clear:both;
	 
	 }
small a {
     font-size:0.9em;
	 }
h3#comments {
    float:left;
	clear:both;
	font-size:2em;
	}

ul.commentlist {
     list-style:none;
     display:inline;
     margin:20px 0px 0px 20px;
      }
ul.commentlist li {
     list-style:none;
	 }
ul.commentlist li div div {
     float:left;
	 clear:both;
	 margin-bottom:20px;
	 }
ul.commentlist li img {
     float:left;
	 margin:50px 20px 0px 0px;
	 }
ul.commentlist li p {
     float:left;
	 clear:both;
     margin:30px 0px 50px 10px;
	 }
cite {
     float:left;
     margin:30px 0px 30px 20px;
     font-size:1.5em;
	 display:block;  
	 }
cite a  {
     font-size:1em;
     }	 
span.says {
     display:none;
     }	
input {
     height:2em;
	 margin-bottom:10px;
	 padding:4px;
	 border:solid 5px #fff4de;
	 clear:both;
	 background:none;
	 }
input.input {
     clear:both;
	 float:left;
	 }
input#submit  {
     color:#fff;
	 text-align:center;
	 background-color:#a1083a;
	 height:70px;
	 width:135px;
	 display:block;
	 margin-top:20px;
	 font-size:1.1em;
	 padding:0px 12px 10px 8px;
	 cursor:pointer;
	 }

textarea {
	 border:solid 5px #fff4de;
	 padding:10px;
	 margin-top:15px;
	 background:none;
	 }
.seperator_comments {
     width:90%;
	 margin:20px 0px 0px 5%;
	 border-top:dashed 1px #fff4de;
	 float:left;
	 }
div.reply {
     border-bottom:dashed 1px #fff4de;
	 width:90%;
	 margin:20px 0px 10px 5%;
	 }
em {
    font-size:0.9em;
	clear:both;
	float:left;
	margin-bottom:10px;
	}
form#commentform p {
    float:left;
	clear:both;
	margin-bottom:0px;
	}
form#commentform small {
    margin-bottom:15px;
	}