/*
Theme Name: Purple Spider
Theme URI: http://gladlycode.com/
Description: Spiders are creatures with eight legs. A purple spider, however, has seven.
Version: 1.7
Author: gladlyCode
Author URI: http://gladlycode.com/
Tags: purple, fixed width, two columns
*/

@import url("reset.css");
@import url("960.css");
@import url("text.css");
body {
	background: #fff;
}
#content {
	color: #1c2034;
	padding-top: 3em;
}
#content p {
	line-height: 1.6em;
}
small, .postmetadata, .commentmetadata {
	font-size: 80%;
}
a {
	color: #693672;
}
a:hover {
	color: #d60d70;
}

blockquote{
	background: #EAD1EF;
	margin: 0 0 0 2em;
	padding: 1em;
	quotes:none;
}

h1#branding a {
	background: url(gladlycode-mast.png);
	display:block;
	text-indent:-900%;
	height: 280px;
}
	h2 {
		font-size: 1.5em;
		color: #d60d70;
	}
	h2 a {
		text-decoration: none;
		color: #d60d70;
	}
	h3 {
		font-size: 1.35em;
	}
#header h1 {
	margin: 0;
}
#header #ribbon {
	background: url(/img/ribbon-bkgd.png) no-repeat;
	font-size: 1%;
	height: 10px;
}
#footer #gladlycode a {
	background: url(/img/gladlycode-tag.png);
	display:block;
	text-indent:-900%;
	height: 60px;
}
#footer .links {
	padding-top: 20px;
}
#footer .links p {
	padding-left: 30px;
	font-size: .9em;
	margin: 0;
}
#footer .links p a {
	text-decoration: none;
	color: #888;
}
#footer .links p a:hover {
	text-decoration: none;
	color: #222;
}
#content .narrow {
	margin: 0 80px;
}
#content .wide {
	margin: 0 -10px;
}
div .first {
	margin-left: 0;
}
#content .home {
	margin-left: 0;
	width: 620px;
	padding: 19em 160px 1em 160px;
	background:url(/img/fusionopolis.jpg) no-repeat;
}
#content div.steps {
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: url(/img/black-bar.png) repeat-x;
	height: 110px;
}
#content .steps div {
	height: 110px;
	text-align: center;
	padding-top: 1.5em;
	font-size: 1.3em;
	color: #666;
}
#content .steps div.highlight {
	background:url(/img/black-bar-arrow.png) no-repeat;
	color: #fff;
}
#content .step_1 {
	margin-left: 0;
}
#content .step_2 {
}
#content .step_3 {
	margin-right: 0;
}
table.prev-next {
	font-size: 1.3em;
	display: block;
	margin: 2em 0 1em 0;
}
table.prev-next a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	line-height: 140%;
	padding-bottom: 0;
}
table.prev-next td {
	height: 50px;
	margin: 0;
	overflow: hidden;
	vertical-align: middle;
}
table.prev td, table.next td {
	height: 50px;
	vertical-align: middle;
}
.prev, .next {
	height: 100%;
	display: block;
}
.prev {
	text-align: left;
}
.next {
	text-align: right;
}
.prev a {
	background: #ebebeb url(/img/prev-btn.png) no-repeat;
	padding: .6em 15px 0 35px;
}
.next a {
	background: #ebebeb url(/img/next-btn.png) no-repeat top right;
	padding: .6em 35px 0 15px;
}
.code {
	font-family: Consolas, Monaco, 'Lucida Sans Typewriter', 'Andale Mono', 'Lucida Console', monospace;
}
.grayed {
	color: #bbb;
}
#info-bottom {
	background: #59bc52;
	padding: 30px 80px 15px 80px;
}
#info-bottom p {
	color: #fff;
	font-style: italic;
}
#info-bottom a {
	color: #fff;
}
#entry-focus {
	overflow: hidden;
	background: #000 url(/img/black-bar-arrow.png) repeat-x bottom left;
	height: 100%;
}
#entry-focus .grid_10 {
	color: #fff;
	padding: 40px 0;
}
#entry-focus p {
	font-size: 2em;
}

