/*
Theme Name: JuJam
Author: TimeZoneOne
Author URI: http://www.timezoneone.com
Description: Copyright Futurescape 2012
*/
@import url("reset.css");
@charset "UTF-8";
/* CSS Document */
/*font-family: 'Patua One', cursive;
font-family: 'Asap', sans-serif;*/
/*---GENERAL---------------------------------------------------------------------------------*/
body {
	background-color:#e76023;
	font-size:12px;
	font-family: 'Asap', sans-serif;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
.wrapper {
	width:960px;
	margin:0px auto;
}
.orange {
	color:#000;
}
ul.menu, .bjqs, .bjqs-controls {
	list-style-type:none;
	margin:0px;
}
.slider {
	border:#000 2px solid;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	position:relative;
	margin:15px 0px;
}
ul.bjqs {
	overflow:hidden;
	display:none;
	position:relative;
}
.slider .bjqs li {
	display:none;
	font-weight:bold;
	width:670px;
	position:absolute;
}
.slider .bjqs li h3 {
	margin-left:60px;
	color:#FFF;
	text-shadow:none;
	margin-bottom:0px;
	font-size:1.7em;
}
.slider .bjqs li p {
	margin-left:60px;
	text-transform:uppercase;
	margin-top:0px;
}
.bjqs-markers {
	display:none;
}
.bjqs-controls {
	position:absolute;
	left:0px;
	top:18px;
	width:44px;
}
#content-wrapper .bjqs-controls li a {
	color:#e76023;
	background-color:#000;
	padding:0px;
	width:20px;
	text-align:center;
	display:block;
	text-decoration:none;
	margin-right:2px;
	float:right;
}
#content-wrapper .bjqs-controls li a:hover {
	text-shadow:none;
	background-color:#fff;
}
#content-wrapper .bjqs-controls li a:active {
	color:#fff;
	background-color:#000;
}
/*---MAIN MENU---------------------------------------------------------------------------------*/

#fixed-items {
	position:fixed;
	top:-3px;
	width:250px;
	z-index:5;
}
#main-menu {
	width:100%;
	background-color:#fff;
	text-align:center;
	padding-top:15px;
	padding-bottom:30px;
	-webkit-border-bottom-right-radius: 125px 65px;
	-webkit-border-bottom-left-radius: 125px 65px;
	-moz-border-radius-bottomright: 125px 65px;
	-moz-border-radius-bottomleft: 125px 65px;
	border-bottom-right-radius: 125px 65px;
	border-bottom-left-radius: 125px 65px;
	box-shadow: 3px 3px 0px rgba(0, 0, 0, .75);
	-moz-box-shadow: 3px 3px 0px rgba(0, 0, 0, .75);
	-webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, .75);
}
#main-menu ul.menu {
	font-family:'Patua One', cursive;
	font-size:1.6em;
	margin-top:20px;
}
#main-menu ul.menu li {
	margin-top:10px;
}
#main-menu ul.menu li a {
	color:#e76023;
	text-decoration:none;
}
#main-menu ul.menu li a:hover {
	color:#000;
}
#main-menu ul.menu li a:active {
	color:#fbcdac;
}
a#register {
	font-family: 'Patua One', cursive;
	color:#e76023;
	font-size:2.5em;
	text-shadow:1px 1px #000;
	text-decoration:none;
	text-align:center;
	width:100%;
	margin-top:20px;
	display:block;
	padding:10px 0px;
	background-color:#fff;
	box-shadow: 3px 3px 0px rgba(0, 0, 0, .75);
	-moz-box-shadow: 3px 3px 0px rgba(0, 0, 0, .75);
	-webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, .75);
	-webkit-border-bottom-right-radius: 15px 25px;
	-webkit-border-bottom-left-radius: 15px 25px;
	-moz-border-radius-bottomright: 15px 25px;
	-moz-border-radius-bottomleft: 15px 25px;
	border-bottom-right-radius: 15px 25px;
	border-bottom-left-radius: 15px 25px;
	-webkit-border-top-right-radius: 15px 25px;
	-webkit-border-top-left-radius: 15px 25px;
	-moz-border-radius-topright: 15px 25px;
	-moz-border-radius-topleft: 15px 25px;
	border-top-right-radius: 15px 25px;
	border-top-left-radius: 15px 25px;
}
a#register:hover {
	background-image:url(images/pattern.png);
	background-color:transparent;
	text-shadow:-1px -1px #000;
	top:3px;
	left:3px;
	color:#fff;
	box-shadow: -3px -3px 0px rgba(0, 0, 0, .75);
	-moz-box-shadow: -3px -3px 0px rgba(0, 0, 0, .75);
	-webkit-box-shadow: -3px -3px 0px rgba(0, 0, 0, .75);
}
a#register:active {
	background-color:#fff;
	background-image:none;
}
/*---CONTENT---------------------------------------------------------------------------------*/
#header {
	background-image:url(images/pattern.png);
	width:100%;
}
h1, #content-wrapper {
	width:670px;
	margin: 0px auto;
}
h1 {
	padding:20px 0px 20px 300px;
	color:#fff;
	font-family: 'Patua One', cursive;
	font-size:3.5em;
	line-height:1.2em;
	margin-bottom:20px;
}
#content-wrapper {
	padding:0px 0px 300px 300px;
	font-size:1.3em;
	line-height:1.4em;
}
#content-wrapper a {
	color:#000;
}
#content-wrapper a:hover {
	font-weight:bold;/*text-shadow: 1px 1px #f19760, -1px -1px #a54d23;*/
}
#content-wrapper a:active {
	color:#fff;
}
h2, h3, h4, h5, h6 {
	font-weight:bold;
	margin:15px 0px;
	line-height:1em;
}
/*h2, h3 {
	text-shadow: 1px 1px #f19760, -1px -1px #a54d23;
}*/
h2 {
	margin-top:25px;
	font-size:1.7em;
}
h3 {
	font-size:1.5em;
}
h4 {
	font-size:1.25em;
}
h5 {
	font-size:1em;
}
h6 {
	font-size:1em;
	color:#fff;
}
ul, ol {
	list-style-position:outside;
	margin:15px 0px 15px 30px;
}
ol {
	list-style-type:decimal;
}
ul {
	list-style-type:disc;
}
p {
	margin:10px 0px;
}
table {
	width:100%;
	text-align:center;
	border-bottom:1px dashed #fff;
}
thead {
	background-image:url(images/pattern.png);
	font-weight:bold;
	font-size:1.1em;
}
td, th {
	padding:5px;
}
td {
	border-top:1px dashed #fff;
}
blockquote {
	background-image:url(images/pattern.png);
	font-family: 'Patua One', cursive;
	padding:5px 20px;
	font-size:1.2em;
	line-height:1.3em;
}
table, blockquote, label, input, textarea {
	margin:15px 0px;
}
label {
	font-family: 'Patua One', cursive;
	vertical-align:top;
	position:relative;
	top:11px;
}
#modern input, #modern textarea {
	margin:15px;
	background-color:#000;
	border:none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:5px;
	color:#e76023;
	opacity:0.5;
	font-size:1.2em;
	box-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	-moz-box-shadow:1px 1px 0px rgba(255, 255, 255, 1);
	-webkit-box-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
}
select {
	opacity:.5;
	margin:15px;
}
input:focus, select:focus, textarea:focus, input:active, input:hover {
	opacity:1;
}
input:focus, textarea:focus {
	color:#000;
	background-color:#FFF;
}
#modern .submit {
	opacity:1;
	font-family: 'Patua One', cursive;
	color:#e76023;
	font-size:1.5em;
	text-shadow:1px 1px #000;
	text-decoration:none;
	text-align:center;
	margin-top:20px;
	display:block;
	padding:5px;
	background-color:#fff;
	box-shadow: 3px 3px 0px rgba(0, 0, 0, .75);
	-moz-box-shadow: 3px 3px 0px rgba(0, 0, 0, .75);
	-webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, .75);
	-webkit-border-bottom-right-radius: 15px 25px;
	-webkit-border-bottom-left-radius: 15px 25px;
	-moz-border-radius-bottomright: 15px 25px;
	-moz-border-radius-bottomleft: 15px 25px;
	border-bottom-right-radius: 15px 25px;
	border-bottom-left-radius: 15px 25px;
	-webkit-border-top-right-radius: 15px 25px;
	-webkit-border-top-left-radius: 15px 25px;
	-moz-border-radius-topright: 15px 25px;
	-moz-border-radius-topleft: 15px 25px;
	border-top-right-radius: 15px 25px;
	border-top-left-radius: 15px 25px;
}
#modern .submit:hover {
	background-image:url(images/pattern.png);
	background-color:transparent;
	text-shadow:-1px -1px #000;
	top:3px;
	left:3px;
	color:#fff;
	box-shadow: -3px -3px 0px rgba(0, 0, 0, .75);
	-moz-box-shadow: -3px -3px 0px rgba(0, 0, 0, .75);
	-webkit-box-shadow: -3px -3px 0px rgba(0, 0, 0, .75);
}
#modern .submit:active {
	background-color:#fff;
	background-image:none;
}
/*---FOOTER---------------------------------------------------------------------------------*/
#top {
	position:absolute;
	bottom:60px;
	display:block;
	left:260px;
	width:89px;
	height:20px;
	line-height:20px;
	font-family: 'Patua One', cursive;
	color:#e76023;
	font-size:1.3em;
	text-shadow:1px 1px #000;
	text-decoration:none;
	text-align:center;
	padding:5px;
	background-color:#fff;
	box-shadow: -3px 3px 0px rgba(0, 0, 0, .75);
	-moz-box-shadow: -3px 3px 0px rgba(0, 0, 0, .75);
	-webkit-box-shadow: -3px 3px 0px rgba(0, 0, 0, .75);
	-webkit-border-bottom-right-radius:  10px 25px;
	-moz-border-radius-bottomright: 10px 25px;
	border-bottom-right-radius: 10px 25px;
	-webkit-border-top-right-radius: 10px 25px;
	-moz-border-radius-topright: 10px 25px;
	border-top-right-radius: 10px 25px;
	-webkit-transform: rotate(-90deg); 
-moz-transform: rotate(-90deg);
}
html, body {
	height:100%;
}
#modern #container {
	min-height:100%;
	position:relative;
	background-image:url(images/silhouette.png);
	background-repeat:repeat-x;
	background-position:bottom right;
}
#footer {
	background-color:#000;
	color:#e76023;
	padding:10px 0px;
	width:100%;
}
#modern #footer {
	position:absolute;
	bottom:0px;
}
#footer .menu-header {
	float:right;
}
#footer a {
	color:#e76023;
	text-decoration:none;
}
#footer a:hover {
	color:#f19760;
}
#footer a:active {
	color:#fff;
}
#footer ul.menu {
	float:right;
	margin-right:5px;
}
#footer ul.menu li, #footer ul.menu li a {
	float:left;
}
#footer ul.menu li {
	margin-left:5px;
	border-right:1px solid #e76023;
	padding-right:5px;
	text-transform:capitalize;
}
/*---LESS THAN IE9---------------------------------------------------------------------------------*/
#lt-ie9 body {
	background-image:url(images/silhouette.png);
	background-repeat:repeat-x;
	background-position:bottom right;
}
#lt-ie9 #main-menu {
	background-color:transparent;
	background-image:url(images/ie7-menu-bg.png);
	background-position:bottom;
	background-repeat:no-repeat;
}
#lt-ie9 a#register {
	background-color:transparent;
	padding:0px;
	overflow:hidden;
	height:52px;
	line-height:52px;
	background-image:url(images/ie7-register.png);
	background-position:center;
	background-repeat:no-repeat;
}
#lt-ie9 a#register:hover {
	background-position:bottom;
}
#lt-ie9 a#register:active {
	background-position:top;
	color:#000;
}
#lt-ie9 #content-wrapper .bjqs-controls li {
	display:inline;
}
#lt-ie9 label {
	top:5px;
}
#lt-ie9 input, #lt-ie9 textarea, #lt-ie9 select {
	margin:5px 0px;
}
#lt-ie9 #top {left:300px; background-image:url(images/back-to-top.png);height:30px;	line-height:30px;width:89px;bottom:40px;
background-color:transparent;filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);background-repeat:no-repeat;

}

/*<!--[if lt IE 8]>
<script type="text/javascript" src="js/jquery.corner.js"></script>
<script type="text/javascript">
$("#top").corner("25px");
</script>
	<script type="text/javascript" src="js/html5.js"></script>
<![endif]--> */
/*IE BORDER RADIUS border-radius: 25px;	behavior: url(border-radius.htc);*/
/*IE BOX SHADOW - filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=145, Strength=3);*/
