/* CSS Document */

/*--------------Text Div-------------*/
#module-L-text {
	float:left;
	width:490px;
	color:#666;
	padding: 0 40px 9px 80px;
	font: normal 1.2em/1.5em Arial, Helvetica, sans-serif;
	}

#module-L-text p {
	padding-bottom: 1em;
	}

#module-L-text ul {
	list-style: square;
	margin-left: 18px;
	}

#module-L-text ul.nodec { /* for UL with no bullets (no TEXT-DECORATION) */
	list-style: none;
	}
/*---------------Sidebar-----------------*/

#textpage-sidebar {
	float:right; /* this FLOAT allows for the 15px space between the two grey containers without having to declare any padding or margins */
	width:290px;
	background: #eaeaea url(../images/greybox_bot.gif) no-repeat bottom left;
	}

#textpage-sidebar h2 {
	background: url(../images/greybox_top.gif) no-repeat top left;
	padding:9px;
	font-size:130%;
	color:#78BDE8;
	}

#textpage-sidebar ul {
	list-style: none;
	padding: 9px;
	}

#textpage-sidebar p {
	margin: 0 9px;
	}

#textpage-sidebar li {
	line-height: 1.5em;
	}

#textpage-sidebar a {
	color: #E70;
	}

#textpage-sidebar a:hover {
	text-decoration: underline;
	color: #78BDE8;
	}

/*---------------Blog Page-----------------*/

#blog-entry {	
	width: 820px;
	padding-left: 80px;
	color:#666;
	font: normal 1em/1.3em Arial, Helvetica, sans-serif;
	}

.blog-title {
	color: #e70;
	font: bold 1.3em/1.3em Arial, Helvetica, sans-serif;
	}

.timestamp {
	margin-bottom: 1em;
	}

/*---------------About Page-----------------*/

.sidebar-position {
	margin: 0 0 10px 10px;
	}

.sidebar-position ul{
	margin-left: 20px;
	}

/*---------------Special Sites Page-----------------*/

.special-list {
	list-style: none;
	}