@charset "utf-8";
/* CSS Document */
	body {
		/*background: -webkit-gradient(linear, left top, left bottom, from(#385c78), to(#342f2c));
	-webkit-background-origin: padding; 
	-webkit-background-clip: content;*/
	background:#385c78;
		padding: 0;
		margin: 0;
	}
	#header {
		background-image:url(Images/PRJ_Header24e.jpg);
		width:960px;
		position:center;
		height:194px;
		margin:auto;
	}
	#headerx{
		width:100%;
		/*background: -webkit-gradient(linear, left top, left bottom, from(#342f2c), to(#544c46));
	-webkit-background-origin: padding; 
	-webkit-background-clip: content;*/
	background:#342f2c;
		border-top:1px solid black;
		border-bottom:1px solid black;
	}
	#container{
		background-color:#385c78;
		width:960px;
		margin:auto;
		position:center;
		font-family:Verdana;
		border: 2px solid black;
	}
	#banner{
		width:630px;
		position:center;
		margin:auto;
		margin-bottom:20px;
		border: 2px solid black;
	}
	#nav {
		background-color:#385c78;
		position:center;
		margin:auto;
		width:960px;
		height:30px;
	}
	#nav ul {
		background-color:#385c78;
		font-weight:bolder;
		float:left;
    	color:white;
		margin:10px 0 10px 0;
	    list-style: none;
    }
    
	#nav li {
	background-color:#385c78;
    float: left;
    margin: 0 0 0 40px;
    font-size: 12px;
    }
    
	#nav a, #nav a:visited {
    color:white;
    text-decoration: none;
    }
    
	#nav a:hover {
    color: #e5b354;
    }

	#main {
		background-color:#f6e7de;
		width:960px;
		min-height:900px;
		margin:auto;
	}
	#content {
		width:650px;
		margin-top:10px;
		margin-bottom:10pxp;
		margin-left:10px;
	}
	#sidebar {
		width:260px;
		margin-top:10px;
		margin-bottom:10px;
		height:auto;
	}
	#statusbox {
		width:180px;
		height:391px;
		background-color:#c1a18a;
		padding-top:10px;
		padding-bottom:10px;
		margin-bottom: 20px;
		border:1px solid black;
	}
	#status {
		width:160px;
		position:center;
		padding-bottom:20px;
		margin:auto;
	}
	#chipinbox{
		width:180px;
		height:250px;
		background-color:#c1a18a;
		padding-top:10px;
		padding-bottom:10px;
		margin-bottom:20px;
		border:1px solid black;
	}
	#chipin {
		width:160px;
		position:center;
		margin:auto;
		padding-bottom:20px;
	}
	#groupbox{
		width:180px;
		height:50px;
		background-color:#c1a18a;
		padding-top:10px;
		padding-bottom:10px;
		margin-bottom:20px;
		border:1px solid black;
		
	}
	#group {
		width:160px;
		position:center;
		margin:auto;
		padding-bottom:20px;
	}
	#creator {
	text-align:center;
	font-weight:bold;
	color:#FFF;
	font-size:10px;
	}
	.post {
		width:610px;
		background-color:#c1a18a;
		padding:10px 10px 10px 10px;
		margin-left:10px;
		margin-top:20px;
		border:1px solid black;
    }
    
.post .title {
	color:#385c78;
    font-size: 18px;
    font-weight: bold
    }
    
.post .title h1 {
	color:#768a88;
    display: block;
    float: right;
    font-size: 11px;
    text-align: right;
    margin: 10px 0 0 0;
    }

.post h2 {
    font-size: 15px;
    font-weight: bold
    }
    
.post .text {
    border-top: 2px solid black;
    margin: 2px 0 0 0;
    padding: 4px 0 0 0;
	font-size:12px;
    }
    
.post p {
    margin: 0 0 10px 0;
    padding: 0;
    }
    
.post a, .post a:visited {
    color: #006699;
    text-decoration: none;
    }
    
.post a:hover {
    color: #e5b354;
    }
	
	
