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


/*--------------------------------------------------------------------------*/
/**
 * == Footer
 */

/**
 * == Footer
 */


/**
 * @region	Footer
 */
 #footer p {
	margin: 0;
}

#footer {
	padding: 5px 20px;
	height: 50px;
	color: #ffffff;
	font-size: 9px;
	line-height: 12px;
}
#footer:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}



/** Footer links */
#footer a {
	color: #ffffff;
	text-decoration: underline;
}
#footer a:hover {
	color: #ffffff;
}



/** Footer menus */
#footer .primary,
#footer .secondary {
	margin: 0;
}



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



/** Secondary */
#footer .secondary {
	text-align: right;
	float: right;
}



/**
 * #region	Basic styling
 */



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

.zagl {
color: #1b96cf;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2em;
	font-weight: normal;
	margin-left:5px;
	}
.imagearea
{
width: 170px;
float: right;
margin:0 0 0 10px;
}
.imagearea img {
margin:2px;
border: 1px solid #19B2E2;
}
.left {
float:left;
}

#rotator {
	position:relative;
	margin:auto;
	width:508px;
	height:125px;
	border: 6px solid #A1D0F6;
}

#rotator img {
width:508px;
	height:125px;
	display:none;
	position:absolute;
	top:0; left:0;
}

.imagesright {
border: 1px solid #A1D0F6;
}

.marshrutarea, .yachtsarea, .gradovearea ul li { list-style-image: url("../images/sb-menu-current-bullet.gif"); }

/**
 * == Elements
 */




/**
 * === Root elements
 */
html {
	margin: 0;
	padding: 0;
	background: #142d7a url("../images/site-tile.jpg") 50% top repeat-x;
}
body {
	margin: 0;
	padding: 0;
	color: #585858;
	background: transparent url("../images/body-tile.jpg") 50% 330px repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}
#site-wrap {
	margin: 0 auto;
	padding: 0;
	width: 760px;
	background: #e6ecee url("../images/body-bg.jpg") left bottom no-repeat;
	position: relative;
}


#flash {
margin:5px;
}

/**
 * === Block Elements
 */
div {}
p {}
blockquotes {}




/**
 * === Headings
 */
h1, h2, h3, h4, h5, h6 {
	color: #1b96cf;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
}




/**
 * === Tables
 */
table {}
caption {}
thead, tbody ,tfoot {}
th, td {
	vertical-align: top;
}




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




/**
 * === Quotes
 */
blockquote {
	margin: 1em 40px;
}
cite {
	font-style: italic;
}




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




/**
 * === Phrase elements
 */
i, em {
	font-style: italic;
}
b, strong {
	font-weight: bold;
}
small {
	font-size: .8em;
}
big {
	font-size: 1.2em;
}




/**
 * === Images
 */
img, a img {
	border: none;
	vertical-align: bottom;
}




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




/**
 * == Forms
 */
form {
	margin: 0;
	padding: 0;
}




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




/**
 * == 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: 49%;}
.full-width			{width: 99%;}




/**
 * === Visual clear
 */
.clear-fix {
	clear: both;
	height: 1px!important;
	font-size: 1px!important;
	line-height: 1px!important;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
.clear-after {
	_height: 1%;
	min-height: 1%;
}
.clear-after:after {
	content: "";
	height: 0;
	clear: both;
	display: block;
}




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




/**
 * #region	Layout
 */




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




/**
 * == Header
 */
#header {
	height: 275px;
	background: url("../images/header-bg.png") left top no-repeat;
	position: relative;
	overflow: hidden;
}




/**
 * === Site title
 */
#header #site-title {
	margin: 0;
	position: absolute;
	top: 20px;
	left: 65px;
}
#header #site-title a {
	width: 175px;
	height: 190px;
	display: block;
}
#header #site-title a span {
	display: none;
}




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




/**
 * == Top navigation
 */
#top-nav {
	color: #eaf1f6;
	position: absolute;
	top: 10px;
	right: 10px;
}


#top-nav a {
	padding: 3px;
	color: #eaf1f6;
	text-decoration: none;
	font-weight: bold;
}
#top-nav a:hover {
	color: #ffffff;
	text-decoration: none;
}


#top-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#top-nav ul li {
	margin: 0 5px;
	float: left;
}
#top-nav ul li.current a {
	color: #ffffff;
	background: #64b523;
}




/**
 * === Primary
 */
#top-nav .primary {
	font-size: 10px;
	text-transform: lowercase;
}




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




/**
 * == Navigation
 */
#nav {
	height: 35px;
	background: #3e3e3e url("../images/nav-tile.gif") left top repeat-x;
	border-left: 1px solid #4d4d4d;
	border-right: 1px solid #4d4d4d;
	font-size: 13px;
	overflow: hidden;
}


/**
 * === Navigation links
 */
#nav a {
	color: #b4b1aa;
}
#nav a:hover {
	color: #ccc8c0;
	text-decoration: none;
}


/**
 * === Navigation menu
 */
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul li {
	padding: 10px 20px;
	height: 15px;
	line-height: 15px;
	float: left;
}
#nav ul li.current {
	background: url("../images/nav-current-bg.gif") center bottom no-repeat;
}
#nav ul li.current a {
	color: #ff7200;
}




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




/**
 * == Middle
 */
#middle {
	margin: 0;
	padding-top: 20px;
	padding-bottom: 100px;
	min-height: 300px;
	background: url("../images/middle-tile.gif") left top repeat-x;
}
#middle:after {
	content: "";
	height: 0;
	clear: both;
	display: block;
}


.main, .sidebar {
	overflow: hidden;
}
.main .wrapper,
.sidebar .wrapper {
	position: relative;
}




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




/**
 * == Layouts
 */




/**
 * === Three column layouts
 */
.layout-sc {
	padding-left: 200px;
}
.layout-sc #content {
	width: 530px;
	float: left;
}
.layout-sc #content .wrapper {
	padding: 0 150px 0 0;
}
.layout-sc #sb-a {
	margin-left: -710px;
	width: 150px;
	float: left;
}




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




/**
 * == Sidebar
 */
.sidebar {}
.sidebar .wrapper {}




/**
 * === Sidebar section
 */
.sidebar .section {
	margin: 0 0 25px 0;
	_height: 1%;
	min-height: 1%;
	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;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.sidebar h3.sub-title {}
.sidebar h1, .sidebar h2, .sidebar h3,
.sidebar h4, .sidebar h5, .sidebar h6 {
	font-size: 1em;
	font-weight: bold;
}




/**
 * === Sidebar content
 */
.sidebar .content {
	margin: 1em 0 0 0;
	padding: 0;
}
.sidebar p {
	margin: .75em 0;
}
.sidebar ul {
	margin: 0;
	padding: 0 0 0 20px;
}
.sidebar ul li {
	margin: 5px 0;
	_height: 1%;
	min-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;
}




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




/**
 * == Main region
 */
.main {}
.main .wrapper {}




/**
 * === Main region section
 */
.main .section {
	margin: 0 0 25px 0;
	_height: 1%;
	min-height: 1%;
	clear: both;
}
.main .section:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}




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




/**
 * ==== Page title
 */
.main .page-title {}




/**
 * === Main region content
 */
.main .content {
	padding: 20px;
	_height: 1%;
	min-height: 1%;
	background: url("../images/main-content-tile.gif") left top repeat-x;
	text-align: justify;
	clear: both;
}
.main .content:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}
.main p {}
.main ul {}
.main ul li {}
.main blockquote {}




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



/**
 * == Node
 */
.node {}
.node .thumb {}




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






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




/**
 * #region	Sidebar modules
 */




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




/**
 * == Sidebar modules
 */




/**
 * === Menu
 */
.sidebar .menu {}
.sidebar .menu h2.title {
	display: none;
}
.sidebar .menu a {
	font-weight: bold;
}
.sidebar .menu ul {
	list-style-image: url("../images/sb-menu-bullet.gif");
}
.sidebar .menu ul li.current {
	list-style-image: url("../images/sb-menu-current-bullet.gif");
}
.sidebar .menu ul li.current a {
	color: #6dce1e;
}




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




/**
 * #region	Content modules
 */




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




/**
 * == Content modules
 */




/**
 * === Gallery
 */
.main .gallery {}
.main .gallery ul {
	padding: 0;
	list-style: none;
}
.main .gallery ul li {
	margin: 0 0 15px;
}




/**
 * === Inner sidebar
 */
.main .inner-sb {
	width: 130px;
	position: absolute;
	top: 180px;
	right: 0;
}
.main .inner-sb h2.title {
	display: none;
}
.main .inner-sb .content {
	padding: 0;
	background: none;
}




/**
 * === Page description
 */
.main .page-description {
	margin-right: -150px;
}
.main .page-description h2.title {
	display: none;
}
.main .page-description .content {
	padding: 0;
	background: none;
}
.main .page-description .page-thumb {
	border: 5px solid #a1d0f6;
}