/*** Triforce:Reloaded CSS Stylesheet v0.2 - Chris Church ***/



/***---------------- Generic Body Styles -----------------***/

*{margin:0; padding:0;}

body{
	font:76% Verdana,Tahoma,Arial,sans-serif;
	line-height:1.4em;
	text-align:center;
	color:#303030;
	background: #0F0F17;
}


/***-------------------- Containers ----------------------***/

#maincontainer{
	width:758px;
	min-height:600px;
	margin:20px auto;
	color:#ffffff;
	padding: 0px;
	border:5px solid #a0a0a0;
	background: url(../../images/site/page_back.png);
}


#titlecontainer{
	height:150px;
	width:758px;
	background:#ffffff;
	color:#ffffff;
	background: url(../../images/site/logo_head.png) no-repeat;
}


#menucontainer {
	float: left;
	height: 2.2em;
	line-height:2.2em;
	width: 757px;
	margin: 0 1px;
	background: #24353F;
	color: #ffffff;
}


#sidecontainer {
	float: left;
	min-height: 00px;
	width: 190px;
	padding: 5px;
	color: #ffffff;
}

* html #sidecontainer {height:500px}


#contentcontainer {
	float: right;
	min-height: 500px;
	width: 547px;
	padding: 5px;
	color: #000000;
	background: #ffffff;
	text-align: left;
}


#footercontainer {
	text-align:center;
	font-size:0.9em;
	width: 758px;
	color: #ffffff;
	background: #24353F;
	clear: both;
}


/***-------------- Main Container Styles -----------------***/


	/* No styles at present */


/***-------------- Title Container Styles ----------------***/


	/* No styles at present */


/***-------------- Menu Container Styles -----------------***/


#menucontainer li{
	float:left;
	list-style-type:none;
	border-right:1px solid #ffffff;
	white-space:nowrap;
}

#menucontainer li a{
	display:block;
	padding:0 10px;
	font-size:0.8em;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
	background-color:inherit;
	color: #ffffff;
}

* html #menucontainer a {width:1%;}

#menucontainer .selected,#menucontainer a:hover{
	background:#80b0da;
	color:#ffffff;
	text-decoration:none;
}


/***-------------- Side Container Styles -----------------***/

#sidecontainer p {
	text-align: left;
}

.subbox {
	text-align: left;
	margin-top: 20px;
	margin-bottom: 40px;
	padding-left: 10px;
	padding-right: 10px;
}

.subbox h1 {
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #F0F0E8;
	display: block;
	margin: 0px 0px 15px 0px;
	letter-spacing: -1px;
}

.subbox li {
	list-style-type: none;
	margin: 0px 0px 5px 25px;
}

.subbox li a {
	color: #DBCAC0;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
}


/***------------- Content Container Styles ---------------***/

.centerbox {
	width: 250px;
        height: 300px;
	padding: 10px;
	margin : 50px auto;
	border: 2px solid #a0a0a0;
	background: #d1d1e1;
	color: #000000;
	text-align: left;
}

.centerbox h2 {
	text-align:center;
}

.centerbox li {
	list-style-type: square;
	color: #24353F;
	list-style-position: inside;
	margin: 15px;
}

.centerbox li a {
	text-decoration: none;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	color: #888;
}


.login {
	font-size: 0.8em;
	text-align: right;
	position: relative;
	top: -6px;
	margin-bottom: -17px;
	color: #888;
}

.login a {
	text-decoration: none;
	color: #888;
}

.bottom_page_center {
	font-size: 0.9em;
	text-align: center;
	/*color: #888;*/
}

.bottom_page_center a {
	text-decoration: none;
	font-weight: bold;
	color: #888;
}

.bottom_page_left {
	font-size: 0.8em;
	text-align: left;
	color: #888;
}

.bottom_page_left a {
	text-decoration: none;
	color: #888;
}

#loginbox {
	border: 2px solid #a0a0a0;
	background: #d1d1e1;
	height: 140px;
	width: 150px;
	margin: 50px auto;
	padding: 20px 20px 0px 20px;
}

#loginbox fieldset {
	border:0 solid;
	margin-right:25px;
}

/***------------ Footer Container Styles -----------------***/


	/* No styles at present */


/***---------------- Blog Box & Styles -------------------***/


.blogbox {
	width: 500px;
	padding: 5px;
	margin : 15px auto;
	border: 2px solid #a0a0a0;
	background: #d1d1e1;
	color: #000000;
	text-align: left;
}

.blogtitle {
	/* nothing */
}

.blogtitle img{
	vertical-align:middle;
}

.title {
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	padding: 10px;
}

.blogtext {
	text-align:justify;
	padding-top: 10px;
	padding-bottom: 10px;
}

.blogdetail {
	font-size: x-small;
	text-align:right;
}


/* styles for blog table management */
table {
	width:95%;
	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
	border-collapse: collapse;
}

th {
	font-size:0.8em;
	padding-right:5px;
	padding-left:5px;
	color:white;
	background:black;
}

td {
	font-size:0.8em;
	padding-right:5px;
	padding-left:5px;
}

tr {
	border-top:1px solid black;
	border-bottom:1px solid black;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img {
	border: 0;
}

#adduserbox {
	border: 2px solid #a0a0a0;
	background: #d1d1e1;
	width: 150px;
	margin: 50px auto;
	padding: 20px 20px 20px 20px;
}

#adduserbox fieldset {
	border:0 solid;
	margin-right:25px;
}

#deleteuserbox {
	border: 2px solid #a0a0a0;
	background: #d1d1e1;
	width: 75%;
	margin: 50px auto;
	padding: 20px 20px 20px 20px;
}


#deleteuserbox fieldset {
	border:0 solid;
	margin-right:25px;
}

#addblogbox {
	border: 2px solid #a0a0a0;
	background: #d1d1e1;
	width: 400px;
	margin: 50px auto;
	padding: 20px 20px 20px 20px;
}

#addblogbox fieldset {
	border:0 solid;
	margin-right:25px;
}