/* CSS Document */
a {
	color:#910000;
	font-weight:bold;
	font-size:95%;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h3.sub-heading {
	color:#1C3037;
	font-size:14px;
	padding:0px 0pt;
	text-align:left;
	text-transform:uppercase;
	width:288px;
	font-weight:bold;
	margin-bottom:15px;
}
h4.title {
	color:#910000;
	font-size:9pt;
	font-weight:bold;
	margin-bottom:5px;
}
h1 {
	font-size:20pt;
	color:#910000;
}
h1 img {
	border:solid 2px #333;
	padding:2px;
	vertical-align:middle;
}
h1 + div.paging, h1 + div.summary-item, h1 + p, h1 + h2, h1 + #signup-form {
	margin:20px 0px;
}
h2 {
	color:#843C18;
	font-size:14pt;
	font-weight:bold;
	margin-bottom:15px;
}
h2.right {
	color:#381505;
	font-size:14pt;
	margin:15px 0pt 10px 10px;
	text-transform:uppercase;
}
h2.right.icon {
	background:transparent url(../images/arrow.png) no-repeat scroll 0%;
	padding-left:35px;
	margin:15px 0pt 20px 10px;
}
h4.title span.date {
	color:#666666;
	font-size:8pt;
	margin-left:10px;
	text-transform:uppercase;
}
h3 {
	font-size:13pt;
	font-weight:bold;
}
p {
	color:#333333;
	font-size:9pt;
	text-align:justify;
	margin-bottom:15px;
	line-height:1.4em;
}

span.blog-details {
	border-bottom:1px dashed #999999;
	border-top:1px dashed #999999;
	color:#666666;
	display:block;
	font-size:8pt;
	margin-bottom:5px;
	padding:3px 0px;
}
.green {
	border-bottom:2px solid #9EC32A;
}
.yellow {
	border-bottom:2px solid #EF9A26;
}
.red {
	border-bottom:2px solid #C12121;
}
.blue {
	border-bottom:2px solid #2586C3;
}
.quadrants {
	width:630px;
	padding:10px;
	float:left;
}
.quad1, .quad2, .quad3, .quad4 {
	width:305px;
	float:left;
	clear:none;
}
.quad1, .quad3 {
	margin-right:20px;
}
.item-details {
	font-size:9pt;
	padding:10px;
	background:#dadada;
	border:solid 1px #cccccc;
	width:650px;
	margin:10px 0;
	position:relative;
}
.item-bit {
	border-right:solid 1px #b2b2b2;
	margin-right:5px;
	padding-right:10px;
}
.item-bit.last {
	border-right:none;
}
.message-icons {
	float:right;
	position:absolute;
	top:8px;
	right:10px;
}
.m-icon {
	float:left;
	margin-left:15px;
	cursor:pointer;
}
a.profile-edit {
	font-size:8pt;
	margin-left:20px;
	position:relative;
	top:-5px;
}
/*------------------------------------------
	Comments
------------------------------------------*/
.comments {
	border-top:1px dashed #bbb;
	padding-top:15px;
}
.comment-thumbnail {
	border:solid 2px #333;
	float:left;
	margin-right:25px;
	width:46px;
}
.comment-entry {
	margin-bottom:20px;
}
.comment-box {
	background-color:#DADADA;
	border:1px solid #BBBBBB;
	margin-left:80px;
	padding:10px;
}
.comment-date {
	border-top:dashed 1px #bbb;
	color:#666666;
	display:block;
	font-size:8pt;
	padding-top:5px;
}
.comment-box p {
	margin-bottom:10px;
}
/*------------------------------------------
	Right-Navigation
------------------------------------------*/
ul.contextual {
	margin-bottom:25px;
	font-family:"Lucida Grande","Lucida Sans",sans-serif;
}
ul.contextual a {
	color:#381505;
	text-decoration:none;
}
ul.contextual li {
	background:transparent url(../images/bullet.jpg) no-repeat scroll 15px center;
	border-bottom:1px solid #CCA378;
	border-top:1px solid #ededed;
	font-size:9pt;
	padding:10px 5px 10px 30px;
	display:block;
}
ul.contextual li.current, ul.contextual li:hover {
	background:#CCA378 url(../images/bullet-current.jpg) no-repeat scroll 15px center;
	border-bottom:1px solid #CCA378;
	border-top:1px solid #CCA378;
}
ul.contextual li.first {
	border-top:solid 1px #CCA378;
}
/*------------------------------------------
	Profile
------------------------------------------*/
h2.small-label {
	text-transform:uppercase;
	color:#4C4C4C;
	background:#dadada;
	border-bottom:solid 1px #ccc;
	padding:3px 5px;
	font-size:9pt;
	clear:both;
}
dl.profile {
	margin:-10px 5px 10px;
	font-size:9pt;
	float:left;
}
dl.profile dt {
	font-weight:bold;
	float:left;
	clear:left;
	width:120px;
	margin:6px 0;
	color:#666;
}
dl.profile dd {
	float:left;
	line-height:1.4em;
	margin:6px 0;
	width:530px;
}