/*
Theme Name: Adirondack Museum 
Description: Default theme for the Adirondack Museum website
Version: 1.0
Author: Tag New Media
Author URI: http://www.tagnewmedia.com/
*/

H1 SPAN,
H2 SPAN {
	font-size: 14px;
}

#center H2 {
	padding-bottom: 1.4em;
}

#center H2.comment-count {
	display: block;
	padding: 15px 0px 0px 16px;
	background: transparent url(images/bullet_balloon.gif) left 22px no-repeat;
}

SPAN.comment-count {
	display: block;
	font-weight: normal;
	padding-left: 16px;
	background: transparent url(images/bullet_balloon.gif) left 6px no-repeat;
}

/******************************************************************************
 * Question
 ******************************************************************************/
.entry {
	margin-top: -15px;
}

.entry P {
}

.entry CITE {
	display: block;
	clear: both;
	float:left;
	width: 264px;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	padding: 0px 12px 12px 0px;
}

.entry IMG {
	margin-top: 21px;
	width: auto;
	padding: 0px 12px 6px 12px;
}

.entry IMG.alignleft {
	float: left;
	padding: 0px 12px 6px 0px;
}

.entry IMG.alignright {
	float: right;
	padding: 0px 0px 6px 12px;
}

/******************************************************************************
 * Right sidebar
 ******************************************************************************/
#right .sidebar H2 {
}

#right .sidebar UL {
	color: #333;
}

#right #about-barker P {
	font-style: italic;
}

#right #about-barker P A {
	font-style: normal;
}

#right #recent-questions.sidebar,
#right #current-question.sidebar {
	border: none;
	margin: 0px 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: transparent;
}

#right #recent-questions.sidebar UL {
	list-style-type: none;
	padding-left: 0px;
}

#right #recent-questions.sidebar LI {
	padding-bottom: 5px;
}

#right #recent-questions.sidebar A,
#right #current-question.sidebar A {
	font-weight: bold;
}

/******************************************************************************
 * Archive
 ******************************************************************************/
UL#question-archive {
	list-style-type: none;
	padding-left: 0px;
}

UL#question-archive LI {
	padding-bottom: 10px;
}

UL#question-archive LI A {
	font-weight: bold;
}

/******************************************************************************
 * About
 ******************************************************************************/
DIV.photo-pair {
	width: 530px;
	height: 219px;
	padding: 40px 0px 0px 0px;
	margin-bottom: 1.4em;
	border: 4px solid #FFF;
	cursor: pointer;
	overflow: none;
	background: transparent url(/images/icon_image_zoom.gif) top right no-repeat;
	z-index: 100;
}

DIV.photo-pair DIV.photo-content {
	float: left;
	width: 250px;
	margin-left: 10px;
	z-index: 50;
}

DIV.photo-pair .photo-content CITE {
	display: block;
	padding: 5px 0px;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
}