/* @override http://3rdwheel.org/wp-content/themes/k2/styles/thirdwheel/thirdweheel.css */

/*
	Author Name	:	Eric Marden
	Author Site	:	http://xentek.net/
	Style Name	:	xendrum
	Style URI	:	http://xentek.net/
	Version		:	1.0
*/

#page {
	padding: 0;
}

#primary {
	width: 600px;
}

#sidebar-1 {
	width: 260px;
}

#sidebar-2 {
	clear: both;
	width: 950px;
	position: relative;
	margin: 0;
	padding: 0;
	border-top: 5px solid #eee;
	margin-left: -20px;
}

#sidebar-2 div {
	float: left;
	width: 440px;
}

#recent-posts {
	margin-left: 20px;	
}

#recent-comments {
	margin-left: 30px;
}

#sidebar-2 div li {
	border-bottom: 1px solid #eee;
	height: 33px;
	font-size: 110%;
}

#flickrrss img {
	border: 2px double #eee;
	margin: 2px;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* End captions */