/*   
Theme Name: DELIGHT STUDIOS
Theme URI: -
Author: Fred Bergman
Author URI: www.fbergman.se
Version: 1.0
*/

/**********************************
	RESET
***********************************/
@import "assets/css/reset.css";

/**********************************
	LAYOUT
***********************************/

body {
	background: #000;
	font-size: 62.5%;
	font-weight: 100;
}

#wrapper {
	margin: 0 auto;
	margin-top: 7px;
	width: 800px;
	height: 700px;
}

#logo {
	height: 127px;
	
}

#main {
	background: url(img/bg.jpg);
	height: 524px; /* + padding-top = height*/
	padding-top: 13px;
}

#post {
	margin: 0 auto;
	background-image: url(img/bg.png);
	color: #fff;
	width: 630px;
	padding: 0 20px; 
	border: 1px solid #8686aa;
	display: none;
	min-height: 10px;
	max-height: 500px;
	overflow: auto;
}

.news {
	border-bottom: 0 !important; 
}

#post a {
	text-decoration: none;
	color: #707d9f;
}

#menu {
	margin-top: 10px;
}

#menu ul {
	text-align: center;
}

li.page-item-2 a {
	cursor:default;
}

.page-item-2 ul li a {
	cursor: pointer;
}

li.page-item-6 a {
	cursor:default;
}

.page-item-6 ul li a {
	cursor: pointer;
}

li.page-item-21 a {
	cursor:default;
}

.page-item-21 ul li a {
	cursor: pointer;
}

.entry p{
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 12px;
}

.entry {
	margin: 15px 0;
	letter-spacing: 0.5px;
}

.scroll {
	height: 450px;
}

.terms {
	padding-bottom: 20px !important;
	overflow: hidden !important;
}

.not_home {
	border-bottom: 1px solid #8686aa;
}

#entry_navigation {
	margin: 0 auto;
	background-image: url(img/bg.png);
	width: 630px;
	color: #707d9f;
	padding: 0 20px;
	border: 1px solid #8686aa;
	border-top: 0;
	padding-bottom: 20px;
	display: none;
}

#entry_navigation a {
	text-decoration: none;
	color: #707d9f;
}

h1 {
	text-indent: -9999em;
	font-size: 0;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 14px;
	margin-top: 20px;
}

h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 10px;
}

.alignleft a {
	float: left;
	margin: 0 0 20px 0;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;

	font-size: 10px;
}

.alignright a {
	float: right;
	margin: 0 0 20px 0;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 10px;
}

img.alignright {
	float: right;
	margin: 0 -10px 10px 20px;
	clear: both;
	border: 1px solid #000;
}

img.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #000;
	clear: both;
}

p {
	margin-bottom: 15px;
}

/*
SCROLL PANE
*/

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}

.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}

.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 9px;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 9px;
}

a.jScrollArrowDown:hover {
}

a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
}