/* ----------- general styles ------------ */

body {	
	text-align:center;
	background-color:#fff;
	font-size: 12px;
	margin:0px;
	padding:0px;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	color:#000;
	}
	
table {	
	font-size: 12px;
	}

a {
	font-weight : bold;
	color:#059;
	text-decoration: none;
	}
	
a:link {
	}
	
a:visited {
	}
	
a:active {
	}
	
a:hover{
	text-decoration: none;
	}
.table {
	padding-top:2px;
	padding-bottom:2px;
	font-size: 12px;
}

.allyourbase {
	clear:both;
	display:block;
	padding:0px;
	margin:0px;
	/*margin-left:10px;*/
	padding-top:10px;
	width:660px;
}

#frame {
	text-align:left;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	width:660px;
}

/* ----------- expander styles ----------- */

.expandHolder {
/*	background-color:#eee; */
}
.expandLink {
	display:block;
	border: 1px solid #059;
	width: 100px;
	font-size:10px;
	color: #059;
	cursor: hand;
	text-align: center;
}
.expandLink:hover {
	color: #fff;
	background-color: #059;
}
.expander {
	position:relative;
	display:none;
	background-color:#ccf;
}


/* --------- user profile styles ------------- */

.username {
	font-size:22px;
	font-family:sans-serif;
	font-style:italic;
	font-weight:600;
}

.imageHolder {
	float:right;
	background-color:#eee;
	margin-left:10px;
	padding:10px;
	text-align:left;
}

.imageHolder img {
	margin-bottom:10px;
}

/* --------- navbar styles -------------- */


.navbar {	
	/*float:right;*/
	display:block;
	background-color:#fff;
	padding: 0px;
	margin:0px;
	width:100%;
	height:20px; /* fix for mozilla :( */
	clear:both;
}

.navbar a {
	padding:4px;
	display:block;
	float:left;
	width:121px;
	text-align:center;
	background-color: #eee;
	border-right: 1px solid #fff;
}


.navbar a:hover {
	background-color: #fff;
}

/* --------- pager styles --------------- */

.pager {
	/*clear:both;*/
	display:block;
	font-size:11px;
	height:20px;
	width:auto;
	background-color:#fff;
	padding:0px;
	margin:0px;
}
.pager a, .pager .currPage {
	text-decoration: none;
	font-weight: normal;
	padding: 2px;
	margin: 2px;
	background-color:#fff;
	display:block;
	width:10px;
	text-align:center;
	float:left;
}
.pager .currPage {
	font-weight: bold;
	color:#000;
	text-decoration: none;
	background-color:#fff;
}
.pager a:hover {
	text-decoration: underline;
}


/* --------- section styles ------------- */

.sections {
	width: 630px;
	font-size: 12px;
	padding: 10px;
	background-color: #eee;
}

.sections .admin {
	display:block;
	width:610px;
	padding:5px;
	margin:4px;
	background-color:#fff;
}

.sections .admin a {
	color: #000;
	font-weight : normal;
	display:inline;
	width:auto;
	padding:0px;
	margin:0px;
}

.sections .admin a:hover {
	color: #059;
	text-decoration: underline;
}

.sections a {
	font-weight: normal;
	display:block;
	text-decoration: none;
	color: #000;
	margin: 5px;
	padding: 4px;
	width:610px;
	background-color:#fff;
}
.sections a:hover {
	color: #059;
	text-decoration: underline;
}


/* --------- topic styles --------------- */

.topicTable {
	width: 630px;
	background-color:#eee;
	padding:10px;
	margin:0px;
}

.topic {
	width: 610px;
	height: 14px;
	background-color: #fff;
	margin:5px;
	padding:4px;
}

.topic a {
	font-weight:normal;
	text-decoration: none;
	color: #059;
}

.topic a:hover {
	text-decoration: underline;
}

/* killed post */
.expander .topic {
	background-color:#ccf;
}

.topicInfo {
	font-size:10px;
	position:inline;
	float:right;
	background-color:#fff;
	width : 100px;
}
.topicAdmin {
	float:right;
	width:100px;
	position:relative;
	text-align:center;
	font-size:10px;
	background-color:#fff;
	left: -7px;
}

.topicTxt {
	font-weight : normal;
	float:left;
	display:block;
	width:450px;
	padding:0px;
	margin:0px;
	text-decoration: none;
	color: #000;
}

.topicTxt:hover {
	text-decoration: underline;
	color: #059;
}

.topicAdmin a {
	font-weight:normal;
	text-decoration: none;
	color: #059;
}

.topicAdmin a:hover {
	text-decoration: underline;
}


/* --------- message styles ------------- */

.messageTable {
	width: 630px;
	background-color:#eee;
	position:relative;
	padding: 5px;
	margin: 0px;	
}

.post {
	clear:both;
	width: 620px;
	background-color: #eee;
	margin:0px;
	padding:4px;
}
/* posts inside expanders are killed */
.expander .post {
	background-color: #ccf;
}

.post a {
	font-weight:normal;
	text-decoration:none;
	color: #059;
}

.post a:hover {
	text-decoration:underline;
}

.postInfo {
	margin:5px;
	padding:2px;
	display:inline;
	background-color: #fff;
	float: right;
	color: #888;
}

.postContent {
	background-color: #fff;
	padding: 10px;
	margin: 5px;
}

.editDate {
	float:right; 
	font-size:10px;
	color: #999;
	margin:0px 5px;
	padding:0px 4px;
	
}

.postToolbar{
	top:15px;
	left:535px;
	text-align: center;
	font-size: 10px;
	float:none; 
	position:relative;
	width: 100px;
	padding:0px;
	margin:0px;
}

.postToolbar a {
	font-weight:normal;
	text-decoration: none;
	color: #059;
}

a.yellow{
	font-weight:bold;
	text-decoration: none;
	color: #F2C50C;	
}

.bottomLink{
	margin:0px;
	margin-right:25px;
	padding:0px;
	display:inline;
	float:right;
}

.bottomLink a{
	color: #F2C50C;	
}

form {
	font-size: 12px;
	clear:both;
}

form input{
	margin-top:2px;
	margin-bottom:2px;
}

form textarea{
	margin-top:2px;
	margin-bottom:2px;
}