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

.site-name {
	display: block;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 48px;
	font-weight: bolder;
	font-variant: small-caps;
	letter-spacing: 1px;
	text-align: center;
	width: auto;
	margin: 0 auto;
}

.site-tagline {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: 1px;
}

.site-description {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	text-align: left;
	line-height: normal;
	letter-spacing: -.5px;
	color:#ffffff;
	text-align: justify;
}
	.site-description p {
		text-align: justify;
	}

	.site-description img {
		padding: 3px 3px 3px 3px;
		margin: -15px 0px 0px 0px;
		width: 24px;
		float: left;
	}
	
	form .site-description {
		margin-top: -21px;
	}
	
.site-logo {
	position: fixed;
	bottom: 0%;
	right: 0%;
	width: 200px;
	height: 269px;
	margin-bottom: -27px;
	padding: 0px 0px 0px 0px;
	background: no-repeat scroll 0 0;
}

.credits {
	width: 700px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 7pt;
	color: #a7a7a7;
}
	.credits a:link, .credits a:visited {
		font-weight: normal;
	}
	.credits a:hover, .credits a:active {
		font-weight: normal;
	}
	
	.credits .body_text p {
		line-height: normal;
		font-size: 10px;
		text-indent: 0px;
		margin: 0;
		padding: 0 0 6px 0;
	}
	
	.credits h3 {
		color: #666666;
		margin-left: 0px;
		
	}
	
/* **************** 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;
	margin-top: 15px;
}
	.nav-main li {
		padding-right: 25px;
		padding-left: 10px;
	}
	
.nav-item {
	margin: 0;
	padding: 0px 0px 0px 0px;
}

.nav-link {
	
}

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

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

/* ****** Location-Dependent NAV ****** */
	.rightCol .nav ul { 
		padding-left: 0px;  
	}
	
	.rightCol .nav h4 + ul {
		margin-top: -9px;
	}
	
	.nav + ul {
		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;
	padding: 10px 0px 10px 0px;
}
	.entry p {
		text-indent: 0px;
	}

.entries {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
	
.entry-latest {
	margin: 0px 10px 0px 10px;	
	padding: 10px 0px 10px 0px;									 
}

.category_entries {
	margin: 24px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}
	
.category_heading {
	margin: 0px 10px 0px 10px;	
	padding: 10px 0px 0px 0px;									
}

.meta {
	margin: 18px 0px 18px 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 {
	
}

.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;
		font-size: 18px;
		line-height: 18px;
		color: #a7a7a7;
		text-indent: 0px;
	}

.title {
	
}	
	h1.category_name, h1.title {
		margin: 0px 0px 0px 0px;
		padding: 10px 15px 16px 0px;
		border-bottom-style: solid;
		border-top-style: solid;
		border-bottom-width: 1px;
		border-top-width: 1px;
		text-transform: none;
		font-weight: bolder;
		font-size: 28px;
		line-height: 28px;
	}
	
		.tag h1.title {
			margin-top: 10px;
		}
	
	p.title {
		margin-top: -14px;
		padding: 0px 0px 8px 0px;
		text-indent: 0px;
	} 

.summary {

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

.body_text {
	
}
	.body_text p {
		line-height: 17px;
		text-indent: 0px;
		font-size: 13px;
		padding-right: 30px;
		text-align: justify;
	}
	
		.leftCol .body_text p {
			text-indent: 0px;
			font-family: Helvetica, Arial, sans-serif;
			font-size: 12px;
			line-height: 13px;
			margin-left: 5px;
			color: #666666;
			text-align: left;
		}
	
			.leftCol .body_text h3 {
				margin-left: 12px;
				margin-bottom: -10px;
				font-family: Helvetica, Arial, sans-serif;
				font-weight: bold;
				text-align: left;
				color: #666666;
			}
	
.extended {

}

	.extended p {
		line-height: 17px;
		text-indent: 0px;
		font-size: 13px;
		padding-right: 30px;
		text-align: justify;
	}
	
.qtip {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 12px;
}

	a.qtip:link, a.qtip:visited { font-weight: normal; text-decoration: none; color:#9e1616;}
	
	a.qtip:hover, a.qtip:active { font-weight: normal; text-decoration: none; color:#cccccc; }
	
	a.qtip2:link, a.qtip2:visited { font-weight: normal; text-decoration: none; color:#ffffff;}
	
	a.qtip2:hover, a.qtip2:active { font-weight: normal; text-decoration: none; color:#ffffff;}
	
	a.qtip.nav-link:link, a.qtip.nav-link:visited { font-weight: normal; text-decoration: none; color:#666666;}
	
	a.qtip.nav-link:hover, a.qtip.nav-link:active { font-weight: normal; text-decoration: none; color:#9e1616; }
	

	

.content-container-header {
	margin: -9px 50px 0px 0px;
	padding: 10px 0px 0px 0px;
	border-bottom-style: none;
	border-bottom-width: 1px;
	font-weight: bold;
}

/* ======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-jlj {
		background-color:  	#fff;
		color:             	#000000;
		font-family: 		Helvetica, Arial, sans-serif;
		font-size:         	11px;
		font-weight:		normal;
		height:          	1.0em;
		padding:           	0px 0px 0px 0px;
		margin:				0px 5px 5px 0px;
		border: solid 1px;
		border-color: #ccc;
	}
	
	.textarea {
		background-color:  	#fff;
		color:             	#000000;
		font-family: 		Helvetica, Arial, sans-serif;
		font-size:         	11px;
		font-weight:		normal;
		padding:           	0px 0px 0px 0px;
		margin:				0px 5px 5px 0px;
		border: solid 1px;
		border-color: #ccc;
	}
	
	.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-jlj {
		background-color:  #eeeeee;
		font-family:       Arial, Verdana, Sans-serif;
		font-size:         10px;
		font-weight:       normal;
		letter-spacing:    0;
		padding:           0px 0px 0px 0px;
		color:             #000;
		margin:			0px 0px 3px 0px;
		border: solid 1px;
		border-color: #d7d7d7;

	}
/*---------------END FORM HOOKS / SKIN----------------------------------------------*/

/* -------FRIEND-FEED WIDGET------- */

#friendfeed.widget {
border: none !important;
font-family: Helvetica, Arial, sans-serif !important;
font-size:11px !important;
overflow:hidden !important;
margin-bottom: 0px !important;
}

#friendfeed.widget .entry {
	border-bottom: 1px solid #cccccc !important;
}

#friendfeed.widget .entry:last-child {
	border-bottom: none !important;
}

#friendfeed.widget .entry .info {
	margin-top:-2px !important;
	background: none !important;
	color: #cccccc !important;
	font-size:11px !important;
	line-height: 9px !important;
}

#friendfeed.widget .entry .content {
	margin-top:2px;
	background: none !important;
	color: #666666 !important;
	font-size:11px !important;
}


#friendfeed.widget .text a:link, #friendfeed.widget .text a:visited {
	color: #666666 !important;
	font-weight: bold !important;
	font-size:12px !important;
}

#friendfeed.widget .text a:hover, #friendfeed.widget .text a:active {
	color: #9e1616 !important;
	font-weight: bold !important;
	font-size:12px !important;
}

	#friendfeed.widget .info a:link, #friendfeed.widget .info a:visited {
		color: #cccccc !important;
		font-weight: normal !important;
		text-decoration: underline !important;
		font-size:11px !important;
	}
	
	#friendfeed.widget .info a:hover, #friendfeed.widget .info a:active {
		color: #9e1616 !important;
		font-weight: normal !important;
		font-size:11px !important;
		text-decoration: underline !important;
	}
	
#friendfeed.widget .content a:link, #friendfeed.widget .content a:visited {
		color: #666666 !important;
		font-weight: normal !important;
		text-decoration: underline !important;
		font-size:11px !important;
	}
	
#friendfeed.widget .content a:hover, #friendfeed.widget .content a:active {
	color: #9e1616 !important;
	font-weight: normal !important;
	font-size:11px !important;
	text-decoration: underline !important;
}

#friendfeed.widget, #friendfeed.widget div, #friendfeed.widget span, #friendfeed.widget img, #friendfeed.widget table, #friendfeed.widget tr, #friendfeed.widget td {
	background-color:white;
	border:0 none;
	color: #666666 !important;
	float:none;
	font-size:12px !important;
	font-weight:normal;
	line-height:13px !important;
	margin:0;
	padding:0;
	position:relative;
	text-align:left;
	width:auto;
}

p.ff {
	padding-top: 0px;
}

p.ff a:link, p.ff a:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #666666;
	margin-left: 20px;
}

p.ff a:hover, p.ff a:active {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #9e1616;
	margin-left: 20px;
	margin-top: 5px;
	padding-top: 5px;
}

/* retweet button */

.retweet {
	position: relative;
	float: right;
	overflow: visible;
	z-index: 1;
	padding-top: 12px;
}

#tweetmeme_button {
	display: block !important;
	float: right !important;
	position: absolute !important;
	right: 0% !important;
}
#tweetmeme_button .count {
	display: block !important;
	float: right !important;
}
#tweetmeme_button .retweet {
	display: block !important;
	float: right !important;
}


