/*
Theme Name: NextLife Superstart 2
Theme URI: http://macsuperstart.com/
Description: This is the default theme for NextLife's Mac Superstar(t) on macsuperstart.com
Author: Gabor Vajda
Author URI: http://nextlife.hu/
Tags: brown, fixed width, one columns, widgets

	NextLife 1.2
	http://macsuperstart.com

	This theme was designed and built by Gabor Vajda.

	Please do not use this theme without modifying its overall look.
	Thanks.

*/



@import url("images.css");



/* ___RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #48463e;
}

html {
	padding: 0;
}

body {
	line-height: 1;
	background: #898672 url(images/back_1.png) repeat;
	background-color: #898672;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* ___GENERAL */

h1, h2, h3, h4,
h1 a, h2 a, h3 a, h4 a,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited {
	font-family: "Trebuchet MS";
	line-height: 1.2em;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	color: #13120f;
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration: underline;
}

h1,
h1 a {
	font-size: 28px;
}

h2,
h2 a {
	font-size: 24px;
}

h3,
h3 a {
	font-size: 16px;
	border-bottom: 1px solid #b8b6a6;
}

h4,
h4 a {
	font-size: 14px;
}

p + p {
	margin-top: 1em;
}

strong {
	font-weight: bold;
}

small {
	font-size: small;
}

a,
a:visited {
	text-decoration: none;
	color: #993300;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

em {
	padding: .2em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	background-color: #c5d37e;
	-webkit-border-radius: 0.5em; -moz-border-radius:0.5em;
}

dfn,
kbd {
	font-weight: bold;
	font-family: Helvetica, Arial, Verdana;
	padding: .2em;
	padding-left: 1em;
	padding-right: 1em;
	background-color: #cbc9bf;
	-webkit-border-radius: 0.5em; -moz-border-radius:0.5em;
}



/* ___ALIGN */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 0;
	margin-top: 10px;
	max-width: 50%;
	display: inline;
}

img.alignleft {
	margin-left: 0;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-top: 0px;
	max-width: 50%;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.textleft {
	text-align: left;
}

.textright {
	text-align: right;
}


/* ___CLEANING HR */

div.cleaning {
	clear: both;
	height: 0px;
	margin: 0px;
}


/* ___TABLE "BORDERS" */

table.borders {
	width: 100%;
	margin: 1em 0;
}

table.borders thead, 
table.borders tfoot {
	background-color: #48463e;
}

table.borders thead *,
table.borders tfoot * {
	color: #e6e4d8;
	font-weight: bold;
}

table.borders tr.odd {
	background-color: #cbc9bf;
}

table.borders tr:hover {
	background-color: white;
}

table.borders thead tr:hover,
table.borders tfoot tr:hover {
	background-color: #48463e;
}

table.borders td {
	padding: 8px 10px;
	font-size: 12px;
	vertical-align: middle;
}

table.borders td * {
	font-size: 12px;
}	



/* ___TABLE "BORDERS PROMO" */

table.promo {
	margin-top: 0px;
	margin-bottom: 0px;
}

table.promo thead,
table.promo tfoot,
table.promo td {
	padding: 10px;
}

table.promo thead *,
table.promo tfoot * {
	font-size: 14px;
	vertical-align: top;
}

table.promo em {
	background-color: #13120f;
}

table.promo tr td {
	border-left: 1px solid #48463e;
	border-right: 1px solid #48463e;
}


/* ___ROUNDBACK */

.roundback {
	border: 10px solid #48463e;
	-webkit-border-radius: 10px; -moz-border-radius: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}



/* ___BUTTON */

a.button,
a.button:visited {
	display: inline-block;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-style: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	
	background-color: #4c585b;
	color: #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 3px 5px black; -moz-box-shadow: 0px 3px 5px black;
}

a.button:hover {
	background-color: #13120f;
	color: white;
	text-decoration: none;
}


/* ___BIGBUTTON */

.bigbutton {
	display: inline-block;
	padding-top: 50px;
	margin-left: auto;
	margin-right: auto;	
	font-size: 16px;
	font-weight: bold;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-position: center top;
	background-repeat: no-repeat;
	color: #13120f;
	text-align: center;
}

a.bigbutton:visited {
	color: #13120f;
}

/* ___BLOCKQUOTE */

blockquote {
	background-color: #cbc9bf;
	padding: 10px 20px;
	margin: 1em 0;
	font-size: 12px;
	color: #48463e;
	border: 2px solid #48463e;
 	-webkit-border-radius: 5px;	-moz-border-radius: 5px;
}

blockquote * {
	font-size: 12px;
}

blockquote em {
	background-color: #a7b167;
}

blockquote h3 {
	border-style: none;
	margin: -10px -20px 10px -20px;
	padding: 10px 20px;
	background-color: #48463e;
	color: #e6e4d8;
	font-size: 14px;
	-webkit-border-top-left-radius: 1px;
	-webkit-border-top-right-radius: 1px;
	-moz-border-radius-topleft: 1px;
	-moz-border-radius-topright: 1px;
}

#content blockquote hr {
	margin-left: 0px;
	margin-right: 0px;
}

blockquote.akciosajanlat p,
blockquote.akciosajanlat p * {
	color: #13120f;
	font-size: 14px;
}

/* ___CITE */

cite,
div.cite {
	display: block;
	margin-top: 2em;
	margin-bottom: 2em;
	background-color: white;
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

cite,
cite *,
div.cite,
div.cite * {
	font-style: italic;
	font-family: Georgia, Times;
}

cite p:first-child,
div.cite p:first-child {
	text-indent: 1em;
}

.leftimage {
	padding-left: 37px;
	margin-left: -37px;
	padding-top: 10px;
	background-position: left top;
	background-repeat: no-repeat;
}



/* ___HORIZONTAL MENU */

ul.horizontal {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

ul.horizontal li {
	float: left;
	display: block;
	padding: 0;
	margin: 0;
}

ul.horizontal a {
	display: block;
	padding: 1em 0.6em;
}



/* ___MEDIUM ICONS */

span.mediumlefticon,
a.mediumlefticon,
a.mediumlefticon:visited {
	padding-left: 40px;
	padding-top: 15px;
	padding-bottom: 0px;
	margin-right: 1em;
	font-size: 12px;
	background-position: left top;
	background-repeat: no-repeat;
	color: #48463e;
}

span.mediumrighticon,
a.mediumrighticon,
a.mediumrighticon:visited {
	padding-right: 40px;
	padding-top: 9px;
	padding-bottom: 9px;
	font-size: 14px;
	background-position: right center;
	background-repeat: no-repeat;
	color: #48463e;
}

span.mediumrighticon a,
span.mediumlefticon a {
	color: #48463e;
}

span.mediumrighticon a:hover,
span.mediumlefticon a:hover,
a.mediumlefticon:hover,
a.mediumrighticon:hover {
	color: black;
}


/* ___SMALL ICONS */

.smalllefticon,
span.smalllefticon,
a.smalllefticon,
a.smalllefticon:visited {
	padding-left: 27px;
	padding-right: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 12px;
	background-position: left center;
	background-repeat: no-repeat;
	color: #48463e;
}

span.smallrighticon,
a.smallrighticon,
a.smallrighticon:visited {
	padding-right: 27px;
	padding-left: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 12px;
	background-position: right center;
	background-repeat: no-repeat;
	color: #48463e;
}

span.smalllefticon a,
span.smalllefticon a:visited,
span.smallrighticon a,
span.smallrighticon a:visited {
	color: #48463e;
	font-size: 12px;
}

a.smalllefticon:hover,
a.smallrighticon:hover {
	color: black;
}


/* ___NOT SO BIG LIST */

#content ul.notsobiglist {
	width: 640px;
	margin-left: -50px;
	margin-right: -50px;
	margin-top: 2em;
	margin-bottom: 2em;
	border-top: 2px groove white;
	list-style: none;
}

#content ul.notsobiglist li {
	width: 460px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 2px groove white;
}

ul.notsobiglist h2 {
	padding-top: 0px;
	margin-top: 0px;
	font-size: 20px;
}

ul.notsobiglist h2 {
	font-size: 20px;
}

ul.notsobiglist h3 {
	padding-top: 0px;
	margin-top: 0px;
	border-bottom-style: none;
}

ul.notsobiglist p {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: normal;
}

ul.notsobiglist img.postimg {
	position: absolute;
	float: left;
	width: 130px;
	height: 130px;
	margin-right: 10px;
	background-color: white;
	border: 10px solid white;
/* 	-webkit-border-radius: 10px; */
	overflow: hidden;
}


/* ___BIG FLAT LIST with images */

#content ul.biglist {
	width: 640px;
	margin-left: -50px;
	margin-right: -50px;
	margin-top: 2em;
	margin-bottom: 2em;
/* 	border-top: 2px groove white; */
	list-style: none;
}

#content ul.biglist li {
	width: 580px;
	min-height: 120px;
	padding-left: 10px;
	padding-right: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 2px groove white;
}

#content ul.biglist li:last-child {
	border-bottom-style: none;
}

ul.biglist h2 {
	padding-top: 0px;
	margin-left: 140px;
	margin-top: 0px;
	font-size: 20px;
}

ul.biglist h2 a {
	font-size: 20px;
}

ul.biglist p {
	padding-left: 140px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: normal;
}

ul.biglist img.postimg {
	position: absolute;
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 10px;
	background-color: white;
	border: 10px solid white;
/* 	-webkit-border-radius: 10px; */
	overflow: hidden;
}

/* ___BIG NUMBERED LIST with images */

ol.biglist {
	width: 640px;
	margin-left: -50px;
	margin-right: -50px;
	margin-top: 2em;
	margin-bottom: 2em;
	list-style-type: decimal;
	list-style-position: inside;
	border-top: 2px groove white;
}

ol.biglist li {
	width: 640;
	min-height: 64px;
	padding-left: 100px;
	padding-right: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 2px groove white;
	font-size: 24px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #13120f;
	background-position: 20px center;
	background-repeat: no-repeat;
}

ol.biglist li:hover {
	background-color: white;
}

ol.biglist h2 {
	font-size: 20px;
}

ol.biglist h3 {
	width: 100%;
	display: block;
	padding-right: 20px;
	border-style: none;
	background-position: center right;
	background-repeat: no-repeat;
}

ol.biglist p {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
}



/* ___COMMENT LIST */

ol#commentlist {
	width: 640px;
	margin-left: -50px;
	margin-right: -50px;
	margin-top: 2em;
	margin-bottom: 2em;
	border-top: 2px groove white;
}

ol#commentlist li {
	width: 640;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
 	border-bottom: 2px groove white;
	font-size: 24px;
	color: #13120f;
}

ol#commentlist ul.comment_head {
	float: left;
	width: 155px;
	overflow: hidden;
	margin: 0px;
	margin-left: -25px;
	padding: 0px;
	list-style: none;
}

ol#commentlist ul.comment_head li {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 12px;
	border-style: none;
/*
	border-bottom: 1px solid #b8b6a6;
	border-top: 1px solid white;
*/
}

ol#commentlist ul.comment_head li:first-child {
	border-top-style: none;
}

ol#commentlist ul.comment_head li:last-child {
	border-bottom-style: none;
}

ol#commentlist ul.comment_head li * {
	font-size: 11px;
}

ol#commentlist div.comment_text {
	width: 400px;
	min-height: 100px;
	overflow: hidden;
	margin-left: 150px;
	background-color: white;
	padding: 25px;
 	-webkit-border-radius: 20px;
 	-moz-border-radius: 20px;
}

ol#commentlist div.authcomment {
	background-color: #e5f3f7 !important;
}

ol#commentlist div.comment_text * {
	font-size: 12px;
	color: #48463e;
}

ol#commentlist div.comment_text a,
ol#commentlist div.comment_text a:visited {
	color: #993300;
}


ol#commentlist div.comment_text li {
	padding: 0px;
	border-style: none;	
}


#content ol#commentlist span.commentauthor,
ol#commentlist span.commentauthor a,
ol#commentlist span.commentauthor * {
	display: block;
	color: #23231d;
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 0.5em;
}

textarea#comment {
	width: 500px;
	font-size: 14px;
	color: #48463e;
	padding: 20px;
}

#content ol#commentlist input#submit {
	font-size: 14px;
	padding: 10px;
}

span.ar {
	font-weight: bold;
	font-size: 14px;
}

/* ___SIGNO */

div.signo {
	margin-top: 2em;
}

.clear {
	clear: both;
}

.ui-tabs-hide {
	display: none;
}



/* _TABBOX */

#tabbox {
	margin-top: 20px;
	margin-bottom: 20px;
}

#tabbox ul.tabnav {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #48463e;
	height: 96px;
	border-bottom: 5px solid #898672;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
}

#tabbox ul.tabnav li {
	padding: 0px;
	margin: 0px;
}

#tabbox ul.tabnav li a,
#tabbox ul.tabnav li a:visited {
	display: block;
	padding-bottom: 5px;
	padding-top: 70px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 12px;
	font-weight: normal;
	color: #e6e4d8;
	background-position: center 15px;
	background-repeat: no-repeat;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}

#tabbox ul.tabnav li:first-child a,
#tabbox ul.tabnav li:first-child a:visited {
	margin-left: 30px;
}

#tabbox ul.tabnav li a:hover,
#tabbox ul.tabnav li a:active,
#tabbox ul.tabnav li.ui-tabs-selected a {
	color: white;
	text-decoration: underline;
}

#tabbox .tabdiv {
	background-color: #b8b6a6;
	padding: 30px;
	padding-bottom: 50px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
}

#tabbox .tabdiv h3 {
	margin-top: 0.5em;
	border-color: #898672;
}

#tabbox .tabdiv em {
	background-color: #e6e4d8;
}



/* ___DRAWERS */

.drawer h2 {
	cursor: pointer;
}



/* ___GALLERY */

#content .gallery {
	width: 540px;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}

#content .gallery img {
	width: 120px;
	height: 120px;
	min-height: 120px;
	max-height: 120px;
	margin: 0;
	overflow: hidden;
	background-color: none;
	border: 4px solid white;
}


/* ___BORDER IMAGE */

img.border {
	background-color: #b8b6a6;
	border: 10px solid #b8b6a6;
 	-webkit-border-radius: 5px;
 	-moz-border-radius: 5px;
}

img.noborder {
	border: none !important;
	background: none !important;
}

/* ___BACKGROUND */

#backdecor {
  	background: #47463f url(images/back_2.png) repeat;
	background-color: #47463f;
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 10px solid #b8b6a6;
	max-height: 450px;
	min-height: 45px;
	height: 450px;
	width: 100%;
	z-index: -10;
}


/* ___PRINT HEAD */

#printhead {
	display: none;
}

/* ___PRINT FOOT */

#printfoot {
	display: none;
}


/* ___HEAD */

#head {
	width: 100%;
	min-height: 100px;
	max-height: 100px;
	height: 100px;
	background: #e19600 url(images/headback.png) repeat-x bottom left;
 	border-bottom: 1px solid #e56500;
}

#head_helper {
		min-height: 100px;
		max-height: 100px;
		height: 100px;
		width: 860px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 20px;
		padding-right: 20px;
}

#logo {
	position: absolute;
	width: 181px;
	height: 100px;
	min-height: 100px;
	margin-left: 30px;
	margin-top: 1px;
	background: url(http://macsuperstart.com/images/friends_logo.png) no-repeat right bottom;
	z-index: 100;
}

#title {
	display: block;
 	position: relative;
 	top: 20px;
 	left: 220px;
 	width: 550px;
 	height: 80px;
 	min-height: 80px;
 	max-height: 80px;
	color: #e6e4d8;
 	background-image: url(http://macsuperstart.com/wp-content/themes/nextlife_2/images/title_inv_2.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 1px solid white;
	text-indent: -5000px;
}

#title:hover {
	text-decoration: none;
}


/* ___MENU */

#menu {
	background-color: #13120f;
	color: #898672;
	height: 50px;
	overflow: hidden;
	border-bottom: 1px solid black;
	border-top: 1px solid #23231d;
/* 	-webkit-box-shadow: 0 0 15px black; */
}

#menu_helper {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 240px;
	padding-right: 20px;
}

#menu ul {
	height: 50px;
	max-height: 50px;
	min-height: 50px;
	background-color: #13120f;
}

#menu ul.horizontal li {
	width: auto;
	background-color: #13120f;
	border-left: 1px solid #23231d;
	border-right: 1px solid black;
}

#menu ul.horizontal li:first-child {
	border-left: none;
}

#menu ul.horizontal li:last-child {
	border-right: none;
}

#menu ul.horizontal a,
#menu ul.horizontal a:visited {
	font-size: 16px;
	color: #b8b6a6;
 	font-weight: bold;
}

#menu ul.horizontal a:hover,
#menu ul.horizontal a.active {
	text-decoration: none;
	color: #fff;
}

#menu ul.horizontal li:first-child a {
	padding-left: 0;
}


/* ___CONTENT SPACE */

#contentspace {
	clear: both;
	width: 860px;
	height: 20px;
	min-height: 20px;
	max-height: 20px;
	margin: 0 auto;
	color: #e6e4d8;
	font-size: 14px;
	text-align: right;
	padding: 10px 20px 0px 20px;
	font-style: italic;
}

#contentspace * {
	color: #e6e4d8;
	font-style: italic;
}

#contentspace a,
#contentspace a:visited {
	font-size: 14px;
	color: #b8b6a6;
}

/* ___CONTENT_HELPER */

#contenthelper {
	width: 860px;
	padding: 0px 20px 0px 20px;
	margin-left: auto;
	margin-right: auto;
}

/* ___CONTENT_BOX */

#contentbox {
	width: 640px;
	margin: 10px 0px 10px 220px;
	padding: 0px;
	background: #e6e4d8;
	-webkit-box-shadow: 0 0 15px black;	-moz-box-shadow: 0px 0px 15px black;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #48463e;
	line-height: 1.5em;
}

/* ___CONTENT HEAD */

#contenthead {
	background-color: #b7cad0;
	margin: 0px;
	padding: 10px 50px 30px 50px;
	color: #13120f;
	border-bottom: 5px solid #4c585b;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}

#contenthead h1 {
	font-size: 36px;
	margin-top: 1em;
	margin-bottom: 0;
}

#contenthead p {
	font-size: 1.3em;
	color: #13120f;
}

#contenthead p a {
	font-size: 14px;
}

#contenthead_ad {
	margin: 20px -50px -30px -50px;
	padding: 20px 50px 20px 50px;
	background-color: #9dadb3;
	font-style: italic;
}

/* ___CONTENT MENU */

#contentmenu {
	margin: 0;
	padding: 0 50px;
	background-color: #13120f;
	color: #898672;
}

#contentmenu ul {
	width: 100%;
	float: left;
	margin: 0 -50px 0 -50px;
	padding: 0 50px 0 50px;
	background-color: #13120f;
}

#contentmenu ul.horizontal li {
	width: auto;
	background-color: #13120f;
	border-left: 1px solid #23231d;
	border-right: 1px solid black;
}

#contentmenu ul.horizontal li:first-child {
	border-left: none;
}

#contentmenu ul.horizontal li:last-child {
	border-right: none;
}

#contentmenu ul.horizontal a,
#contentmenu ul.horizontal a:visited {
	font-size: 12px;
	color: #b8b6a6;
 	font-weight: normal;
}

#contentmenu ul.horizontal a:hover,
#contentmenu ul.horizontal li.ui-tabs-selected a {
	text-decoration: none;
	color: #e19600;
}

#contentmenu ul.horizontal a.backimg {
	background-position: 10px center;
	background-repeat: no-repeat;
	padding-left: 39px;
}


/* ___CONTENT */

#content {
	padding-left: 50px;
	padding-bottom: 50px;
	padding-right: 50px;
	padding-top: 20px;
	clear: both;
/* 	background: url(images/kiscikkcakk.png) repeat-x top left; */
}

#content ul {
	list-style-type: square;
	margin: 1em auto 1em 1.2em;
}

#content hr {
	margin: 1em -50px 1em -50px;
	height: 0px;
	border-top: 1px solid #898672;
	border-bottom: 1px solid white;
	border-left-style: none;
	border-right-style: none;
	color: #898672;
	background-color: white;
}

#content img {
	background-color: white;
	border: 10px solid white;
 	-webkit-border-radius: 5px;
 	-moz-border-radius: 5px;
}

#content ol {
	list-style-type: decimal;
	list-style-position: inside;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

#content li {
	padding-top: 0.2em;
	font-weight: normal;
}

div.post_date {
	display: block;
	width: auto;
	position: absolute;
	margin-left: -50px;
	margin-top: 0px;
	padding: 5px;
	background-color: #23231d;
	color: #898672;
	font-size: 12px;
	text-align: center;
	-webkit-border-top-right-radius: 5px; -moz-border-radius-topright: 5px;
	-webkit-border-bottom-right-radius: 5px; -moz-border-radius-bottomright: 5px;
}

span.day {
	font-size: 18px;
	color: #898672;
}

div#content div.post_date hr {
	margin: 0px -5px 0px -5px;
	height: 0px;
	border-top: 1px solid #13120f;
	border-bottom: 1px solid #48463e;
	border-left-style: none;
	border-right-style: none;
	color: #13120f;
	background-color: #48463e;
}


/* ___CONTENT FOOT */

#contentfoot {
	padding: 25px;
	background-color: #13120f;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}

#contentfoot_border {
/* 	background: url(images/kiscikkcakk_v.png) repeat-x bottom left; */
	height: 25px;
	min-height: 25px;
	max-height: 25px;
}

#contentfoot span.mediumrighticon a,
#contentfoot span.mediumlefticon a {
	color: #898672;
}

#contentfoot span.mediumrighticon a:hover,
#contentfoot span.mediumlefticon a:hover,
#contentfoot a.mediumlefticon:hover,
#contentfoot a.mediumrighticon:hover {
	color: white;
}

#contentfoot span.smalllefticon,
#contentfoot a.smalllefticon,
#contentfoot a.smalllefticon:visited,
#contentfoot span.smallrighticon,
#contentfoot a.smallrighticon,
#contentfoot a.smallrighticon:visited {
	color: #898672;
}

#contentfoot span.smalllefticon a,
#contentfoot span.smalllefticon a:visited,
#contentfoot span.smallrighticon a,
#contentfoot span.smallrighticon a:visited {
	color: #898672;
}

#contentfoot span.smalllefticon a:hover,
#contentfoot a.smalllefticon:hover,
#contentfoot span.smallrighticon a:hover,
#contentfoot a.smallrighticon:hover {
	color: white;
}

#contentfoot hr {
	height: 0px;
	border-top: 1px solid black;
	border-bottom: 1px solid #23231d;
	border-left-style: none;
	border-right-style: none;
	color: black;
	background-color: #23231d;
	margin-left: -25px;
	margin-right: -25px;
}


/* ___SIDEBAR */

#sidebar_helper {
	width: 900px;
	height: 0;
	margin-left: auto;
	margin-right: auto;
}

#sidebar {
	position: absolute;
	top: 194px;
	margin-left: 0px;
	width: 200px;
	background-color: black;
	color: #b8b6a6;
 	font-weight: normal;
 	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: 0 0 15px black; -moz-box-shadow: 0px 0px 15px black;
}

#sidebar * {
	font-size: 12px;
	line-height: 1.2em;
}

#sidebarhead {
	padding: 20px;
	border-bottom: 1px solid black;

/*
	border-top: 5px solid #13120f;
	border-left: 5px solid #13120f;
	border-right: 5px solid #13120f;
*/

	background-color: #e19600;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}

#sidebar #sidebarhead h2 {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 18px;
	color: #13120f;
}

#sidebar #sidebarhead h2 a,
#sidebar #sidebarhead h2 a:visited {
	font-size: 18px;
	color: #13120f;
}

#sidebar #sidebarhead p,
#sidebar #sidebarhead p * {
	color: #23231d;
	line-height: 1.5em;
}

#sidebar #sidebarhead a,
#sidebar #sidebarhead a:visited {
	color: #000;
}

#sidebarbody {
	border-top: 1px solid #23231d;
}

#sidebarbody ul.drawers {
	width: 200px;
}

#sidebarbody ul.drawers li.drawer {

}

#sidebarbody ul.drawers li.drawer h2 {
	width: 140px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 40px;
	padding-right: 20px;
	background-position: 10px center;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #898672;
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 12px;
	border-top: 1px solid #23231d;
	border-bottom: 1px solid black;
}

#sidebarbody ul.drawers li.drawer h2:hover {
	color: white;
	background-color: black;
}


#sidebarbody ul.drawers li.drawer:first-child h2 {
	border-top-style: none;
}

#sidebarbody div.drawer-body {
	border-top: 1px solid #23231d;
	border-bottom: 1px solid black;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding: 20px;
	background-color: #23231d;

/*
	border-left: 5px solid #13120f;
	border-right: 5px solid #13120f;
*/

	color: #898672;
}

#sidebarbody div.drawer-body * {
	color: #898672;
}

#sidebarbody div.drawer-body ol {
	list-style-type: decimal;
	list-style-position: inside;
	padding-left: 0px;
}

#sidebarbody div.drawer-body ol li {
	border-bottom: 2px groove #48463e;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-left: -20px;
	padding-left: 20px;
	margin-right: -20px;
	padding-right: 20px;
}

#sidebarbody div.drawer-body ol li:last-child {
	border-bottom-style: none;
}

#sidebarbody div.drawer-body ul li {
	padding-top: 3px;
	padding-bottom: 3px;
}


#sidebar h3 {
	color: #898672;
	font-size: 14px;
	padding: 0;
	margin: 0;
	border-bottom-style: none;
	font-family: "Trebuchet MS"
}

#sidebar #study-drawer a,
#sidebar #study-drawer a:visited,
#sidebar li.drawer a,
#sidebar li.drawer a:visited {
	font-weight: normal;
}

#sidebar hr {
	margin: 1em -20px 1em -20px;
	height: 0px;
	border-top: 1px solid #13120f;
	border-bottom: 1px solid #48463e;
	border-left-style: none;
	border-right-style: none;
	color: #13120f;
	background-color: #48463e;
}

#sidebarfoot {
	border-top: 1px solid #23231d;
	padding: 10px;
	text-align: center;
}

#sidebar em {
	background-color: #ffcc00;
	color: #13120f;
}

/* ___FOOT */

#foot {
	width: 520px;
	min-height: 40px;
	margin: 0 0 10px 220px;
	padding: 5px 20px 5px 100px;
	text-align: right;
	background: #13120f url(images/nextlife_logo_gray.png) no-repeat 30px center;
	color: #48463e;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.5em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: 0 0 15px black; -moz-box-shadow: 0px 0px 15px black;
}

#foot ul.horizontal {
	width: auto;
	float: right;
}

#foot ul.horizontal li {
	width: auto;
	border-left: 1px solid #23231d;
	border-right: 1px solid black;
}

#foot ul.horizontal li:first-child {
	border-left: none;
}

#foot ul.horizontal li:last-child {
	border-right: none;
}

#foot ul.horizontal a,
#foot ul.horizontal a:visited {
	color: #3b575d;
	font-size: 11px;
}

#foot ul.horizontal a:hover {
	color: #0089b8;
}