/* 
	Load in stylesheet settings for dasBlog specific items
*/

@import url("items.css");
@import url("rightSide.css");
@import url("menu.css");
@import url("admin.css");
@import url("calendar.css");
a{	
	color: #899856;
	text-decoration: none;
}

body {
	background: url( "images/page_background.gif" ) #96A36B;
	margin: 0;
	padding: 0;
	text-align: left;
}

fieldset {
	background: transparent;
	border: 1px dashed #000000;
	padding: 10px;
}

legend {
	background: #FFFFFF;
	border: 1px solid #000000;
	margin: 1px;
	padding: 3px;
}

.side {
	line-height: 1.2em;
	margin-right: 10px;
	padding: 5px 0px 5px 5px;
	padding-left: 10px;
}

#aboutBox {
	padding-bottom: 20px;
	position: absolute;
	text-align: right;
	width: 750px;
}

#footer {
	background: url( "images/page_bottom_bg.gif" ) no-repeat;
	clear: both;
	color: #6A773E;
	font-size: .8em;
	padding: 15px;
	position: relative;
	width: 780px;
}

#footer p, form, .bodyContentStyle {
	margin: 0;
	padding: 0;
}

#leftSide {
	float: left;
	line-height: 1.5em;
	padding: 10px 10px;
	width: 510px;
}

#leftSide .date {
	font-family: "Trebuchet MS", Verdana, arial, helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	margin: 10px 10px 0px 10px;
}

#pageContainer {
	font: 8pt Verdana, arial, helvetica, sans-serif;
	margin: 0 auto;
	width: 760px;
}

#pageContent {
	background: url( "images/page_container_bg.gif" ) #FFFFFF repeat-y;
	float: left;
	padding: 0 10px;
	width: 760px;
}

/*
 * the next four styles display the page header using a header graphic that you can 
 * change as desired (the file is specified below as Header.jpg).  
 * The drawback of using this header graphic is that the blog title is not
 * automatically displayed from the site.config file.  The benefit is a slick header! ;-)
 * if you wish to use a header graphic *AND* have text in front of it, you can do that too- 
 * comment out the next four styles and then UNCOMMENT the four identically named styles after them.
 * The new header used is HeaderClean.jpg (you can use anything you want , but I submitted that one 
 * so you can play) and allows the blog title to come through.
 */
#pageHeader {
	background: url( "images/Header.jpg" ) no-repeat;
	height: 105px;
	margin: 0;
	padding: 0;
	width: 760px;
}

#pageHeader h1 {
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0;
}

#pageHeader h1 span, #footer br {
	display: none;
}

#pageHeader h2 {
	color: #FFFFFF;
	font: 8pt Verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	padding-left: 20px;
	padding-top: 80px;
}

#rightSide {
	border-left: 1px solid #EFEFEF;
	float: right;
	font: 8pt Verdana, arial, helvetica, sans-serif;
	font-size: 90%;
	margin: 0;
	padding: 10px;
	width: 200px;
}

#shadowBox {
	width: 460px;
}

/*
 * These are the four styles you may wish to uncomment if you want to retain the automatic
 * blog titling from the site.config file. (see above)
 */
/*
#pageHeader {
	padding: 0;
	margin: 0;
	height: 105px;
	width: 760px;
	background: url( "HeaderClean.jpg" ) no-repeat; 
}
#pageHeader h1 {
	padding: 20px 0 0 20px;
	margin: 0;
	font: 32pt Tahoma, arial, helvetica, sans-serif;
	font-weight: bold;
}
#pageHeader a, #pageHeader A:hover, #pageHeaderA:active, #pageHeaderA.active:link, #pageHeaderA.active:visited {
	color: white;
	text-decoration: none;
}
#pageHeader h2 {
	margin: 0;
	padding: 5px 0 0 20px;
	color: #fff;
	font: 8pt Verdana, arial, helvetica, sans-serif;
	font-weight: bold;
}
* Here is the end of the four styles which allow automatic blog titling from the site.config file
*/
#siteNavigation {
	background: #FFFFFF;
	width: 760px;
}
