/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : 
Author : Kevin Klein	
Email : kevin.klein@gmail.com 
We Are : Unified Studies

Description : Master Stylesheet

Created : 5/21/09
Modified : 6/8/09

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

/* Eric Meyer reset http://meyerweb.com/eric/tools/css/reset/ */
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins { text-decoration: none; }
del { text-decoration: line-through; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*html * { zoom: 1 }

/*********** = structure = ***********/

body {
    background: #a2cce7;
	color: #000;
	font-size: 62.5%;
	text-align: center;
}

#page {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 864px;
}

#header {
	background: url(images/bg-header.gif) no-repeat 0 0;
	height: 151px;
	position: relative;
	overflow: hidden;
	width: 864px;
}

#content {
	background: #fff;
	padding: 0 0 35px 0;
	min-height: 1px;
	position: relative;
}

.home #content {
	padding: 0;
}

*html #content {
	height: 1%;
}

#copy {
	min-height: 300px;
	float: left;
	width: 470px;
	padding: 25px 0 0 11px;
}

*html #copy {
	height: 300px;
}

.home #copy {
	float: none;
	height: 377px;
	padding: 30px 15px 0 469px;
	width: auto;
}

#footer {
	clear: both;
	margin: -45px auto;
	min-height: 100px;
	text-align: left;
	padding: 0 0 0 0;
	width: 864px;
	z-index: 1;
}

.home #footer {
	margin: 0 auto;
	padding: 24px 0 0 0;
}

#sidebar {
	float: left;
	padding: 40px 15px 240px 17px;
	width: 303px;
}

.blog #sidebar {
	float: left;
	margin: 0 15px 0 0;
	padding: 55px 0 0 90px;
	width: 190px;
}

.home #sidebar {
	float: none;
	position: absolute;
	height: 407px;
	padding: 0;
	width: 442px;
}

#sidebar img.sidebar {
	position: absolute;
	left: 17px;
	bottom: 35px;
}

*html #sidebar {
	height: 1%;
}

*:first-child+html #sidebar {
	min-height: 1%;
}

/*********** = headers = ***********/

h1 {
	height: 100px;
	position: absolute;
	left: 0px;
    top: 0;
	width: 225px;
	z-index: 999; 
}

h1 a {
    display:block;
   	height: 100px;
	width: 225px;
	text-indent:-999em;   
}

h2 {
	background: url(images/bg-h2.gif) repeat-x 0 100%;
	color: #dd8134 !important;
	font-size: 21px;
	font-weight: normal;
	margin: 0 0 16px;
	padding: 0 0 16px 0;
	text-decoration: none;
}

h2 a,
h2 a:visited {
	color: #dd8134 !important;
	text-decoration: none;
}

.home h2 {
	display: none;
}

h3 {
	color: #6f8e57;
	font-family: Georgia, serif;
	font-size: 18px;
	margin: 25px 0 18px 0;
	line-height: 20px;
	font-weight: normal;
	text-decoration: none;
}

h3 strong {
	font-size: 20px;
	font-weight: normal;
	line-height: 22px;
	display: block;
}

h2 + h3 {
	margin-top: 5px;
}

h3 strong {
	color: #333;
	display: block;
}

.post h3 {
	color: #555;
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 18px 12px 0px 0;
}

.post h3,
.post h3 a {
	color: #333;
	text-decoration: none;
}

.post h3 a:hover {
	color: #617c98;
	text-decoration: underline;
}

#sidebar h3 {
	color: #a2cce7;
	font-size: 13px;
	line-height: 15px;
	margin: 0 0 12px;
	text-decoration: none;
}

h4 { 
	color: #000;
	font-size:12px; 
	line-height:17px;
	margin: 20px 0 2px 0;
}

.collapse-bottom {
	margin-bottom: 0 !important;
}

.collapse-top {
	margin-top: 0 !important;
}

/*********** = typography = ***********/

body {
	font-family: Verdana, 'Bitstream Vera Sans',  sans-serif;
}

a { 
	color: #506e8d;
	text-decoration:underline;
}

a:visited { color:#506e8d; }

a:hover { 
	color:#333; 
	text-decoration:none; 
}

a.rss {
	display: block;
	margin: 5px 0;
}

.navigation,
.navigation a {
	color:#000 !important;
	font-size: 13px;
	text-decoration: none !important;
	text-transform: uppercase;
}

.navigation .alignright,
.navigation .alignleft {
	width: 310px;
}

.navigation .alignright {
	text-align: right;
}

.navigation a:hover { text-decoration:underline !important; }

p {
	color: #333;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 14px 0;
}

p.disclaimer {
	color: #666;
	font-size: 11px;
	line-height: 14px;
	padding: 10px 26px;
	position: relative;
}

p.disclaimer strong {
	font-size: 9px;
	display: block;
}


h3.arrow + p {
	margin-left: 11px;
}

.home p {
	color: #666;
	font-size: 13px;
	line-height: 18px;
	margin-right: 20px;
}

.page-content p {
	margin: 10px 74px 25px 0;
}

.blog-banner p,
.contact-banner p {
	color: #666;
	font-size: 15px;
	margin: 3px 0 0 0 !important;
	text-align: center;
}

.description {
	display: none;
}

p.indent {
	margin-left: 36px;
}

.post {
	background: url(images/bg-hr.gif) repeat-x 0 0;
	margin: 0 0 45px 0;
	padding: 0; 
}

.post .entry {
	padding: 0;
}

p.postmeta {
	color: #999;
	font-size: 11px;
	line-height: 11px;
	padding: 0 0;
}

p.postmeta a,
p.postmeta a:visited { 
	color:  #6f8e57;
	text-decoration: underline;
}

div.postmetadata {
	background: #a2cce7;
	font-size: 11px;
	height: 26px;
	line-height: 26px;
	padding: 0 7px;
}

div.postmetadata .tags {
	color: #fff;
	float: left;
}

div.postmetadata .tags a,
div.postmetadata .tags a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
}

div.postmetadata .comments {
	float: right;
}

div.postmetadata .comments a,
div.postmetadata .comments a:visited {
	color: #fff;
	text-decoration: underline;
}

div.postmetadata a:hover,
p.metadata a:hover { text-decoration: none !important; }

#footer,
#footer a,
#footer a:visited {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}

#footer p {
	color: #fff;
	font-family: Georgia, serif;
	font-size: 11px;
	margin: 65px 0 !important;
	text-align: center;
}

b.div { margin: 0 7px; }

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

blockquote,
blockquote p {
	color: #3b6081 !important;
	font-size: 13px !important;
	line-height: 18px !important;
}

blockquote strong {
	font-size: 11px;
	text-transform: uppercase;
}

/* em {
	color: #999;
	display: block;
	font-size: 10px;
	font-style: normal;
	margin: 2px 0 0 0;
	text-transform: uppercase;
	font-weight: normal;
} */

/*********** = misc divs and classes = ***********/
div#messages {
	position: absolute;
	bottom: -70px;
	left: -25px;
	width: 1000px;
	z-index: 2;
}

div#messages a {
	background: url(images/bg-circle.png) no-repeat 0 0;
	color: #fff;
	display: block;
	float: left;
	font-family: Tahoma, Verdana, san-serif;
	font-size: 14px;
	line-height: 18px;
	padding: 40px 5px 0 2px;
	margin: 0 80px 0 0;
	height: 80px;
	text-align: center;
	width: 110px;
}

div#messages a,
div#messages a:visited {
	color: #fff;
	text-decoration: none;
}

div#messages a:hover {
	color: #ddd;
	text-decoration: underline;
}

div#quote {
	position: absolute;
	bottom: -18px;
	left: -52px;
	width: 116px;
	z-index: 2;
}

p.quote {
	background: url(images/bg-quote.png) no-repeat 0 0;
	color: #fff;
	float: left;
	font-family: Georgia, san-serif;
	font-size: 12px;
	line-height: 13px;
	padding: 40px 14px 0 14px;
	margin: 0 80px 0 0;
	height: 102px;
	text-align: left;
	width: 116px;
}

*html p.quote {
	background: url(images/bg-quote.gif) no-repeat 0 10px;
	height: 112px;
	padding-top: 45px;
}

p.quote b {
	display: block;
	font-weight: normal;
	text-align: right;
	font-style: italic;
}

/*********** = lists = ***********/

div#copy li {
	font-size: 12px;
	line-height: 16px;
}

div#copy ul,
div#copy ol {
	list-style: none;
	font-size: 12px;
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
}

div#copy ol {
	margin: 15px 0 0 28px;
}

div#copy ul.items {
	margin: 20px 0;
}

div#copy ol {
	list-style: decimal;
}

div#copy ul li {
	color: #333;
	margin: 0 0 3px 0;
	padding: 0 0 0 34px;
}

div#copy ul ul {
	margin: 3px 0 0 0;
}

div#copy ul li li {
	padding: 0 0 0 10px;
}

div#copy ul.blue li {
	color: #617c98 !important;
}

div#copy .items li {
	margin: 0 0 20px 0;
}

/*********** = #primary (navs and search) = ***********/

ul#nav {
	bottom: 0;
	height: 38px;
	overflow: visible;
	list-style-type: none;
	margin: 0 !important;
	padding: 0 !important;
	position: absolute;
	width: 865px;
}

ul#nav li {
	float: left;
	height: 38px;
	margin: 0 !important;
	padding: 0 !important;
	width: 173px;
}

*:first-child+html ul#nav li { display: inline; }

ul#nav li a {
	background: #6f8e57;
	display: block;
	float: left;
	height: 38px;
	outline: none;
	text-indent: -9999em;
	width: 173px;
}

ul#nav li a span { 
	display: block;
	margin: 13px 0 0 0;
	height: 12px;
	width: 173px;
}

ul#nav li.page-item-5 a span {
	background: url(images/bg-nav-1.gif) no-repeat 50% 0;
}

ul#nav li.page-item-4 a span {
	background: url(images/bg-nav-2.gif) no-repeat 50% 0;
}

ul#nav li.page-item-6 a span {
	background: url(images/bg-nav-3.gif) no-repeat 50% 0;
}

ul#nav li.page-item-13 a span {
	background: url(images/bg-nav-4.gif) no-repeat 50% 0;
}

ul#nav li.page-item-11 a span {
	background: url(images/bg-nav-5.gif) no-repeat 50% 0;
}

ul#nav li.current_page_item a,
ul#nav li.current_page_ancestor a,
ul#nav li a:hover {
	background: #dd8134;
}

ul#nav li.current_page_item a span,
ul#nav li.current_page_ancestor a span,
ul#nav li a:hover span { background-position: 50% -12px; }


ul#nav ul {
	display: none;
}

#localnav {
	padding: 8px 30px 7px 0;
}

#localnav h2 { display: none; }

#localnav ul {
	list-style-type: none;
}

#localnav a,
#localnav a:visited {
	color: #dd8134;
	line-height: 16px;
	display: block;
	font-weight: bold;
	padding: 5px 10px 5px 14px;
	text-decoration: none;
}

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

#localnav ul ul {
	margin: 0 0 8px 18px;
}

#localnav li {
	font-size: 14px;
}

#localnav li li {
	font-size: 12px;
}

#localnav li li a {
	font-weight: normal;
}

#localnav li.current_page_item li a,
#localnav li.current_page_item li a:visited,
#localnav li.current_page_ancestor li a,
#localnav li.current_page_ancestor li a:visited {
	color: #6f8e57;
	font-weight: normal;
}

#localnav li.current_page_item a,
#localnav li.current_page_item a:visited,
#localnav li.current_page_parent a,
#localnav li.current_page_parent a:visited,
#localnav li.current_page_parent li.current_page_item a, 
#localnav li.current_page_parent li.current_page_item a:visited {
	color: #6f8e57;
	font-weight: bold;
}

ul.links {
	list-style: none;
	margin: 5px 0 35px 0;
}

ul.links li { 
	background: none !important;
	font-weight: bold;
	font-size: 12px !important;
	margin: 8px 0;
	padding: 0 !important;
}

ul.links li a { 
	color: #dd8134;
	display: block;
	text-decoration: none;
}

ul.links li a:hover {
	text-decoration: underline;
}

/*********** = utility classes = ***********/

.clearfix {
	display:inline-block; /* IE 6 & 7 */
}

.clearfix:after { /* modern browsers */
	content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

*html .clearfix {
	height:1%; /* fIE 6 */
}

div.hr {
	background: url(images/bg-hr.gif) no-repeat 0 0;
	height: 3px;
	font-size: 13px;
	line-height: 3px;
	margin: 12px 0;
}

.clear {
	clear:both;
	height:1px;
	margin:-1px 0 0 0;
	overflow: hidden;
	padding:0;
}

.clear.height {
	margin: 12px 0;
}

.clear.left {
	clear:left;
}

.clear.right {
	clear:right;
}

.center {
	text-align:center;
}

.centered {
	margin-left:auto;
	margin-right:auto;
}

.alignright {
	float:right;
}
	
.alignleft {
	float:left
}

.collapse-top {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.margin-top { margin-top: 15px !important; }

.margin-bottom { margin-bottom: 15px !important; }

.hidden { display: none; }

/* images */
img.intro {
	margin: 25px 0 0 0;
}

img.home {
	margin: 15px 0 0 0;
}

img { border:none; }

img.pdf {
	margin: 10px 0;
}

img.alignright {
	float:right;
    margin: -30px -60px 2px 18px;
}

img.alignleft {
	float:left;
	margin: 0px 18px 2px 0;
}

img.float-l {
	float:left;
	margin: 0px 34px 2px 0;
}

/* forms */
form {
	margin: 0 0 15px 0;
}

#comment {
	width: 400px;
}