body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*background:#DDDDDD url(../images/bg_classic.png) no-repeat scroll left top; */
	background:#DDDDDD;
	height:100%;
}

body a{
	color:#064599;
	text-decoration:underline;
}

a.button {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #ddd;
    padding: 6px 10px 5px 10px;
    font: 11px arial, sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    background: url(../images/button-bg.png) bottom left repeat-x;
    _background: #fff url(../images/button-bg.png) bottom left repeat-x;
	text-decoration:none;
}

a.button:hover{
text-decoration:underline;
}

a img{
	border:none;
}

input.text{
	border-top: 1px solid #bbb;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #ddd;
    padding: 5px 5px 5px 5px;
    font: 14px arial, sans-serif;
	height:17px;
}
input.tiny{
	width:100px;
}

input.small{
	width:150px;
}

input.medium{
	width:250px;
}

input.big{
	width:500px;
}

input.button{
	border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #ddd;
    padding: 6px 10px 5px 10px;
    font: 11px arial, sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    background: url(../images/button-bg.png) bottom left repeat-x;
    _background: #fff url(../images/button-bg.png) bottom left repeat-x;
	color:#064599;
}
input.button:hover{
	text-decoration:underline;
	cursor:pointer;
}

h1,h2{
	padding-bottom:7px;
    font: 20px Grogia;
    border-bottom: 1px solid #ddd;    
    color: #000;
}

.clear{
	clear:both;
}

div.left{
	float:left;
}

div.right{
	float:right;
}

#bar{
	background-color: #000;
	margin: 0 0 10px 0;
	padding: 1px;
	/* background-color: #000; */
}
#bar-framed{
	background-color: #000;
	margin: 0 0 2px 0;
	padding: 1px;
}

#bar #bar-framed .bar-padding {
    padding: 0 0 0 10px;  
  	background-color: inherit;
}

#nav-bar {
	list-style: none;
	float: right;
	margin: 5px 0 5px 0px;
	list-style: none;
	background-color: inherit;
}

#nav-bar li {
   float: left;
	background-color: inherit;
}

#nav-bar li a, #nav-bar li span {
    display: block;
    padding: 0 15px 0 15px;
	border-left: 1px solid #444;
    font: 10px arial;
    font-weight: bold;
    color: #fff;
	letter-spacing:1px;
}
#nav-bar li span {
	color: yellow;;
}

#nav-bar a.yellow{
    color: yellow;
}


div#wrapper {
    position: relative;
    _position: static;
    margin: 0 auto;
    width: 1000px;
    font: 13px georgia, arial, sans-serif;
    line-height: 1.5; 
}

div#content-border-1 {
    border: 2px solid #ddd;
}
div#content-border-2 {
    border: 2px solid #ccc;
}
div#content-border-3 {
    border: 2px solid #bbb;
}


div#content{
	background:#FFFFFF url(../images/content-bg.png) repeat-x scroll left top;
	border:1px solid #AAAAAA;
	padding:15px 13px;
}

div#content-header {
}

h1#content-title {
    margin: 0 0 12px 0;
    text-align: center;
    font: 32px georgia;
}

div.border {
   	width: 100%;
   	height: 1px;
   	border-top: 2px solid #ddd;
   	border-bottom: 1px solid #ddd;    
	line-height: 1px; /* IE6 fix */
	font-size: 1px;/* IE6 fix */
	padding: 0;/* IE6 fix */
}

div#left-column{
	float:left;
	width:180px;
	padding-right:5px;
	
}
div#right-column{
	float:left;
	width:760px;
	padding-left:14px;
	border-left:1px solid #EEEEEE;
	padding-bottom:20px;
	
}

#left-column h2{
	padding-bottom:7px;
    border-bottom: 1px solid #ddd;    
    font: 11px arial, sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    color: #888;
}


ul#left-nav {
  list-style: none;
  line-height: 2.0;
}

ul#left-nav li 
{
    border-bottom: 1px solid #eee;
    background: #fff;
    background-position: right top;
    background-repeat: no-repeat;
    margin-left: -35px;
}

ul#left-nav li#homepage_link {
    background-image: url("../images/home_icon.png");
}

ul#left-nav a {
    display: block;
    font-family: arial;
    font-size: 12px;
	padding-left:5px;
}

ul#left-nav a.selected {
    display: block;
    font-family: arial;
    font-size: 12px;
	font-weight:bold;
	background-color:#ddd;
	padding-left:5px;
}


div.posts_bar{
	padding-bottom:15px; 
	margin-top:-15px;
	align:right;
}


.post_item{
	border-bottom:1px solid #ccc;
	padding-top:10px;
}

.ptitle{
	font-weight:bold;
	font-size:14px;
}

.site_info{
	border-bottom:1px solid #ccc;
	padding-top:10px;
	padding-bottom:10px;
}


.prelated{
	padding-top:20px;
}

div.pagination a{
	font-family: arial;
    font-size: 14px;
}


div#footer{
	border-top:1px solid #ddd;
	padding-top:5px;
	text-align:right;
}
