/* =Typography
============================================================== */

/* =Fonts
-------------------------------------------------------------- */
@font-face {
	font-family: 'DINPro-MediumRegular';
	src: url('/type/DINPro-Medium.eot');
	src: local('DINPro-Medium'), local('DINPro-Medium'), url('/type/DINPro-Medium.woff') format('woff'), url('/type/DINPro-Medium.otf') format('opentype'), url('/type/DINPro-Medium.svg#DINPro-Medium') format('svg');
}

/* =Global Elements
-------------------------------------------------------------- */

button, 
body {
	font: 11px/1.8em  Verdana, 'Verdana Ref', sans-serif;
	color: #111;
}

body {background: url("/images/v5/layout/background.jpg") top center;}
/*body {background: url("/images/v5/layout/background-winter.jpg") top center;}*/

h2, h3, h4, h5, h6, 
#footer .section-header {
	font-family: 'Trebuchet MS', Verdana, 'Verdana Ref', sans serif;
}
#main-nav .sf-menu > li > a,
h1, 
.section-header {
	font-family: 'DINPro-MediumRegular', 'Trebuchet MS', Verdana, 'Verdana Ref', sans serif;
}

#content {
	font-size: 12px; 
	line-height: 1.5em; 
}

div.tools {
	font-size: 10px;
	}
	
table, 
.entry-actions, 
.entry-meta a {
		font-size: 11px;
	}

/* 	#content .single .entry p,
	#content .single .entry li {
		font-size: 12px;
		}
 */
p, ul, ol, dd, pre {
    margin-bottom: 1.5em;
	}

/* hr { display: none; } */

/* =Text elements
-------------------------------------------------------------- */
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote em, blockquote i, blockquote cite {
	font-style:normal;
}
pre {
	font:11px Monaco, monospace;
	line-height:18px;
	margin-bottom:18px;
}
ins {
	text-decoration:none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

del {
	color: #aaa;
	text-decoration: line-through;
}
code {
	margin: 10px 15px;
	padding: 10px;
	display: block;
	overflow: auto;

	font-family: "Courier New", Courier, monospace;
	white-space: pre;
}
.leftColumn code {
	margin-left: 0;
}
.moreinfo,
abbr, acronym {
	cursor: help;
	border-bottom: 1px dotted #666;
}

/* =Lists
-------------------------------------------------------------- */
#main li ul, 
#main li ol       { margin:0 0 0 1.5em; }
#main ol { margin-left: -16px; }
ul, ol      { margin: 0 0 1.5em 0; }

ul          { list-style: none outside; }
ol          { list-style: decimal inside; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

ol ol {
	list-style:upper-alpha inside;
}
ol ol ol {
	list-style:lower-roman inside;
}
ol ol ol ol {
	list-style:lower-alpha inside;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}

.entry li {
	margin: 0.2em 0;
	padding-left: 16px;
	}
.entry ul li {
	padding-left: 16px;
	background: transparent url('/images/v5/layout/list-item.png') no-repeat 0 1px;
	}

ul.menu {
	margin: 0;
	padding: 0;
	}
ul.menu > li {
	float: left;
	padding: 0;
	margin: 0;
	}
	
#aside .rich li {
	border-bottom: 1px dotted #d0d0d0;
	padding: 0 0 0.75em;
	margin-bottom: 0.75em;
	}
	#aside .rich li p {
		margin-bottom: 4px;
		}

/* =Blockquote and included icons
-------------------------------------------------------------- */

blockquote {
	font:  italic 12px/1.8em Georgia, 'Times New Roman', Times, serif;
	margin: 0 0 20px;
	padding-bottom: 10px;
}

/* =Headings
-------------------------------------------------------------- */
h1.entry-title,
h1 {
	font-weight: normal;
	font-size: 20px; 
	line-height: 1.5em; 
	margin: 2px 0 0.75em;
	padding: 14px 0 12px;
}
#featured h1.entry-title{
	border: none;
	margin-bottom: 10px;
	line-height: 1.25em;
	padding: 0;
}
h2.entry-title,
h2 {
	font-weight: normal;
	font-size: 18px;
	line-height: 1.5em; 
	margin-bottom: 3px;
}
h3 {
	font-weight:normal;
	font-size: 16px;
	line-height: 1.25em; 
	margin-bottom: 0.5em; 
}
h4 {
	font-size:12px;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:1.5em;
	margin-bottom:1em;
	text-transform:uppercase;
}
h4.entry-title{
	font-size:11px;
	font-weight: normal;
	line-height:1.4em;
	margin-bottom:0.2em;
	letter-spacing: 0px;
}
h5 {
	font-size:11px;
	font-weight: normal;
	line-height:1.2em;
	margin-bottom:0.2em;
	letter-spacing: 0px;
	text-transform: uppercase;
	border-top: solid 1px #e0e0e0;
	margin-top: 10px;
	padding-top: 5px;
	margin-bottom: -20px;
	padding-left: 10px;
	color: #8c7658;
	}
	
h6 {
	font-size:1em;
	font-weight:normal;
	margin: 0.1em 0 1em 0;
	border-bottom: solid 1px #e7e4b4;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #c5ae77;
	background-color: #f4f2cd;
	padding-right: 10px;
	text-align: right;
}

#content .section-header {
	clear: both;
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 1em;
	border-bottom: 1px solid #e0e0e0;
	}
	#content h1.section-header {
		text-transform: uppercase;
		border: none;
		margin: 0;
		padding: 0px;
		}
		
	#comments .section-header {
		line-height: 36px;
		padding-left: 50px;
	}
#footer .section-header {
	text-transform:uppercase;
	font-size: 10px;
	margin-bottom: 0;
	color: #fbf4d4;
	letter-spacing: 0px;
	white-space: nowrap;
}

#aside .section-header {
	color: #262525;
	border-bottom: 1px solid #e9e9e9;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 1em; 
	}
#aside .section-header a{
	color: #262525;
}
/* =Tables
============================================================== */
table {
    border:1px solid #ccc;
    border-width:1px 0 0 1px;
	line-height: 1.5em; 
	margin: 0 0 1.5em 0; 
    text-align:left;
}
caption {
    text-align:left;
}
th {
	font-weight: bold;
}
th, td {
    border:1px solid #ccc;
    border-width: 0 1px 1px 0;
    padding: .7em 1.25em;
}


/* =Forms
============================================================== */

/* Form fields - blueprint
-------------------------------------------------------------- */

input[type=text], input[type=password],
input.text, input.title, 
textarea, select { 
	background-color:#fff; 
	border:1px solid #D4D3D3; 
	color: #959595;
	padding: 8px 5px;
	font-size: 14px;
	font-family: Verdana;
}
select{
	width: 200px;
}
input[type=text]:focus, input[type=password]:focus, 
input.text:focus, input.title:focus, 
textarea:focus, select:focus { 
	color: #111;
}

input[type=text], input[type=password],
input.text, input.title,
textarea, select {
  margin:0.5em 0;
}

input.text, 
input.title   { width: 300px; }
input.title   { font-size:1.5em; }

input[type=checkbox], input[type=radio], 
input.checkbox, input.radio { 
  position:relative; top:.25em; 
}

form.inline { line-height:3; }
form.inline p { margin-bottom:0; }

/* Form fields
-------------------------------------------------------------- */
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #D4D3D3; }
legend      { font-weight: bold; font-size:1.2em; }

label {
	display: block;
	cursor: pointer;
	width: 80%;
}
	label:after {
		content: ':';
	}

input,
textarea {
	padding: 8px 5px;
}

textarea {
	width: 99%;
}

button, 
input[type="reset"],
input[type="button"],
input[type="submit"] {
	padding: 6px 15px;
	cursor: pointer;
	background: #CEE240 url('/images/v5/layout/button-bgnd.png') repeat-x;
	border: 1px solid #E5F09C;
	color: #5e671f;
	text-shadow: 1px 1px 0 #DBFF76;
}
#main button, 
#main input[type="reset"],
#main input[type="button"],
#main input[type="submit"] {
	outline: 1px solid #C9DF7C;
	font-size: 14px;
	margin-right: 10px;
}

textarea.error, 
input.error {
	border: 1px dotted red;
	background-color: #fff;
}

label.error {
	font-style: italic;
}

/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { 
	padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; 
}

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

/* =Colors
============================================================== */
#header {
	color: #beb375;
	}

#footer {
	color: #78735c;
	}

blockquote {
	color: #685749;
	}

/* =Backgrounds
-------------------------------------------------------------- */
#aside .box,
body {
	background-color: #fff;
	}
#header-wrapper {
	background-color: #EFEFEF;
	}
#header, 
#content-wrapper{
	background: #fff url('/images/v5/layout/wrapper-bgnd.png') no-repeat 50% 0;
	}
#content-wrapper{
	background-position: 50% -96px;
	padding-bottom: 5em;
	}

	
#top-nav ul {
	background-color: #6B5D11;
	}
#top-nav .sf-menu > li:hover,
#top-nav li:hover ul,
#lang-switch {
	background-color: #594d0c;
	}
	
#footer-nav {
	background-color: #4c4431;
	}
#stats {
	background-color: #383528;
	}
#credits {
	background-color: #343125;
	}
#featured > .ui-tabs-nav > li.ui-tabs-selected > a,
#featured {
	color: #dad7d7 !important;
	background-color: #303030 !important;
	}
	#featured > .ui-tabs-nav {
		background: #fff url('/images/v5/layout/featured-tabs-bgnd.png') repeat-x;
		}

code,
#respond,
#respond p.textright {
	background-color: #f5f5f5;
	}


/* =Sprites
-------------------------------------------------------------- */
.pagination a:hover, .pagination span.active,
#respond button:before,
#comments .section-header:before,
#aside .ad:before,
#latest .section-header:after,
#footer-wrapper:before,
#breadcrumb a,
#calendar .tool,
.entry-actions a,
blockquote:before,
#main .date,
#featured .tab .menu a:before,
.bgnd a:before,
#newsletter button,
#social a,
div.tools .tab, 
div.tools .tool,
#main-nav > ul > li > a.sf-with-ul > .sf-sub-indicator, 
#main-nav > ul > li, 
#main-nav > ul > li > a {
	background-image: url('/images/v5/layout/forthenature.bgnd-sprite.png');
	background-repeat: no-repeat;
	}
	
/* =navigation= */
#main-nav > ul > li > a {
	background-position: -24px -420px;
	}
#main-nav > ul > li > a.sf-with-ul > .sf-sub-indicator {
	background-position: 0 -319px;
	}
#main-nav > ul > li:hover > a.sf-with-ul > .sf-sub-indicator {
	background-position: 0 -370px;
	}
#main-nav > ul > li.sfHover > a, 
#main-nav > ul > li > a:hover {
	background-image: none;
	}
#main-nav > ul > li:first-child > a {
	background-image: url('/images/v5/layout/forthenature.bgnd-sprite.png');
	background-position: 16px -220px;
	text-indent: -9999em;
	width: 30px;
	}
#main-nav > ul > li:first-child.current > a,
#main-nav > ul > li:first-child:hover > a,
#main-nav > ul > li:first-child:focus > a {
	background-position: 16px -270px;
	}
	
#breadcrumb a {
	background-position: 100% -868px;
	}
	
/* =social= */
a[href*=facebook\.com]  {
	background-position: 0 -2px;
	}
a[href*=myspace\.com] {
	background-position: 0 -22px;
	}
a[href*=svejo\.net] {
	background-position: 0 -43px;
	}
a[href*=edno23\.com]  {
	background-position: 0 -672px;
	}
a[href*=lubimi\.com] {
	background-position: 0 -653px;
	}
a[href*=pipe\.bg] {
	background-position: 0 -792px;
	}
a[href*=ping\.bg] {
	background-position: 0 -632px;
	}
a[href*=twitter\.com] {
	background-position: 0 -692px;
	}
a[href*=linkedin\.com] {
	background-position: 0 -732px;
	}
a[href*=digg\.com] {
	background-position: 0 -752px;
	text-indent: -9999em;
	}
a[href*=del\.icio\.us] {
	background-position: 0 -773px;
	text-indent: -9999em;
	}
a[href*=stumbleupon\.com] {
	background-position: 0 -712px;
	text-indent: -9999em;
	}
	
/* =tools= */
div.tools .down {
	background-position: -18px -99px;
	}
div.tools a.rss {
	background-position: 5px -59px;
	}
div.tools a.rss:hover {
	background-position: 5px -79px;
	}
div.tools a.refresh {
	background-position: 5px -99px;
	}
div.tools a.refresh:hover {
	background-position: 5px -119px;
	}
div.tools .navigator{
	background-image: none;
	}

div.tools .negative.active {
	background-position: 0 -142px;
	}
div.tools .negative {
	background-position: 0 -162px;
	}
div.tools .positive.active {
	background-position: 0 -182px;
	}
div.tools .positive {
	background-position: 0 -202px;
	}
	
#calendar .prev {
	background-position: -30px -839px;
	text-indent: -9999em
	}
#calendar .next {
	background-position: -30px -808px;
	text-indent: -9999em
	}
#calendar .prev:hover {
	background-position: 0 -839px;
	}
#calendar .next:hover {
	background-position: 0 -808px;
	}
	
/* =forms= */
#newsletter button {
	background-position: 0 -474px;
	}

/* =postmeta= */
#main .date {
	background-position: 0 -532px;
	padding-left: 13px;
	}
#main .video .date {
	background-position: 0 -553px;
	}
#main .photo .date {
	background-position: 0 -573px;
	}
	
/* =lists= */
#featured .menu a:before {
	content: ' ';
	float: left;
	height: 15px;
	margin-left: -20px;	
	padding: 5px 0 0 20px;
	background-position: 0 -590px;
	}
.bgnd a:before {
	content: ' ';
	height: 20px;
	float: left;
	margin: 1px 0 0 -20px;	
	padding: 0 0 0 20px;
	}
.faq a:before {
	background-position: 0 -512px;
	}
.articles a:before {
	background-position: 0 -532px;
	}
.articles li a{
	line-height: 1em;
}	

/* =blockquotes= */
blockquote:before {
	content: ' ';
	float: left;
	height: 15px;
	padding: 5px 0 0 20px;
	background-position: 0 -610px;
	}
#comments blockquote:before {
	content: ' ';
	float: left;
	height: 15px;
	margin: 5px 0 0 -20px;
	padding: 5px 0 0 20px;
	background-position: -30px -610px;
	}

/* =footer= */
#footer-wrapper:before {
	content: ' ';
	display: block;
	padding-top: 31px;
	margin-top: -31px;
	background-position: 0 -898px;
	width: 100px;
	margin-left: 90%;
	}

#footer-nav,
#stats {
	background-image: url('/images/v5/layout/footer-bgnd-sprite.png');
	background-repeat: no-repeat;
	}
#footer-nav {
	background-position: 0 -70px;
	position: relative;
	}
#footer-nav #bgsite {
	width: 119px;
	height: 52px;
	position: absolute;
	left: 850px;
	top: 195px;
	background-image: url('/images/v5/layout/forthenature-bgsite2010.png');
	background-repeat: no-repeat;
}

/* =comments= */
#comments .section-header:before {
	content: ' ';
	display: block;
	width: 40px;
	height: 36px;
	margin: 0 10px -36px -50px;
	background-position: 0 -954px;
	}
#respond button:before {
	content: ' ';
	display: block;
	float: left;
	padding-left: 30px;
	height: 18px;
	margin-left: -10px;
	background-position: -38px -101px;
	}

/* =others= */
#latest .section-header:after {
	content: ' ';
	display: block;
	height: 30px;
	width: 36px;
	margin-left: 45%;
	margin-top: -30px;
	background-position: 0 -924px;
	}
#aside .ad:before {
	content: ' ';
	display: block;
	height: 38px;
	width: 32px;
	margin-left: 75%;
	margin-bottom: -19px;
	background-position: -40px -930px;
	}
.pagination a:hover, .pagination span.active {
	background-position: 0 -993px;
	}

/* =Borders
-------------------------------------------------------------- */
#top-nav .menu {
	border-right: 1px solid #82721a;
	}
	
div.tools .tool,
#social,
#aside .box {
	border: 1px solid #eaeaea;
	padding: 1px 10px;
	margin-right: -15px;
	}
#aside .box p{
	color: #685749;
}

h1,
#breadcrumb {
	border-bottom: 1px solid #E9E9E9;
}

/* =Rounded corners
-------------------------------------------------------------- */

#respond p.textright,
.single .date, 
div.tools .tab {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
div.tools .tool,
#social, 
#main-nav .sf-menu > li > a {
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	}
	
#top-nav .sf-menu > li > ul > li:last-child > a,
#access .sf-menu > li > ul {
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	}
	
/* =Shadows
-------------------------------------------------------------- */

/* =Links
-------------------------------------------------------------- */
/* header links */
#header a {
	border-bottom: none !important; 
	}
#lang-switch a,
#top-nav a {
	color: #ebdc89;
	}
	#lang-switch a:hover,
	#lang-switch a:active {
		text-decoration: underline;
		}

/* content links */
#breadcrumb a,
a:link{
	color: #5ad;
	text-decoration: none;
}

a:visited{
	color: #48c;
	text-decoration: none;
}

a:hover,
a:active {
	border-bottom: dotted 1px #5ad;
	text-decoration: none;
}

/* heading links */
.entry-title a:link,
.entry-title a:visited,
h2 a:link, 
h2 a:visited {
	color: #685749;
}

.entry-title a:hover,
h2 a:hover{
	color: #3f3227;
	border-bottom: dotted 1px #a9a9a9;
}

h3 a {
	font-weight: bold;
}

h4.entry-title a:hover {
	color: #685749;
}

/* featured area links */

#featured > .ui-tabs-nav > li.ui-tabs-selected > a,	
#featured a {
	color: #aaa;
	font-weight: bold;
	text-shadow: 1px 1px 0 #111;
	}
#featured  .ui-tabs-selected a,
#featured a:hover {
	color: #edebeb;
	}
	
#featured .entry-title a {
	font-weight: normal;
	color: #fff;
	}
#featured .entry-title a:hover {
	border-bottom: dotted 1px #fff;
	}
	
#featured > .ui-tabs-nav > li > a {
	color: #888;
	font-weight: bold;
	text-shadow: 1px 1px 0 #ccc;
	}
#featured > .ui-tabs-nav > li > a:hover {
	color: #666;
	}

/* footer links */
#footer a {
	color: #b7af86;
	}
#footer a:hover {
	border-bottom: dotted 1px #b7af86;
}
/* muted links */
div.tools,
div.tools a,
.mute a,
.grey a {
	color: #a9a9a9;
}

div.tools a:hover,
.mute a:hover,
.grey a:hover {
	border-bottom: dotted 1px #a9a9a9;
	text-decoration: none;
}

