/**
 * NAON
 *
 * NAON theme is built on Ikebana theme framework.
 *
 * For more information about Ikebana see <http://go.joneff.info/ikebana>.
 *
 * @author	Ivan Zhekov <http://joneff.info>
 */


/*--------------------------------------------------------------------------*/




/**
 * @region	Basic styling
 */




/*--------------------------------------------------------------------------*/

#lang img {
border:none;
}

#lang .active img {
border-left:1px solid black;
}
/**
 * @region	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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend/*,
table, caption, tbody, tfoot, thead, tr, th, td*/ {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1.5;
}




/** @endregion */




/*--------------------------------------------------------------------------*/




/**
 * @region Elements
 */




/** Root elements */
html {
	background: #eef6f9 url("../images/site-bg-bottom.jpg") bottom repeat-x;
}
body {
	color: black;
	background: url("../images/site-bg-top.jpg") top repeat-x;
	font: 10px Tahoma, Verdana, Arial, sans-serif;
}
#site-wrap {
	padding: 5px 0 0 0;
}




/** Block Elements */
div {}
p {
	margin: 1.5em 0;
}


address {
	font-style: italic;
}


pre {
	font-family: monospace;
	white-space: pre;
}




/** Headings */
h1, h2, h3, h4, h5, h6 {
	margin: 1.5em 0;
	color: #000000;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
}




/** Tables */
table {}
caption {}
thead, tbody ,tfoot {}
th, td {}




/** Lists */
ol, ul {
	margin: 1.5em 0;
	padding: 0 0 0 40px;
}
ol ol, ol ul,
ul ul, ul ol {
	margin-top: 0;
	margin-bottom: 0;
}
ol:first-child, ul:first-child {
	margin-top: 0;
}
ul:last-child, ol:last-child {
	margin-bottom: 0;
}


dl {
	margin: 1.5em 0;
}
dt {}
dd {
	margin: 0 0 0 40px;
}




/** Quotes */
blockquote {
	margin: 1.5em 40px;
	quotes: "";
	quotes: none;
}
cite {
	font-style: italic;
}
q {
	quotes: "“" "”" "‘" "’";
}




/** Links */
a {
	color: #147025;
	text-decoration: none;
}
a:hover {
	color: #147025;
	text-decoration: underline;
}
a:focus {
	outline: 1px dotted;
}




/** Phrase elements */
i, em {
	font-style: italic;
}
b, strong {
	font-weight: bolder;
}


small {
	font-size: .8333em;
}
big {
	font-size: 1.125em;
}


sub {
	font-size: .8333em;
	vertical-align: sub;
}
sup {
	font-size: .8333em;
	vertical-align: super;
}


tt, code, kbd, samp {
	font-family: monospace;
}




/** Images */
img {}




/** @endregion */




/*--------------------------------------------------------------------------*/




/**
 * @region	Forms
 */
form {}
fieldset {}


.text {
	color: #a39f9d;
	background: #ffffff;
	border: 1px solid #728c0d;
	font: 10px Tahoma;
}
.button {
	padding: 1px;
	color: #96bd00;
	background: #ffffff;
	border: 1px solid #80aa00;
	font: bold 12px Tahoma;
	text-transform: uppercase;
}




/** @end region */




/*--------------------------------------------------------------------------*/




/**
 * @region	Utility classes
 */




/** Text alignment */
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.align-justify {
	text-align: justify;
}




/** Positioning classes */
.float-left {
	float: left;
}
.float-right {
	float: right;
}




/** Sizing classes */
.half-width {
	width: 45%;
}
.full-width {
	width: 99%;
}




/** Visual clear */
.clear {
	clear: both;
}
.empty  {
	height: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
}


.clear-fix {
	clear: both;
	height: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}


.clear-after {
	height: 1%;
}
.clear-after:after {
	content: "";
	height: 0;
	clear: both;
	display: block;
}





/** @endregion */




/*--------------------------------------------------------------------------*/




/** @endregion */




/*--------------------------------------------------------------------------*/




/**
 * @region	Layout blocks
 */




/*--------------------------------------------------------------------------*/




/**
 * @region Top navigation
 */
#top-nav {
	height: 33px;
	color: #383434;
	background: #dddddd url("../images/top-nav-tile.gif") repeat-x;
	text-transform: uppercase;
}
#top-nav:after {
	content: "";
	height: 0;
	clear: both;
	display: none;
}


#top-nav a {
	color: #383434;
}
#top-nav a:hover {
	color: #383434;
	text-decoration: underline;
}


#top-nav ul {
	margin: 0;
	padding: 0;
	height: 1%;
	list-style: none;
}
#top-nav ul:after {
	content: "";
	height: 0;
	clear: both;
	display: none;
}
#top-nav ul li {
	float: left;
}




/** Primary */
#top-nav .primary {
	margin: 3px 0 5px 0;
	height: 25px;
	line-height: 25px;
	float: left;
}
#top-nav .primary li {
	padding: 0 2px 0 0;
	background: url("../images/top-nav-separator.gif") right top no-repeat;
}
#top-nav .primary li a {
	padding: 0 15px;
	display: block;
	float: left;
}




/** Secondary */
#top-nav .secondary {}




/** @endregion */




/*--------------------------------------------------------------------------*/




/**
 * @region	Header
 */
#header {
	margin-top: 5px;
	height: 78px;
	color: #ffffff;
	background: #0e581c url("../images/header-tile.gif") repeat-x;
	overflow: hidden;
}


#header #site-title {
	margin: 0;
	height: 78px;
	background: url("../images/header-bg.jpg") left top no-repeat;
	font: normal 18px "Myriad Pro", Arial;
}
#header #site-title a {
	height: 78px;
	color: #ffffff;
	display: block;
	position: relative;
}
#header #site-title a span {
	width: 990px;
	text-align: right;
	display: block;
	position: absolute;
	top: 27px;
}




/** @endregion */




/*--------------------------------------------------------------------------*/




/**
 * @region	Navigation
 */
#nav {
	margin: 5px 0 0 0;
	background: #f0f0f0 url("../images/nav-tile.gif") repeat-x;
	height: 58px;
	overflow: hidden;
}
#nav:after {
	content: "";
	height: 0;
	clear: both;
	display: block;
}


/** Navigation links */
#nav a {}
#nav a:hover {}


/** Navigation menu */
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul:after {
	content: 0;
	height: 0;
	clear: both;
	display: block;
}
#nav ul li {
	float: left;
}


/** Primary navigation */
#nav .primary {
	height:58px;
}
#nav .primary li {
	padding: 0 2px 0 0;
	height:58px;
	background: url("../images/nav-item-bg.gif") right top no-repeat;
}
#nav .primary li a {
	padding: 15px;
	height: 28px;
	font: bold 14px "Myriad Pro";
	text-transform: uppercase;
	display: block;
}
#nav .primary li small {
	font-size: 10px;
	font-weight: normal;
	text-transform: lowercase;
}


#nav .primary li.current {}
#nav .primary li.current a {
	padding-top: 12px;
	border-top: 3px solid #383434;
	color: #383434;
}




/** @endregion */




/*--------------------------------------------------------------------------*/




/**
 * @region	Middle
 */
#middle {
	margin: 10px 0 0 0;
}
#middle:after {
	content: "";
	height: 0;
	clear: both;
	display: block;
}


.main, .sidebar {
	overflow: hidden;
}
.main .c-wrap,
.sidebar .c-wrap {
	height: 100%;
	position: relative;
}
.sidebar .c-wrap:after {
	content: "";
	height: 0;
	clear: both;
	display:block;
}




/*--------------------------------------------------------------------------*/




/**
 * @region	Layouts
 */




/** One column layouts */
.layout-c {}
.layout-c #content {
	margin: 0 10px;
}





/** Four column layouts */
.layout-sssc {
	padding: 0 0 0 490px;
}
.layout-sssc #content {
	width: 500px;
	float: left;
}
.layout-sssc #sb-1 {
	margin: 0 0 0 -980px;
	width: 150px;
	float: left;
}
.layout-sssc #sb-2 {
	margin: 0 0 0 -820px;
	width: 150px;
	float: left;
}
.layout-sssc #sb-3 {
	margin: 0 0 0 -660px;
	width: 150px;
	float: left;
}




/** @endregion */




/*--------------------------------------------------------------------------*/




/**
 * @region	Sidebar
 */
.sidebar {}
.sidebar .c-wrap {}




/** Sidebar section */
.sidebar .section {
	margin: 0 0 10px 0;
	padding: 10px;
	height: 1%;
	background: url("../images/sb-sect-bg.png");
	_background: url("../images/sb-sect-bg.gif");
	border-right: 2px solid #dddddd;
	border-bottom: 2px solid #dddddd;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	clear: both;
}
.sidebar .section:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.sidebar .section:last-child {
	margin-bottom: 0;
}




/** Sidebar titles */
.sidebar h2.title {
	margin: 0;
}


.sidebar h1, .sidebar h2, .sidebar h3,
.sidebar h4, .sidebar h5, .sidebar h6 {
	font-size: 1em;
	font-weight: bold;
}




/** Sidebar content */
.sidebar .content {}
.sidebar p {}
.sidebar ul {
	padding: 0 0 0 20px;
}
.sidebar ul li {
	height: 1%;
	clear: both;
}
.sidebar ul li:after {
	content: "";
	height: 0;
	clear: both;
	display: block;
}




/** Sidebar links */
.sidebar a {}
.sidebar a:hover {}




/** Sidebar extra content */
.sidebar .buttons {
	margin: 1em;
	padding: .5em 0;
	text-align: center;
}
.sidebar .more {
	margin: 1em 0 0 0;
	font-size: .9em;
	text-align: right;
	clear: both;
}




/** @endregion */




/*--------------------------------------------------------------------------*/




/**
 * @region	Main region
 */
.main {}
.main .c-wrap {}




/** Main region section */
.main .section {
	margin: 0 0 10px 0;
	padding: 10px;
	height: 1%;	
	background: url("../images/sb-sect-bg.png");
	border-right: 2px solid #dddddd;
	border-bottom: 2px solid #dddddd;
	_background: url("../images/sb-sect-bg.gif");
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	clear: both;
}
.main .section:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}




/** Main region titles */
.main h2.title {
	margin: 0;
}
.main h1, .main h2, .main h3,
.main h4, .main h5, .main h6 {
	font-size: 1em;
	font-weight: bold;
}




/** Main region content */
.main .content {
	height: 1%;
	text-align: justify;
}
.main .content:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}
.main p {}
.main ul {}
.main ul li {}
.main blockquote {}




/** Main region extra content */
.main p.thumb {
	margin: 0 0px 2px 10px;
	float: right;
}
.main p.thumb img {
	border: 2px solid #c0cbd5;
}




/*--------------------------------------------------------------------------*/



/**
 * @region	Node
 */
.node {}
.node .thumb {}




/** @endregion */




/*--------------------------------------------------------------------------*/




/** @endregion */




/*--------------------------------------------------------------------------*/




/** @endregion */




/*--------------------------------------------------------------------------*/



/**
 * @region	Footer
 */
#footer {
	width: 1000px;
	height: 25px;
	color: #aaaaaa;
}
#footer:after {
	content: "";
	height: 0;
	clear: both;
	display: block;
}


#footer p {
	margin: 0;
}




/** Footer links */
#footer a {
	color: #ffffff;
}
#footer a:hover {
	color: #ffffff;
}




/** Primary */
#footer .primary {
	margin: 10px;
	float: left;
}




/** Secondary */
#footer .secondary {
	margin: 10px;
	float: right;
}




/** @endregion */




/*--------------------------------------------------------------------------*/




/** @endregion */




/*--------------------------------------------------------------------------*/




/**
 * @region	Sidebar modules
 */




/** Links */
.sidebar .links {}




/** @endregion */




/*--------------------------------------------------------------------------*/




/**
 * @region	Content modules
 */




/** Gallery */
.main .gallery {}
.main .gallery ul {
	margin: 0;
	padding: 0;
	height: 1%;
	list-style: none;
}
.main .gallery ul:after {
	content: "";
	height: 0;
	clear: both;
	display: block;
}
.main .gallery ul li {
	margin: 5px;
	float: left;
}
.main .gallery ul li img {
	border: 2px solid #c0cbd5;
}




/** Page description */
.main .page-decription {}




/** @ndregion */