
/*
The font family
*/

.custom,
.custom input,
.custom select,
.custom button
{
	font-family:  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
{
	font-size: small;
}



/*
The color and background colors
*/



body
{
	
	margin: 0px 0 0 0;
	background:  #e0e0d2;
	background-image: url(/wp-content/themes/semiologic/img/bg_body1.gif); 
	background-repeat: repeat-y;
	background-position: center;
}

#ext_wrapper,
#wrapper,
#header,

#body,
#sidebar,
#ext_sidebar
{
	
	color: #333300;
	background-color: #eeeecc;
}

.skin #ext_wrapper
{
	margin-top: 0px;	
	margin-bottom: 1px;
}

#main {
	background-color: #ffffff;}

/*
The navbar and calendar header colors
*/

#navbar
{
	
	background: url(/wp-content/themes/semiologic/img/contentbg.gif) repeat-x top left;
}

#search_form
{
	display: none;
}

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

/* this removes the dates from the posts*/
.archive_listing h3
{

display: none;
}

.entry_header h2{
display: none;
}

/*end of date removal code*/

/*
The link styles
*/

a {
	color: #0000cc;
	text-decoration: underline;
}

h1 a
{
	color: #0000cc;
}

a:hover
{
	
	color: #cc0000;
}
h1 a:hover
{
	color: #cc0000;
}


/*
The navbar link styles
*/

.navbar a
{
	color: #000000;
	
	text-decoration: none;
	padding: 7px 1px 7px 1px;
	
	font-weight: bold;}

.navbar a:hover
{
	color: #000000;
	background: transparent;
	text-decoration: underline;
	
}


/*
Center the navbar
*/

#header_nav
{
	text-align: center;
	float: none;		/* NB: many areas are floating divs */
}

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


/*
Header styles and colors
*/

#header
{
	background-image: url();
}
#header div.pad
{
	margin: 0px;
	padding: .5em 8px;
	background-color: #d9cb8c;
}

/*do not show site-name
#sitename
{
	text-align: center;
}
*/

.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: #660000;
}

.header h1 a:hover
{
	color: 660000;
	background: transparent;
}

.header h2
{
	color: #660000;
}


/*
Body styles and colors
*/

.main h1
{
	text-transform: uppercase;
}

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

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

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


/*
Sidebar styles and colors
*/


#sidebar h2
{
	font-size: 75%;
	padding: .4em 0;
	text-align: center;
	color: #333333;
	background: url(/wp-content/themes/semiologic/img/longbg_2.gif) repeat-x top left;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .2em;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	
}

#sidebar2 h2
{
	font-size: 75%;
	padding: .4em 0;
	text-align: center;
	color: #333333;
	background: url(/wp-content/themes/semiologic/img/longbg_2.gif) repeat-x top left;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .2em;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	
}

/*.sidebar h2
{
	
	text-align: center;
	color: #ffffff;
	background:#660000;
	font-weight: normal;
	
} */

#sidebar ul li
{
	margin-left: .5em;
	list-style-type: none;
}

#sidebar2 ul li
{
	margin-left: .5em;
	list-style-type: none;
}

#footer
{
	
	background: url(/wp-content/themes/semiologic/img/footerbg.gif) repeat-x top left;
	background-color: #fafaee;
	color: #646464;
	font-size: 10px;
	font-family: trebuchet, times;
	
}

#footer a
{
	color: #646464;
	text-decoration: none;
	background: transparent;
}

#footer a:hover
{
	color: #646464;
	text-decoration: none;
	background: transparent;
}

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