@charset "UTF-8";
/* 
Theme Name: whiteboard
Theme URL: http://whiteboardframework.com/
Description: A blank theme for you to draw on.
Author: Brian Purkiss
Author URI: http://brianpurkiss.com
Version: 2.0.1

Obviously, you may edit the above info upon your customization.
Though I wouldn't mind a link somewhere... *hint hint*
*/

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* The following CSS Reset was written by Dejan Cancarevic */
/* http://stylizedweb.com/2008/02/14/10-best-css-hacks */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code, 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 {
    font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
}
caption, th, td {
    text-align: left;
	font-weight: normal;
}
table {
    border-collapse: separate;
	border-spacing: 0;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Global styles */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

html, body {
    width: 100%;
}
body {
    margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #666666;
	background: #FFFFFF url(images/background.png) repeat-x 0 0;
}

/* Images */

img {
	border: 0;
}

/* Paragraphs and Headings */

p {
    margin: 0 0 10px 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	font-weight: normal;
	color: #336699;
}
h1 {
    font-size: 26px;
	line-height: 32px;
}
h2 {
    font-size: 24px;
	line-height: 30px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
    font-size: 26px;
	line-height: 32px;
	font-variant: small-caps;
}
h4 {
    font-size: 16px;
	line-height: 22px;
}
h5 {
    font-size: 14px;
	line-height: 20px;
}
h6 {
    font-size: 12px;
	line-height: 18px;
}

/* Lists */

dl {
    margin: 0 0 10px 0;
}
dt {
    margin: 0 0 12px 0;
	color: #336699;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}
dd {
    margin: 0 0 0 20px;
}
ul, ol {
	margin: 0 0 10px 20px;
	padding: 0 0 0 20px;
}
ol.letters {
    list-style-type: upper-alpha;
}
li {
    margin: 0;
	padding: 0;
}

/* Subscript and Superscript */

sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
	font-size: 65%;
}
sub {
	top: .5ex;
}

/* Tables */

table, thead, tbody, tfoot, tr, th, td {
	margin: 0;
	padding: 0;
}

/* Links */

a:link,
a:visited {
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	line-height: 17px;
    color: #6699CC;
	font-weight: bold;
}
a:hover,
a:active,
a.active {
    text-decoration: none;
    color: #999999;
}

/* Links inside headings */

h3 a:link,
h3 a:visited {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
    font-size: 26px;
	line-height: 32px;
	font-variant: small-caps;
	color: #336699;
}
h3 a:hover,
h3 a:active,
h3 a.active {
    color: #999999;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Container */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

div#container {
    width: 900px;
	margin: 0 auto 0 auto;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Header */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#header {
    width: 900px;
	height: 158px;
	margin: 20px 0 0 0;
	float: left;
	clear: both;
}
#header h1 {
    height: 158px;
	margin: 0 36px 0 0;
	float: left;
	clear: both;
}
#header h1 a {
    width: 181px;
	height: 121px;
	text-indent: -9999px;
	background: transparent url(images/logo.png) no-repeat 0 0;
	display: block;
}
#header h2 {
    width: 666px;
	height: 44px;
	margin: 20px 17px 0 0;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #6699CC;
	float: left;
	clear: none;
	position: relative;
}
#header h2 span {
    margin: 0 4px 0 4px;
}
#header h2 a:link,
#header h2 a:visited {
    font-weight: normal;
	color: #6699CC;
}
#header h2 a:hover,
#header h2 a.active {
    color: #000000;
}
#header h2 a.facebook,
#header h2 a.twitter,
#header h2 a.blog {
    display: block;
	width: 22px;
	height: 21px;
	text-indent: -9999px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	top: -1px;
}
#header h2 a.facebook {
    background-image: url(images/facebook-icon.png);
	right: 94px;
}
#header h2 a.twitter {
    background-image: url(images/twitter-icon.png);
	right: 64px;
}
#header h2 a.blog {
    background-image: url(images/blog-icon.png);
	right: 34px;
}
#header h2 a.facebook:hover,
#header h2 a.twitter:hover,
#header h2 a.blog:hover {
    background-position: 0 -21px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Primary Nav */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

div#primary-nav {
    width: 683px;
	height: 60px;
	margin: 0;
	float: left;
	clear: none;
	position: relative;
}
div#primary-nav abbr {
    border: 0;
}
div#primary-nav ul {
    list-style-type: none;
	width: 100%;
	height: 38px;
	margin: 22px 0 0 0;
	padding: 0;
	float: left;
	clear: both;
}
div#primary-nav ul li {
    list-style-type: none;
	height: 38px;
	margin: 0;
	padding: 0 5px 0 0;
	float: left;
	clear: none;
	background: transparent url(images/primary-nav-divider.png) no-repeat right top;
}
div#primary-nav ul li:last-child {
    padding: 0;
	background-image: none;
}
div#primary-nav ul li a {
	height: 38px;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	background: transparent url(images/primary-nav.png) repeat-x 0 0;
	display: block;
	float: left;
}
div#primary-nav ul li a:hover,
div#primary-nav ul li a.active {
	background-position: 0 -38px;
	color: #999999;
}
div#primary-nav ul li a span {
	height: 30px;
	padding: 8px 9px 0 9px;
	display: block;
	float: left;
	cursor: pointer;
}
div#primary-nav ul li:first-child a span {
	padding-left: 29px;
	background: transparent url(images/primary-nav-left.png) no-repeat 0 0;
}
div#primary-nav ul li:first-child a:hover span,
div#primary-nav ul li:first-child a.active span {
	background-position: 0 -38px;
}
div#primary-nav ul li:last-child a span {
	padding-right: 29px;
	background: transparent url(images/primary-nav-right.png) no-repeat right top;
}
div#primary-nav ul li:last-child a:hover span,
div#primary-nav ul li:last-child a.active span {
	background-position: right -38px;
}

/* Sub-nav */

div#primary-nav ul li ul {
    list-style-type: none;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	top: 0;
}
div#primary-nav ul li:first-child ul {
    margin-left: 19px;
}
div#primary-nav ul li ul li,
div#primary-nav ul li ul li a {
	height: auto;
	background-image: none;
	display: inline;
	float: none;
	clear: none;
}
div#primary-nav ul li ul li {
    list-style-type: none;
	margin: 0 10px 0 10px;
	padding: 0;
}
div#primary-nav ul li ul li a {
	font-size: 11px;
	line-height: 17px;
	color: #99CCFF;
}
div#primary-nav ul li ul li a:hover,
div#primary-nav ul li ul li a.active {
    color: #336699;
}
div#primary-nav ul li ul.hidden {
    display: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Top Nav (Wordpress) */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

div#topNav {
    width: 683px;
	margin: 0;
	float: left;
	clear: none;
}
div#topNav ul {
    list-style-type: none;
    width: 663px;
	margin: 5px 0 0 20px;
	padding: 0;
	float: left;
}
div#topNav ul li {
    list-style-type: none;
	padding: 0 10px 0 10px;
	display: inline;
}
div#topNav ul li a {
    font-weight: normal;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Page Layout */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

div#page,
div#sidebar {
	min-height: 200px;
}
div#page {
    width: 680px;
	margin: 0 24px 20px 0;
	float: left;
	clear: both;
}
div#sidebar {
    width: 196px;
	margin: 0 0 20px 0;
	float: left;
	clear: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Sidebar Items */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

div.sidebar-item {
    width: 196px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	background: transparent url(images/feature-block-footer.png) no-repeat left bottom;
	float: left;
	clear: both;
}
div.sidebar-item h4 {
    width: 170px;
	height: 24px;
	margin: 0;
	padding: 7px 13px 0 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 20px;
	line-height: 22px;
	color: #FFFFFF;
	background: transparent url(images/feature-block-title.png) no-repeat 0 0;
}
div.sidebar-item h4 a,
div.sidebar-item h4 a:visited {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 20px;
	line-height: 22px;
	color: #FFFFFF;
}
div.sidebar-item h4 a:hover {
    color: #000000;
}
div.sidebar-item div.content {
    width: 170px;
	padding: 5px 13px 2px 13px;
	background: transparent url(images/feature-block-body.png) repeat-y 0 0;
}
div.sidebar-item div.content ul {
    margin: 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Footer */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

div#footer {
    width: 100%;
	height: 31px;
	background: transparent url(images/footer.png) repeat-x 0 0;
	float: left;
	clear: both;
}
div#footer .rss {
    height: 25px;
	margin: 0;
	padding: 6px 0 0 20px;
	background: transparent url(images/footer-left.png) no-repeat 0 0;
	float: left;
	clear: both;
}
div#footer .rss a {
    font-weight: normal;
}
div#footer .rhubarb {
	height: 25px;
	margin: 0;
	padding: 6px 20px 0 0;
	background: transparent url(images/footer-right.png) no-repeat right top;
	float: right;
	clear: none;
}
div#footer .rhubarb a {
    font-weight: normal;
	color: #999999;
}
div#footer .rhubarb a:hover {
    color: #000000;
}
p#copyright {
    width: 100%;
	height: 25px;
	margin: 6px 0 0 0;
	text-align: center;
	color: #999999;
	float: left;
	clear: both;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Posts */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

div.post {
    margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #CCCCCC;
}
div.post h4,
div.post h4 a {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
    font-size: 20px;
	line-height: 26px;
	font-variant: small-caps;
	color: #336699; 
}
div.post h4 a:hover {
    color: #999999;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Comments */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

div#postmeta,
div#comments,
div.comments_reply {
    margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #CCCCCC;
}
