/* ========== General ========== */
body {
    background: #ffee99;
}

.contents {
    position: relative;
    width: 1000px;
}

/* ========== Header ========== */
.Login {
    text-align: right;
    clear: both;
}

.Head {
/*    text-align: right;*/
}

.title {
    /*
    font-family: Impact;
    font-size: 200%;
    */
    float: left;
}

.mainadsense {
    position: relative;
    float: right;
    z-index: 2;
    margin: 2px 0.5em 1em 2px;
	padding: 4px;
}

.headAdsense {
	text-align: center;
	width: 1000px;
}


/* ========== Main ========== */
.main {
    position: relative;
    top: 0px;
    left: 0px;
    border: #ffcc66 1px solid;
    width: 785px;
    left: 0px;
    overflow: hidden;
    padding: 2px;
	margin-left: 215px;
}

/* ========== Side Menu ========== */
.menu {
    position: absolute;
    top: 0px;
    width: 200px;
    overflow: hidden;
}

.rightside {
    position: relative;
    float: left;
    left: 4%;
    overflow: hidden;
}

.menuBlock {
	padding: 2px 4px 2px;
}

/* ========== News ========== */
.news {
}

.newsdate {
    font: bold;
}

.newsitem {
    text-indent: 1em;
}



/* ========== Footer ========== */
.footer {
    position: relative;
    width: 1000px;
    text-align: center;
    background: #ffcc66;
    margin-top: 2em;
    /* clear: both; */
    /* margin-left: 10%; */
    /* margin-right: 10%; */
    
}

/* ========== Topic ========== */
.topicitem {
    background: #ffffcc;
    font: bold;
}

.item {
    /*text-indent: 2em;*/
}

.topic {
    position: relative;
    margin: 2em;
    border: dashed 2px #ffcc66;
}

.topicTitle {
    position: relative;
    font-size: 120%;
    font-weight: bold;
    background: #ffffcc;
}

.topicUser {
    position: relative;
    clear: both;
}

.topicContent {
    position: relative;
    margin: 4px;
}

.comments {
    position: relative;
    margin-left: 4em;
    margin-bottom: 1em;
    border: solid 1px #ffcc66;
}

.comment {
    margin: 1em;
    border: solid 1px #ffcc66;
}

.commentTitle {
    position: relative;
    font-weight: bold;
    background: #ffffcc;
}


/* ========== Navigation Bar ========== */
.navigation {
    position: relative;
	width: 1000px;
	height: 20px;
	text-align: center;
	font-weight: bold;
	margin: 5px 0px;
	padding: 5px 10px;
	background-color: #ffcc66;
	clear: both;
	/* background-image: url("../images/wood.jpg"); */
}

.navigationmenu {
	float: left;
	height: 1em;
	margin: 1px 5px;
	background-color: #ffee99;
	color: #000000;
}

.navigationLink {
    color: #ffffff;
    background-color: #773322;
	text-decoration: underline;
}

.navigationloginmenu {
    float: right;
	margin-left: 1em;
	margin-right: 1em;
}

A.navigationmenu {
	font-weight: bold;
	text-decoration: none;
}

A.navigationmenu:hover {
	color: #ffffff;
	font-weight: bold;
}
