

body {
	margin-top: 10px;
	padding: 0;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
	list-style-image: url(images/img07.gif);
}

a {
	text-decoration: none;
	color: #D21AC7;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}


/* Header */

#logo {
	width: 960px;
	height: 58px;
	margin: 0 auto;
	padding: 20px 10px;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #393019;
}

#logo h1 {
	padding: 0px 0 0 20px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 3em;
}

#logo p {
	text-transform: uppercase;
	padding: 22px 0 0 3px;
	font-size: 10px;
	color: #616161;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #393019;
}

/* Menu */

#banner {
	padding-top: 3px;
	
}


#menu {
	width: 800px;
	height: 55px;
	padding-top: 10px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image:url(images/img02_2.png);
	background-repeat: no-repeat;
	background-position: top;
}

#menu ul {
	margin: 0;
	padding: 0 0 0 40px;
	list-style: none;
	
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin: 0 3px 0 0;
	padding: 6px 15px 10px 15px;
	border: none;
	text-decoration: none;
	font-size: 14px;
	color: #FFF;
}

#menu a:hover {
	margin: 0 3px 0 0;
	color: #000;
}

#menu .current_page_item a {
	margin: 0 3px 0 0;
	color: #FFFFFF;
}

/* Wrapper */

#wrapper {
}

/* Shadows */

#shadowl {
	background-image: url(images/left_shadow.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 auto;
	width: 846px;

}

#shadowr {
	background-image: url(images/right_shadow2.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0 auto;
	width: 846px;

}



/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	padding: 3px;
	background-color: #F0F0F0;
	
}

#page-bg {
}


/* Content */

#content {
	float: left;
	width: 540px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#test {
	background: #FFF;

}

.post {
	margin-bottom: 20px;
	line-height: 200%;
	background: #FFF;

}

.post h1 {
	font-weight: normal;
}

.title {
	margin: 0;
	padding: 10px 10px 20px 10px;
	font-weight: normal;
	text-align:center;
	color: #D21AC7;
}

.title_left {
	margin: 5;
	padding: 10px 10px 20px 10px;
	font-weight: normal;
	text-align:left;
	color: #D21AC7;
}


.title a {
	border-bottom: none;
	color: #D21AC7;
}

.title a:hover {
	border-bottom: 1px dotted #CCCCCC;
}

.byline {
	margin: 0 20px 0px 20px;
}

.entry {
	padding: 0 10px;
	background-image: url(images/naarassusi_bg3.png);
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 310px;
}

.entry_left{
	float: left;
	width: 320px;
}

.entry_right{
	padding: 10 0 0 0px;
	float: right;
	width: 190px;
}


.links {
	padding-top: 10px;
	text-align: left;
	font-weight: bold;
}

.links a {
	border: none;
}

.links a:hover {
	border-bottom: 1px dotted #CCCCCC;
}


/* Sidebars */

.sidebar {
	float: right;
	width: 200px;
	padding-top: 20px;
	margin: auto;
	margin-right: 20px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0px;
}

.sidebar li ul {
	background-color: #FFF;
}

.sidebar li li {
	margin: 0 20px 0 15px;
	padding: 8px 0px;
	border-bottom: 1px #787367 dashed;
}


.sidebar li h2 {
	height: 37px;
	margin: 0 0 0 0;
	padding: 11px 15px 9px 55px;
	background: url(images/img02_small.png) no-repeat left top;
	font-size: 12px;
	color: #FFFFFF;
}
#sidebar3 {
	background-position: center;
	border:thick;

}

/* Footer */

#footer {
	height: 40px;
	margin: 0 auto;
	background-image: url(images/footer.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#footer p {
	margin: 0;
	padding: 15px 0 0 0;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}