/*
	CSS files kept in the 'styles' directory can be used to
	customize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select styles from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	: Kobus Bezuidenhout
	Author Site	: http://www.geekspeak.co.za
	Style Name	: Solidariteit Blog
	Style URI	: http://www.solidariteitblog.co.za
	Version		: 1.0
	Comments	:
*/

body {
	background: #274e13 url(background.png) center;
	background-attachment: fixed;
}

#page {
	/* The entire design is contained within the 'page' id */
	padding-top: 0;
	margin-top: 20px;
	-moz-box-shadow:0 4px 30px #000000;
	}
	
	.columns-two #page {
		width: 757px;
	}
	
#header {
	/* Contains the H1 and menu */
	background: #ffffff url(header/banner.gif) bottom center;
	height: 191px;
	position: relative;
	}
	
	#header #header-links {
		padding: 0;
		margin: 0;
	}	
	
	#header #header-links a {
		display: block;
		float: left;
	}
	
	#header a.home-link {
		position: absolute;
		display: block;
		width: 754px;
		height: 120px;
		top: 45px;
		left: 2px;
	}
	
	ul.menu {
		padding: 5px 15px 6px 97px;
		display: none;
	}
	
	ul.menu li a:hover {
		background-color: #186842;
	}
	
.navigation {
	margin: 40px 0 10px;	
}

.nav-previous, .nav-next {
	/* display: none; */ 
}

.wp-pagenavi {
	text-align: center;	
	margin: 22px 0 0;
}
	
#primary {
	/* Contains the main column */
	width: 477px;
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	clear: both;
	float: left;
	border-bottom: 5px solid #dadeda;
	min-height: 210px;
	width: 475px;
	padding-bottom: 20px;
	}
	
	#page .hentry .entry-content .wp-caption a, #page .hentry .entry-content .wp-caption a:hover {
		border: none;	
	}
	
	#page .hentry .entry-content a {
		color: #186842;
		border-bottom: 1px dotted #186842;
		text-decoration: none;
	}
	
	#page .hentry .entry-content a:hover {
		border-bottom: 1px solid #186842;
		text-decoration: none;
	}
	
	#page .hentry .entry-content a.a2a_dd {
		border-bottom: none;
	}
	
	#page .hentry .entry-content img {
		padding: 2px;
		background-color: #cccccc;
		border: 1px solid #aaaaaa;
	}
	
		#page .hentry .entry-content img:hover {
			background-color: #eeeeee;
			border: 1px solid #999999;
		}
	#page .hentry .entry-content .addtoany_share_save_container	{
		clear: both;
	}
	#page .hentry .entry-content .addtoany_share_save_container a {
		border: none;
	}
	
h3.entry-title {
	display: block;
	/* width: 330px; */
	margin: 0 0 20px 0;
}		
	
.entry-meta {
	width: 110px;
	float: left;
	padding: 5px;
	margin: 0 0 0 -151px;
	text-align: center;
	color: #ffffff;
	background: transparent url(entry-meta-bgtile.png) right repeat-y;
}

	.entry-meta .photo {
		margin: 5px 0;
	}	
	
	.entry-meta a, .comment-meta a {
		border-bottom: none;
	}
	
	.entry-meta a {
		color: #ffffff;
		text-decoration: underline;
	}
	
	.entry-meta a:hover, .comment-meta a:hover {
		border-bottom: none;
	}
	
	.entry-meta .entry-categories {
		display: none;
	}
	
	.entry-tags {
		display: none;	
	}
	
.entry-date abbr {
	color: #ffffff;
}

.entry-content {
	/* The meat and potatoes of every entry */
	}

#sidebar-1 {
	/* The first sidebar */
	}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
	font-size: 1.05em;
	}
	
	.secondary ul li, .secondary ol li {
		margin: 5px 0 5px 13px;
	}
	
	.secondary ul li {
		list-style-type: disc;
	}
	
	.secondary h4 {
		/* font-size: 1.1em; */
		font-weight: bold;
	}
	
		.secondary #twitter-tools h4 {
			padding: 0 0 0 20px;
			background: url(twitter_logo.png) left center no-repeat;
		}
	
	.secondary .widget {
		padding-bottom: 20px;
		border-bottom: 5px solid #dedade;
	}
	
		.secondary .widget a {
			color: #186842;
			border-bottom: none;
			text-decoration: none;
		}
		
		.secondary .widget a:hover {
			border-bottom: 1px solid #186842;
			text-decoration: none;
		}	

#s {
	width: 130px;
}	

#authors, #authors-2 {
	min-height: 100px;
}

	#authors li, #authors-2 li {
		height: 14px;
		margin: 2px 0;
		list-style-type: none;
	}

	#authors a, #authors-2 a {
		/* display: block; */
		width: 150px;
		float: left;
	}
		#authors a:hover, #authors-2 a:hover {
			border-bottom: none;
		}
	
	#authors a[title="RSS feed"], #authors-2 a[title="RSS feed"] {
		width: 14px;
		float: right;
		/* margin: 0 40px 0 0; */
	}

body.smartposition #rollingarchives, #rollingarchives {
	width: 477px;
}

#pagetrackwrap {
	width: 220px;
	left: 140px;
}	

#pagetrack {
	width: 220px;
}

.trackbacklink {
	display: none;
}

#commentformbox a {
	color: #186842;
}

.commentor-url {
	display: none;
}

	#commentlist li.alt {
		background-color: #ffffff;	
	}
	
	#commentlist li.alt {
		background-color: #eeffee;	
	}
	
	#commentlist .gravatar {
		display: none;
	}
	
	.comments textarea {
		width: 467px;
	}

.feed-link {
	text-align: left;
}

.navigation a {
	padding: 5px 7px;
	outline: none;
	border: 1px solid #999999;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	text-shadow:1px 1px 1px #dadeda;
}

	.navigation a:hover {
		color: #333333;
		text-decoration: none !important;
		border: 1px solid #333333;
	}
	
.single .navigation a {	
	border: none;
}

.twtr-widget div {
	margin: 0;
}

.twtr-widget .twtr-hd {
	padding: 10px;
}

#notices img {
	margin: 0;
}

#notices a {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	background-color: #f0f0f0;
}

.phplist label {
	width: auto !important;
}

a[rel~="attachment"] img:hover,
.gallery a img:hover,
.wp-caption:hover {
	border: 2px solid #274e13;
}

#pinglist {
	display: none;
}

