/*************************************
BACKGROUND-COLOR
**************************************/
body {
	/*background: url(../images/snow0.jpg);*/
	background-color: cadetblue;
	background-color: orange;
	font-size: 1.1em;
}
/*************************************
FONT
**************************************/
body {
	/* GENERICS FONT
	font-family: 
	Arial, Verdana, Courier New, "Times New Roman", "Comic Sans MS", Times, Helvetica, "sans-serif";
	*/
	font-family: "Agency FB", Helvetica, Andalus, Verdana, Helvetica;
}
/*************************************
MENU
**************************************/
.navBar, .menuSimple {
	font-family: "Agency FB", Helvetica, Arial, sans-serif;/*"Agency FB"*/
	font-size: 0.90em;
	font-weight: bolder;
}
/*************************************
COMMENT
**************************************/
.statusBar {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.65em;
}
/*************************************
DIMENSION
**************************************/
#container {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid gray;
	background-color: white;
	background-color: #003366;
	/*background-color: lightsteelblue;*/
	background-color: white;
}
#page {
	/*background-color: white;*/
	margin: 0 auto;
}
/* Row Containers Width */
#status_banner, #owner_banner, #event_banner, #navUp, #search_hbar, #vlogbox, #navDown, #page, 
#online_users, #copyright {
	width: 100%;
	margin: 0 auto;
}
/* Row containers for Colum layout */
.divColumn, #status_banner, #owner_banner, #event_banner, #search_hbar, #vlogbox, #page, #copyright {
	text-align: left;
	overflow: hidden;
	position: relative;/* Container property for column relative positionning */
	padding-top: 2px;
}

#page, #col_single, #col_middle, #col_middle_left, #col_middle_right, .article, .no_article {
	min-height: 300px;	
}
#col_single, #col_middle, #col_middle_left, #col_middle_right {
	margin-left : 0%;
	float: left;
}
#col_single , .column_single {
	width: 99%;
}
#col_left, .column_left {
	float: left;
	width: 20%;
}
#col_middle, .column_middle {
	width: 80%;
}
#col_middle_left, .column_middle_left {
	width: 39%;
}
#col_middle_right, .column_middle_right {
	width: 40%;
}
/*****************************
LAYOUT
*****************************/
#logbox {
}

#owner_banner {
	vertical-align: middle;
	height: 95px;
	border : 1pt solid orange;
}
#event_banner {
	height: 200px;
	border-bottom: 1px solid orange;
}
#search_hbar {
	height: 30px;
	border-bottom: 1px solid orange;
}
/* STATUS BAR */
.statusBar {
	height:12px;
	border-top: 1px solid;
	background-color: #003366;
	background: url("../images/bar_1000.png");
}
.statusBar, .statusBar a {
	font-weight: bold;
	color: white;
}
/* NAV BAR */
.navBar, .railway {
	/*
	background-image: url(../images/hmenu_back2.jpg);
	background-color: royalblue;
	*/
	text-align: left;
	border : 1pt solid orange;
	height: 30px;
	margin-top: 3px;
	text-align: middle;
}
.navBar ul, .railway ul {
	list-style-type: none;
	padding: 0px;
	margin:0 auto;
	margin-top: 4px;
}

.navBar li {
	vertical-align: middle;
	display: inline;
	text-transform: capitalize;
	text-align: center;
	padding: 6px;
	padding-left: 20px;
}
.navBar a, .navBar a:visited {
	color : gray;
	font-weight: bold;
	letter-spacing: 2px ;
}
.navBar a:hover {
	color: orange;
}
.railway li {
	color : gray;
	font-size:12px;
	border: 1px solid;
	margin: 2px;
	padding: 2px;
	text-align: center ;
	display: inline;
}

#connected {
	font-weight: bold;
	float: left;
	text-align: center ;
	margin-right:10px;
}

#online_users {
	text-align:left;
	height:30px;
	border: 1px solid lightsteelblue;
	background-color: #E6E6FA;
}

#login { margin-bottom: 0px; }

/* Layout Specific to pages */

#post	{ width : 100%; }

#books_list >p {
}
#books_list table{
	width: 100%;
}

#book {
	vertical-align: top;
	display: none;
}
#book  p {
	overflow: auto;
	height: 175px;
}

#event {
	padding-bottom: 5px;
}