/* Studio Kipo Style */
@font-face {
    font-family: 'impactregular';
    src: url('../fonts/impact-webfont.eot');
    src: url('../fonts/impact-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/impact-webfont.woff') format('woff'),
         url('../fonts/impact-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
	color:#444;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size: 14px;
	line-height: 1.5em;
	width:100%;
	height:100%;
	background:#c8c6b7 url(../images/main-grad.png) repeat-x top;
}

/* Title text */
h1, h2, h3, h4, h5 {
	color:#333;
	font-family: 'impactregular', Charcoal, sans-serif;
	line-height:1.1em;
	font-weight:400;
}

h1 {font-size:50px;}
h2 {font-size:40px; color:#37b34a;}
h3 {font-size:30px;}
h4 {font-size:26px;}
h5 {font-size:20px;}

em {
	font-style:italic;
}

p {
	margin:10px 0;
}

strong, b {
	font-weight:bold;
}

img {
	max-width:100%;
}
#wrap {
	width:100%;
	float:left;
}
#wrapin {
	margin:0 auto;
	width:760px;
}
#left {
	float:left;
	width:215px;
	background:#37b34a;
}
#right {
	float:right;
	width:500px;
	padding-top:50px;
}
#lang {
	width:120px;
	padding:0 47px 0 48px;
	float:left;
	height:50px;
	background:#37b34a;
}
#lang a {
	float:left;
	width:23px;
	padding:2px;
	margin:0 3px 0 0;
	color:#fff;
	text-transform:uppercase;
	font-size:11px;
	line-height:11px;
	text-align:center;
	text-decoration:none;
	background:#333;
}
#lang a:active,
#lang a.active,
#lang a:hover,
#lang a:focus {
	background:#fff;
	color:#333;
}

#info {
	float:left;
	width:100%;
	height:70px;
	padding:20px 0;
	font-family: 'impactregular', Charcoal, sans-serif;
	line-height:1.2em;
	text-align:center;
	font-size:18px;
	background:#fff url(../images/main-grad.png) repeat-x 0 -50px;
}
#info span {
	width:100%;
	float:left;
	border-bottom:1px solid #333;
	font-size:15px;
}

#menu {
	width:100%;
	float:left;
	background:#37b34a;
}

#menu ul {
	margin: 0;
	padding: 0;
	float:left;
	width:100%;
}

#menu ul li {
	margin:0;
	padding:0;
	background: none;
	float:left;
	position:relative;
	z-index:100;
	list-style:none;
	width:100%;
}
#menu ul li.isparent {
	background: url(../images/isparent.png) no-repeat 190px 20px;
}

#menu ul li a {
	float:left;
	color:#fff;
	padding:0;
	margin:0;
	text-decoration: none;
	height:50px;
	width:100%;
	line-height:50px;
	font-size:18px;
	font-family: 'impactregular', Charcoal, sans-serif;
	text-transform:uppercase;
	text-align:center;
	border-bottom:1px solid #fff;
}

#menu ul li.active a,
#menu ul li a:hover,
#menu ul li a:active,
#menu ul li a:focus {
	text-decoration: none;
	background:#333;
	color:#fff;
}



/* submenu */
#menu ul ul {
	visibility:hidden; 
	position:absolute;
	top:0;
	left:215px; 
	z-index:10000;
	list-style: none;
	margin: 0;
	padding: 0;
	width:215px;
}
#menu ul li.active ul a,
#menu ul ul a, 
#menu ul ul a:visited {
	background:#333;
}
#menu ul ul li.active a,
#menu ul ul li a:hover,
#menu ul ul li a:active,
#menu ul ul li a:focus {
	text-decoration: none;
	background:#555;
	color:#fff;
}

#menu ul li:hover {
	background:#333;
}

#menu ul li:hover ul,
#menu ul a:hover ul{visibility:visible;}
#menu ul :hover ul ul{visibility:hidden;}
#menu ul :hover ul :hover ul{ visibility:visible;}
/*---*/

#banner {
	float:left;
	width:100%;
	background:#37b34a;
	text-align:center;
	padding:30px 0;
	min-height:120px;
	color:#fff;
	font-size:28px;
	font-family: 'impactregular', Charcoal, sans-serif;
	text-transform:uppercase;
	text-align:center;
	line-height:1em;
}

#banner a {
	color:#fff;
}

#banner a:hover {
	color:#fff;
	text-decoration:none;
}
#banner span {
	display:block;
	font-size:40px;
	line-height:1.1em;
}

.header {
	float:left;
	width:100%;
	border-bottom:1px solid #333;
	margin:10px 0;
	padding:10px 0;
}
.header h1 {
	font-size:70px;
	line-height:1em;
}
.header h2 {
	font-size:34px;
}

.smallinfo {
	float:left;
	width:100%;
	text-align:right;
	font-family: 'impactregular', Charcoal, sans-serif;
	font-size:15px;
}

.social a {
	display:inline-block;
	width:28px;
	height:28px;
	background-image:url(../images/social-icons.png);
	vertical-align:middle;
}

a.fb {
	background-position:left;
}
a.tw {
	background-position:-28px;
}
a.in {
	background-position:-56px;
}
a.gl {
	background-position:-84px;
}

#partners,
#sponsors {
	float:right;
	width:106px;
	margin:25px 0;
	clear:both;
}

.nbu {
	margin:0 10px 0 0;
	float:left;
}
.iass {
	float:left;
}
.secss {
	float:left;
	margin-top:8px;
}

#content {
	float:left;
	width:100%;
	padding:0 0 35px;
}

#footerwrap {
	float:left;
	width:100%;
	height:50px;
	background:#333;
}
#footer {
	margin:0 auto;
	width:760px;
	font-family: 'impactregular', Charcoal, sans-serif;
	color:#fff;
	font-size:13px;
	position:relative;
}

.buhal {
	display:block;
	width:397px;
	height:641px;
	position:absolute;
	bottom:0;
	left:215px;
	background:url(../images/buhal.png);
}

#terms {
	float:left;
	width:215px;
	height:50px;
	text-align:center;
	line-height:50px;
	background:#37b34a;
}
#terms a,
#terms a:visited {
	color:#fff;
}

#footright {
	float:right;
	width:500px;
	line-height:50px;
}

#footer .social {
	float:left;
}
#copy {
	float:right;
	text-align:right;
}

a.button,
a.button:visited,
input[type=submit] {
	display:inline-block;
	padding:5px 15px;
	text-align:center;
	margin:0;
	background:#37b34a;
	color:#fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	line-height:20px;
	font-size:12px;
	text-decoration:none;
	border:none;
	text-transform:uppercase;
	cursor:pointer;
}

a.button:hover,
a.button:active,
a.button:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus {
	text-decoration:none;
	color:#fff;
	background:#333;
	border:none;
}

input[type=text],
input[type=password],
textarea,
select {
	display:inline-block;
	background:#fff;
	height:35px;
	border:1px solid #666;
	padding:8px;
	color:#333;
	width:300px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
	border:1px solid #37b34a;
}
textarea {
	height:auto;
	padding:6px 10px;
}


#price {
	float:right;
	text-align:right;
}
#price > div {
	color:#37b34a;
	font-size:30px;
	font-family: 'impactregular', Charcoal, sans-serif;
	margin:10px 0;
	display:block;
}


/* Paging */
.pagingwrap {
	width:100%;
	padding:20px 0 0;
	margin:0;
	text-align:center;
}
.paging {
	margin:0 auto;
	padding:0;
	text-align:left;
	width:350px;
}
.paging ul span {
	padding:1px 6px;
	margin:0 2px;
	color:#fff;
	border-top: 1px solid #f0f0f0;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #f0f0f0;
	background:#ccc;
	display: block;
}
.paging ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.paging ul li {
	margin: 0;
	padding: 0;
	line-height: normal;
	background: none;
	float:left;
}
.paging ul li a,
.paging ul li a:visited {
	float:left;
	padding:1px 6px;
	margin:0 2px;
	text-decoration: none;
	border-top: 1px solid #f0f0f0;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #f0f0f0;
	background:#ffffff;
}
.paging ul li a:hover,
.paging ul li a:focus,
.paging ul li a:active {
	background:#fffddf;
	color:#000;
}


.comment{
	background:#666;
	color:#FFF;
	
	margin-bottom:10px;
	border-left:8px solid #000
	
}

.comment .meta{
	font-size:11px;
	background:#37b34a;
	padding:2px;
	line-height:11px;
	color:#333;
	
	
}

.comment .comment_text{
	padding:10px;
}


#comments h5{ width:100%;
clear:both;
margin:50px 0 0 0;
	
}

#add_comment form{
	background:#CCC;
	border:#666 1px solid;
	padding:5%;
	margin:10px 0;
	
}
#add_comment  .inputbox {
	width:95%;
	margin:0;
	padding:0;
	
}

#add_comment textarea{
	height:160px;
}

#add_comment .submit {
	width:95%;
	margin:10px 0;
	
}

#antibot{
	background:#FFF;
	width:95%;
	border:#666 1px solid;
	
	
}



.redborder,
input.redborder,
textarea.redborder,
#search input.redborder {
	border:2px solid #a30134;
}
