body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 0.8em;
	background-color: #000;
	background: url(img/wood-faded-rose3.jpg); 
	line-height: 1.4em;
}

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

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Arial, Verdana, sans-serif;
	
}

h2, h3, h4, h5 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
}

img {
	border: none;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}


/*************************************
     		BASIC
*************************************/
#page {
	width: 950px;
	margin-left: 70px;
}

#content {
	width: 580px;
	margin-left: 350px;
	background-color: #fff;
	padding: 10px 20px 10px 20px;
	-moz-border-radius: 40px 40px 0px 0px;
	-webkit-border-radius: 40px 40px 0px 0px;
	top: 47px;
	bottom: 0;
	float: right;
}

#content h2 a {
	color: #fff;
	text-decoration: none;
}

#content h2 a:hover {
	color: #FF007F;
}

#content p {
	line-height: 1.5em;
	font-size: 0.85em;
}

.posthead {
	width: 560px;
	height: 50px;
	background: #000;
	padding: 0 10px 0 10px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px
}

.posthead h2 {
	margin-bottom: 1px;
	padding-left: 5px;
	padding-top: 9px;
}

.meta {
	color: #fff;
	font-size: 0.75em;
}

.meta a {
	color: #fff;
}

/*************************************
			MENY
*************************************/
#menu {
	width:555px;
	float: right;
	margin-top: 20px;
	margin-bottom: 0px;
}

#menu li {
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	font-size: 1.3em;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	font-weight: bold;
	
}

#menu li a {
	color: #fff;
	padding: 3px 5px 1px 5px;
	-moz-border-radius: 7px 7px 0px 0px;
	-webkit-border-radius: 7px 7px 0px 0px;
}

#menu li a:hover {
	color: #FF007F;
	text-decoration: none;
	/*color: #b00910;
	background-color: #fff;
	text-decoration: none;*/
}

/*************************************
			SIDEBAR
*************************************/
#inckaimg {
	background-image: url(img/sideinc2.jpg);
	background-repeat: no-repeat;
	height: 437px;
	margin-top: -70px;
	margin-left: -15px;
}

#inckaimg h1 {
	padding-top: 360px;
}

#inckaimg h1 a {
	text-decoration: none;
}

#inckaimg h1 a:hover {
	color: #fff;
}

#sidebar {
	width: 300px;
	position: absolute;
	top: 0;
	left: 50px;
	background-color: #000;
	color: #fff;
	padding-left: 15px;
	padding-bottom: 15px;
	-moz-border-radius: 0px 0px 40px 40px;
	-webkit-border-radius: 0px 0px 50px 40px;
}

#sidebar li {
	list-style-type: none;
}

#sidebar h1 {
	text-align: right;
	margin-right: 20px;
}

#sidebar h1 a {
	color: #fff;
}

#sidebar h2 {
	font-size: 1.2em;
	font-weight: lighter;
	text-transform: uppercase;
	color: #FF007F;
}

#status {
	color: #fff;
	text-align: right;
	margin-right: 10px;
	margin-top: -47px;
	margin-bottom: -10px;
	width: 200px;
	float: right;
	font-size: 11px;
}

#archiveform select {
	width: 125px;
}

#search {
	width: 120px;
}

.categories a {
	color: #fff;
}

.cat-item {
	margin-left: -20px;
}

#sidebar li form {
	margin-left: 20px;
}

#sidebar li a img {
	margin-left: 20px;
}

/*************************************
			FOOTER
*************************************/
#footer {
	width: 600px;
	float: right;
	color: #FF007F;
}

#footer p {
	text-align: center;
}


