/* ---------- CUSTOM FONTS ---------- */

@font-face {
	font-family: 'impure-light';
	font-style: normal;
	font-weight: normal;
	src: url('fonts/din-light.otf') format('opentype');
}

@font-face {
	font-family: 'impure-medium';
	font-style: normal;
	font-weight: normal;
	src: url('fonts/din-medium.otf') format('opentype');
}


/* ---------- GLOBAL STYLES ---------- */

body,html {
	background:#f5f5f5;
	color:#4d4d4d;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "impure-light", tahoma, arial, helvetica, sans-serif;
}

a{
	color:#29a9e3;
	outline:none; /* Firefox Fix */	
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.body-shadow{
	-moz-box-shadow: 0px 1px 5px #CCC;
	-webkit-box-shadow: 0px 1px 5px #CCC;
	box-shadow: 0px 1px 5px #CCC;
}

.inline-shadow{
	-moz-box-shadow: 0px 1px 3px #CCC;
	-webkit-box-shadow: 0px 1px 3px #CCC;
	box-shadow: 0px 1px 3px #CCC;
}

.rounded5{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.text-white-shadow{
	text-shadow: 1px 1px 0px #fff;
}

form {
	margin:0;
}

p {
	font-size:13px;	
}

table {
	font-size:13px;	
}

strong{
	font-weight:normal;
	font-family: "impure-medium", tahoma, arial, helvetica, sans-serif;
}

.clear{
	clear:both;
}

/* ---------- MAIN HOLDERS ---------- */

#wrapper{
	text-align:center;
	margin-top:20px;
}

#body{
	margin:20px auto;
	text-align:left;
	width:986px;
	background:#fff;
}

#body-margin {
	padding:12px;
}

#content{
	background: #f2f2f2;
	margin:12px 0;
	padding:35px;
}

#content-full{
	background: #fff;
	margin:12px 0;
	padding:0;
}

/* ---------- HEADER ---------- */

#header {
	background:#f2f2f2;
	margin-bottom: 12px;
}

#header .left{
	float:left;
}

#header .right{
	float:right;
	padding:25px 18px 0 0;
}

#header p.user-menu{
	font-size:12px;
	margin:0;
	line-height:28px;
}

#header p.user-menu span{
	color:#ccc;
}

#header .cool_blue_button,
#header .cool_grey_button,
{
	margin-left:5px;
}

#header h1{
	margin:0;
	padding:18px;
}

#logo{
	display:block;
	width: 45px;
	height: 45px;
	margin-left:-2px;
	text-indent:-1000px; /* Trick to make the H1 visible for all search engines but not for browsers */
	background: url(img/sprite.png) 0 0;
}

/* ------ FEATURED AREAS --------- */
#featuredArea
{
	margin-top: 15px;
	//border: blue dashed 1px;
	float: left;
	width: 100%;
	height: 100px;
}

#areaVideo
{
	//border: green dashed 1px;
	display: inline;
	float: left;
	width: 33%;
	//border-right: #E6E6E6 1px solid;	
}

#areaSpaces
{
	//border: yellow dashed 1px;
	display: inline;
	float: left;
	width: 33%;
	//border-right: #E6E6E6 1px solid;
}

#areaPosts
{
	//border: black dashed 1px;
	display: inline;
	float: left;
	width: 33%;
}
.topicText
{
	color: #29A9E3;
	font-size: 14px;
	//background-color: #F2F2F2;
}

.linkFeatured
{
	color: black;
	font-size: 11px;
}

.listContent
{
	margin-left: -26px;
	margin-top: 6px;	
}

.liContent
{
	margin-top: 2px;
}

.imgVideo
{
	margin-top: 5px;
	border: none;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;	
}
/* ---------- MAIN MENU ---------- */

#main-menu a{
	color:#29a9e3;
	font-size:14px;
}

#main-menu,
#main-menu ul{
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	height:34px;
}

#main-menu li.main{
	border-left:1px solid #e6e6e6;
	float:left;
	width:100px;
	padding:5px 0 5px 15px;
	margin:0;
}

#main-menu li.mainSpacer
{
	//height: 80px;
	//border-color: red;
	//background-color: blue;	
	border-left:1px solid #e6e6e6;
	float:left;
	width:100px;
	padding:5px 0 5px 15px;
	margin:0;
}

#main-menu li.mainTwitter
{
	//border-color: green;
	//background-color: yellow;
}

#main-menu li{
	list-style:none;
	padding:0;
}

#main-menu a.category{
	line-height:26px;
	display:block;
	text-decoration:none;
}

#main-menu a.expandable{
	background-image: url(img/sprite.png) ;
	background-position: 70px -45px;
}

#main-menu a.expandable:hover{
	background-image: url(img/sprite.png) ;
	background-position: 70px -70px;
}

#main-menu ul.expand{
	height:auto;
	font-size:11px;
	line-height:18px;
}

#main-menu ul.expand a{
	font-size:11px;
	color:#4d4d4d;
}

#main-menu ul li  ul li a.current{
	font-weight:bold;
}

#main-menu li.current-category{
	background:#f2f2f2;
}

/* ---------- COOL BUTTONS ---------- */

.cool_blue_button{
	display: inline-block;
	font-family: "impure-medium", tahoma, arial, helvetica, sans-serif;
	border:1px solid #29a8e2;
	font-size: 14px;
	color:#fff;
	background:url(img/sprite.png) center -120px;
	padding:6px 10px 4px 10px;
	text-decoration:none;	
}

.cool_blue_button:hover{
	background:url(img/sprite.png) center -291px;
	text-decoration:none;
}

.cool_grey_button{
	display: inline-block;
	font-family: "impure-medium", tahoma, arial, helvetica, sans-serif;
	border:1px solid #a0a0a0;
	font-size: 14px;
	color:#4d4d4d;
	background:url(img/sprite.png) center -149px;
	padding:6px 10px 4px 10px;
	text-decoration:none;	
}

.cool_grey_button:hover{
	background:url(img/sprite.png) center -320px;
	text-decoration:none;
}

.followButton
{
	/*float: right;*/
	display: inline;
	padding: 0px;
	border: none;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.followButtonLink
{
	!color: white;
	outline:none; /* Firefox Fix */	
}

.followButtonLink:visited
{
	!color: white;
	outline:none; /* Firefox Fix */	
	
}
/* ---------- FOOTER ---------- */

#footer{
	background:#f2f2f2;
}

#footer ul{
	list-style:none;
	padding:0;
	margin:0;
}

#footer ul li{
	float:left;
	display:block;
}

#footer ul li a{
	color:#b3b3b3;
	font-size:14px;
	text-decoration:none;
	padding: 10px 15px;
	display:block;
	border-right: 1px solid #fff;
}

#footer ul li a:hover{
	background-color: #f8f8f8;
}

/* ---------- COMMON SECTION STYLES ---------- */

h2 {
	font-weight:normal;
	color:#29a9e3;
	font-size:24px;
	margin:0 0 20px 0;
}


/* ---------- FORMS ---------- */

.label{
	float:left;
	font-size:13px;
	color:#999;
	width: 190px;
	line-height:28px;
}

.text-field{
	display:inline-block;
	height:28px;
	background-image:url(img/sprite.png);
	background-position: center -188px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

input[type=text],
input[type=password] {
	position:relative;
	color:#4d4d4d;
	font-family: "impure-light", tahoma, arial, helvetica, sans-serif;
	font-size:14px;
	background: #fff;
	margin:1px;
	border:0;
	margin: 1px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	outline:none;
	height:24px;
	padding:0 4px;
	line-height:normal;
}

input[disabled='disabled'] {
	background:#f1f1f1;
}

input[type=submit]{ /* Submit button (standalone) */
	color:#fff;
	background:#29a9e3 url(img/sprite.png) right -255px;
	border:0;
	padding:5px 20px 5px 8px;
	font-size:13px;
}

input[type=submit]:hover{
	background:#1f7faa url(img/sprite.png) right -255px;
	cursor:pointer;
}

input[type=button]{ /* Buttons (multiple) */
	color:#fff;
	background:#29a9e3;
	border:0;
	padding:5px 8px;
	font-size:13px;
}

input[type=button]:hover{
	background:#1f7faa;
	cursor:pointer;
}

textarea{
	padding:8px;
	border:1px solid #ccc;
	font-family: "impure-light", tahoma, arial, helvetica, sans-serif;
	font-size:13px;
	outline:none;
}

.error{
	position:relative;
	padding: 8px 8px 6px 8px;
	background:#ffcdcd;
	font-style:normal;
	font-size:12px;
	color:#cf0000;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

fieldset {
	border:none;
	margin:0;
	padding:0 0 20px 0;
}

legend {
	color:#999;
	font-family: "impure-medium", tahoma, arial, helvetica, sans-serif;
	font-size:13px;
	line-height:30px;
	padding:0;
	width:100%;
}

.checker-holder{
	font-size:13px;
	color:#999;
	float:left;
	margin:2px 10px 0 0;
	line-height:21px;
}

#submit-form{
	margin-left:190px;
}

#submit-cancel{
	display:inline;
	font-size:13px;
	margin-left:5px;
}

#submit-cancel a{
	margin-left:3px;	
}

/* CUSTOM UI */
	
.select {
	margin:1px;
	position: absolute;
	width:210px;
	height: 24px;
	padding: 6px 0 0 8px;
	color: #b3b3b3;
	font-size:13px;
	background: url(img/sprite.png) 0 -223px no-repeat;
	overflow: hidden;
}

.checkbox, .radio {
	width: 19px;
	height: 20px;
	padding: 0 5px 0 0;
	background: url(img/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
	cursor:pointer;
}

.radio {
	background: url(img/radio.png) no-repeat;
}

/* ---------- SYSTEM ERRORS ---------- */

#system-error{
	display:block;
	background:#fff;
	padding:6px 10px;
	margin:-20px -20px 20px -20px;
}

#system-error .message{
	float:left;
	font-size:13px;
	line-height:22px;
	padding-left:5px;
}

/* ---------- ICONS ---------- */

.icon{
	float:left;
	width:16px;
	height:16px;
	background-image:url(img/sprite.png);
	margin:2px 0 0 0;
	
}

.icon-alert{
	background-position:0 -359px;
}

.icon-back{
	background-position:-16px -359px;
}

/* ---------- LINK WITH ICON ---------- */

.icon-link{
	font-size: 13px;
	line-height:24px;
	margin-left:5px;
}

/* ---------- LISTS ---------- */

.list-overview{
	float:right;
	font-size:13px;
	margin-top:-40px;
}

.list-toolbar{
	padding:0 0 20px 0;
}

.list-toolbar .left{
	float:left;
}

.list-toolbar .right{
	float:right;
}

#list-table{
	margin-bottom:20px;
}

.list-labels a{
	font-size:11px;
	color:#666;
}

.list-labels a.active-up,
.list-labels a.active-down{
	font-family: "impure-medium", tahoma, arial, helvetica, sans-serif;
	background-image:url(img/sprite.png);
	padding-right:15px;
}

.list-labels a.active-up{
	background-position: right -385px;
}

.list-labels a.active-down{
	background-position: right -411px;
}

tr.recordset{
	background:#fff;
}

tr.highlight{
	background:#fffeda;
}

tr.recordset td{
	font-size:13px;
	border-collapse:collapse;
	border-bottom:1px solid #f2f2f2;
}

tr.recordset td.check{
	width:24px;
}

tr.recordset td.date{
	width:90px;
}

tr.recordset a{
	padding-right:20px;
	display:inline-block;
	line-height:22px;
}

tr.recordset a:hover{
	background: url(img/sprite.png) right -359px;
}

tr.recordset td.status-pending{
	color:#cf7a00;
}

tr.recordset td.status-approved{
	color:#006700;
}

tr.recordset td.status-suspended{
	color:#c90000;
}

.paginator{
	margin-top:5px;
}

.paginator a{
	font-size:13px;
}

.paginator a.current{
	color:#4d4d4d;
}

.paginator a.current:hover{
	text-decoration:none;
	cursor:default;
}

/* ---------- PAGE - HOME ---------- */

#slider-footer{
	padding:35px 70px 20px 70px;
}

#slider-footer h2{
	color:#4d4d4d;
	font-size:24px;
}

span.quotes{
	display:inline-block;
	width:26px;
	height:24px;
	background:url(img/sprite.png);
}

span.quotes-left{
	background-position:0 -427px;
	margin:0 12px 0 -40px;
	padding-top:7px;
}

span.quotes-right{
	background-position:-26px -427px;
	margin:0 -40px -12px 10px;
}

span.quote-author{
	font-size:11px;
	color:#b3b3b3;
	display:inline;
	margin-left:50px;
}

#slider-footer h3{
	text-align:right;
	font-weight:normal;
}

#discover-impure{
	font-size:18px;
	padding:10px 50px 10px 0;
	background-image:url(img/sprite.png);
	background-position: right -461px;
}

#discover-impure:hover{
	background-position: right -519px;
}

/* ---------- PAGE - SIGNUP FORM ---------- */

#signup-form input[type=text],
#signup-form input[type=password]{
	width:200px;	
}

#signup-form textarea{
	width:325px;
}

#signup-form .terms{
	margin-top:10px;
}

#recaptcha_widget_div{
	float:left;
	margin:20px 0 0 187px;
	height:130px;
}

/* ---------- PAGE - SIGNIN FORM ---------- */

#signin-form input[type=text],
#signin-form input[type=password]{
	width:200px;	
}

/* ---------- PAGE - MY PROFILE ---------- */

#my-profile-form input[type=text],
#my-profile-form input[type=password]{
	width:200px;	
}

#my-profile-form textarea{
	width:325px;
}

/* ---------- PAGES - PLAIN CONTENT (Example: Registration Confirmation, About) ---------- */

#content p{
	line-height:20px;
}

.picture-holder-left{
	float:left;
	margin-right:15px;
}

.picture-holder-right{
	float:right;
	margin-left:15px;
}

.picture{
	border:10px solid #fff;
}

.picture-footer{
	color:#b3b3b3;
	font-size:11px;
	padding:10px 0 20px 10px;

}

/* ---------- ADMIN PAGE - LIST USERS ---------- */

#search input[type=text] {
	width:200px;
	
}

.list-toolbar .left{
	float:left;
}

.list-toolbar .right{
	float:right;
}

/* ---------- ADMIN PAGE - EDIT USER ---------- */

#admin-edit-user-form input[type=text],
#admin-edit-user-form input[type=password]{
	width:200px;	
}

#admin-edit-user-form textarea{
	width:194px;
}

/* ---------- ADMIN PAGE EDIT PAGE ---------- */

#admin-edit-page-form input[type=text],
#admin-edit-page-form input[type=password]{
	width:200px;	
}

#admin-edit-page-form textarea{
	width:684px;
	height:400px;
}

/* ---------- COMMON ---------- */

.actions-near-title{
	float:right;
	font-size:13px;
	margin-top:-40px;
}

/* ---------- THE NIVO SLIDER STYLES ---------- */


/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

#slider {
	position:relative;
	background: url(img/loading.gif) no-repeat 50% 50%;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#slider a {
	border:0;
}

.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(img/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}

a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}

a.nivo-prevNav {
	left:10px;
}
