/*
Theme Name: Robots will conquer you!
Theme URI: http://appliedlogic.ca
Description: Then they will make you dress up in frilly pink party dresses. 
Version: 1.0.2
Author: redheads
Author URI: http://triggersandsparks.com
Tags: robots, death, shiny stuff

	minimalism v1.0.2
	http://www.genaehr.com/minimalism/

	This theme was designed and built by Christian Genaehr,
	whose website you will find at http://www.genaehr.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

@font-face {
	font-family: 'MyUnderwoodRegular';
	src: url('fontface/MyUnderwood-webfont.eot');
	src: local('?'), url('fontface/MyUnderwood-webfont.woff') format('woff'), url('fontface/MyUnderwood-webfont.ttf') format('truetype'), url('fontface/MyUnderwood-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
} 



/* basic structure */
body {
	font-size: 75%; 
	line-height: 1.2em;
	font-family: "Trebuchet MS", "MS Serif", Helvetica, Arial, sans-serif;
	text-align: center;
	background: url(images/stripe.png) repeat top center;
		
} div#container {
	margin: 0 auto;
	width: 960px;
}


/* type & colours */
a {
	color: #CE4642;
	text-decoration: none;
} a:hover, a:focus {
	color: #000;
} p {
	margin: 2em 0;
} h1 {
	color: #90D6ED;
	width: 100%;
	/*border-bottom: 3px solid #90D6ED;*/
	font-size: 3.75em;
	letter-spacing: -2px;
	margin: 0 0 20px 0;
	padding: 0;
	font-weight: bold;
	line-height: 0.8em;
	padding: 0;
	font: 30px/38px 'MyUnderwoodRegular';
} h1 a {	
	color: #90D6ED;
} h1 a:hover {
	color: #000;
} h2 {
	color: #92C73E;
	width: 100%;
	border-bottom: 2px solid #92C73E;
	font-size: 1.25em;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 0 0;
	font: 18px/18px 'MyUnderwoodRegular';
} 

			




/* header */
#header {
	background: url(images/appliedlogic.png) no-repeat 0px 25px;
	text-align: left;
	height: 300px;
} #header ul {
	margin: 80px 60px 60px 0px;
	list-style-type: none;
	font-size: 2em;
} #header ul li {
	float: right;
	height: 97px;
	padding: 70px 0px 0 30px;
} #header a {
	font-weight: bold;
	font: 21px/21px 'MyUnderwoodRegular';
} #header li.current_page_item {
	background: url(images/shiny.png) no-repeat center;
} #header li:hover {
	background: url(images/less_shiny.png) no-repeat center;
	color: #000;
} #header a:hover {
	color: #fde85e;
}



/* sidebar */
#sidebar {
	background: url(images/appliedlogic.png) no-repeat 0px -275px;
	text-align: left;
} li#stray_widgets-2 {
	margin: 250px 0 100px 0;
} span#testimonial {
	font-style: italic;
	font-size: 1.15em;
	font-family: Georgia, "Times New Roman", Times, serif;
} span#testimonial-auth {
	font-style: bold;
	margin-top: 20px;
	color: #92C73E;
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: 1px;
	font-weight: bold;
} li#stray_widgets-2 h2 {
	display: none;
} li#stray_widgets-2 img {
	float: left;
	padding-right: 5px;
}


/* content */
#content {
	text-align: left;
} .post img {
	border: 1px solid black;
	margin: 3em 0 0 0;
/* } .post img {
	border: 1px solid black;
	margin: 0 20px 0 0;
	float: left; */
} #intro {
	font-size: 1.25em;
	line-height: .8em;
} #intro li {
	list-style-type:disc;
	margin: .5em 0 0 0;
} #intro ul {
	padding: 0;
	margin: 0em 2em;
} code, pre {
	font-size: 0.9em;
	font-family: "Courier New", Courier, monospace;
} textarea {
	width: 390px;
} div.navigation {
	margin: 20px 0;
}



/* footer */
#footer {
	background: url(images/line.png) repeat-x;
	height: 20px;
	padding: 30px 0 0 0;
}






