/*
Theme Name: Tosca
Theme URI: http://tosca-life.info/
Description: Custom theme for Tosca Life.
Author: Jaanus Heeringson
Version: 3.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/

@import url(css/reset.css);
@import url(fonts/helveticaneueltstd-th/stylesheet.css);

body {
	font-size:14px;
}

body,
a,
ul.menu a:hover,
.meta a {
	font-family: helvetica, arial, sans-serif;
	color: #444;
}

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a {
	font-family: 'HelveticaNeueLTStd35Thin', helvetica, arial, sans-serif;
}
.clear:after,
#content:after,
.entry .header:after,
.aside .menu:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.aside .menu li {
	float: none;
}
.entry {
	clear: both;
}
.nav-next {
	float: right;
}
body {
	background-color: #FFF;
	text-align: center;
}
/*
#menu li a,
button, input,
#content .aside .widget-area {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
*/

input {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

button, input {
	border: 0;
	padding: 2px 6px;
	line-height: 20px;
	height: 20px;
	float: left;
	color: #444;
}

input {
	background-color: #E5E5E5;
	margin-right: 20px;
}

button {
	background-color: #D8D8D8;
	height: 24px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.content a {
	text-decoration: underline;
	color: #548F96;
}

#wrapper,
#header,
#menu,
#content,
#footer {
	position: relative;
	clear: both;
}

#header,
#menu,
#content,
#footer {
	margin-top: 20px;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#header .wrapper {
	border-bottom: 1px solid #D8D8D8;
	position: absolute;
	right: 0px;
	bottom: 15px;
	width: 660px;
	height: 40px;
	overflow: hidden;
}

#menu {
	clear: both;
	margin-top: 10px;
	height: 30px;
	z-index: 100;
}

#header div.menu {
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 360px;
	height: 15px;
	text-align: center;
}

#header .search, #searchform div {
	position: absolute;
	right: 0px;
	bottom: 10px;
	width: 270px;
	height: 24px
}
#searchform label {
	display: none;
}
#header .search input, #searchform #s {
	width: 163px;
}

#header .search button, #searchsubmit {
	width: 75px;
	margin: 0
}

#header ul.menu {
	display: inline-block;
}
/*
#header .menu li +li:before {
	content: '-';
	margin: 0 10px;
}
*/


#header UL.menu span.separator {
	margin: 0 10px;
}

#header UL.menu li:first-child span.separator {
	display: none;
}

ul.menu ul, div.menu ul {
	list-style: none;
	margin: 0;
}
ul.menu, div.menu ul {
	color: #bfbfbf;
	margin: 0;
}

ul.menu li, div.menu li {
	float: left;
	list-style: none;
}

#menu li {
	position: relative;
}

#menu > ul > li + li, #menu > div > ul > li + li {
	margin-left: 30px;
}

#menu > ul > li > a, #menu > div > ul > li > a {
	display: block;
	width: 300px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #FFF;
	text-shadow: rgba(10, 10, 10, 0.5) 1px 1px 2px;
	-webkit-box-shadow: rgba(10, 10, 10, 0.3) 1px 1px 2px;
	-moz-box-shadow: rgba(10, 10, 10, 0.3) 1px 1px 2px;
}

#menu > ul > li > a:hover, #menu > div > ul > li > a:hover {
	text-shadow: rgba(245, 245, 245, 0.5) 0px 0px 3px;
	-webkit-box-shadow: rgba(10, 10, 10, 0.5) 2px 2px 4px;
	-moz-box-shadow: rgba(10, 10, 10, 0.5) 2px 2px 4px;
	text-decoration: none;
/*	-moz-border-radius: 6px 6px 0 0;*/
	-webkit-border-radius: 6px 6px 0 0;
}

#menu > ul > li ul, #menu > div > ul > li ul {
	/*display: none;*/
	position: absolute
}
/*
#menu > ul > li:hover ul, #menu > div > ul > li:hover ul {
	display: block;
}
*/
#menu > ul > li li a, #menu > div > ul > li li a {
	display: block;
	width: 300px;
	height: 25px;
	text-align: center;
	line-height: 25px;
/*	-moz-border-radius: 0;*/
	-webkit-border-radius: 0;
	-webkit-box-shadow: rgba(10, 10, 10, 0.5) 2px 2px 4px;
	-moz-box-shadow: rgba(10, 10, 10, 0.5) 2px 2px 4px;
	text-decoration: none;
}

#menu > ul > li li:last-child a, #menu > div > ul > li li:last-child a {
/*	-moz-border-radius: 0 0 6px 6px;*/
	-webkit-border-radius: 0 0 6px 6px;
}
#content .main,
#content .aside {
	float: left;
}

#content .main {
	width: 715px;
}

#content .aside {
	padding-left: 20px;
	width: 225px;
}

#content .aside .widget-area {
	/*padding: 10px 10px 1px;*/
}

.entry .header {
	border-top: 1px solid #D8D8D8;
	margin-bottom: 18px;
}

.entry .content,
.entry .footer {
	clear: both;
}

.entry .header .menu li +li:before {
	content: '»';
	margin: 0 5px;
	font-size: 1.3em;
	line-height: 1em;
}

.entry .header .menu span{
	margin: 0 5px;
	font-size: 1.3em;
	line-height: 1em;
}

.entry .header .meta {
	margin: 0;
	float: right;
	color: #444 /*#bfbfbf*/;
}

.entry .content p {
	font-size: 14px
}

#footer {
	border-top: 1px solid #D8D8D8;
}
#menu .blue > a {
	background-color: #548f96;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6fbec8), to(#548f96));
	background-image: -moz-linear-gradient(#6fbec8 0%, #548f96 100%);
}

#menu .blue li a {
	background-color: #6fbec8;
}

#menu .red > a {
	background-color: #b36256;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e47c6e), to(#b36256));
	background-image: -moz-linear-gradient(#e47c6e 0%, #b36256 100%);
}

#menu .red li a {
	background-color: #e47c6e;
}

#menu .green > a {
	background-color: #81994d;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#abcb66), to(#81994d));
	background-image: -moz-linear-gradient(#abcb66 0%, #81994d 100%);
}

#menu .green li a {
	background-color: #abcb66;
}

.gray > a, #menu div.menu > ul > li.page_item > a {
	background-color: #9a9a9a;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e5e5e5), to(#9a9a9a));
	background-image: -moz-linear-gradient(#e5e5e5 0%, #9a9a9a 100%);
}

#menu .gray li a, #menu div.menu li a {
	background-color: #e5e5e5;
}

#menu .gray.light > a, .aside .gray.light, #primary .widget-container {
	background-color: #f2f2f2;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f2f2f2), to(#e5e5e5));
	background-image: -moz-linear-gradient(#f2f2f2 0%, #e5e5e5 100%);
}

.main h1, .main h2, .main h3 {
	font-size: 2.5em;
	line-height: 1.2em;
	font-weight: normal;
}

.main h2 {
	font-size: 1.8em;
}
.main h3 {
	font-size: 1.3em;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}

.alignright {
	float: right;
	margin-left: 10px;
}
.alignleft {
	float: left;
	margin-right: 10px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.widget-area ul {
	list-style: none;
	margin-left: 0;
}

.widget-container {
	margin: 0 0 10px 0;
	padding: 10px;
	clear: both;
}
/* Structure the footer area */
#footer-widget-area {
	margin-top: 20px;
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 225px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	width: 700px;
	font-weight: bold;
	font-size: 14px;
}
#site-generator {
	float: right;
	width: 225px;
}
.widget_tosca_subpages li {
	margin-bottom: 5px;
}

.widget-title {
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 10px;
}

#menu ul.home li.page_item {
	width: 300px;
	height: 240px;
}

#menu ul.home li.page_item div.bgcolor {
	position: absolute;
	background-repeat: no-repeat;
	background-position: center top;
	left: 0px;
	top: 0px;
	width: 300px;
	height: 240px;
	overflow: hidden;
}

#menu ul ul a {
	color: #333 !important;
}

#menu ul ul a:hover {
	color: #FFF !important;
}

#menu.home .menu-item-0 a {
	background-color: #6fbec8 /*#6fbec8;*/
}
#menu.home .menu-item-0 div.bgcolor {
	background: url(gui/topmenu_02.jpg);
}
#menu.home .menu-item-2 a {
	background-color: #e47c6e /*#e47c6e;*/
}
#menu.home .menu-item-2 div.bgcolor {
	background: url(gui/topmenu_01.jpg);
}
#menu.home .menu-item-1 a {
	background-color: #abcb66 /*#abcb66;*/
}
#menu.home .menu-item-1 div.bgcolor {
	background: url(gui/topmenu_03.jpg);
}
#menu.home .menu-item-3 a {
	background-color: #9a9a9a; /*#e5e5e5;*/
}
/*
#menu.home .menu-item-3 a {
	color: #000;
}

#menu.home .menu-item-3 h2 {
	color: #000;
	text-shadow: #FFF 1px 1px 5px;
}
*/
#menu.home .menu-item-3 div.bgcolor {
	background: url(gui/topmenu_4.jpg);
}

#menu.home h2 {
	text-align: left;
	font-size: 24px;
	line-height: 1em;
	text-shadow: rgba(0, 0, 0, 1) 1px 1px 5px;
	display: block;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 48px;
	padding: 10px;
	color: #FFF;
	/*background-color: #F00;*/
}

#menu.home img {
	position: absolute;
	top: 17px;
	left: 5px;
}

#menu.home {
	width: 970px;
	height: 250px;
	overflow: hidden
}

#menu.home a {
	width: 100%;
	height: 100%;
	text-align: left;
}
#menu.home li{
	overflow:hidden;
}

#menu.home p {
	position: absolute;
	right: 10px;
	top: 78px;
	width: 180px;
	line-height: 1.2em;
	color: #FFF;
}

.simple-section-nav li>ul {
	margin-left: 10px
}

.simple-section-nav  .current_page_ancestor>a, .simple-section-nav  .current_page_item>a {
	color: #000;
}

.simple-section-nav  .current_page_item>a {
	font-weight: bold;
}

.corner.r6 {
	height: 6px;
	width: 6px;
	overflow: hidden;
	position: absolute;
}

.corner.r6.white {
	background: url(gui/round-white-12.png) no-repeat;
}

.corner.upper.left {
	background-position: left top;
	left: 0px;
	top: 0px;
}
.corner.upper.right {
	background-position: right top;
	right: 0px;
	top: 0px;
}
.corner.lower.left {
	background-position: left bottom;
	left: 0px;
	bottom: 0px;
}
.corner.lower.right {
	background-position: right bottom;
	right: 0px;
	bottom: 0px;
}

#tt {z-index:100}
