h2
{
	font-size:      2.8em;
	color:          #3b280a;
	font-family:    Palatino Linotype, Book Antiqua, Palatino, serif;
	margin:         0px 0px 0.5em 0px;
	padding:        0px;
	font-weight:    normal;
	line-height: 1.1em;
}

h2 a
{
	color:          #3b280a;
}

#popup-box h1
{
	margin-top:     10px;
	text-align:     center
}

h1
{
	margin:         0px 0px 0.5em 0px;
	padding:        0px;
	font-weight:    normal;
	
	font-family:    Palatino Linotype, Book Antiqua, Palatino, serif;
	text-transform: uppercase;
	font-size:      1.3em;
}

h1 a
{
	color:          #a65b08;
}

/*=========================================================================================================
//	Tool links
//=======================================================================================================*/
#tools-bar
{
	width:            450px;
	white-space:      nowrap;
}

a.post-tool
{
	white-space:      nowrap;
	float:            left;
	display:          block;
	padding-right:    5px;
	margin-right:     5px;
}

h3.byline
{
	font-size:        1.4em;
	margin-bottom:    12px;
}

/*=========================================================================================================
//	Search widget styles
//=======================================================================================================*/
input.searchfield
{
	border:           1px solid #CCCCCC;
	
	width:            154px;
}

/*=========================================================================================================
//	Sidebar widgets
//=======================================================================================================*/
.sidebar-widget
{
	margin-top:       10px;
	margin-bottom:    15px;
	padding:          0px;
	width:            158px;
}

.sidebar-widget h3
{
	margin-bottom:    4px;
	padding-bottom:   4px;
}

/*=========================================================================================================
//	Calendar thumbnail
//=======================================================================================================*/
table.calendar-thumbnail
{
	width:            158px;
	margin-top:       10px;
	margin-bottom:    15px;
}

table.calendar-thumbnail th
{
	margin-bottom:    7px;
	padding-bottom:   7px;
	border-bottom:    1px solid #e9dcbb;
	text-align:       left;
	font-weight:      bold;
}

table.calendar-thumbnail th a
{
	font-size:        9px;
}

table.calendar-thumbnail td,
table.calendar-thumbnail td.active
{
	width:            1.8em;
	height:           1.6em;
	border:           1px solid #e9dcbb;
	text-align:       center;
	padding-top:      3px;
}

table.calendar-thumbnail td.active
{
	background-color: #e9dcbb;
}

table.calendar-thumbnail td.previous
{
	width:            50%;
	text-align:       left;
}

table.calendar-thumbnail td.next
{
	width:            50%;
	text-align:       right;
}

table.calendar-thumbnail a
{
}

/*=========================================================================================================
//	Pop-up Styles
//=======================================================================================================*/
#popup
{
	background-color: white;
	margin:           0px 20px 50px 20px;
	padding:          20px;
	border:           1px solid silver;
}

