/*
Theme Name: Leroy
Description: 2009 PACK Theme
Author: Phil Maconi
*/

/**********************************************************
*********************** Main Layout ***********************
**********************************************************/

body {
	background-color: black;
	background-position: top;
	background-repeat: repeat-x;
	background-attachment: scroll;
	font-family: "Helvetica Neue", Helvetica, "Trebuchet MS", Trebuchet, Sans-Serif;
}

div.panel {
	background-attachment: scroll;
	background-position: top center;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width: 800px;
}

div.header {
	background-image: url(images/layout/header.png);
	background-position: top center;
	width: 800px;
	height: 238px;
}

div.navigator {
	width: 800px;
	height: 35px;
	margin-bottom: 10px;
}

div.mini-nav-small {
	background-image: url(images/layout/mini-nav-30.png);
	width: 580px;
	height: 30px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 1.2em;
	line-height: 27px;
	padding-left: 10px;
	padding-right: 10px;
	color: #333399;
}

div.mini-nav-large {
	background-image: url(images/layout/mini-nav-45.png);
	width: 580px;
	height: 45px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-size: 1.2em;
	line-height: 20px;
}

div.medium-container {
	float: left;
	width: 600px;
	margin-right: 10px;
}

div.medium-top {
	background-image: url(images/layout/medium-top.png);
	width: 600px;
	height: 14px;
}

div.medium-header {
	background-image: url(images/layout/medium-border.png);
	width: 600px;	
}
div.medium-content {
	background-color: #ffffff;
	background-image: url(images/layout/medium-border.png);
	background-repeat: repeat-y;
	background-attachment: scroll;
	padding-left: 14px;
	padding-right: 14px;	
	text-align: justify;
	overflow: hidden;
}

div.medium-bottom {
	background-image: url(images/layout/medium-bottom.png);
	width: 600px;
	height: 14px;
	margin-bottom: 10px;
}

div.search {
	background-image: url(images/layout/search-background.png);
	margin-bottom: 10px;
	width: 190px;
	height: 30px;
	float: right;
}

div.search div.bar {
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 16px;
}

div.search div.bar #searchinput {
	width: 120px !important;
	padding: 0px 0px 0px 0px;
}

div.small-container {
	float: right;
	width: 190px;
}

div.small-top {
	float: left;
	background-image: url(images/layout/small-top.png);
	background-repeat: no-repeat;
	width: 190px;
	height: 14px;
}

div.small-content {
	float: left;
	background-image: url(images/layout/small-border.png);
	background-color: #ffffff;
	background-repeat: repeat-y;
	background-attachment: scroll;
	width: 190px;
	overflow: hidden;
}

div.small-content div.textwidget,
div.small-content div.content {
	font-size: 0.8em;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	width: 170px;
	text-align: center;
	color: #333399;
}

div.small-content div.title {
	width: 188px;
	margin-left: 1px;
	background-color: #333399; /*#193365;*/
	border-top: 2px solid #afafaf; /*#bf9b17;*/
	border-bottom: 2px solid #afafaf;
	margin-bottom: 5px;
	padding-top:2px;
	padding-bottom: 3px;
	text-align: center;
	color: #ffffff;
	font-size:0.95em;
	font-weight: bold;
}


div.small-content div.textwidget input,
div.small-content div.content input {
	font-size: inherit;
	width: 45%;
}

div.small-bottom {
	float: left;
	background-image: url(images/layout/small-bottom.png);
	background-repeat: no-repeat;
	width: 190px;
	height: 14px;
	margin-bottom: 10px;
}

div.copyright {
	width: 800px;
	text-align: center;
	float: left;
	color: #616199;
	font-size: 0.7em;
}

div.contact {
	width: 800px;
	text-align: center;
	float: left;
	color: #616199;
	font-size: 0.7em;
}

div.separator {
	width: 100%;
	height: 15px;
}

/**********************************************************
************************ Calendar *************************
**********************************************************/

div.large-container {
	float: left;
	width: 800px;
}

div.large-top {
	background-image: url(images/layout/large-top.png);
	width: 800px;
	height: 14px;
}

div.large-content {
	background-color: #ffffff;
	background-image: url(images/layout/large-border.png);
	background-repeat: repeat-y;
	background-attachment: scroll;
	text-align: center;
	padding-left: 14px;
	padding-right: 14px;
	overflow: hidden;
}

div.large-content p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: center;
}

div.large-content h3.alt {
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: center;
	font-size: 1.6em;
	font-weight: bold;
	color: #333399;
}

div.large-content a:link {
	color: #333399;
	text-decoration: none;
}

div.large-content a:visited {
	color: #333399;
	text-decoration: none;
}

div.large-content a:hover {
	color: #afafaf;
	text-decoration: none;
}

div.large-content a:active {	
	color: #afafaf;
	text-decoration: none;
}

div.large-bottom {
	background-image: url(images/layout/large-bottom.png);
	width: 800px;
	margin-bottom: 10px;
	height: 14px;
}

/**********************************************************
********************* Navigation Menu *********************
**********************************************************/

div.navigator a {
	height: 35px;
}

div.navigator li.home-current {
	background-image: url(images/navigation/nav-home-current.png);
	background-repeat: no-repeat;
	width: 102px;
	height: 35px;
}


div.navigator li.home-current:hover {
	background-image: url(images/navigation/nav-home-hover.png);
	background-repeat: no-repeat;
	width: 102px;
	height: 35px;
}

div.navigator li.home {
	background-image: url(images/navigation/nav-home.png);
	background-repeat: no-repeat;
	width: 102px;
	height: 35px;
}

div.navigator li.home:hover {
	background-image: url(images/navigation/nav-home-hover.png);
	background-repeat: no-repeat;
	width: 102px;
	height: 35px;
}

div.navigator li.about-current {
	background-image: url(images/navigation/nav-about-current.png);
	background-repeat: no-repeat;
	width: 97px;
	height: 35px;
}

div.navigator li.about-current:hover {
	background-image: url(images/navigation/nav-about-hover.png);
	background-repeat: no-repeat;
	width: 97px;
	height: 35px;
}


div.navigator li.about{
	background-image: url(images/navigation/nav-about.png);
	background-repeat: no-repeat;
	width: 97px;
	height: 35px;
}

div.navigator li.about:hover {
	background-image: url(images/navigation/nav-about-hover.png);
	background-repeat: no-repeat;
	width: 97px;
	height: 35px;
}

div.navigator li.service-current {
	background-image: url(images/navigation/nav-service-current.png);
	background-repeat: no-repeat;
	width: 116px;
	height: 35px;
}

div.navigator li.service-current:hover {
	background-image: url(images/navigation/nav-service-hover.png);
	background-repeat: no-repeat;
	width: 116px;
	height: 35px;
}

div.navigator li.service {
	background-image: url(images/navigation/nav-service.png);
	background-repeat: no-repeat;
	width: 116px;
	height: 35px;
}

div.navigator li.service:hover {
	background-image: url(images/navigation/nav-service-hover.png);
	background-repeat: no-repeat;
	width: 116px;
	height: 35px;
}

div.navigator li.events-current {
	background-image: url(images/navigation/nav-events-current.png);
	background-repeat: no-repeat;
	width: 109px;
	height: 35px;
}

div.navigator li.events-current:hover {
	background-image: url(images/navigation/nav-events-hover.png);
	background-repeat: no-repeat;
	width: 109px;
	height: 35px;
}

div.navigator li.events {
	background-image: url(images/navigation/nav-events.png);
	background-repeat: no-repeat;
	width: 109px;
	height: 35px;
}

div.navigator li.events:hover {
	background-image: url(images/navigation/nav-events-hover.png);
	background-repeat: no-repeat;
	width: 109px;
	height: 35px;
}

div.navigator li.resources-current {
	background-image: url(images/navigation/nav-resources-current.png);
	background-repeat: no-repeat;
	width: 153px;
	height: 35px;
}

div.navigator li.resources-current:hover {
	background-image: url(images/navigation/nav-resources-hover.png);
	background-repeat: no-repeat;
	width: 153px;
	height: 35px;
}

div.navigator li.resources {
	background-image: url(images/navigation/nav-resources.png);
	background-repeat: no-repeat;
	width: 153px;
	height: 35px;
}

div.navigator li.resources:hover {
	background-image: url(images/navigation/nav-resources-hover.png);
	background-repeat: no-repeat;
	width: 153px;
	height: 35px;
}

div.navigator li.calendar-current {
	background-image: url(images/navigation/nav-calendar-current.png);
	background-repeat: no-repeat;
	width: 129px;
	height: 35px;
}

div.navigator li.calendar-current:hover {
	background-image: url(images/navigation/nav-calendar-hover.png);
	background-repeat: no-repeat;
	width: 129px;
	height: 35px;
}

div.navigator li.calendar {
	background-image: url(images/navigation/nav-calendar.png);
	background-repeat: no-repeat;
	width: 129px;
	height: 35px;
}

div.navigator li.calendar:hover {
	background-image: url(images/navigation/nav-calendar-hover.png);
	background-repeat: no-repeat;
	width: 129px;
	height: 35px;
}

div.navigator li.links-current {
	background-image: url(images/navigation/nav-links-current.png);
	background-repeat: no-repeat;
	width: 94px;
	height: 35px;
}

div.navigator li.links-current:hover {
	background-image: url(images/navigation/nav-links-hover.png);
	background-repeat: no-repeat;
	width: 94px;
	height: 35px;
}

div.navigator li.links {
	background-image: url(images/navigation/nav-links.png);
	background-repeat: no-repeat;
	width: 94px;
	height: 35px;
}

div.navigator li.links:hover {
	background-image: url(images/navigation/nav-links-hover.png);
	background-repeat: no-repeat;
	width: 94px;
	height: 35px;
}

div.bottom-nav {
	width: 800px;
	text-align: center;
	float: left;
	color: #afafaf;
	font-size: 0.7em;
}

div.bottom-nav a:link {
	color: #afafaf;
	text-decoration: none;
}

div.bottom-nav a:visited {
	color: #afafaf;
	text-decoration: none;
}

div.bottom-nav a:hover {
	color: #ffffff;
	text-decoration: none;
}

div.bottom-nav a:active {	
	color: #ffffff;
	text-decoration: none;
}

div.small-content div.textwidget li {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	list-style: none outside;
}

div.small-content div.textwidget li.with-border {
	padding-bottom: 2px;
	border-bottom: 1px solid #808080;
	padding-left: 0px;
	list-style: none outside;
}

a:link {
	font-weight: bold;
	color: #333399;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #333399;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #afafaf;
	text-decoration: none;
}

a:active {	
	font-weight: bold;
	color: #afafaf;
	text-decoration: none;
}

div.mini-nav-small a.mini-nav-link:link {
	font-weight: normal;
	color: #333399;
	text-decoration: none;
}

div.mini-nav-small a.mini-nav-link:visited {
	font-weight: normal;
	color: #333399;
	text-decoration: none;
}

div.mini-nav-small a.mini-nav-link:hover {
	font-weight: normal;
	color: #afafaf;
	text-decoration: none;
}

div.mini-nav-small a.mini-nav-link:active {	
	font-weight: normal;
	color: #333399;
	text-decoration: none;
}

div.mini-nav-small a.mini-nav-link-current {
	font-weight: normal;
	color: #afafaf;
	text-decoration: none;
}

div.mini-nav-small a.mini-nav-link-current:hover {
	font-weight: normal;
	color: #afafaf;
	text-decoration: none;
}

div.mini-nav-large a.mini-nav-link:link {
	color: #333399;
	text-decoration: none;
}

div.mini-nav-large a.mini-nav-link:visited {
	color: #333399;
	text-decoration: none;
}

div.mini-nav-large a.mini-nav-link:hover {
	color: #afafaf;
	text-decoration: none;
}

div.mini-nav-large a.mini-nav-link:active {	
	color: #333399;
	text-decoration: none;
}

div.mini-nav-large a.mini-nav-link-current {
	font-weight: normal;
	color: #afafaf;
	text-decoration: none;
}

div.mini-nav-large a.mini-nav-link-current:hover {
	font-weight: normal;
	color: #afafaf;
	text-decoration: none;
}

/**********************************************************
************************ Datebook *************************
**********************************************************/

div.datebook {
	width: 40px;
	padding-top: 2px;
	float: right;
}

div.datebook-top {		
	color: #ffffff;
	background-color: #333399; 
	height: 15px;
	border-left: 1px solid #283C56;
	border-top: 1px solid #283C56;
}

div.datebook-top div.month {
	width: 40px;
	background-image: url(images/layout/rings.gif);
	background-repeat: no-repeat;
	background-position: 50% 35%;
	margin-top: -9px;	
	margin-bottom: 0px;
	padding-top: 11px;
	padding-bottom: 1px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	font-size: x-small; 
}

div.datebook-bottom {
	background-image: url(images/layout/corner.gif);
	background-position: bottom right;
	border-left: 1px solid #B993FF;
}

div.datebook-bottom div.date {
	width: 40px;
	color: #333399;
	font-size: x-large;
	text-align: center;
	font-weight: bold;
}

/**********************************************************
********************** Announcement ***********************
**********************************************************/

div.announcement {
	margin-left: 11px;
	margin-right: 11px;
	overflow: hidden;
}

div.announcement-header {
	overflow: hidden;
}

div.announcement div.title h1,
div.announcement div.title h2,
div.announcement div.title h3 {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: 1px solid #b993ff; /*#a1c6ac;*/
	width: 510px;
	color: #333399;
	float: left;
}

div.announcement div.title h1 {
	font-size: 1.5em;
}

div.announcement div.title h2 {
	font-size: 1.25em;
}

div.announcement div.title h3 {
	font-size: 1.00em 
}

div.announcement div.subtitle {
	font-style: italic;
	font-size: 0.7em;
	float: left;
	color: #616199; /*#2f4f4f*/
}

div.announcement div.content {
	margin-top: 5px;
	margin-left: 20px;
	text-align: justify;
	width: 510px;
	float: left;
}

div.announcement img {
	margin-top: 5px;
	margin-right: 5px;
	border: 1px solid #333399;
	width: 115px;
	float: left;
}

/**********************************************************
************************** Event **************************
**********************************************************/

div.event {
	margin-left: 10px;
	margin-right: 10px;
}

div.event div.name {
	font-size: 0.8em;
	font-weight: bold;
	color: #333399;
}

div.event div.date {
	font-size: 0.7em;
	font-style: italic;
	color: #616199;
}

div.event div.location {
	font-size: 0.7em;
	color: #616199;
}

/**********************************************************
************************* Heading *************************
**********************************************************/

div.heading {
	margin-bottom: 10px;
}

div.nologo {
	margin-bottom: 10px;
	overflow: hidden;
}

div.nologo div.subtitle {
	margin-bottom: 0px !important;
}

div.heading h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 0px;
	border-bottom: 1px solid #B993FF;
	width: 442px;
	color: #333399;
	float: right;
}

div.heading div.subtitle {
	font-style: italic;
	font-size: 0.7em;
	color: #616199;
	margin-bottom: 10px;
}

div.heading div.logo {
	padding-top: 5px;
	float: left;
	min-height: 39px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 120px
}

div.heading div.logo img {
	float: left;
	width: 120px
}

div.heading h1.nologo {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	border-bottom: 1px solid #B993FF;
	width: 100%;
	color: #333399;
	float: right;
}

/**********************************************************
********************* Board Photos ************************
**********************************************************/
div.bios-row-one {
	margin-left: 33%;
	margin-right: 33%;
	overflow: hidden;
}

div.bios-row-two {
	margin-left: 16.66%;
	margin-right: 16.66%;
	overflow: hidden;
}

div.bios-row-three {
	margin-left: 1%;
	overflow: hidden;
}

div.bios-row-one div.board-member {
	width: 100%;
	float: left;
	text-align: center;
}

div.bios-row-two div.board-member {
	width: 50%;
	float: left;
	text-align: center;
}

div.bios-row-three div.board-member {
	width: 33%;
	float: left;
	text-align: center;
}

div.board-member a.photo img {
	border: 2px solid #333399; 
	width: 120px;
	height: 150px;
}

/**********************************************************
*********************** Resources *************************
**********************************************************/

div.resource-row4 {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

div.resource-row3 {
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

div.resource-row2 {
	width: 320px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

div.resource {
	float: left;
	width: 160px;
}

div.resource img {
	border: 2px solid #333399; 
	height: 194px;
	width: 150px;
}

/**********************************************************
************************* Goals ***************************
**********************************************************/
			
div.goal {
	color: #333399;
	font-size: 1.04em;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 5px;
	overflow: hidden;
	width: 572px;
}		

div.progress {
	color: #333399;
	text-align: right;
	font-size: 0.8em;
	width: 500px; 
	margin-left: 72px;
	margin-bottom: 10px; 
	font-style: italic;
}
			
/**********************************************************
*********************** Links Page ************************
**********************************************************/

div.link-row-four {
	width: 100%;
	overflow: hidden;
}

div.link-row-three {
	margin-left: 12.5%;
	margin-right: 12.5%;
	width: 75%;
	overflow: hidden;
}

div.link-row-two {
	margin-left: 25%;
	margin-right: 25%;
	width: 50%;
	overflow: hidden;
}

div.link-row-one {
	margin-left: 37.5%;
	margin-right: 37.5%;
	text-align: center;
	width: 100%;
	overflow: hidden;
}

div.division {
	float: left;
	width: 25%;
	overflow: hidden;
}

div.link-row-three div.division {
	float: left;
	width: 33%;
	overflow: hidden;
}
	
div.division div.title {
	width: 185px;
	margin-left: auto;
	margin-right: auto;
	background-color: #333399;
	border-top: 2px solid #afafaf;
	border-bottom: 2px solid #afafaf;
	margin-bottom: 5px;
	padding-bottom: 3px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}

div.division div.small-nav li {
	margin-left: 10px;
	margin-right: 10px;
	list-style: none outside;
}

div.division div.small-nav ul {
	font-size: 0.8em;
}

div.division div.small-nav li.with-border {
	padding-bottom: 2px;
	border-bottom: 1px solid #808080;
}

div.link-row-three div.division-temp {
	float: left;
	width: 33%;
	overflow: hidden;
}

div.division-temp {
	float: left;
	width: 50%;
	overflow: hidden;
}
	
div.division-temp div.title {
	width: 140px;
	margin-left: auto;
	margin-right: auto;
	background-color: #333399;
	border-top: 2px solid #afafaf;
	border-bottom: 2px solid #afafaf;
	margin-bottom: 5px;
	padding-bottom: 3px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}

div.division-temp div.small-nav li {
	margin-left: 10px;
	margin-right: 10px;
	list-style: none outside;
	text-align: center;
}

div.division-temp div.small-nav li.with-border {
	padding-bottom: 2px;
	border-bottom: 1px solid #808080;
}

div.international {
	margin-left: 8.3%;
	margin-right: 8.3%;
}

div.international div.link {    
    width: 16.5%;
    text-align: center;
    float: left;
}

div.international a img {
	margin-left: auto;
	margin-right: auto;
	height: 95px;
	border: 0px solid #ffffff;
}

div.pennsylvania {	
	margin-left: 10%;
	margin-right: 10%;
}

div.pennsylvania div.link {	
	width: 20%;
	text-align: center;
	float: left;
}

div.pennsylvania a.logo img {
	margin-left: auto;
	margin-right: auto;
	height: 95px;
	border: 0px solid #ffffff;
}

/**********************************************************
*********************** Newsletters ***********************
**********************************************************/


div.publication {
	margin-left: auto;
	margin-right: auto;
	width: 25%;
	float: left;
	overflow: hidden;
}

div.link-row-three div.publication {
	width: 33% !important;
}

div.link-row-two div.publication {
	width: 50% !important;
}

div.publication div.title {
	width: 185px;
	margin-left: auto;
	margin-right: auto;
	background-color: #333399;
	border-top: 2px solid #afafaf;
	border-bottom: 2px solid #afafaf;
	margin-bottom: 5px;
	padding-bottom: 3px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}

div.publication div.small-nav ul{
	font-size: 0.8em;
}

div.publication div.small-nav li {
	margin-left: 10px;
	margin-right: 10px;
	list-style: none outside;
}

div.publication div.small-nav li.with-border {
	padding-bottom: 2px;
	border-bottom: 1px solid #808080;
}


/**********************************************************
************************** Forms **************************
**********************************************************/

form{
}

legend{
	color: #333399;
	font-size: 0.9em;
}

fieldset{
	border-width: 1px;
	border-color: #909090;
	margin-left: 70px;
	margin-right: 70px;
}

fieldset input{
	font-size: 0.8em;
	margin-right: 5px;
	margin-top: 5px;
}

fieldset input.radio{
	font-size: 0.8em;
	margin-right: 5px;
	margin-top: 8px;
}

span.form{
	font-size: 0.8em;
	color: #000000;
}

fieldset select{
	font-size: 0.8em;
	margin-right: 5px;
	margin-top: 5px;
	width: 150px;
}
fieldset label{
	color: #808080;
	float: left;
	font-size: 0.8em;
	margin-right: 10px;
	margin-top: 7px;
	text-align: right;
	width: 40%;
}

div.terms{
	float: right;
	margin-top: 3px;
}

div.terms input{	
	margin-right: 70px;
}

div.terms label{
	float: left;
	font-size: 0.8em;
	margin-left: 70px;
	margin-top: 2px;
	text-align: right;
}

.submit{
	float: right;
	margin-right: 70px;
}

a.more{
	float: right;
	font-size: 0.8em;
}

a.trash{
	float: right;
}

/**********************************************************
*********************** Formatting ************************
**********************************************************/

br {
	line-height: 0.8em;
}

h1,h2,h3,h4,h5 {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #333399;
}

h3.position {
	font-size: 1.1em;
}

p {
	font-size: 0.8em;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 15px;
}

div.medium-content ul {
	font-size: 0.8em;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
}

div.small-content div.textwidget ul {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	text-align: left;
}

img.bio-pic {
	float: left;
	margin: 0px 10px 10px 0px;
	border: 2px solid #333399;
}

ul {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
}

ol {
	font-size: 0.8em;
	list-style-type: decimal;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
}

ul.left-aligned {
	text-align: left;
}

span.list-head {
	font-weight: bold;
	color: #333399;
}

li {
	margin-left: 20px;
	padding-left: 0px;
	margin-top: 2px;
	color: #000000;
	font-weight: normal;
}


form  { 
	margin: 0px; 
	padding: 0px; 
	display: inline; 
}

span.heading {
	font-weight: bold;
}

.heading2,
strong {
	font-weight: bold;
	color: #333399;
}

span.indent {
	text-indent: 1cm;
}

embed {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.underline {
	text-decoration: underline;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.hidden {
	display: none;
}

.archive {
	font-size:0.8em;
	text-align:right;
}

/* Begin Comments*/

.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist,
#respond {
	margin-left: 31px;
	margin-right: 31px;
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children { padding: 0; }

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}


#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 0px 0px 0 0;
}
	
#commentform textarea {
	width: 504px;
	padding: 2px;
}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}	
	
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}
/* End Comments */

div.login {
	font-size: 0.8em;
	width: 100%;
	text-align: right;
	color: white;
}

div.login a {
	color: white;
}