/* *********** SITE BRANDING ********** */

.site-name {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 10px 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 31px;
	font-weight: bolder;
	text-align: left;
	font-variant: small-caps;
}

.site-tagline {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 31px;
	font-weight: bolder;
	text-align: left;
	font-variant: small-caps;
	color:#000099;
}

.site-description {
	position: fixed;
	top: 5px;
	right: 79%;
	width: 200px;
	padding: 170px 0px 0px 0px;
	font-weight: normal;
	font-size: 13px;
	text-align: justify;
	line-height: 18px;
	color:#a7a7a7;
}
	
.site-logo {
	position: fixed;
	top: 2px;
	right: 79%;
	width: 180px;
	height: 180px;
	padding: 5px 0px 5px 0px;
	background: no-repeat scroll 0 0;
	background-color: #ffffff;
}

.credits {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: #a7a7a7;
}
	.credits a:link, .credits a:visited {
		font-weight: normal;
	}
	.credits a:hover, .credits a:active {
		font-weight: normal;
	}
	
/* **************** END SITE BRANDING ******** */



/* *************** NAV *********************** (consider moving all nav to its own stylesheet) */

.nav ul {
	font-family: Helvetica, Arial, sans-serif;
	display: block;
	width: auto;
	padding-bottom: 12px;
}	
	.nav ul li {
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		padding-top: 9px;
	}
		
.nav-main {
	text-transform: uppercase;
}
	.nav-main li {
		padding-right: 51px;
	}
	
.nav-item {
	margin: 0;
	padding: 0px 0px 0px 10px;
}

.nav-link {
	
}

.current {
	color:#000099;
	text-decoration: none;
}

li.parent {
	display: block;
	font-variant: small-caps;
	margin-top: 9px;
	padding-top: 0px;
}	
	
li.child {
	display: block;
	margin-left: 10px;
	margin-top: -9px;
	text-transform: none;
	font-weight: normal; 
}



/* ****** Location-Dependent NAV ****** */
	.nav ul { 
		padding-left: 0px;  
		padding-top: 0px;
	}
	
	ul + li.parent {
		margin-top: -9px;
	}




/* *************** CONSTANTS ************* (consider moving) */

.horiz {
	display: inline;
}

p.left {
	text-align: left;
	padding-left: 3px;
}

p.right {
	text-align: right;
	padding-right: 3px;
}


/* ------------------------CONTENT-CONTAINER HOOKS	----------------------*/

.entry {
	margin: 0px 10px 0px 10px;
}
	.entry p {
		text-indent: 20px;
	}

.entries {
	margin: 24px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
	
.entry-latest {
	margin: 0px 10px 0px 10px;	
	padding: 0px 0px 14px 0px;									
	border-bottom-style: double;
	border-bottom-width: 3px;
	border-color: #000000; 
}

.category_entries {
	margin: 24px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}
	
.category_heading {
	margin: 0px 10px 0px 10px;	
	padding: 0px 0px 0px 0px;									
	border-bottom-style: single;
	border-bottom-width: 3px;
	border-color: #000000;
	text-align: left;
}

.meta {
	margin: 5px 0px 5px 0px; 								
	padding: 5px 5px 5px 5px;
	background-color:#ffffff;
	border-top-style: solid;
	border-top-width: 1px;
	border-color:#cccccc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 14px;
	color: #666666;
}
	
	.meta a {
		font-family: Helvetica, Arial, sans-serif;
		font-weight: normal;
		text-transform: none;
		font-variant: normal;
	}

.custom-fields {
	margin: 0;
	padding: 0;
	line-height: 18px;
	font-size: 14px;
}

.comments {
	padding: 5px;
	border-style: solid;
	border-color: #a7a7a7;
	border-width: 1px;
}

/* ************** CONTENT-FIELD-NAME SKIN *********** */

.category_name {
	
}

.category_description {
	
}
	h1.category_name + p.category_description {
		margin-left: 10px
		padding-left: 0;
		margin-bottom: 0px;
		padding-top: 0px;
		padding-bottom: 10px;
		font-size: 18px;
		line-height: 18px;
		color: #a7a7a7;
		text-indent: 0px;
	}

.title {
	
}	
	h1.category_name, h1.title {
		margin: 0px 0px 0px 0px;
		padding: 10px 0px 10px 0px;
	}
	
	p.title {
		text-indent: 0px;
		margin: -9px 0px 0px 0px;
		padding: 0px 0px 10px 0px;
	} 

.summary {

}
	h1.title + p.summary {
		margin-left: 10px
		padding-left: 0;
		font-size: 18px;
		line-height: 18px;
		color: #a7a7a7;
		text-indent: 0px;
	}
	p.title + p.summary {
		margin-top: -14px;
		text-indent: 0px;
	}

.body_text {
	line-height: 18px;
	font-size: 14px;
}

.extended {
	line-height: 18px;
	font-size: 14px;
}

/* ======COMMENTS======= */
.odd-comment {
	background-color: #ffffff;
	text-indent: none;
}

.even-comment {
	background-color: #efefef;
	text-indent: none;
}
	
	.even-comment .meta {
		background-color: #efefef;
	}

.comment {
	margin: 14px 0px 24px 0px;
	padding: 0px 10px 0px 10px;
	font-family: Helvetica, Arial, sans-serif;
	border: none;
}
	p.comment {
		margin: 0;
		padding: 0;
	}
		.comment .odd-comment p.comment {
			color: #000000;
		}
		.comment .even-comment p.comment {
			color: #666666;
		}
	.comment .meta {
		margin: 0px 0px 0px 0px; 							
		padding: 5px 5px 5px 5px;
		border: none;
		font-size: x-small;
	}
/* ======END COMMENTS====== */
	
/*----------------FORM HOOKS / SKIN--------------------------------------------------*/	
	.input {
		background-color:  	transparent;
		color:             	#000;
		font-family: 		Helvetica, Arial, sans-serif;
		font-size:         	11px;
		font-weight:		bold;
		height:          	1.6em;
		padding:           	.3em 0 0 2px;
		margin-top:        	6px;
		margin-bottom:     	3px;
		padding-bottom:		14px;
	}
	
	.textarea {
		background-color:  	transparent;
		color:             	#000;
		font-family:       	Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
		font-size:         	11px;
		font-weight:		normal;
		margin:				3px 10px 3px 10px;
	}
	
	.checkbox {
		font-family:      	Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
		font-size:        	11px;
		background-color: 	transparent;
		margin:           	3px;
		padding:           	0;
		border:            	0;
		margin:				3px 10px 3px 10px;
	}
	
	.submit {
		background-color:  transparent;
		font-family:       Arial, Verdana, Sans-serif;
		font-size:         11px;
		font-weight:       normal;
		letter-spacing:    .1em;
		padding:           1px 3px 1px 3px;
		margin-top:        6px;
		margin-bottom:     4px;
		text-transform:    uppercase;
		color:             #000;
		margin:				3px 10px 3px 5px;
	}
/*---------------END FORM HOOKS / SKIN----------------------------------------------*/

