/* Generic Styling */

body {
	background:url(../images/bg-body.png) repeat-x top center #ccffff;
	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size:62.5%; /* Sets default font size to 10px */
	color:#222222;
	}

* {
	margin:0;
	padding:0;
	}

img {
	border:0;
	}

p {
	margin-bottom:1.75em;
	}

a {
	text-decoration:none;
	color:#006666;
	}
a:hover {
	text-decoration:none;
	color:#6CC7DC;
	}

/* Structure */

#wrapper {
	margin:0 auto;
	width:800px;
	background:#ffffff;
	font-size:1.20em;
	}	
#header {
	height:100px;
	}
#menu {
	height:35px;
	line-height:35px;
	background:url(../images/bg-menu.png) repeat-x;
	}
#sidebar {
	padding-top:5px;
	float:right;
	width:150px;
	background:#ffffff;
	margin-left:10px;
	}
#content {
	z-index:1;
	float:left;
	width:640px;
	height:auto;
	}
#content-archive {
	z-index:1;
	float:left;
	width:640px;
	height:1100px;
	overflow:auto;
	}
#feature-bar {
	margin-top:75px;
	width:640px;
	height:180px;
	background:url(../images/feature-bar.png) no-repeat;
	}
#featurette {
	margin-top: 75px;
	margin-left: 24px;
	float:left;
	width: 180px;
	height: 180px;
	background:url(../images/featurette.png) no-repeat;
	}
#giveaway-container {
	float:left;
	width: 640px;
	height: auto;
	}
#footer {
	clear:both;
	height:100px;
	background:url(../images/bg-footer.png) no-repeat;
	}

/* Entries */

.cover {
	margin-left:20px;
	width:200px;
	height:auto;
	max-height:1150px;
	overflow:auto;
	}
.sidebar2 {
	margin-left:20px;
	width:200px;
	height:auto;
	max-height:1150px;
	overflow:auto;
	}
.monthly-entry {
	text-indent:10px;
	float:right;
	width:370px;
	height:220px;
	padding-left:20px;
	padding-right:20px;
	overflow:auto;
	}
.archive-entry {
	text-indent:10px;
	float:right;
	width:370px;
	padding-left:20px;
	padding-right:20px;
	}
.scholar-entry {
	text-indent:10px;
	float:right;
	width:370px;
	padding-left:20px;
	padding-right:20px;
	height:1150px;
	overflow:auto;
	}
.giveaway-entry {
	float:right;
	width:370px;
	padding-left:20px;
	padding-right:20px;
	}
.listings {
	float:left;
	width:460px;
	height:1150px;
	overflow:auto;
	margin-left:90px;
	padding-left:10px;
	padding-right:20px;
	border:dotted thin #999999;
	}
.writingcontest {
	text-indent:10px;
	float:left;
	width:460px;
	height:900px;
	overflow:auto;
	margin-left:90px;
	padding-left:10px;
	padding-right:20px;
	border:dotted thin #999999;
	}
.entry {
	padding:5px 10px;
	text-align:justify;
	line-height:1.75em;
	}
.entry-title {
	padding-left:60px;
	padding-bottom:5px;
	font-size:1.9em;
	font-weight:normal;
	letter-spacing:0px;
	}
.calendar {
	background:url(../images/calendar.png) no-repeat 0 0;
	width:213px;
	height:180px;
	float: left;
	}
.calendar:hover {
	background:url(../images/calendar_ro.png) no-repeat 0 0;
	}
.giveaway {
	background:url(../images/giveaway.png) no-repeat 0 0;
	width:213px;
	height:180px;
	float: left;
	}
.giveaway:hover {
	background:url(../images/giveaway_ro.png) no-repeat 0 0;
	}
.other {
	background:url(../images/interns.png) no-repeat 0 0;
	width:213px;
	height:180px;
	float: left;
	}
.other:hover {
	background:url(../images/interns_ro.png) no-repeat 0 0;
	}
.spot {
	float:left;
	padding-left:15px;
	margin-top:8px;
	font-size:1.9em;
	font-weight:normal;
	letter-spacing:0px;
	}
.blog {
	width:170px;
	height:140px;
	margin-left:5px;
	margin-top:37px;
	}
.facebook {
	width:150px;
	height:100px;
	margin-left:24px;
	margin-top:30px;
	float:left;
	}
	
/* Menu */

#menu ul {
	list-style-type:none;
	}
#menu li {
	float:left;
	}
#menu li a {
	padding:0 23.4px;
	display:block;
	color:#ffffff;
	margin-right:0px;
	}
#menu li a:hover {
	background:url(../images/bg-menu-hover.png) no-repeat center center;
	}
	
#menu div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	border: 1px solid #000000
	}

#menu div a {	
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #CCCCCC;
	color: #000000;
	font: 11px arial
	}
	
#menu div a:hover {
	background: #000000;
	color: #FFF
	}
/* Footer */

#footer-valid {
	float:left;
	padding-top:55px;
	padding-left:20px;
	cursor:default;
	color:#ffffff;
	}
#footer-valid a {
	color:#ffffff;
	text-decoration:none;
	}
#footer-valid a:hover {
	color:#ffffff;
	text-decoration:underline;
	}

/* Heading's */

h1 {
	font-size:2.5em;
	font-weight:normal;
	cursor:default;
	position:relative; top:50px; left:30px;
	letter-spacing:1px;
	color:#aaaaaa;
	font-style:italic;
	}

/* Feed */

#feed {
	height:25px;
	width:126px;
	background:url(../images/bg-feed.gif) no-repeat;
	margin:0 auto;
	padding-left:26px;
	}
a.feed-button {
	display:block;
    width:100px;
    height:25px;
    background:url(../images/button-feed.png) 0 0 no-repeat;
    text-decoration: none;
	}
a:hover.feed-button {
	background-position:0 -25px;
	}

/* Extra's */

#ad-top {
	width:480px;
	height:72px;
	background:url(../images/bg-ad-top.png) no-repeat;
	padding:5px;
	}

#top-banner	{
	width:800px;
	height:150px;
	background:url(../images/top-banner.png) no-repeat;
	}

#sidebar-ad {
	width:150px;
	height:300px;
	padding-bottom:5px;
	}
