
/*
The font family
*/

/*.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: 1em;
}

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

body.custom,
.custom,
.custom h3,
.custom p,

.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 .comment_header h2
{
	font-size:.9em;
}*/

#spread_the_word h2
{
	font-size: .8em;
	color: #333;
}


/*this doesnt seem to do anything

.custom li
{
	font-size: .9em;
}*/

/*this changes the permalink print and email line*/
.entry_actions,
.action link_entry,
.action print_entry,
.action edit_entry,
.admin_link
{
	font-size: .7em;
}

/*this controls the color of the permalink,print,email,edit under the posts*/

.entry_actions a,
.entry_actions a:hover
{
	font-size: .9em;
	color: #546a7c;
	background-color: transparent;
	text-decoration: none;
}

/*this changes the 'filed under, by Carol*/
.entry_meta p,
/*.entry_author p,*/
.entry_tags p,
.entry_tags a
{
	font-size: .7em;
	color: #333;
}

/*this changes the category link, it has to be bigger than the unlinked words for some reason*/
.entry_tags p,
.entry_tags a
{
	font-size: .9em;
	color: #546a7c;
	padding-left: 0;
	text-decoration: none;
}


.entry_tags a:hover
{
	font-size: .9em;
	color: #546a7c;
	background-color: transparent;
}

/*
The color and background colors
*/

body
{
	margin: 0px 0 0 0;
	background:  #55606e;
	/*background-image: url(/img/bg.png);*/ 
	background-repeat: repeat-y;
	background-position: center;
}

/*sets color of text in body and footer. names font-family on page. give background color for main body and sidebars*/

#ext_wrapper
#body,
#wrapper,
#header,
#footer,
#sidebar,
#ext_sidebar
{
	color: #333;
	background-color: #f8f8ff;
	font-family: 'Lucinda Grande', 'Trebuchet MS', verdana, arial, sans-serif;
}


#main
{
	background-color: #ffffff;
	color: #333;
	font-family: 'Lucinda Grande', 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-size: .9;
}



.skin #ext_wrapper
{
	margin-top: 0px;	
	margin-bottom: 1px;
	/*background: url(/wp-content/themes/semiologic/img/bgcontainer.jpg); */
	background-repeat: repeat-y;
	background-position: center;
}







.archive_listing h3
{

display: none;
}

.entry_header h2{
display: none;
}



/*
The link styles
*/

a {
	color: #546a7c;
	text-decoration: underline;
}

h1 a
{
	color: #546a7c;
}


h1 a:hover
{
	color: #33ff00;
	
}



/*
The navbar link styles
*/

.navbar a
{
	color: #55606e;
	text-decoration: none;
	font-weight: bold;}

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


/*
Center the navbar
*/

#header_nav
{
	text-align: center;
	float: none;		/* NB: many areas are floating divs */
	background: url(/wp-content/themes/semiologic/img/navbar-bg.gif);
}

#sidebar_nav ul, li
{
	list-style-type: none;
	padding: 3px 0px 3px 0px;
}


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


/*
Header styles and colors
*/


#header div.pad
{
	
	background-color: #546263;
	/*background: url(/wp-content/themes/semiologic/img/header-background.gif) no-repeat bottom left;*/
}

#sitename
{
	text-align: left;
}

.header h1
{
	margin: 0px;
	padding: 2em 0px 1em 0px;
	text-transform: uppercase;
}

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

.header h1 a
{
	color: #55606e;
}

.header h1 a:hover
{
	color: firebrick;
}


.header h2
{
	color: #55606e;
}


/*
Body styles and colors
*/

.main h1
{
	text-transform: uppercase;
}

.main h1,
.main h1 a
{
	color: #55606e;
	background: #c4dadc;
	padding: 3px 5px 3px 5px;
	border-bottom: 1px dotted #8caecc;
	border-top: 1px dotted #8caecc;
	
}

/*changes the hover color of post title, edit and permalink*/

.main h1 a:hover
{
	color: #556063;
	background-color: transparent;
	text-decoration: underline;
}

.main h2
{
	text-transform: uppercase;
	color: #A37B45;
	border-bottom: none;
}
/* #body
{
	color:#000000;
	font-family: sans-serif, arial, verdana;
}*/


/*
Sidebar styles and colors
*/

.ext_sidebar h2,
.sidebar h2,
.sidebar2 h2
{
	color: #55606e;
	background: #c4dadc; 
	font-weight: normal;
	font-size: 1em;
	padding: 3px 0px 3px 3px;
	/*text-transform: uppercase;*/
	letter-spacing: .1em;
	border-bottom: 1px dotted #8caecc;
	border-top: 1px dotted #8caecc;
}

/*.sidebar ul li
{
	margin-left: .2em;
}*/

#ext_sidebar ul li,
#sidebar ul li,
#sidebar2 ul li
{
	
	margin-left: .5em;
	list-style-type: none;
	font-size: 11px;
	border-bottom: 5px solid #f8f8ff;
}


#footer
{
	
	/*background: url(/wp-content/themes/semiologic/img/bgfooter.gif) no-repeat bottom left;*/
}


#footer{
	font-size: 10px;
	margin-bottom: 0px;
	}

#footer_nav
{
	float: none;
	text-align: center;
}


#copyright_notice
{
	float: none;
	text-align: center;
	padding-bottom: 3px;
}

#footer a {
	color: #333;
	text-decoration: none;
}


#footer a:hover 
{
	color: #333;
	text-decoration: none;	
}