/**
 * Deewane Styles v0.1
 * ===================
 * Copyright (C) 2010 Carnegie Mellon Deewane
 */

body {
	margin: 0 auto;
	font-family: "Lucida Grande", Verdana, Arial;
}
div.clearer {
	clear: both;
}

a {
	color: #8A0800;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}


/* ------------- Page HEADER Styles ------------- */
#page-header-wrapper {
	background:#460400;
	width: 100%;
}
#page-header {
	margin: 0 auto;
	width: 900px;
	height: 200px;
	background: url(images/header_red.jpg) no-repeat;
}

/* ------------- Page NAVIGATION Styles ------------- */
#page-header-nav {
	padding-top: 170px;
	padding-left: 100px;
}
#page-header-nav a {
	margin-right: 10.1px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 8px;
	background: #851400;
	background: #8a0800;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}
#page-header-nav a:hover {
	text-decoration: underline;
}
#page-header-nav a.visited {
	background: #ffffff;
	color: #851400;
}

/* ------------- Page CONTENT Styles ------------- */
#page-content-wrapper {
	margin: 0 auto;
	width: 700px;
	border-left: 1px dotted #eaeaea;
	border-right: 1px dotted #eaeaea;
	border-bottom: 1px dotted #eaeaea;
	/*border-left: 1px solid #460400;
		border-right: 1px solid #460400;
		border-bottom: 1px solid #460400;*/
	padding-top: 20px;
}
#page-content-left {
	width: 500px;
	float: left;
	padding: 5px;
}
#page-content-right {
	width: 180px;
	float: right;
	background: #eaeaea;
}
#page-content-full {
	padding: 8px;
	font-size: 10pt;
	line-height: 16pt;
}

/* ------------- Page FOOTER Styles ------------- */
#page-footer {
	height: 60px;
	margin-top: 100px;
	background: #eaeaea;
	border-top: 1px solid #cccccc;
	color: #7B7B7B;
	font-size: 8pt;
	text-align: center;
}
#page-footer a {
	color: #7B7B7B;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
	margin-right: 10px;
	margin-left: 10px;
}





/* ------------- Page SIDEBAR Styles ------------- */
div.sidebar-header {
	font-size: 10pt;
	font-weight: bold;
	color: #3d3d3d;
}
div.sidebar-content {
	padding-left: 5px;
	color: #626262;
	font-size: 8pt;
	line-height: 12pt;
	/*margin-left: 5px;
	border-left: 1px dotted #cccccc;*/
}
div.sidebar-network-links {
	background-color: #ffffff;
	border-top: 3px solid #cccccc;
	border-bottom: 3px solid #cccccc;
	padding: 5px;
	margin-top: 10px;
	text-align: center;
	font-size: 8pt;
	color: #242424;
}
#page-header-links {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	
	/*opacity:0.8;filter:alpha(opacity=80)*/
	
	font-size: 8pt;
	color: #cccccc;
	
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
}

/* ------------- Page NEWS_ITEM Styles ------------- */
div.news-item-container {
	margin-bottom: 20px;
}
div.news-item-title {
	font-size: 14pt;
	font-weight: bold;
	color: #8A0800;
	padding: 3px;
}
div.news-item-content {
	font-size: 9pt;
	line-height: 12pt;
	color: #3D3D3D;
	padding: 3px;
}

/* ------------- Page MEMBERS Styles ------------- */

div.member-container {
	margin-bottom: 20px;
}

div.member-name {
	color: #8A0800;
	padding: 3px;
	font-size: 14pt;
	font-weight: bold;
	border-bottom: 1px dotted #cccccc;
}

div.member-left  {
	float: left;
	width: 120px;
}
div.member-right {
	float: right;
	width: 560px;
}

div.member-info {
	padding: 3px;
	color: #4D4D4D;
	font-size: 9pt;
	line-height: 11pt;
	font-weight: bold;
}
div.member-text {
	font-size: 9pt;
	line-height: 11pt;
}

div.member-pic {
	/*border: 1px dotted #8A0800;*/
	border: 1px dotted #cccccc;
	text-align: center;
	padding: 5px;
	width: 100px;
	height: 100px;
	background: #eeeeee;
}

div.member-pic img {
	width: 100px;
	height: 100px;
}
