/* LEFT5 WP THEME-WRAPPER STYLES -- VERSION 1.5 (RGB HAUS REMIX) */

@import url(http://fonts.googleapis.com/css?family=Droid+Serif:regular,italic,bold,bolditalic);

header, footer, section, article, aside, nav {
	display: block;
	font-family: 'Droid Serif', serif;
	font-size: 1em;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	}

body {
	margin: 0;
	padding: 0;
	background: url('http://img.lou.pe/wp/dotgrid.gif');
	}

a:link, a:visited {
	text-decoration: none;
	color: #ed1c24;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #ed1c24;
	}

/* LEFT -- CONTROL */

header {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	overflow: visible;
	width: 220px;
	position: absolute;
	color: #666;
	}

body>header {
	background: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: left;
	color: #666;
	}
	body>header a:link, body>header a:visited {
		text-decoration: none;
		color: #999;
		}
	body>header a:hover, body>header a:active {
		text-decoration: none; 
		color: #ed1c24;
		}

#left {
	margin: 6px 0 0 6px;
	padding: 0 0 0 0;
	overflow: visible;
	width: 220px;
	position: absolute;
	}

#leftbox {
	width: 220px;
	padding-right: 0;
	border-style: dotted;
	border-color: #ccc;
	border-width: 1px 1px 0 1px;
	}

header h3 {
	margin: 0 0 0 0;
	padding: 3px 0 3px 0;
	text-align: center;
	font-size: 12px;
	color: #666;
	background: #fff;
	border-color: #ccc;
	border-style: dotted;
	border-width: 1px 0 1px 0;
	}
	header h3 a:link, header h3 a:visited {
		text-decoration: none;
		color: #666;
		}
	header h3 a:hover, header h3 a:active {
		text-decoration: none; 
		color: #ed1c24;
		}

/* SEARCH */

label[for=s] {
	display: none;
	}

#search {
	margin: 6px 0 10px 0;
	padding: 5px;
	border-width: 1px;
	border-style: dotted;
	border-color: #ccc;
	background: #fff;
	min-width: 300px;
	max-width: 20%;
	}

#cse-search-results {
	margin: 0 0 0 0;
	padding: 10px;
	min-width: 800px;
	max-width: 80%;
	color: #444;
	background: #fff;
	border-color: #ccc;
	border-style: dotted;
	border-width: 1px;
	overflow: hidden;
	}

/* RIGHT -- THE CONTENT */

#right {
	position: absolute;
	left: 246px;
	top: 0;
	min-width: 400px;
	max-width: 80%;
	padding: 0 0 50px 0;
	}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
	background: #fff;
	border-color: #ccc;
	border-style: dotted;
	border-width: 0;
	}

.portrait {
	min-height: 300px;
	max-height: 75%;
	}

.landscape {
	min-width: 400px;
	max-width: 100%;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 4px 8px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 8px 4px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

article>header {
	width: 100%;
	margin: 0 0 0 0;
	}

article>section {
	margin: 10px 0 0 0;
	padding: 50px 0 0 0;
	}

article[id*=post-] {
	margin: 0 0 0 0;
	padding: 10px;
	min-width: 600px;
	max-width: 80%;
	color: #444;
	background: #fff;
	border-color: #ccc;
	border-style: dotted;
	border-width: 1px;
	}

article[id*=archives] {
	margin: 0 0 0 0;
	padding: 10px;
	width: 700px;	
	color: #444;
	background: #fff;
	border-color: #ccc;
	border-style: dotted;
	border-width: 1px;
	}
	
article h1 {
	text-align: left;
	font-size: 2em;
	margin: -1.25em 0 0 0;
	padding: 0 0 0 0;
	line-height: 1.2em;
	color: #444;
	}
	article h1 a:link, article h1 a:visited {
		text-decoration: none;
		color: #444;
		}
	article h1 a:hover, article h1 a:active {
		text-decoration: none; 
		color: #ed1c24;
		}

article h2 {
	text-align: left;
	font-size: 1.5em;
	margin: 0 0 0 0;
	padding: 0 0 8px 0;
	color: #444;
	line-height: 1.1em;
	}

.date {
	font-size: 16px;
	color: #ccc;
	}

article>p {
	text-align: left;
	font-size: 1em;
	margin: 10px 0 0 0;
	padding: 5px 0 10px 0;
	line-height: 1.3em;
	color: #444;
	}

.arch {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-style: dotted;
	border-color: #ccc;
	border-width: 0 0 1px 0;
	}

article>footer p {
	font-style: italic;
	font-size: 0.8em;
	color: #ccc;
	}

article+nav {
	font-weight: bold;
	}

#foot {
	margin: 50px 0 0 0;
	padding: 10px;
	font-size: 1.4em;
	border-width: 1px;
	min-width: 400px;
	max-width: 80%;
	border-style: dotted;
	border-color: #ccc;
	text-align: center;
	background: #fff;
	}

.foot2 {
	font-size: 0.65em;
	}

.more {
	font-size: 1.4em;
	font-weight: 300;
	}


/* COMMENTS */

#comments {
	margin: 20px 0 0 0;
	padding: 10px;
	min-width: 700px;
	max-width: 80%;
	color: #444;
	background: #fff;
	border-color: #ccc;
	border-style: dotted;
	border-width: 1px;
	}

.eachcomment p {
	line-height: 1.3em;
	}

.modwait {
	color: #666;
	font-size: 1.2em;
	font-style: italic;
}

#formbox {
	width: 680px;
	margin: 0 auto;
	}

*:focus {
	outline: none;
	}

#formbox form label {
	float: left;
	position: relative;
	font-style: normal;
	font-size: 18px;
	color: #444;
	}

#formbox form input {
	width: 680px;
	height: 35px;
	font-style: normal;
	font-size: 20px;
	color: #ed1c24;
	border: 1px dotted #ddd;
	border-bottom: 1px dotted #ccc;
	}
	#formbox form input:focus {
		border: 1px dotted #ed1c24;
		}

.commenttextlabel {
	font-style: normal;
	font-size: 18px;
	color: #444;
	}

#formbox textarea {
	width: 680px;
	height: 300px;
	font-size: 16px;
	color: #666;
	border: 1px dotted #ddd;
	border-bottom: 1px dotted #ccc;
	font-family: Helvetica, Arial, sans-serif;
	}
	#formbox textarea:focus {
		border: 1px dotted #ed1c24;
		}

#formbox .button {
	width: 100px;
	cursor: pointer;
	background: #444;
	font-style: normal;
	font-size: 18px;
	color: #fff;
	padding: 8px;
	margin: 10px 0 20px 280px;
	border: none;
	}
	#formbox .button:hover, #formbox .button:focus {
		background: #ed1c24;
		}

/* == ITEMS == */

#banner-head {
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 220px;
	height: 155px;
	background-image: url(http://img.lou.pe/wp/loupe_logo_thin.png);
	}

#foundation {
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 220px;
	height: 150px;
	background-image: url(http://img.lou.pe/wp/patrick_220x150_wht.jpg);
	}

#twitter {
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 220px;
	height: 40px;
	background-image: url(http://img.lou.pe/wp/loupefeed_thin.png);
	border-width: 1px 0 1px 0;
	border-style: dotted;
	border-color: #ccc;
	}

#threadless {
	display: block;
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
	width: 220px;
	height: 119px;
	background-image: url(http://www.threadless.com/subbanner/270205/banner1.png);
	}

#rgb {
	margin: 10px 60px 0 60px;
	width: 100px;
	height: 100px;
	background-image:url(http://img.rgbha.us/i/rgbhaus_logo4_100.png);
	display:block;
	overflow: hidden;
	}

/* END STYLES */
