
/* -------------------------------------------------------------- */
/* GLOBAL PAGE SETTINGS                                           */
/* -------------------------------------------------------------- */

body {
	margin: 0px;
	padding: 0;
	background: #ffffff url(images/page_background.jpg) repeat-x;
	font: normal .7em Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
}

p, blockquote, ol, ul {
	line-height: 160%;
}

a {
	color: #483D8B;
}

a:hover {
	text-decoration: none;
}


/* -------------------------------------------------------------- */
/* MAIN PAGE WRAPPER                                              */
/* -------------------------------------------------------------- */

#wrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 10px;
	background: #ffffff url(images/corner.png) no-repeat;
	background-position:bottom right;
	border-width: 1px;
	border-color: #aaaaaa;
	border-style: solid;
}


/* -------------------------------------------------------------- */
/* TOP 'BANNER' BOX                                               */
/* -------------------------------------------------------------- */

#logo {
	float: left;
	width: 980px;	height: 162px;
	background-color: #transparent;
	border-width: 3px 0px 3px 0px;
	border-color: #aaaaaa;
	border-style: double;
	text-align: right;
	margin-bottom: 10px;
	background: url(images/banner.png) no-repeat; 
}


/* -------------------------------------------------------------- */
/* BOX BELOW MENU FOR CONTACT INFORMATION                           */
/* -------------------------------------------------------------- */

#weeBox {
	clear: left;
	width: 195px;
	height: 100%;
	background-color: #eeeeee;
	text-align: center;
	font-size: 1.5em;
	border-width: 3px 3px 3px 3px;
	border-color: #dddddd;
	border-style: double;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


/* -------------------------------------------------------------- */
/* PAGE 'FOOTER' BOX                                              */
/* -------------------------------------------------------------- */

#footer {
	background-color: transparent;
	clear: both;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;                                          
	color: #cc0088;
	text-align: center;
	padding: 0px 0px 0px 0px;				
}


/* -------------------------------------------------------------- */
/* MAIN TEXT CONTENT AREAS                                        */
/* -------------------------------------------------------------- */

#content {
	clear: both;
	padding-top: 0px;

}

#posts {
	float: right;
	width: 760px;
	padding-right: 20px;

}


.post {
	padding-top: 0px;


/* HERE'S THE TEXT SIZE SCALER FOR ALL THE MAIN CONTENT TEXT      */
/* CHANGING THE em VALUE WILL CHANGE THE RELATIVE TEXT SIZE       */

	font-size: 1.0em;
}

/* HERE'S THE TEXT SIZE SCALER FOR ALL THE MAIN CONTENT TITLES    */
/* CHANGING THE em VALUE WILL CHANGE THE RELATIVE TITLE SIZES     */

.post .title {
	margin: 0;
	font-size: 2.0em;	
}



/* -------------------------------------------------------------- */
/* HORIZONTAL CONTENT DIVIDER                                     */
/* -------------------------------------------------------------- */

.post .metah {
	margin: 1em 0 1em 0;
	border-top: 1px solid #aaaaaa;
	font: normal .8em Arial, Helvetica, sans-serif;
	color: #999999;
}


/* -------------------------------------------------------------- */
/* VERTICAL CONTENT DIVIDER                                       */
/* -------------------------------------------------------------- */

.post .metav {
	margin: 1em 0 1em 0;
	border-right: 1px solid #aaaaaa;
	font: normal .8em Arial, Helvetica, sans-serif;
	color: #999999;
}


/* -------------------------------------------------------------- */
/* MENU FORMATTING                                                */
/* -------------------------------------------------------------- */

div.sdmenu {
	width: 200px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 10px;
	background: url(images/menu_bottom.gif) no-repeat right bottom;
	color: #ffffff;	
}

div.sdmenu div {
	background: url(images/menu_title.gif) repeat-x;
	overflow: hidden;
}

div.sdmenu div:first-child {
	background: url(images/menu_top_title.gif) no-repeat;
}

div.sdmenu div.collapsed {
	height: 25px;
}

div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: #ffffff;
	background: url(images/menu_expanded.png) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #dddddd;
}

div.sdmenu div.collapsed span {
	background-image: url(images/menu_collapsed.png);
}

div.sdmenu div a {
	padding: 5px 10px;
	background: #eeeeee;
	display: block;
	border-bottom: 1px solid #dddddd;
	color: #483D8B;
}

div.sdmenu div a.current {
	background : #cccccc;
}

div.sdmenu div a:hover {
	background : #ffffff url(images/menu_arrow.png) no-repeat right center;
	color: #CC0088;
	text-decoration: none;
}

