/*
File:			custom.css
Description:	Custom styles for Your Theme

HOW TO USE THIS FILE:

Override any class you want and it will change default styling to suit your needs.

For example, if you wish to change the default text blog title to grey, you would add the 
following declarations to this file:

*/
body{ 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:13px; 
	margin:0; 
	padding:10px 0 0; 
	background-repeat: repeat-x; 
	background-position: center 30px; 
	background-color: #f7f7f7; 
	background-image: url(images/bgr-default.png) 
}

/*---------LAYOUT--------- */

body #toppanel {
	left: 0;
	overflow: auto;
}

.wrapper { 
	padding-top: 22px;
	overflow: auto;



}

.top_menu {
	padding:8px 0 0;
	position:relative;
}

/* Top Panel */
#toppanel #panel .content {
	padding-top:0;
}

#toppanel .tab ul.login {
	font-size: 100%;
}

div#panel .hideMe {
	display: none;
}

#toppanel #panel h2 {
	color:white;
	font-size:1.7em;
	margin:0;
	padding:10px 0 15px;
}

div#panel ul {
	border-right: 1px solid #999999;
	float: left;
	padding-right: 10px;
	margin-right: 15px;
	width: 200px;
}

.clearFix {
	overflow: hidden;
	width: 100%;
}

.postItem {
	margin-bottom: 15px;
}

