/* Modify html tags */
body {
    background-color: #FFF;
    font-size: 14px;
    font-family: Helvetica, Arial, sans-serif;
    color: #000033;
    line-height: 1.5em;
}

img {
    border: 2px solid #000;
    margin: 5px 15px 5px 5px;
}

a {
    color: #333366;
    text-decoration: none;
}

p {
    padding-top: 10px;
}

h1 {
    position: relative;
	background-image: url('/images/header.png');
	background-repeat: no-repeat;
    color: #000066;
    padding: 20px 10px 0px 96px;
    margin: 0px 0px 0px 50px;
    font-size: 21px;
    width: 532px;
    height: 50px;
}

/* Blog */

.blogtitle > h2 {
    background-image: url('/images/border-title.png');
	background-repeat: no-repeat;
    color: #000099;
    padding: 12px 0px 0px 15px;
    margin: 10px 0px 0px 0px;
    font-size: 16px;
    height: 27px;
}

.date {
    background-image: url('/images/border-right.png');
	background-repeat: repeat-y;
	background-position: right;
    font-style: italic;
    font-size: 12px;
    padding: 5px 30px 5px 15px;
    margin: 0px;
    border-left: 5px solid #9999FF;
    text-align: right;
    width: 640px;
}

.entry {
    background-image: url('/images/border-right.png');
	background-repeat: repeat-y;
	background-position: right;
    font-size: 14px;
    padding: 5px 30px 5px 15px;
    margin: 0px;
    border-left: 5px solid #9999FF;
    width: 640px;
}

.entry > p {
    padding-top: 10px;
    margin-top: 0px;
}

.comments {
    background-image: url('/images/border-comment.png');
	background-repeat: no-repeat;
    font-size: 12px;
    padding: 8px 0px 30px 0px;
    text-align: center;
    height: 27px;
}

.content > a {
    background-color: #CCCCFF;
    color: #000099;
}

/* Layout */
#title {
    position: absolute;
    background-image: url('/images/title.png');
    background-repeat: repeat-y;
    background-color: #CCCCFF;
    color: #000033;
    border-bottom: 2px solid #000;
    height: 60px;
    width: 877px;
    top: 0px;
    left: 0px;
}

#wrap {
    position: relative;
	background-image: url('/images/nav.png');
	background-repeat: repeat-y;
    border: 2px solid #000;
    width: 700px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin: 0px;
    padding: 72px 20px 45px 157px;
    font-size: 12px;
    background-color: #CCCCFF;
}

#content {
    color: #000033;
    padding: 10px 15px 0px 15px;
    width: 690px;
    z-index: 2;
}

#copyright {
    position: relative;
    background-color: #9999FF;
    color: #000033;
    border-top: 2px solid #000;
    height: 20px;
    width: 542px;
    bottom: -45px;
    left: -10px;
    padding: 3px 0px 0px 188px;
}

#bottom {
    position: relative;
    background-color: #6666CC;
    color: #000033;
    border-top: 2px solid #000;
    height: 20px;
    width: 730px;
    bottom: -45px;
    left: -10px;
}

li#cat {
    list-style: none;
    margin: 0px 0px 5px 0px;
}

li#subcat {
    list-style: none;
    padding: 0px;
    margin: 0px 0px 5px 20px;
}

/* Navigation */
#navlist {
    position: absolute;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    width: 100px;
    left: 40px;
    top: 90px;
    z-index: 2;
}

#navlist a {
    background-color: #9999FF;
    color: #000033;
    text-decoration: none;
}

#navlist a:hover {
    background-color: #9999FF;
    color: #333366;
    text-decoration: none;
}

/* Misc */
#table {
    width: 750px;
    margin: 0;
    padding: 0;
    border: 2px solid #000;
    text-align: left;
}

/* Whois */
.contentwrap {
    width: 690px;
}

.image {
    padding: 5px;
    margin: 5px;
    float: left;
    text-align: center;
}

.title {
    background-image: url('images/border-title.png');
	background-repeat: no-repeat;
    padding: 12px 0px 0px 15px;
    margin: 10px 0px 0px 0px;
    font-size: 16px;
    height: 27px;
}

.info {
    background-color: #CCCCFF;
    background-image: url('images/border-right.png');
	background-repeat: repeat-y;
	background-position: right;
    font-size: 14px;
    padding: 5px 20px 5px 15px;
    border-left: 5px solid #9999FF;
}

.contentbottom {
    background-image: url('images/border-comment.png');
	background-repeat: no-repeat;
    font-size: 12px;
    padding: 8px 0px 30px 0px;
    text-align: center;
    height: 10px;
}