body {
	font-family: "trebuchet ms", verdana, sans-serif;
	background: #000505;
}

a{
    color:white;
    text-decoration:none;
}

#all{
    margin: 0 auto 0 auto;
    width:1024px;
    height:auto;
    min-height:100%;
}

#container{
  position:absolute;
  top:128px;
  
  position: absolute;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 1024px;
	height: auto;
    background-color:#A4E2E2;

	visibility: visible;
	min-height: 120%;
}
#container a{
    color:#023C3C;
    text-decoration:none;
}

#container a:hover{
    color:#023C3C;
    text-decoration:none;
	border-bottom: 1px solid #036;
}
#title{
    position:absolute;
   	height: 128px;
	background: #255050;
    color:#CAEBEB;
	width: 1024px;
    text-transform:uppercase;
    text-indent:50px;
    font-size:35px;
    font-weight:bold;
    font-family: "trebuchet ms", verdana, sans-serif;
    background-image: url(images/logo-header.jpg);
    
    width:1024px;
    top:0px;
}

#menu{
	background:#002E2E;
    font-size: 20px;
    font-weight:bold;
    
    position: absolute;
    top: 0px;
	left: 0px;
	width: 150px;
	height: 100%;
	text-align: center;
}

#menu a{
    color:#CAEBEB;
    text-decoration:none;
}

#menu a:hover {
    color:#CAEBEB;
    text-decoration:underline;
}

#content{
    
    margin: 15px 15px 80px 170px;
	padding: 5px 5px 5px 5px;
    
}

.related_entry_tags{
    font-style:italic;
    font-size: 12px;
}

#content_centered{
    margin:25px;
}

#footer{
    position:absolute;
	background: #255050;
	width:100%;
    text-transform:uppercase;
    //text-indent:50px;
    font-size:16px;
    font-weight:bold;
    font-family: "trebuchet ms", verdana, sans-serif;
	padding-top: 3px;
    padding-bottom: 3px;
    color:#A4E2E2;
    clear: both;
    bottom:0;
    text-align:center;
    z-index:2;
}

#footer.login{
    background:inherit;
    width:150px;
    text-align:left;
}

#login{
    position:absolute;
    font-size:10px;
    left:0px;
    bottom:20px;
    padding-top:50px;
    width:150px;
    text-align:center;
    z-index:3;
}


#entry_title_bar{
	//background:#002E2E;
    font-size:18px;
    font-weight:bold;
    padding-bottom: 5px;
}

#entry_data{
    padding-top: 5px;
}

#entry_box{
    background:#D2F7F7;
    padding: 10px 10px 10px 10px;
}

#entry_date_posted{
    background:#A4E2E2;
    text-align: right;
    padding: 1px 10px 1px 0px;
    font-style:italic;
    font-size:14px;
    margin-top:5px
}

#tag.box{
    //position: relative;
    background:#A4E2E2;
    display: inline-block;
    padding: 0px 3px 1px 3px;
    font-size: 14px;
    margin-top:5px;
}



#main{
   	margin: 15px 15px 15px 240px;
	padding: 15px 50px 15px 15px;
}
#admin{
}

#admin  a{
    display: inline-block;
    padding: 1px 3px 1px 3px;
    background: red;
    color: #blue;
    text-decoration:none;
    font-weight:bold;
    margin-bottom: 5px;
	border-bottom: 1px none #036;
}

#welcome_box{
    background:#D2F7F7;
    padding: 10px 10px 10px 10px;
    font-size:28px;
    display:visible;
    margin-bottom:20px;
}