@import "rsite.css";
/* ************** Layout ************** */


body{
	background: #ddd;
}

#site{
	margin: 0 auto;
	background: white;
	min-height: 100%;
	border: 1px solid #777;
	border-width: 0 1px;
	width: 1000px;
}



#menu{
	list-style: none;
	margin: 5px 0 0 20px;
	padding: 0;
}

#menu li, .rHead{
	font-family: "Trebuchet MS", verdana, arial, "Times New Roman";
	/* display: inline; */
	padding: 2px 10px;
	font-size: 20px;
	font-weight: bold;
	padding: 4px;
	margin: 0 2px;
}


#header{
	overflow: hidden;
	padding: .5em;
	background: navy;
	font-family: "Trebuchet MS", verdana, arial, "Times New Roman";
}

#header a{
	color: white;
	text-decoration: none;
	margin-left: 20px;
	font-family: "Trebuchet MS", verdana, arial, "Times New Roman";
}

#logo{
	font-size: 50px;
	width: 250px;
	float: left;
}

#enterance{
	float: right;
	width: 250px;
}

#enterance ul{
	list-style: none;
	padding: 2px;
	margin: 5px 0 0 0;
}

#enterance li{
	display: inline;
	padding: 2px;
	margin: 0;
}

#enterance li a{
	color: white;
	padding: 2px;
}

#enterance li a:hover{
	color: navy;
	background: white;
}

#footer{
	margin-top: 5px;
	border-top: 1px dashed #666;
	padding: 1em;
	background: #fefefe;
	font-size: .8em;
	color: #666;
	
}

#footer a,.al a{
	color: #666;
	text-decoration: none;
}

#footerLeft{
	width: 50%;
	float: left;
}

#footerRight{
	float: right;
}


#left{
	width: 80%;
	float: left;
}

#sidebar{
	width: 20%;
	float: right;
}

/*****************************************/


.error_msg{
	font-weight: bold;
	color: #800;
}

.info_panel{
	margin: 2px;
	padding: 5px;
	background: #eee;
}

.loadingBG{
	background: url(img/loadingBG.gif) white;
}


.pbItem{
	margin: 5px 0 10px 0;
	padding: 5px;
}

.pbImg{
	border: 3px solid white;
}

.buttons{
	margin-top: 10px;
	text-align: center;
}

.buttons button{
	font-size: 150%;
	font-weight: bold;
}



.pbDateTime{
	color: #666;
	font-size: .9em;
}

.pbStatLeft{
	float: left;
}

.pbStatRight{
	float: right;
}


#lastActivity{
	border: 1px solid #BBBBBB;
	border-width: 1px 0;
	margin-top: 2em;
	padding-bottom: .5em;
}

#lastActivity li{
	margin: 0;
	padding: 0;
}

#lastActivity ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#lastActivity .lcBlog a{
	text-decoration: none;
	color: black;
	
}

#lastActivity .lcBlog{
	margin-top: .5em;
}

#lastActivity .lcTitle{
	padding-left: 1em;
	font-size: .8em;
}

#lastActivity .lcCommentsCount{
	color: #888;
}


.sidebarHeader{
	color: #555; 
	text-align: right; 
	padding: .2em;
}