/*
Theme Name: Pink Sunset
Theme URI: http://templates.arcsin.se/
Version: 1.0
Description:  A clean pink two-column layout based on the <a href="http://templates.arcsin.se/">free website template</a> Pink Sunset
Author: Viktor Persson
Author URI: http://arcsin.se/
*/


/* Global */

* {
	margin: 0px;
	padding: 0px;
}

a {
	color: #ff3399;
 	padding: 0px 2px;
	text-decoration: none;
}

a img {border:none;}

body {
	background: #000000;
	color: #000000;
	font: normal 11px Verdana, Arial, Helvetica;
	margin: 20px 0px;
	text-align: center;
}

ul {padding: 10px 0px 10px 0px;}

li {
	list-style: none;
	margin: 4px 20px 4px 0px;
}

li span {
	font-size: 0.9em; color: #000000;
}



/* misc */

.clearer,.footer {clear: both;}

.content,.footer {padding: 0px 5px;}


/* structure */

.container {
	background: #ffffff url(img/top.gif) no-repeat;
	border: 1px solid #ffffff;
	border-color: #ffffff;
	margin: 0px auto;
	text-align: left;
	width: 800px;
}



/* header */

.top {
	height: 250px;
}

.header {
	height: 210px;
}

.header h1 {
	text-indent: -9000px;
}

.content {
	background: #ffffff url(img/sidebar-background.gif) repeat-y;
}


/* footer */

.footer {
	background: #000000;
	color: #ffffff;
	margin: 6px 5px 5px 5px;
	padding: 5px 5px;
}



/* content */

.item {
	padding: 5px 0px 0px 0px;
	text-align: left;
}

.item h1 {
	font-size: 13px;
	color: #000000;
	padding-bottom: 10px;
}

.item h1 a {
	padding: 5px 10px 5px 10px;
	color: #ffffff;
	background: #000000;
}

.left {
	float: left;
	width: 519px;
        margin: -4px 0px 0px 0px;
	padding: 0px;
}

.entry {
	background: #cccccc;
        margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

.entry p {
	margin: 0px;
	padding: 10px 10px 10px 10px;
	line-height: 1.5em;
}



/* menu */
.menu {
	padding-left: 10px;
	padding-top: 215px;
}

.menu a {
	padding: 0px 2px;
	margin-left: 8px;
	font-size: 1.2em;
}

.menu a:hover {
	background: #ff3399;
	color: #ffffff;
}

.menu ul {display: inline;}
.menu li {float: left; list-style: none;}


/* submenu */
.right .submenu_end {background: url(img/bgsubmenu_end.if) no-repeat; height: 44px;}

.right {
	float: right;
	width: 265px;
        margin: -4px 0px 0px 0px;
	padding: 0px;
	background: #000000;
        text-align: right;
}

.right a:hover {
	text-decoration: none;
   	background: #ff3399;
	color: #ffffff;
}

.right h2 {
	margin-right: 15px;
        margin-left: 15px;
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: -5px;
	font-size: 14px;
        border-bottom: 1px dotted #999999;
}

.item {
	margin: 0px 0px 25px 0px;
}

.item .info {
	padding:2px 0px 2px 8px;
	background-color:#000000;
	font-size: 9px;
	color:#999999;
}

