@charset "utf-8";
/* CSS Document */

body{
	background-color:#edf5fb;
	}


#wrapper{
	//width: 1024px;
	margin:auto;
	border-left:1px solid #003;
	border-right:1px solid #003;
	background-color:#86bedf;
	}
	
	#nav_block{
		margin:0;
		padding:0;
		border:none;
		background-color:#e9f3fa;
		//color:white;

		}
		
		
		.dropdown-toggle a {
			color:red;
			font-weight:bold;
		}

	
	
	.active{
		color:white;
		background-color:#003399;
		}
		
		
	.right_link {
		text-align:right;
		}
	/*HEAD*/

#head{
	/*height:90px;
	background-color:white;
	border:solid #b6a400 thin;
	border-bottom:none;*/
	
	margin:0;
	padding:0;
	}
		
#head img{
	margin-top:10px;
	}
	
#head p{
	text-align:right;
	font-size:bold;
	font-size:1.2em;
	padding-bottom:10px;
	margin-bottom:20px;
	}
	
		/*NAVIGATION*/
#nav{
	height:45px;
	//background-color:black;
	//width: 1024px;
	}
	
	#logout_text a{
		
		text-align:right;
		color:white;
		font-size:1.2em;
		padding-top:13px;
		
		}
	#logout_text{
		
		text-align:right;
		color:white;
		font-size:1.2em;
		padding-top:13px;
		
		}
		
		#add_border{
			border:solid 1px #7a2426;
			border-bottom:none;
			}
			
			#add_lower_border{
			
			border:none;
			border-bottom:solid 1px #7a2426;
			border-top:solid 1px #7a2426;
			}	
			
#nav_bottom{
	height:20px;
	background-color:#edf5fb;

	//background-image:url(../img/background_nav.png);
	background-repeat:repeat;

	}
	
		/*LEFT AND RIGHT BAR*/
	
#left_bar{
	//float:left;
	background-color:yellow;
	margin:0;
	padding:0;
	background-image:url(/img/side_bars.png);
	background-repeat:repeat;
	}
	
#left_bar p{
	padding:5px;
	color:black;
	text-align:justify;
	font-size:1.2em;
	}
		
#panel_title_background_left,#panel_title_background_right{
	background-image:url(/img/background_nav.png);
	background-repeat:repeat;
	color:white;

	}

#panel_title_background_left h3,#panel_title_background_right h3{
	font-weight:bold;
	text-align:center;
	font-size:1.1em;
	}
			
			
.panel_body_text{
	text-align:justify;
	}

			
	
#right_bar{
	//float:right; 
	background-color:brown;
	margin:0;
	padding:0;
	background-image:url(/img/side_bars.png);
	background-repeat:repeat;
	//border-right:solid #b6a400 thin;

	}
	
#right_bar p{
	padding:5px;
	color:black;
	text-align:justify;
	font-size:1.2em;
	}
		
		
		/*MAIN CONTENT*/
		
		
#age_wrapper{
	border:solid #b6a400 thin;
	}

.main_content_title{
	padding-top:0;
	color:gray;
	text-align:center;
	text-decoration:underline;
	}	
	
#main_content{
	//float:left;
	background-color:white;
	margin:0;
	padding:0;

	}
	
a #post_author{
	color:#b6a400;
	}	
	p #post_author{
	color:grey;
	}	
	
.quote_reply_link {
	text-align:right;
	color:#b6a400;
	padding-right:15px;
	}
	.quote_reply_link a{

	color:#b6a400;

	}
	
#category_list{
	text-align:center;
	font-size:1.3em;
	}
	#middleline{
	padding:0;
	margin:0;
		
		}
		
	.management{
		background-color:#edf5fb;}	
	#form_backgroud{
		background-color:#edf5fb;
		}	
	.panel_px{
		
		
		//height:160px;
		text-align:justify;
		}
		
		.panel_px2{
		
		
		height:240px;
		text-align:justify;
		font-size:1.3em;
		}
	.panel_p{
		
		
		height:160px;
		text-align:justify;
		}
		
	.title_font{
		color: #001c52;
		//text-align:center;
		}
		
		.title_fontx{
		color:#7a2426;
		text-align:center;
		}	
	
		/*FOOTER */

#footer{
	//clear:both;
	height:50px;
	//width: 1024px;
	
	color: #001c52;
	text-align:center;
	}
	
#footer p{
	margin-top:4px;}
	
.dark_line{
	height:3px;
	background-image:url(/img/dark_line.png);
	background-repeat:repeat;
	}
	.middleline{
	height:3px;
	background-image:url(/img/line.png);
	background-repeat:repeat-y;
	margin-top:10px;
	}		
	
.line{
	height:3px;
	background-image:url(/img/line.png);
	background-repeat:repeat;
	margin-top:10px;
	}	