.custom,
.custom input,
.custom select,
.custom button
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}


/*
The font size
*/

.custom h1
{
	font-size: large;
}

.custom h2,
.custom #wp-calendar caption
{
	font-size: medium;
}

body.custom,
.custom,
.custom h3,
.custom p,
.custom li,
.custom dt,
.custom dd,
.custom table,
.custom th,
.custom td,
.custom input,
.custom select,
.custom button,
.custom pre,
.custom code,
.custom .entry_header h2,
.custom .spread_the_word h2,
.custom .comment_header h2
{
}

/*
The color and background colors
*/

body
{
	background:url(img/BG2.gif) #E5DDD0 repeat-x;
}

#ext_wrapper,
#wrapper,
#header,
#footer,
#body,
#main
{
	color:#333;
}

#footer
{
	padding:0;
	margin:0;
}

#extra_footer
{
	padding:0; 
	margin:0; 
	
	bottom:0;
	left:0;
	width:100% !important; 
	height:153px;
	background:url(img/foot_bg1.gif) #fff repeat-x;
}
#extra_footer a
{
	padding:5px 0;
}

#extra_footer a:hover	
{
	color:#fff;
}

#extra_footer h3	
{
	font-weight: normal;
	font-size:15px;
	color:#aaa;
	padding-bottom:5px;
}

#sidebar,
#ext_sidebar
{
	color: #fff;
	background-color: #fff;
	width: 252px;
}
.sidebar ul ul,
.sidebar .display_sidebar_nav_widget div span 
{
	list-style:none;
	margin:0;
	padding-top:2px;
	height:35px;
	width:252px;
	display: block;
}

.sidebar .display_sidebar_nav_widget div span a
{
	font:Trebuchet MS, Tahoma;
	color:#fff;
	/*margin:5px 0 0 10px;*/
	position: relative;
	top: 8px;
	left: 10px;
}

.sidebar .display_sidebar_nav_widget div span a:hover
{
	color:#333;
}

.display_sidebar_nav_widget span .home a
{
	margin-top:10px;
}

/*
The navbar and calendar header colors
*/

#navbar,
#wp-calendar thead th
{
	background-color: #fff;
}


/*
The link styles
*/
.entry_actions
{
	font-size:12px !important;
}
.entry_actions a	
{
	font-size:11px !important;
	color:#bbb;
}

a
{
	text-decoration: none;
	color:#bbb;
}

h1 a
{
	text-decoration: none;
	color: #bbb;
}

a:hover,
h1 a:hover
{
	text-decoration: none;
	color: #A8A095;
}


/*
The navbar link styles
*/

.navbar a
{
	margin:5px 0 0 0;
	color: #888;
	text-decoration: none;
}

.navbar a:hover
{
	color: #A8A095;
	text-decoration: underline;
}


/*
Center the navbar
*/

#header_nav
{
	padding-top:10px;
	margin:0;
	font-family:"Century Gothic", "Trebuchet" san-serif;
	text-transform:uppercase;
	font-size:13px;
	font-weight:normal;
	color:#888;
	text-align: left;
	float: none;
	height:41px;
	background:url(img/nav_bg.gif) #fff repeat-x;		/* NB: many areas are floating divs */
text-align:center;
}

.inline_menu 
{
	padding:0;
	margin:0;
}

.inline_menu span
{
	padding:0 17px;
	margin:0;
}

#search_form			/* this hides the search form in all cases */
{
	display: none;
}


/*
Header styles and colors
*/

#header div.pad
{
	margin: 0;
	padding: 8px 0;
	background-color: #fff;
	border:none;
}

#sitename
{
	text-align: center;
}

.header h1
{
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.header h2
{
	margin: 0px;
	padding: 0;
	font-size: small;
	text-transform: uppercase;
}

.header h1 a
{
	color: #bbb;
}

.header h1 a:hover
{
	color: #194F8D;
}

.header h2
{
	color: #bbb;
}


/*
Body styles and colors
*/

.main h1
{
	text-transform: uppercase;
}

.main h1,
.main h1 a
{
	color: #bbb;
}

.main h1 a:hover
{
	color: #194F8D;
}

.main h2
{
	text-transform: uppercase;
	color: #bbb;
	border-bottom: none;
}


/*
Sidebar styles and colors
*/

.sidebar h2
{
	border-bottom: none;
	color: #bbb;
}

.sidebar ul ul
{
	margin-left: .5em;
}

.downloads
{
	height:47px;
	padding-top:10px;
	margin:0;
	vertical-align:top;
}

.text-widget-link
{
	height:27px;
	float:left;
	width:120px;
	padding: 10px 5px;
}
.text-widget-link a
{
	text-transform:uppercase;
	font:9px Tahoma;
	color:#888;
	padding:10px 0 0 0;
}

.text-widget-img img
{
	vertical-align:top;
	height:47px;
	float:left;
	padding:0 5px;
}

.textwidget
{
	width:264px;
	padding:0;
	margin:0;
}

.textwidget span img
{
	margin:0 0 0 5px;
	padding:0;
}

.entry_actions
{
	text-align:left;
}

#custom_action a
{
	font: 9px Tahoma;
	color:#666;
	text-transform:uppercase;
}

.table-links a:hover img
{	
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}