/* v1.0 (C)Matthew Patterson - matt@matthewpatterson.co.uk */

body {
	background: url("http://www.matthewpatterson.co.uk/wp-content/themes/portfolio/styles/portfolio/topband.jpg") repeat-x #23070e top;
	color: #fff;
	background-color:#0d0009;
	}
	
p {
	font-size: 0.9em;
	line-height: 1.5em;
	margin-bottom: 10px;
	}	
	
	
a:link, a:visited {
	color: #5c6e80;
	}

#head h1 {
	color: #eee;
	}
	
#head h3 {
	color: #ddd;
	}
#abstract {
	background: url("http://www.matthewpatterson.co.uk/wp-content/themes/portfolio/styles/portfolio/backabstract.jpg");
	margin-top:61px;}
	
#nav {

	}
	
#nav ul li a:link, #nav ul li a:visited {
	color: #ddd;
	}
	
#nav ul li.current_page_item a:link, #nav ul li.current_page_item a:visited {
	background: url("deepblue/trans.png") repeat;
	color: #eee;
	}
	
#nav ul li a:hover, #nav ul li a:active, #nav ul li a:focus {
	color: #eee;
	}

#content {

	}
	
/* Portfolio Items */
.portfoliopiece a:link img, .work a:visited img {
	
	}
	
.portfoliopiece a:hover img, .work a:active img, .work a:focus img {

	}
	
.portfoliopiece a:link, .work a:visited {

	}

/* Homepage Widgets */
.flickr a:link img, .flickr a:visited img {

	}
	
.flickr img, .flickr a:visited img {

	}
	
.flickr a:hover img, .flickr a:active img, .flick a:focus img {
	border: 3px solid #5c6e80;
	}

ul.twitter li.twitter-item {
	background-color: #f6f5ed;
	border: 1px solid #eae9de;
	}
	
ul.bloglist li a:link, ul.bloglist li a:visited {
    color: #333;
    }
	
ul.bloglist li a:hover, ul.bloglist li a:active, ul.bloglist li a:focus {
    background-color: #e3e8ed;
    }

/* Blog Posts */
.blogpost, .worksearch {
	border-bottom:1px dotted #444444;
	}

h2 a:link, h2 a:visited {
	color: #333;
	}
	
ul.meta li {

	}
	
p.wp-caption-text {
    color: #555;
	}

blockquote {
    border-left: 2px solid #e3e8ed;
	}
	
/* Sidebar */
#sidebar ul li#search form #s {
    background: url("deepblue/search.png") no-repeat right #f6f6ec;
    border: 1px solid #E8E3C8;
    }
	
#sidebar ul li#search form #s:focus {
    border: 1px solid #dad4b6;
    }
	
#sidebar ul li ul {
    background-color: #f6f6ec;
    border: 1px solid #E8E3C8;
    }
	
#sidebar ul li ul li {
    list-style: url("deepblue/bullet.gif");
    }
	
#sidebar ul li a:link, #sidebar ul li a:visited {
    color: #333;
    }
    
/* Comments */
.commentlist li .avatar { 
	border: 2px solid #f2e9ea;
	}

.commentlist cite a:link, .commentlist cite a:visited {
	color: #333;
	}
	
.commentlist .commentmetadata a:link:first-child, .commentlist .commentmetadata a:visited:first-child {
	color: #333;
	}

.thread-alt {
	background-color: #F6F6EC;
	}
	
.thread-even {
	background-color: #F9F9F3;
	}
	
.depth-1 {
	border: 1px solid #E8E3C8;
	}

.even, .alt {
	border-left: 1px solid #E8E3C8;
	}

input, textarea {
	background-color: #F6F6EC;
	border: 1px solid #E8E3C8;
	}
	
input:focus, textarea:focus {
	border: 1px solid #dad4b6;
	}

/* Footer */
p.footer {
	color: #ccc;
	}
	
p.footer a:link, p.footer a:visited {
	color: #ccc;
	border-bottom: 1px dashed;
	}
	
p.footer a:hover {
	border-bottom: 1px solid;
	text-decoration: none;
}

.clear {clear:both;}


