/*
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 1.6
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

/* eric meyer reset styles */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* General Styles */

a {
    color: #15336F;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

body {
    background: #15336F url("../../../img/bg_header_tile.png") repeat-x;
    color: #333;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 62.5%;
}

.container {
    margin: 0 auto;
    width: 800px;
}


/* header */

#header {
    overflow: hidden;
}

#header .container {
    background: url("../../../img/bg_header.png") no-repeat;    
    height: 100px;
}

#header h1 {
    float: left;
    text-indent: -999em;
    width: 350px;
}

#header ul {
    float: right;
    margin-top: 36px;
    width: 350px;
}

#header li {
    display: inline;
    font-size: 1.6em;
    text-align: right;
    text-transform: uppercase;
}

#header a {
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    text-decoration: none;
}

#header a:hover {
    color: #86AAF6;
}

#content {
    background: #fff;
    padding: 10px 0;
    overflow: hidden;
}

#content p {
    margin-bottom: 1.2em;
}

#feature {
    background: #2F6392 url("../../../img/feature.jpg") no-repeat;
    margin-bottom: 10px;
    height: 149px;
}

#feature span {
    color: #fff;
    display: block;
    font-size: 3em;
    line-height: 1.1em;
    height: 110px;
    padding-top: 39px;
    text-align: center;
    width: 440px;
}


/* columns */

#content .container {
    overflow: hidden;
}

#content #columnOne {
    background: #e1e1e1 url("../../../img/bg_caps_t.png") no-repeat;
    float: left;
    margin-right: 10px;
    padding-top: 15px;
    width: 185px;
}

#content #columnOne h3 {
    font-size: 1.4em;
    margin-bottom: .6em;
    padding: 0 15px;
}

#content #columnOne h3 a {
    text-decoration: none;
}

#content #columnOne h3 a:hover {
    text-decoration: underline;
}

#content #columnOne p {
    font-size: 1.2em;
    line-height: 1.2em;
    margin-bottom: 1.7em;
    padding: 0 15px;
}

#content #columnOne #columnOneCap {
    background: #fff url("../../../img/bg_caps_b.png") no-repeat;
    height: 11px;
    margin-top: -11px;
}

#content #columnTwo {
    background: #f1f1f1 url("../../../img/bg_caps_t.png") no-repeat -185px 0;
    float: left;
    margin-right: 10px;
    padding-top: 15px;
    width: 435px;
}

#content #columnTwo h2 {
    font-size: 2.2em;
    margin-bottom: .4em;
    padding: 0 15px;
}

#content #columnTwo h2 a {
    text-decoration: none;
}

#content #columnTwo h2 a:hover {
    text-decoration: underline;
}

#content #columnTwo h3 {
    color: #15336F;
    font-size: 1.7em;
    margin-bottom: .4em;
    padding: 0 15px;
}

#content #columnTwo p {
    font-size: 1.2em;
    line-height: 1.4em;
    margin-bottom: 1em;
    padding: 0 15px;
}

#content #columnTwo p.entry-date {
    margin-bottom: .7em;
}

#content #columnTwo ol, #content #columnTwo ul {
    font-size: 1.2em;
    line-height: 1.4em;
    padding: 0 15px;
    margin-bottom: 1.4em;
}

#content #columnTwo ul li {
    background: url("../../../img/bullet.png") no-repeat 0 5px;
    padding-left: 13px;
}

#content #columnTwo ol {
    margin-left: 19px;
}

#content #columnTwo ol li {
    list-style-type: decimal;
}

#content #columnTwo #captcha {
    vertical-align: middle;
    margin-left: 10px;
}

#content #columnTwo #columnTwoCap {
    background: #fff url("../../../img/bg_caps_b.png") no-repeat -185px 0;
    height: 11px;
    margin-top: -11px;
}

#content #columnThree {
    float: left;
    padding-top: 15px;
    width: 160px; 
}


/* footer */

#footer {
    color: #fff;
    overflow: hidden;
    padding: 1em 0;
}

#footer p {
    float: left;
    font-size: 1.2em;
    line-height: 1.2em;
    padding-left: 40px;
    width: 350px;
}

#footer ul {
    float: right;
    width: 220px;
}

#footer ul li {
    border-right: 1px solid #fff;
    display: inline;
    font-size: 1.2em;
    line-height: 1.2em;
    padding: 0 7px 0 5px;
    text-align: right;
}

#footer ul li.last {
    border-right: 0;
    padding-right: 0;
}

#footer ul li a {
    color: #fff;
    text-decoration: none;
}

#footer ul li a:hover {
    color: #86AAF6;
}