/*
Theme Name: Degrees of Abstraction
Theme URI: http://wordpress.org/
Description: Theme created for my personal blog
Version: 1
Author: Emile Kelly
Author URI: http://emilekelly.com
Tags: simple, 2 column, white

	Degrees of Abstraction v1
	 http://emilekelly.com

	This theme was designed and built by Emile Kelly,
	whose blog you will find at http://emilekelly.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

@charset "UTF-8";

/*--- Structure ---*/

HTML {
background-color:#EEEEEE;
}

body {
	margin:0px;
	padding:0px;
	background-color:#EEEEEE;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
	}
	
#centre {
	margin-left:auto;
	margin-right:auto;
	width:900px;
	background-color:#EEEEEE;
	}
	
body a img {
	border:none;
	}
	
body a {
	text-decoration:none;
	color:#0099cc;
	}
	
body a:hover {
	color:#0066CC;
	
	}
	


/*--- Header ---*/
	
#header {
	width:900px;
	height:80px;
	background-color:#FFFFFF;
	margin:0px 0px 20px 0px;
	}
	
#logo {
	margin:0px 20px 0px 20px;
	}
	
/*--- Menu ---*/

#menu {
	height:30px;
	margin:0px 0px 0px 20px;
	}
	
	#menu ul {
	margin:0px 0px 0px -40px;
	}
	
	#menu ul li {
	list-style:none;
	float:left;
margin-right:1px;
	}
	
	#menu ul li a img{
	border:none;
	}
	

#container {
	width:860px;
	background-color:#FFFFFF;
	margin:0px 0px 10px 0px;
	padding:30px 20px 5px 20px;
	
	}

/*--- Side Bar ---*/


#sidebar {
	width:230px;
	
	margin:0px 0px 0px 0px;
	}
	
.leftbaritem {
	margin:0px 0px 20px 0px;
	}
	
#searchform {
	margin:20px 0px 20px 0px;
	}
	
	#searchbox {
	width:160px;
	margin:0px 5px 0px 0px;
	}
	
	ul.archivelist {
	margin:0px 0px 0px -40px;
	list-style:none;
	}
	
	ul.blogroll {
	margin:0px 0px 0px -40px;
	list-style:none;
	}
	
	ul.catlist {
	margin:0px 0px 0px -40px;
	list-style:none;
	}
		ul.catlist li {
			float:left;
			margin-right:2px;
			}
		
#sidebar h2 {
font-size:13px;
}

#s {
	width:180px;
	margin-right:5px;
	}
	
/*--- Content ---*/

#content {
float:right;
	width:600px;
	margin:0px 0px 0px 0px;
	}
	
	

#main img {
	margin:10px 0px 20px 0px;
	}
	
		
.posted {
	margin:10px 0px 30px 0px;

	}

	

	
/*--- Footer ---*/

#footer {
	width:860px;
	margin-top:30px;
	border-top:#000000 solid 1px;
	}
	
#footertext {
	margin:5px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	}
	
#rss {
	float:right;
	margin:5px 0px 0px 0px;
	}
	
/*--- Comments ---*/

.comment2 {
	border:#666666 solid 1px;
	padding:10px;
	margin:20px 0px 0px 0px;
	}
	
.comment1 {
	padding:10px;
	margin:20px 0px 0px 0px;
	}

.avi {
	float:right;
	}
	
	.avi a img {
	border:none;
	}
	
#commentlist {
	margin-bottom:30px;
	}
	
#commentform{
	margin:30px 0px 0px 0px;	}
	


#comment {
	width:595px;
	height:200px;
	margin:0px 0px 20px 0px;
	padding:0px;
	}
	
#submit {
	float:right;
	}

.postdetail {
	padding:10px;
	border-left:#666666 solid 1px;
	margin:20px 10px 30px 0px;
	}
	

	

/*--- Cross use classes ---*/

.title {
	border-bottom:#000000 solid 1px;
	margin:0px 0px 10px 0px;
	height:22px;
	}
	
.clear {
	clear:both;
	height:1px;
	}
	
	
/*--- Font Styles ---*/

/*--- Comment Font Styles ---*/

.postdetail p {
		font-size:11px;
		color:#666666;
		margin:0px;
		}	
		
		.comment1 h1, .comment2 h1 {
	font-size:12px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	}
	
	.comment1 h1 a, .comment2 h1 a {
	font-size:14px;
	}
	
	.comment1 h2, .comment2 h2 {
		font-size:11px;
		font-weight:normal;
		color:#666666;
		}
		
	.comment1 p, .comment2 p {
		font-size:11px;
		margin:20px 10px 10px 0px;
		color:#666666;
		}
		
#commentform p {
	margin:0px 0px 30px 0px;
	}

h3 {
font-weight:normal;
}
		
/*--- Cross use Font Styles ---*/

h1 {
	font-size:18px;
	font-weight:normal;
	margin:0px 5px 2px 0px;
	padding:0px;
	}
	
	
.h1 a {
color:#000000;
}
	
	
.h1 {
	font-size:18px;
	font-weight:normal;
	margin:0px 5px 2px 0px;
	padding:0px;
	}
	
h2 {
	font-size:16px;
	font-weight:normal;
	margin:0px 5px 2px 0px;
	padding:0px;
	}
	
	
.date {
	font-size:11px;
	color:#666666;
	}
	
	
p {
	margin:0px 0px 10px 0px;
	}

.wp-caption-text {
font-style:italic;
}