* {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

.clear {
	clear: both
}

.left {
	text-align: left;
	float: left;
}

.right {
	text-align: right;
	float: right;
}

.error {
	color: #f00;
}

.formButton {
	padding: 3px;
	background: #CDACDB;
	border: 1px solid #666666;
	width: 135px;
}

.formButton:hover {
	background: #F1E8F5;
}

h1 {
	font-size: 20px;
	padding-bottom: 10px;
}

h2 {
	font-size: 18px;
	padding-bottom: 8px;
}

/** HEADER **/
body {
	color: #333;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	text-align: center;
	background: #FFFFFF url(../images/bodybg.png) top center repeat-x;
	margin-bottom: 40px;
}

#container {
	width: 850px;
	margin: 0 auto;
	text-align: left;
}

#header {
	position: relative;
	height: 137px;
}

#logo {
	position: absolute;
	top: 34px;
	left: 0;
}

/** MENU **/
#menu {
	position: absolute;
	top: 45px;
	right: 0;
	width: 510px;
	text-align: right;
}

#menu a {
	color: #FFFFFF;
	font-size: 13px;
	display: block;
	height: 31px;
	width: 110px;
	background: transparent url(../images/menubg.png) bottom left no-repeat;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	line-height: 30px;
	float: right;
	margin-left: 5px;
}

* html #menu a {
	line-height: 29px; /* IE fix */
}

#menu a:link,#menu a.visited {
	background: transparent url(../images/menubg.png) bottom left no-repeat;
}

#menu a:hover,#menu a:focus {
	background: #EEEEEE url(../images/menubg.png) top left no-repeat;
}

/** BODY **/
#bodycontent {
	margin: 35px 310px 0 0;
	min-height: 450px;
}

#bodycontent ul,#bodycontent ol {
	padding-left: 20px;
	margin: 10px 0px;
}

#bodycontent li {
	padding-bottom: 10px;
}

#bodycontent h2 {
	margin: 20px 0 15px 0;
	font-family: arial;
	font-size: 24px;
	color: #333333;
	font-weight: 400;
}

#bodycontent h2 span {
	color: #999999;
	border-bottom: 1px solid #aaaaaa;
}

#bodycontent h3 {
	margin: 15px 0 10px 0;
	font-family: arial;
	font-size: 20px;
	color: #222222;
	font-weight: 400;
	padding-bottom: 2px;
	border-bottom: 1px solid #eeeeee;
}

#bodycontent h4 {
	margin: 15px 0 10px 0;
	font-family: arial;
	font-size: 18px;
	color: #222222;
	font-weight: 400;
	padding-bottom: 2px;
	border-bottom: 1px solid #eeeeee;
}

#bodycontent h4 a:link,#bodycontent h4 a:visited {
	font-weight: 400;
}

#bodycontent h4 a:hover {
	font-weight: 400;
	text-decoration: none;
}

#bodycontent .indent {
	margin-bottom: 50px;
}

#bodycontent .indent p {
	line-height: 19px;
	margin: 0 0 19px;
}

#bodycontent a:link,#bodycontent a:visited {
	color: #9560AE;
	font-weight: bold;
	text-decoration: none;
}

#bodycontent a:hover {
	color: #714486;
	font-weight: bold;
	text-decoration: underline;
}

#bodycontent #postmeta {
	height: 50px;
}

#bodycontent #postmeta .date {
	background: transparent url(../images/calendar.png) 0 50% no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1;
	display: block;
	height: 36px;
	width: 30px;
	float: left;
}

#bodycontent #postmeta .date .month {
	font: bold 9px Tahoma, Arial, Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	display: block;
	color: #fff;
	padding: 2px 0 0 0;
}

#bodycontent #postmeta .date .day {
	font: normal 12px Tahoma, Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	display: block;
	color: #664E2D;
	padding: 5px 0 0 0;
	margin: 0;
}

#bodycontent #postmeta .postinfo {
	color: #999999;
	font-size: 11px;
	float: left;
	margin-left: 20px;
	width: 400px;
	line-height: 15px;
}

#bodycontent #postmeta .postinfo a:link,#bodycontent #postmeta .postinfo a:visited
	{
	color: #999999;
	text-decoration: underline;
	font-weight: normal;
}

#bodycontent #postmeta .postinfo a:visited {
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}

.navigation {
	padding-bottom: 30px;
}

#bodycontent div.livesearch {
	text-align: left;
	margin: 5px 15px 5px 0px;
	padding: 0px;
}

#bodycontent div.livesearch label {
	color: #333333;
	font-family: arial;
	font-size: 20px;
	font-weight: 400;
	margin: 20px 0 15px;
	padding-right: 20px;
}

#bodycontent .post h2 {
	border-bottom: 1px solid #D5D5D5;
	font-size: 16px;
	margin-bottom: 0;
}

#bodycontent .post ul {
	padding-left: 0;
	font-size: 14px;
}

#bodycontent div.livesearch input {
	background: #C5A2D4;
	font-size: 15px;
	height: 20px;
	padding: 5px;
	width: 350px;
}

#bodycontent #posts li {
	list-style-type: none;
	list-style-position: outside;
	border-bottom: 1px dotted #D5D5D5;
	padding: 8px 10px;
	color: #714486;
}

#bodycontent #posts li small {
	float: right;
	font-size: 80%;
}

/** SIDEBAR **/
#sidebar {
	position: relative;
	float: right;
	width: 250px;
	min-height: 480px;
	height: 480px;
	background: #FFFFFF url(../images/sidebarbg.png) top center repeat-x;
}

#sidebarinner {
	padding: 40px 15px 0 15px;
}

#feedicon {
	position: absolute;
	top: 40px;
	right: 16px;
}

#sidebar h3 {
	font-family: arial;
	font-size: 16px;
	color: #3f3f3f;
	border-bottom: #C7B3D3 0px solid;
	font-weight: 500;
	border-bottom: 1px solid #C1A3D1;
}

.linkcontainer {
	margin: 10px 0 40px 0
}

#sidebar .tile_header h2 {
	display: none;
}

#sidebar ul {
	font-size: 1em;
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar li {
	clear: both;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar li a {
	color: #333333;
	display: block;
	font-weight: normal;
	margin: 0;
	padding: 7px 10px 7px 10px;
	text-decoration: none;
	border: none;
	_height: 0;
	min-height: 0; /* IE7 hasLayout fix */
	background: transparent url(..../images/liblockbg-dots.gif) bottom center
		repeat-x;
}

#sidebar li a:hover {
	color: #FFF;
	background: #111111 url(../images/liblockbg.png) top center repeat-x;
}

#sidebar .search {
	padding: 5px 0 0 8px;
}

#sidebar .search input#q {
	padding: 3px;
	background: #FFFFFF;
	border: 1px solid #666666;
	width: 135px;
}

#sidebar input#searchsubmit,#sidebar input#submit :focus {
	border: none;
	background: transparent url(../images/search-submit.png) bottom center
		no-repeat;
	height: 25px;
	width: 50px;
	color: #FFFFFF
}

#sidebar input#searchsubmit :hover {
	background: transparent url(../images/search-submit.png) top center
		no-repeat;
	height: 25px;
	width: 50px;
	color: #FFFFFF
}

/** COMMENTS **/
ol.commentlist {
	list-style: none;
}

ol.commentlist li {
	padding: 15px 10px;
}

ol.commentlist li.alt {
	background: #FAF7FB;
	border-bottom: 1px solid #C1A3D1;
	border-top: 1px solid #DFCFE7;
}

.comment_text ol,.comment_text ul,.comment_text li {
	margin: 8px 8px 8px 15px;
	padding: 0 0 0 0 !important;
}

.comment_text blockquote {
	margin-left: 30px;
	border: 1px solid #C1A3D1;
	font-size: 11px;
	padding: 8px 8px 0 8px;
	background: #FAF7FB;
}

.comment_title {
	margin: 5px 0;
}

.comment_text code {
	border: 1px solid #C1A3D1;
	font-size: 11px;
	padding: 8px 8px 0 8px;
	background: #FAF7FB;
}

.comment_author {
	font-weight: 600;
	color: #333333;
	font-size: 13px;
}

.comment_meta {
	font-size: 11px;
	color: #666666;
}

.comment_moderated {
	font-style: italic;
	margin: 10px 0;
}

.comment_text,.comments-loggedin {
	margin: 10px 0;
	line-height: 18px;
}

.comment_text p {
	margin-bottom: 8px;
}

.nocomments {
	font-style: italic;
	margin: 10px 0;
}

#commentform textarea,#commentform input {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 2px 0;
	padding: 3px;
	border: 1px solid #666666;
}

#commentform textarea {
	width: 450px;
	line-height: 18px;
}

#commentform label small {
	font-size: 11px;
	color: #666666;
}

#commentform input#submit,#commentform input#submit :focus {
	margin-top: 6px;
	border: none;
	background: transparent url(../images/comment-submit.png) bottom center
		no-repeat;
	height: 27px;
	width: 120px;
	color: #FFFFFF;
}

#commentform input#submit :hover {
	margin-top: 6px;
	background: transparent url(../images/comment-submit.png) top center
		no-repeat;
	height: 27px;
	width: 120px;
	color: #FFFFFF;
	border: 0;
}

/** FOOTER **/
#footer {
	border-top: #cccccc 1px solid;
	font-size: 11px;
	color: #999999;
	line-height: 15px;
	margin-top: 50px;
}

#footer a:link,#footer a:visited {
	color: #888888;
	text-decoration: none;
}

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

/** END **/ /** CODE BLOCK NEED TO BE BIGGER, AND PURPLE **/
code {
	font-size: 1.25em;
	color: #714486;
}

/** WP-SYNTAX HIGHLIGHTING **/
.wp_syntax {
	font-size: 1.25em;
	color: #100;
	background-color: #f9f9f9;
	border: 1px solid silver;
	margin: 0 0 1.5em 0;
	overflow: auto;
}

/* IE FIX */
.wp_syntax {
	overflow-x: auto;
	overflow-y: hidden;
	padding-bottom: expression(this.scrollWidth >   this.offsetWidth ?   15 :   0)
		;
	width: 100%;
}

.wp_syntax table {
	border-collapse: collapse;
}

.wp_syntax div,.wp_syntax td {
	vertical-align: top;
	padding: 2px 4px;
}

.wp_syntax .line_numbers {
	text-align: right;
	background-color: #EFCFFF;
	color: gray;
	overflow: visible;
}

/* potential overrides for other styles */
.wp_syntax pre {
	margin: 0;
	width: auto;
	float: none;
	clear: none;
	overflow: visible;
}

.console {
	background-color: #333;
	border: 1px solid silver;
	color: white;
	font-size: 1.25em;
	margin: 0 0 1.5em 0;
	padding: 2px 4px;
	overflow: auto;
}

.headline {
	padding-bottom: 20px;
}

/** Tables */
table caption {
	color: #333;
	margin: auto;
	text-align: left;
	border-bottom: 0px;
	font-size: 145%;
	padding-top: 3px;
	padding-bottom: 7px;
	font-weight: normal;
}

table th {
	background: #fff;
	color: #000;
	font-weight: bold;
	vertical-align: top;
}

table th,table td {
	padding: 3px 5px;
}

table.right-th th,table.right-td td {
	text-align: right;
}

table.left-th th,table.left-td td {
	text-align: left;
}

table.center-th th,table.center-td td {
	text-align: center;
}

.checkboxGroup span {
	display: block;
}

/** Begin Outline Topics */
#topicsUl li {
	background-color: #B3C8BF;
	padding: 5px;
	margin: 15px;
	border: 1px solid black;
	width: 300px;
	text-align: center;
	list-style-type: none;
}

#topicsUl li input {
	width: 275px;
}

#topicsUl li ul li {
	background-color: #E4F2ED;
	padding: 5px;
	margin: 5px;
	border: 1px solid black;
	width: 300px;
	text-align: center;
	list-style-type: none;
}

/** End Outline Topics */
.pdfDownload {
	text-align: center;
	float: right;
}

.imgRight {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

.imgLeft {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
