/*
Theme Name: Moofunn
Description: My first wordpress theme.
Version: 1.0
Author: Moofunn
*/

body {
	background-color: #282828;
	position: absolute;
	left: 0; top: 0;
	right: 0;
	text-align: center;
	margin: 0;
	padding: 0;
}

img {
	border: 1px solid #FFFFFF;
}

a {
	font-weight: bold;
	text-decoration: none;
}

h2 {
	text-align: left;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

blockquote {
	color: #FFFFFF;
}

/* --- Navbar --- */
div#navbarcontainer {
	text-align: center;
	width: 778px;
	margin: auto;
	background-color:#282828;
	margin-bottom: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;     
	font-size: 85%;
}

div#navbarcontainer a {
	text-decoration: none;
	font-weight: normal;
}

div#navbarcontainer a:hover {
	text-decoration: none;
	font-weight: normal;
}

div#navbar {
	color:#FFFFFF;
	background-color:#282828;
	border-bottom:1px solid #ffffff;
}

div#navbar ul {
	padding: 10px 0 5px 0;
	margin: 0;
	background-color: #282828;
	text-align: center;
}

div#navbar ul li{
	display: inline;
	padding: 0;
	margin: 0;
}

div#navbar ul li a{
	color: #ffffff;
	background-color: #282828;
	text-decoration: none;
	padding: 0 5px 0 5px;
	text-align: center;
} 

div#navbar ul li a:hover, #nav ul li a:focus{
	color:#c0c0c0;
}

/*------- Posts ---------*/
#content {
	margin: 20px 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	text-align: center;
	font-size: 68%;
}

#content a, .entry a, .commentlist a, #footer a {
	color: #39C;
}
#content a:hover, .entry a:hover, .commentlist a:hover, #footer a:hover {
	border-bottom: 1px dashed;
}
.entry {
	padding: 10px 0;
	text-align: justify;
	margin: 0;
}
.entry li {
	list-style: none;
	margin: 10px 0 0;
	list-style-image: url("images/bullet.gif");
}
.pie {
	color: #777;
	font-size: 12px;
	text-align: right;
}
.date {
	padding-left: 15px;
	background: url("images/arrows.png") center left no-repeat;
}
.categories {
	padding-left: 15px;
	background: url("images/post.gif") center left no-repeat;
}
.comments {
	padding-left: 17px;
	background: url("images/comments.gif") center left no-repeat;
}
	
/*------- Rounded divs ------------*/
.rounded-box {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	width: 778px;
	margin-right: auto;
	margin-left: auto;
}
.top-left-corner, .bottom-left-corner, .top-right-corner, .bottom-right-corner {
	position: absolute;
	overflow: hidden;
	height: 20px;
	width: 20px;
	background: #282828;
}
.top-left-inside, .bottom-left-inside, .top-right-inside, .bottom-right-inside {
	position: relative;
	color: #FFFFFF;
	font: 150px/40px Arial;
}
.top-left-corner { top:0; left:0; }
.top-right-corner { top:0; right:0; }
.top-left-inside { left:-8px; }
.top-right-inside { left:-25px; }
.bottom-left-corner { bottom:0; left:0; }
.bottom-right-corner { bottom: 0; right:0; }
.bottom-left-inside { left:-8px; top:-17px; }
.bottom-right-inside { left:-25px; top:-17px; }
.box-contents {
	position: relative;
	padding: 20px 30px 15px;
}

/* --- Comments template --- */
#comments {
	margin: 30px 0 0;
	padding: 20px 0 0;
	border-top: 1px solid #e6e6e6;
}
#comments li {
	list-style: none;
	list-style-image: none;
	margin: 0 15px 0 -30px;
}
#comments .header { background-color:#EDF3DE; }
#comments .header.alt { background-color:#D8E7F3; }

/* --- Footer --- */
#footer {
	padding: 0 30px 10px;
	text-align: center;
}