/* CSS Document */

* {
	font-family: Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	outline: 0;
}


body, html {
	background: url(../images/background_Gradient.png) repeat-x #E1E1E1;
	background-position: 0px 180px;
	height:100%;
}

#container {
	max-width: 1000px;
	min-width: 1000px;
	width: 1000px;
}

#header {
	height: 146px;
	background: url(../images/Header_Side.png);
	background-repeat:repeat-x;
	overflow:hidden;
}

#navBar {
	height: 60px;
	background: url(../images/NavBar_Side.png);
	background-repeat:repeat-x;
}


#sideBar {
	width: 190px;
	/*padding: 15px;*/
	background:url(../images/SideBar_Mid.png) center repeat-y;
	line-height:1.5;
	text-align:center;
	vertical-align:top;
	overflow:visible;
	border-bottom:#999 15px solid;
	font-size:14px;
}
	#sideBar .sideBarTitle {
		font-size: 24px;
		font-weight: bold;
	}
	#sideBar .sideBarSubTitle{
		font-size:18px;
		font-weight:bolder;
		line-height:2;
		letter-spacing:1.7px;
	}
	#sideBar .sideBarContributors{
		font-size:15px;
		line-height:1;
		letter-spacing:1.7px;
		margin-bottom:10px;
	}
	
	#sideBar a:link{
		color:#666666;
	}
	#sideBar a:visited{
		color:#888888;
	}
	#sideBar a:hover{
		color:#000000;
	}
	#sideBar a:active{
		color:#480000;
	}


#content {
	position:relative;
	padding-right: 30px;
	padding-left: 20px;
	/*padding-left: 240px;*/
	padding-bottom: 100px;
	min-height: 500px;
	overflow:visible;
	font-size:16px;
	line-height:1.5;
	letter-spacing:1.1px;
	border-right:#999 1px solid;
	border-bottom:#999 15px solid;
	background:#FFF;
}

.normText {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:1.5;
	letter-spacing:1.1px;
}

div.headerSide {
	float: left;
	clear: none;
	height: 146px;
	min-width: 0px;
	background-repeat: repeat-x;
}
	

a:link {
	text-decoration: none;
	color:#B91A32;
}

a:visited {
	text-decoration: none;
	color:#881325;
}

a:hover {
	text-decoration: none;
	color:#EE8292;
}

a:active {
	text-decoration: none;
	color:#F7BFC8;
}

.avatar{
	padding:5px;
	margin-right:10px; 
	margin-bottom:5px; 
	border:#CCC thin solid;
	border-right:#666 2px dotted; 
	/*border-top:0px; 
	border-bottom:0px; 
	border-left:0px;*/
}

.optionText {
	font-size:17px;
	letter-spacing:1.7px;
	line-height:1.5;
}

.optionText a:link{
	color:#3A6798
}

.optionText a:hover{
	color:#8FB1D3;
}

.headline {
	font-size:26px;
	color:#000;
	letter-spacing:1.1px;
	font-weight:bolder;
	line-height:1;
	margin-bottom:5px;
}

.minorHeading {
	font-size:20px;
	color:#222222;
	letter-spacing:1.1px;
	font-weight:bold;
	line-height:1;
	margin-bottom:5px;
}

.subTitle {
	font-size:17px;
	color:#666;
	letter-spacing:1.1px;
	font-weight:bold;
	line-height:1.3;
}

.date {
	font-size:14px;
	color:#666666;
	letter-spacing:1.2px;
	line-height:1.3;
}

.normText {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:1.5;
	letter-spacing:1.1px;
	font-weight:normal;
}

.subText {
	font-size:12px;
	line-height:1;
	letter-spacing:1px;
	font-weight:normal;
}

.quote {
	text-align:left;
	border: thin #C9CAB9 solid;
	background: #E9EAD0;
	padding:10px;
	width:85%;
}

.editButton {
	float:left;
	width:25px;
	height:25px;
	border:0px;
	margin:3px;
}

.BBPanel {
	width:600px; 
	height:30px;
	padding:5px; 
	border-width:2px; 
	border-style:solid; 
	border-color:#666666; 
	background-color:#CCCCCC; 
	vertical-align:middle;
	margin:5px;
	font-size:16px;
	font-weight:normal;
}

.BBCodePreview {
	width:610px; 
	max-height:300px;
	min-height:100px;
	overflow:auto;
	padding:5px; 
	border-width:2px; 
	border-style:solid; 
	border-color:#999; 
	background-color:#EEE; 
	vertical-align:middle;
	margin-top:5px;
}

/*BBCode tags*/
.floatLeft {
	float:left; 
	margin-right:12px; 
	margin-top: 7px;
}

.floatRight {
	float:right; 
	margin-left:12px; 
	margin-top:7px;
}

/*Comments*/
.commentRow {
	width:100%;
	padding: 5px;
	min-height:65px;
	border-top: #666 thin solid;
	border-bottom: #666 thin solid;
}

.commentRow0 {
	background:#EFEFEF;
}

.commentRow1 {
	background:#E4E4E4;
}

.commentName {
	font-size:13px;
	font-weight:bold;
}

.commentNickName {
	font-size:11px;
}

.commentAvatar {
	margin-top:5px;
	margin-bottom:5px;
	max-width:90px;
	max-height:90px;
}