/*
	Theme Name: Adventure Connections
	Theme URI: http://www.adventureconnections.co.uk/blog
	Description: Adventure Connections Blog Theme
	Tags: Adventure Connections, Fixed Width, Widgets
	Version: 2.1
	Author: Andy Field
	Author URI: http://www.idnet.net
	Modified: 30.04.09
*/

/* LAYOUT
******************************************/

#main-blog {
	float:left;
	width:700px;
}

#sidebar-blog {
	float:right;
	width:220px;
}

/* DECORATION
******************************************/

.post {
	margin:0 0 0.75em;
	width:700px;
}

.post-meta,
#post-sidebar { /* 11 */
	color:#68687c;
	float:left;
	font-size: 0.916667em;
	line-height: 1.636364em;
	/* margin:0 0 1.636364em 0; */
	width:140px;
}

.post-meta dt,
#post-sidebar dt {
	color:#000222;
}

.post-clip {
	border-bottom:1px solid #cdcdd6;
	float:right;
	margin:0 0 0.75em 0;
	padding:0 0 0.75em 0;
	width:540px;
}

.post-main {
	border-bottom:1px solid #68687c;
	margin:0 0 1.5em 0;
	padding:0 0 1.5em 0;
	width:700px;
}

#post-content {
	float:right;
	width:540px;
}

#post-sidebar {
	float:left;
	margin:4em 0 0 0;
	width:140px;
}

#sidebar-blog ul,
#sidebar-blog ul ul {
	font-size:100%;
}

#sidebar-blog li ul li {
	font-size: 0.916667em;
	line-height: 1.636364em;
}

h2.widgettitle {
	border-top:2px solid #95959c;
	border-bottom:1px solid #cdcdd6;
	font-size: 1.333333em;
	line-height: 1.125em;
	margin:0 0 0.5625em 0;
	padding:0.5625em 0;
}

#comments {
	width:700px;
}

#recentcomments li {
	background:#fff url(/templates/assets/sprite.png) 0 -200px no-repeat;
	padding:0 0 0 20px;
}

ol.commentlist {
	font-size:100%;
	margin:1.5em 0;
}

ol.commentlist li {
	border-bottom:1px solid #cdcdd6;
	margin:0 0 0.75em 0;
	padding:0 0 0.75em 0;
}

.comment-meta {
	float:left;
	font-size: 0.916667em;
	line-height: 1.636364em;
	width:140px;
}

.comment-main {
	float:right;
	width:540px;
}

ol.commentlist li img {
	float:left;
	margin:0 0.75em 0.75em 0;
}

.navigation {
	height:40px;
	margin:0 0 1.5em 0;
	width:700px;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

.alignleft a {
	background:#fff url(/templates/assets/sprite.png) 0 -650px no-repeat;
	padding:6px 0 4px 30px;
}

.alignleft a:hover {
	background:#fff url(/templates/assets/sprite.png) 0 -680px no-repeat;
	padding:6px 0 4px 30px;
}

.alignright a {
	background:#fff url(/templates/assets/sprite.png) right -650px no-repeat;
	padding:6px 30px 4px 0;
}

.alignright a:hover {
	background:#fff url(/templates/assets/sprite.png) right -680px no-repeat;
	padding:6px 30px 4px 0;
}

.alignleft a:link,
.alignleft a:visited,
.alignleft a:hover,
.alignleft a:active,
.alignright a:link,
.alignright a:visited,
.alignright a:hover,
.alignright a:active{
	border:none;
}

ul#flickr {
	margin:0;
}

ul#flickr li {
	display:block;
	float:left;
	margin:0 0.75em 0.75em 0;
}

ul#flickr li img {
	display:block;
}

ul#flickr li a {
	border:2px solid #cdcdd6;
	display:block;
	float:left;
	height:75px;
	width:75px;
}

ul#flickr li a:hover {
	border:2px solid #68687c;
}

h3#comments {
	color:#b48c08;
}

#blog img.alignleft {
	display:block;
	float:left;
	margin:0 0.75em 0.75em 0;
}

#blog img.alignright {
	display:block;
	float:right;
	margin:0 0 0.75em 0.75em;
}