/*
Theme Name: Comp-Fu
Theme URI: http://www.comp-fu.com
Description: Based on the Open Sourcerer theme (www.opensourcerer.com) by Alan Lord
Author: Stefan Ihringer
Author URI: http://www.comp-fu.com
Version: 1.0
Tags: dark, two-columns, flexible-width
License: GPLv3 or Later. (c) 2013 Stefan Ihringer (c) 2009 Alan Lord
*/

/* styles for small screens */

.centeredwrap {
	margin: 0;
}

#header {
	height: auto;
}
#header p.bigheadline {
	font-size: 1.8em;
	margin-top: 1em;
	margin-bottom: .5em;
	line-height: 1em;
}

#menu {
}

#topsearch {
	border: none;
}

#content {
	float: none;
	margin-right: 0;
}

#sidebar {
	width: auto;
	float: none;
	border: none;	
}

#subheader {
	margin-right: 0;
}

#ft_right {
	display: none;
}

/* reset margins */
.article, .archive, .article blockquote, pre {
	margin-left: 0;
	margin-right: 0;
}

div.wp-caption {
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
}

/* don't allow floated images to take up most of the width */
img.alignright {
	max-width: 50%;
	height: auto;
}
