/*
Theme Name: StanMans
Description: Chalkboard on duck egg blue
Version: 1.0
Author: Elliott Richmond
Author URI: http://www.squareonemd.co.uk
*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#d0e9e5;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#wrap {
width:940px;
margin:20px auto;
position:relative;
}

#cardlogo {
}

#stansquote {
	position:absolute;
	left:297px;
	top:40px;
	width:460px;
}

#stansquote p {
font:Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-size:20.6px;
color:#538aad;
text-align:center;
}

#navigation {
position:absolute;

}

#navigation li a{
color:#501300;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
line-height:22px;
font-style:italic;
text-decoration:none;
}

#navigation li a:hover {
text-decoration:underline;
}


#blackboardwrap {
position:absolute;
left:126px;
width:690px;
top:120px;
z-index:10;
}

#boardtop {
height:53px;
background-image:url(images/blackboardtop.png);
background-repeat:no-repeat;
background-position:top;
}

#inset {
margin-left:100px;
margin-right:100px;
padding:30px 0;
}

#content {
height:1%;
min-height:600px;
background-image:url(images/blackboardmid.png);
background-repeat:repeat-y;
font-family:Georgia, "Times New Roman", Times, serif;
}

h1, h2, h3, h4, h5, h6 {
color:#d2d2d2;
line-height:1.2em;
}

#content li {
color:#d2d2d2;
list-style:square;
margin-left:20px;
font-size:12px;
line-height:17px;
}

#content h1 {
font-size:28px;
}

#content h2 a{
font-size:28px;
text-decoration:none;
}

#content p {
color:#FFFFFF;
font-size:14px;
line-height:20px;
padding-bottom:15px;
display:block;
}


#content a {
color:#FFFFFF;
font-size:12px;
line-height:17px;
text-decoration:underline;
}

#content img{
float:left;
margin:0 10px 10px 0;
}

#boardbottom {
background-image:url(images/blackboardbottom.png);
background-position:bottom;
height:56px;
}

#footer {
padding:20px 10px;
margin-bottom:20px;
color:#548aad;
font-size:10px;
line-height:24px;
}

#leftfoot {
float:left;
}

#rightfoot {
float:right;
}

#rightfoot a {
color:#548aad;
text-decoration:none;
}

#rightfoot a:hover {
text-decoration:underline;
}

#sidebarwrap {
position:absolute;
left:750px;
}

#sidebartop {
background-image:url(images/sidetop.png);
background-repeat:no-repeat;
width:225px;
height:45px;
}

#sidebarcontent {
background-image:url(images/sidemid.png);
background-repeat: repeat-y;
width:225px;
}

#sidebarcontent li {
font-size:20px;
font-style:italic;
color:#440100;
}

#sidebarcontent li a {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
color:#333333;
font-style:italic;
}

#sidebarbottom {
background-image:url(images/sidebottom.png);
background-repeat:no-repeat;
height:68px;
width:225px;
}

#sidebarinset {
margin-left:65px;
}

#sidebar ul li {
line-height:19px;
padding-bottom:10px;
}

li#text-3 {
margin-top:20px;
}

#calendar_wrap {
font-size:14px;
}

#calendar_wrap table td {
padding-right:5px;
}

#calendar_wrap caption {
font-size:20px;
}


.textwidget p {
font-size:14px;
line-height:20px;
padding-bottom:15px;
display:block;
}