html {
    height: 100%;
}

body {
    background: #333;
    color: #ccc;
    font-size: 13px;
    line-height: 20px;
    height: 100%;
    margin: 0;
}

#main {
    width: 960px;
    margin: 0 auto;
    padding-bottom: 50px;
    margin-top: 40px;
    overflow: hidden;
}

#page {
    position: relative;
    min-height: 100%;
}

* html #page {
    height: 100%;
}

#nav {
    width: 183px;
    float: left;
    margin-top: 40px;
    text-align: right;
}

#nav a {
    display: block;
    margin-top: 4px;
}

#content {
    float: left;
    width: 728px;

    margin-left: 24px;
    padding-left: 24px;
    background: transparent url(../img/fade.gif) no-repeat scroll 0 0;
    min-height: 300px;   
    padding-bottom: 50px;
}

#footer {
    position: relative;
    margin-top: -90px;
    height: 50px;

}

#footer .inner {
    width: 960px;
    height: 50px;
    margin: 0 auto;
    background: transparent url(../img/footer-fade.gif) no-repeat scroll center top;
    font-size: 11px;
    color: #555;
    text-align: center;
    padding-top: 6px;
}

p {

}

a:link {color: #eee;}
a:visited {color: #eee;}
a:hover {color: #eee;}
a:active {color: #eee;}

#title {
    text-align: right;
}

/************************** Category Page Styles ******************************/

.entry {
    width: 228px;
    margin-right: 22px;
    float: left;
}

.entry-last {
    margin-right: 0;
}

.entry a {
    border: 4px solid #444;
    display: inline-block;
    line-height: 0;
}

.entry a:hover {
    border-color: #555;
}

/****************************** Entry Page Styles *****************************/

.page {
    width: 728px;
    float: left;
    margin: 0 24px;
}

.page-first {
    margin-left: 0;
}

.page div.wrap {
    overflow: hidden;
    display: block;
}

.page a {
    margin-right: 24px;
    display: inline-block;
    float: left;
    border: 4px solid #444;
    line-height: 0;
}

.page a:hover {
    border-color: #555;
}

.page a.last {
    margin-right: 0;
}

.page h2 {
    font-size: 14px;
    margin-top: 12px;
}

.page p {
    
}

#viewport {
    width: 728px;
    overflow: hidden;
}

#pages {
    width: 10000px;
}

/******************************************************************************/
