* { outline: none; }
 
body {
	padding: 0;
        margin: 0;
	background: #edebeb url(http://www.xpresd.com/images/bg.jpg) no-repeat fixed;
	background-position: center 0px;
        width: 100%; 
	color:#666;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
        line-height:1.7;
}
 
/*BASIC ELEMENTS*/
 
 
#container {
	margin: 0 auto;
	text-align: center;
	top:125px;
	width: 830px;
        text-align: center;
}
 
#content {
	margin: 30px 30px;
        width: 770px;
	text-align: left;

}


#navigation {
	text-align: left;
	width: 804px;
        position:absolute;
        top: 70px;
        margin-top: 0px;
        text-transform: uppercase;
}
#nav {
	text-align: left;
	width: 300px;
        float: left;
        top: 0px;
        margin-top: 50px;
        text-transform: uppercase;
}
#nav2 {
	text-align: right;
	width: 300x;
	float:right;
        top: 0px;
        margin-top: 50px;
        text-transform: uppercase;
}

#logo { margin-bottom: 40px;  margin-left: 310px; z-index: 25;}

#pages {
	margin:0 0 30px 30px;
}
 
#page-link {
	display: inline; list-style-type: none; padding: 2px 3px; text-align:right;
}
 
.page-link {
}
 
#entries {
        margin:0 0 30px 30px;
}
 
#tags {
	margin:0 0 30px 30px;
}
 
#thumbs {
	width:950px;
}
 
 
#core-loader {
	position:absolute;
        left:10px;
	top:10px;
	display:none;
}

hr { border: 0; height: 1px; background: #6b6b6b; margin-bottom:10px; }

.border { border: 0; height: 1px; background: #bebebe; margin-bottom:10px;}

.space { border: 0; height: 1px; margin-bottom:10px;}

 
/*GENERAL*/
 
.link-active {
        padding: 4px 8px; background: #84ba30; -moz-border-radius:3px; -khtml-border-radius: 3px; -webkit-border-radius:3px; color:#ebebeb;

    background-image: -moz-linear-gradient(-90deg, 
        hsla(0,0%,100%,.4),  
        hsla(0,0%,100%,.0) 50%, 
        hsla(0,0%,0%,.0) 50%, 
        hsla(0,0%,0%,.1) 100%  
    );
    background-image: -webkit-gradient(linear, 0 top, 0 bottom, 
        from(hsla(0,0%,100%,.4)),
        color-stop(50%, hsla(0,0%,100%,.0)), 
        color-stop(50%, hsla(0,0%,0%,.0)), 
        to(hsla(0,0%,0%,.1)) 
    );
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px hsla(0,0%,0%,.3);
       -moz-box-shadow: 0 1px 2px hsla(0,0%,0%,.3);
            box-shadow: 0 1px 2px hsla(0,0%,0%,.3);
}

.link-active:hover {color:#ebebeb;}

.top{float:right;}
 
.clear {
	clear:both;
}
 
img
{  
	border-style: none;
}
 
a {
	outline: none;
	color:#666;
	text-decoration:none;
}
 
a:hover {
        color:#99cc33;
}
 
/*ENTRY.PHP*/
.entry-title {
        color:#222;
        font-weight:bold;
}
 
.entry-sub {
        color:#222;
        font-weight:bold;
}
 
.entry-extra {
	color:#666;
}
 
.entry-line {
	height:50px;
	clear:both;
}
 
.entry {
        width: 770px;
	margin: 30px 30px;
        text-align: left;
}
 
.entry img {
        background:#fff;
        margin-right:3px;
        margin-bottom:3px;
	padding:2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
 
.entry img:hover {
        background-color:#c9c9c9;
 
}
 
.entry-extra1 {
}
 
.entry-extra2 {
        margin-left:5px;
}
 
 
 
.entry-text {
	margin:0 0 20px 0;
}
 
.entry-text-top {
        max-width:500px;
	margin:0 0 20px 0;
}
 
.entry-text-top a {
        text-decoration:underline;
}
 
#close-entry {
	cursor:pointer;
	color:#666;
        text-decoration:underline;
}
 
#close-entry:hover {
	color:#222;
}
 
 
/*ENTRY_LINK_THUMBS.PHP*/
 
.thumb {
        background:#fff;
        float:left;
	margin-right:25px;
        margin-bottom:25px;
	height:140px;
	width:220px;
        padding:2px;
        -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
 
.thumb:hover {
	background:#c9c9c9;
}
 
 
#info_footer {
	color:#999;
	font-size:9px;
}
 
#info_footer a {
	color:#999;
	font-size:9px;
}
 
#info_footer a:hover {
	color:#222;
	font-size:9px;
}
 
#mail_btn {
        float:left;
	padding-top:3px;
}
 
.menu-title {
        font-weight:bold;
        color:#222;
}
 
.title {
        font-size:13px;
}
 
#toplogo {
        margin-left:-3px;
}

#footer { margin-top: 10px; padding-bottom: 200px; font-size: 0.8em; line-height:1.5;}

.home img    {
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px hsla(0,0%,0%,.3);
       -moz-box-shadow: 0 1px 2px hsla(0,0%,0%,.3);
            box-shadow: 0 1px 2px hsla(0,0%,0%,.3);;
}
