/*<group=Page>*/

#questions {
	padding: 0;
	margin: 0;
	list-style: none;
	}

#questions li {
	margin-bottom: 1.5em;
	}

#categories {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#categories h2, #projectsByCategory h2 {
	font-size: 16px;
	}

#categories ul {
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
	}

#categories li {
	clear: both;
	}

#categories li img {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-top: 2px;
	}

#projectsByCategory, #projectsByCategory ul {
	list-style: none;
	margin: 0 0 25px 0;
	padding: 0;
}

#projectsByCategory ul {
	margin: 0 0 0 10px;
}

#projectsByCategory li {
	margin: 0;
	padding: 0;
}

#projectsByCategory h3 {
	margin: 0 0 5px 0;
}

body {
	font: 14px Verdana, Helvetica, Arial, sans-serif;
	padding-bottom: 20px;
	background: #CCD5DC;	
	}
	
indexBody {
	background: #CCD5DC;	
}	

indexBody #title {
	background: #CCD5DC;	
}
	
p {
	font-size: 12px;
	line-height: 18px;
	}

hr {
	height: 1px;
	color: #333333;
	background: #333333;
	border: 1px none #333333;
	}

#container {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	background: white;
/*	border: 1em solid #CCCCCC;*/
	padding: 1em;
	}
	
h1,h2,h3,p {
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-weight:  normal;
	}	

a img {
	border: 0px none;
	}

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

a:visited {
	color: #2A5149;
	}

a:hover {
	text-decoration: underline;
	color: #2F7F71;
	}
	
h1{
	font-size: 20px;
	}
	
h2 {
	font-size: 14px;
	}

h3 {
	font-size: 12px;
	}

	/*</group>*//*<group=Title Bar>*/

#title {
	width: 720px;
	height: 85px;
	background: no-repeat;
	padding-bottom: 1.5em;
	}

#title img {
	top: 10px;
	position: relative;
	z-index: 1;
	}

#title img a {
	border: 0px none;
	}

#title hr {
    padding: 0px;
    margin: 0px;
    position: relative;
    top: -35px;
    /*
    Nooooooooooooooooo!
    border: 1px solid #00CC33;
    background: #00CC33;
    */
    border: 1px solid #2F7F71;
    background: #2F7F71;
    }

#title .quotation {
	font-size: 90%;
	font-style: italic;
	position: relative;
	top: -10px;
	left: -80px;
	}
		/*</group>*/

/*<group=Navigation>*/

#navigation h3 {
	font: bold 12px Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	/* font-size: 12px; */
	line-height: 18px;
	font-size: 12px;
	}

#navigation {
	width: 140px;
	float: left;
	margin-top: 20px;
	}
	
	/*</group>*/
/*<group=Comments>*/

#comments {
	font-size: 11px;
	}

.commentsoutlineWidget {
	font: 8px Courier New, Courier, mono;
	float: left;
	}

.projectList {
    display: none;
}

.projectList {
	padding: 1em;
}

.commentDetail {
	font-size: 9px;
	color: #7F7F7F;
	clear: right;
	
	}
	
.clear {
	clear: both;
}

.hidden {
	display: none;
}
	
.commentscontentsColumn, .commentsemptyColumn {
	vertical-align: top;
	}
.commentsreplyColumn {
	vertical-align: bottom;	
	margin-bottom: 1em;
}

/*</group=Comments>*/