body {
    background-color: #2f2f2f;
    background-image: url('stripes.gif');
    color:#dedede;
    font-family: 'Trebuchet MS', Tahoma, 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
    font-size:62.5%;
    letter-spacing: 1px;
    line-height:1.5;
    margin:0;
    padding:0;
    text-align:center;
}

#wrap{
    background:#3a3a3a;
    border-left:2px solid #444;
    border-right:2px solid #444;
    border-bottom:1px solid #444;
    margin:0 auto;
    padding-top:0px;
    text-align:left;
    width:800px;
}

#content{
    border-bottom:none;
    border-top:none;
    float:left;
    padding:10px;
    width:680px;
}

#pastewrap{
    background:#3a3a3a;
    border-left:2px solid #444;
    border-right:2px solid #444;
    border-bottom:1px solid #444;
    margin:0 auto;
    padding: 0px 20px 10px 20px;
}

#pastecontent{	
    border-bottom:none;
    border-top:none;
    float:left;
    padding:10px;
    min-width: 90%;
    color: #2f2f2f;
    background: #ffffff;
    font-size:1.5em;
    font-weight:normal;
/*    word-wrap: break-word; */
    overflow: auto;
}

/*************************************
 +Navigation
 *************************************/
#nav {
    background:#3A3A3A;
    border-bottom:1px solid #555;
    font-size:1.1em;
    text-align: center;
}
#navwrap{	
    clear:both;
    overflow:hidden;
    list-style: none;
    display:block;
    margin:0 auto;
    text-align: center;
    width:800px;

}

#nav ul{
    list-style: none;
}
#nav ul li{
    list-style: none;
    float: left;
    padding:6px;
}
#nav ul li a{
    list-style: none;
    color:#fff;
}
#nav ul li a:hover{
    color:#BDE271;
}


#navmenu {
    padding:0;
    margin:0 auto;
    list-style: none;
    float:left;
    position:relative;
    left:50%;
}

#navmenu li {
    float:left; position:relative; right:50%;
    list-style: none;
    color:#fff;
}

#navmenu a {
    width:auto;
    display:block;
    padding:4px 16px;
    color:#fff;
    text-decoration:none;
}

#navmenu a:hover {
    color:#BDE271;
}

/*************************************
 +Header
 *************************************/
#header{	
    background:#FFAB2C url("header.png") 0 no-repeat;
    border-bottom:1px solid #999999;
    height:20px;
    margin:0;
    text-align:left;
    width:100%;
    padding-top: 0px;
    font-size: 0.8em;
}
#header a, a:visited {
    color: white;
}
#header a:hover {
    color: #c4cC91;
}

#header h1{
    font-size:2.2em;
    font-weight:normal;
    margin:0 auto;
    padding-top:40px;
    padding-left:30px;
    text-align:left;
    width:700px;
}
#header h1 a{
    color:#ecefed;
}
#header p{
    font-size:1em;
    padding-left:30px;
    margin:0 auto;
    text-align:left;
    width:700px;
}

/*************************************
 +Footer
 *************************************/
#footer {
    position:fixed;
    bottom:0;
    width:100%;
    background:#434343;
    border-top:1px solid #4F5158;
    border-bottom:none;
    color:#888;
    clear:both;
    padding:3px 0;
    -moz-border-radius:3px;
}
#footer a, a:visited {
    color: #dddddd;
}	

#footer a:hover {
    color: #ffffff;
}	


/*************************************
+Entry
*************************************/
.entry{
    font-size:1.1em;
    margin:5px;
    padding:10px;
}

.entrybody {
    margin-left: 0px;
}
.entrytitle{
    border-bottom:1px dotted #4F5158;
    color:#888;
}
.entrytitle h2, .entrytitle h3{
    display:inline;
    font-weight:normal;
}
.entrytitle h2{
    color:#fafafa;
}
.entrytitle h3{
    font-weight:normal;
}
.entry-1{
    background:#444444 url("./images/main.png") repeat-x;
    border:1px solid #434343;
    color:#ffffff;
    font-size:1.3em;
}
.entry-1 .entrytitle{
    border-bottom:1px solid #5F666A;
    color:#897;
}
.entry-1 .entrytitle h2 {
    color:#CDB;
}
body#home .entry-1 .entrytitle
{
    background:url("./images/latest.png") no-repeat;
    border-bottom:none;
    height:45px;
    padding-left:45px;
}
body#home .entry-1 .entrytitle h2{
    display:block;
    margin:0;
}
body#home .entry-1 .entrytitle h3{
    display:block;
    margin:0;
    font-size:0.9em;
}
.entrymeta{
    background:#434343;
    font-size:0.8em;
    padding:5px;
    display:none;
}
.entry-1 .entrymeta{
    display:block;
}
.postedby{
}
.filedto{
    background:url("./images/file.gif") no-repeat 0 2px;
    padding-left:15px;
}
.commentslink{
    background:url("./images/comments.gif") no-repeat 0 3px;
    padding-left:15px;
}
.navigation{
    padding:5px;
    background:#3e3e3e;
    text-align:center;
}

/*************************************
+Misc
*************************************/


h1, h2, h3{
    font-family: Georgia, "Times New Roman", Times, serif;
    letter-spacing: -1px;
}
h2{
    font-size:1.5em;
    padding-right:5px;
}
h3{
    font-size:1.2em;
}

a{
    text-decoration:none;
    color:#bbb;
}
a:hover{
    color:#efe;
}
#nav:after, #wrap:after{ 
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility:hidden;
}
* html #nav, * html #wrap {height: 1%;}

