/*
Theme Name:   Electric Weekend
Theme URI:    http://phil.electricweekend.com
Description:  The theme for my blog Electric Weekend.
Version:      2.1
Author:       Phil Bowell
Author URI:   http://phil.electricweekend.com
*/

* { 
    margin: 0; 
    padding: 0;
}

.container {
	width: 640px;
	margin: 0 auto;
	padding: 0;
}
	
ul {
	list-style: round;
}

h3 {
	color: #642864;
	margin-bottom: 18px;
}

h3.pagetitle {
	font-size: 24px;
	line-height: 32px;
	color: #2E5244;
	border-top: #2E5244 solid 1px;
	padding: 20px 0 10px 0;
	}
	
h2 {
	line-height: 24px;
	margin-bottom: 18px;
}


	
/* MAIN POSTS */

.content {
	width: 640px;
	border-top: #2E5244 solid 1px;
	padding-top: 25px;
	}
	
.content p {
	padding-top: 9px;
	}
	
.content a {
	text-decoration:none;
	color: #999;
	}
	
.content a:hover {
	text-decoration:none;
	border-bottom: 1px solid #999;
	}
	
h3.entrytitle {
	font-size: 24px;
	line-height: 32px;
	color: #2E5244;
	}
	
h3.entrytitle a {
	color: #2E5244;
	text-decoration: none;
	}

h3.entrytitle a:hover {

	}
	
h3.entrytitle span {
	float: right;
	}
		
.metainfo a {
	color: #666666;
	background: none;
	}
	
.metainfo a:hover {
	background: none;
	border-bottom: 1px solid #666666;
	}
	
.metainfo ul {
	list-style: none;
	}
	
.content img {
	margin-bottom: 18px;
	}	

/* FOOTER */

.footer {
	width: 640px;
	border-top: #2B2B2B dotted 1px;
	padding-top: 10px;
}

.flickr {
	width: 305px;
	float: left;
	padding-left: 5px;
	padding-bottom: 10px;
}

.flickr img {
	width: 85px;
	height: 85px;
	border: 1px solid #642864;
	padding: 3px;
	margin: 2px;
}

.flickr img:hover {
	width: 85px;
	height: 85px;
	border: 1px solid #642864;
	padding: 3px;
	margin: 2px;
	background: #642864;
}

.last {
	width: 305px;
	float: right;
	padding-left: 17px;
	padding-bottom: 10px;
	
}

.last a {
	background: none;
	color: #999;
	text-decoration:none;
	}
	
.last a:hover {
	text-decoration:none;
	border-bottom: 1px solid #777;
	}

ul.others {
	list-style: none;
}

ul.others a {
	color: #92083E;
	font-weight: normal;
	text-decoration:none;
}

ul.others a:hover {
	text-decoration: none;
	border-bottom: 1px solid #92083E;
}

/* COPYRIGHT */

.copyright {
	width: 640px;
	border-top: #2B2B2B dotted 1px;
	padding: 10px 0 0 5px;
	font-weight: normal;
}

.copyright a {
	color: #92083E;
	font-weight: normal;
	text-decoration:none;
}

.copyright a:hover {
	text-decoration: none;
	border-bottom: 1px solid #92083E;
}

/* ARCHIVES */

.page {
	margin: 0 0 0 5px;
	}
	
.page a {
	color: #999;
	text-decoration:none;
	}
	
.page a:hover {
	text-decoration:none;
	background: none;
	}

.archives {
	padding-left: 10px;
}

.archives a {
	text-decoration: none;
}

.archives a:hover {
	border-bottom: 1px solid #777;
	background: none;
}


	
/* Comment Meta */

.commetainfo {
	width: 160px;
	}
		
.commetainfo a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	}
	
.commetainfo a:hover {
	color: #161616;
	background: #666666;
	text-decoration: none;
	font-weight: bold;
	}

/* 404 */

ul.error {
	list-style: none;
	float: right;
	padding: 10px 0 20px 0;
	}

.error li{
	float: left;
	display: block;
	width: 155px;
	}
	
.error li a{
	font-size:13px;
	outline:none;
	text-decoration:none;
	display:block;
	padding:5px 0 3px 5px;
	width:155px;
	text-transform: capitalise;
	background: none;
	}
	
.error li a:hover{
	background:#666666;
	color:#161616!important;
	width:150px;
	}
