
* {
	padding: 0;
	margin: 0;
}

body {
	background:url(images/grid.gif);
	color: #000000; 
	font: 12px Helvetica, Arial, sans-serif;
}

p {
	padding-bottom: 20px;
}

a, a:visited {
	color: #666666;
	text-decoration:none
}
a:hover {
	color: #FFFFFF;
	background-color:#ec008c;
}

/* main layout */

#wrapper {
	display: block;
}

#header {
	border-top: #000000 solid 1px;
	border-bottom: #000000 solid 1px;
	width: 370px;
	margin-top: 19px;
	margin-left: 9px;
}

#main { 
	width: 937;
	padding-left: 9px;
}

#content {
	border-top: #000000 solid 1px;
	width: 559px;
	margin-top:90px;
	margin-bottom: 20px;
	padding-top:5px; 
	float: right;
}

#sidebar {
	width: 370px;
	float: left;
	margin-top: 90px;
	padding-top:5px;
	border-top: 1px #000000 solid;
}

#footer {
	background-color:#000000;
	height: 40px;
	padding-left: 90px;
	padding-top: 25px;
	clear:both;
}

/* masthead*/
#masthead {
	font-size:2em;
	font-weight:bold;
}

/* masthead color styling */
#topBorder a {color:#000000; text-decoration:none;}
#topBorder a:visted {color:#000000; text-decoration:none;}
#topBorder a:hover {color:#000000; text-decoration:none;}

/* sidebar menu */
ul.mainmenu {
	width: 370px;
	list-style: none;
}

ul.mainmenu li.menugroup { /* menu sections */	
	
}

ul.mainmenu li.menugroup ul {
	width:180px;
	float:right;
	list-style:none;
	line-height: 20px;
	margin-bottom:20px;
}


ul.mainmenu li.menugroup a { /* menu items */
	color:#000000;
	font-size: 1.1em;
	font-weight:bold;
}
ul.mainmenu li.menugroup a:hover {
	color: #FFFFFF;
	background-color:#ec008c;
}

ul.mainmenu li.menugroup h3 {
	width: 180px;
	clear:right;
	font-size:1.7em;
	/*margin-bottom: 5px;*/
}

#homeContact {
	clear:both;
	padding-top:5px;
	margin-top: 30px;
	border-top: 1px #000000 solid;
}

#homeContact h3 {
	width: 180px;
	clear:right;
	font-size:1.7em;
	/*margin-bottom: 5px;*/
}

#homeContact ul {
	width:180px;
	float:right;
	list-style:none;
	line-height: 20px;
	margin-bottom:20px;
}



/* footer */
#footer a { font-weight:bold; color:#CC6600; text-decoration:none; }
#footer a:hover { font-weight:bold; color:#FFFFFF; text-decoration:none; }
#footer a:visted { font-weight:bold; color:#CC6600; text-decoration:none; }


/* blog post spcific */
#content h1 {font-size:3em; color:#ec008c; line-height:1.1em;}
#content h3 {font-size: 1.7em;}
#content h5 {color:#666666;}

.authorLink a, .authorLink a:visited {
	font-weight:bold;
	text-decoration:none;
	color: #598fb9;
}

.authorLink a:hover {
	font-weight:bold;
	text-decoration:none;
	color: #ea582b;
}

.entry {
	float:right;
	clear: right;
	width: 370px;
	border-bottom: 1px #7E7E7E dotted;
	margin-top: 10px;
	padding-bottom: 20px;
	line-height: 2em;
}

#pageContent {
	float:right;
	clear: right;
	width: 370px;
	border-bottom: 1px #7E7E7E dotted;
	margin-top: 10px;
	padding-bottom: 20px;
	line-height: 2em;
}

.comments {
	font-weight:bold;
}

/*  comments  */
#comments {
	padding-top: 20px;
	padding-left: 5px;
	padding-bottom: 10px;
}
.commentList {
	margin-top:20px;
	line-height:2em;
	float:right;
	clear:right;
	width: 370px;
	padding-left: 5px;
}

#respond {
	width: 559px;
	padding-top:10px;
	border-top: 1px #000000 solid;
	float:left;
	clear:left;
}

#commentForm {
	padding-top:10px;
}