body {
	font-family: "Georgia", serif;
	color: #555;
	margin: 0;
	padding: 0;
	min-width: 1006px;
	width: 100%;
	/* height: 100%; */
/* 	background: url('../_images/grid.jpg') top left repeat-y; */
	background: url('/_images/des-side.png') 0 267px no-repeat;
/* 	background: url(/_images/baseline.png) repeat; */
	font-size: 16px;
}

a:link, a:visited {text-decoration: none; color:#333;}

/* div { position:relative } */

#nav {
	position: absolute; 
	z-index: 1000;
	
	padding-left: 8px;
	margin:0; 
	width:1160px;
	/* top: 0; */
	height: 76px;
	
/*
	float:left;
	width:100%;
	padding:0;
	margin:0;
*/
}

#container {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;
	min-height: 1050px%;
	height: auto !important;
	height: 100%;
/* 	padding-bottom: 120px; */
	margin-bottom: 0 auto -160px;
	}


#header {
	width: 1000px;
	/* height: 204px; */
	height: 190px;
	top: 0px;
	left: 0px;

}

#footer {
	/* clear:both; */
	margin: -100px 0 0;
	float:left;
	width: 100%;
	padding: 0;
	background: url('/_images/footer.jpg') 0 0 no-repeat;
	height: 160px;
	z-index: -10;
}

#footer-text {
	padding: 145px 0 0 760px;
	width: 240px;
	
	color: #666;
	font-size: 10px;
}

#left-column {
/*
	position: relative;
	top: 38px;
*/
	position:relative;
	padding-left: 174px;
	width: 490px;
	
	overflow-x: visible;
}


#sidebar {
	width: 100%;
	min-height: 400px;
	margin: 0;
	padding: 0;
/* 	border: 1px solid yellow; */
	background: url(/_images/sidebar.jpg) no-repeat 0 -1px;
}



/*  HEADINGS  ****************** ******************/


h2 {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 2px;
	display: block;
	margin-top: 2em;
}

.main-heading h3, .graffiti h3 {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
}

.submain-heading h3 {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
}


h4 {
	letter-spacing: 1px;
	font-weight: normal;
	font-size: 18px;
	color: #000;
}

h4 a:hover, h5 a:hover {
	background-color: #fcf;
}

h5 {
	color: #444;
	text-transform: uppercase;
	font-weight: bold;
}

.noshow {display: none;}


/*  Links  ****************** ******************/


#left-column a {display: inline;}

.inner-content a,#graffiti a { padding:2px;color: #333; border-bottom: 1px dotted #666;}
.inner-content a:hover, #graffiti a:hover { color: #000; background-color: #fcf; border-bottom: 1px solid #666;}

.postmetadata a {  margin: -2px; padding: 2px;}
.postmetadata a:hover { background-color: #fcf; color: #333; }

.navigation a {color: #999;}
#footer a,.main-loop .navigation a {border-bottom: 1px dotted #666; }
#footer a:hover, .navigation a:hover { border-bottom: 1px solid #666; }

.main-loop .navigation a {line-height: 16px; font-style: italic; color: #999;}

.inner-content p a:first-child {
/*
	border-bottom:medium none;
	position: relative;
	padding: 0;
	line-height: 0;
*/
	}
.inner-content p a:first-child img { position: relative}

#sidebar a { padding: 2px; }
#sidebar a:hover {background: #fcf;}
#sidebar a[rel="tag"]:hover {text-decoration: underline;}

a[href$=jpg], a[href$=jpeg], a[href$=jpe], a[href$=png], a[href$=gif] {
	text-decoration: none;
	border: 0 none;
	position: relative;
	padding: 0;
	}
a[href$=jpg]:hover, a[href$=jpeg]:hover, a[href$=jpe]:hover, a[href$=png]:hover, a[href$=gif]:hover {
	text-decoration: none;
	border: 0 none;
	}

/*  Placement  ****************** ******************/



.archive-left {
	border-top: 1px dashed #666;
}

.archive-left .navigation {
	margin: 3em 0 0em 0;
}

.archive-left .main-heading {
	position: relative;
	top: -38px;
	margin-bottom: -24px;
}

.archive-left .main-heading h3 {}


#splitter {
/* 	background-color: red; */
	display: none;
}

