/**
 * IHB
 *
 * @author	Ivan Zhekov <http://joneff.info>
 */




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


#rotator {
	position:relative;
	margin:auto;
	width:480px;
	height:330px;
}

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

#projects img {border:none;}
#projects a:visited, #projects a {text-decoration:none; color:#d00; font-weight:bold;}
#projects a:visited img, #projects a img{filter: alpha(opacity=40);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
 -moz-opacity: 0.40; opacity:0.4;
}
#projects a:hover {background-color:transparent; color:#06a;}
#projects a span {display:none;}
#projects a:hover span {display:block; position:absolute; top:50px; left:0; font-size:12px; height:18px; padding:4px; font-weight:normal; color:#06a;}

#projects a:hover img {filter: alpha(opacity=100);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
 -moz-opacity: 1.00; opacity:1;
 }

/**
 * @region	Imports
 */
/** @endregion */




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




/**
 * @region	Basic styling
 */




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




/**
 * @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: #040e2c url("../images/site-tile.gif") center 50px repeat-x;
}
body {
	padding: 50px 0;
	font-family: Tahoma, Arial, Lucida, sans-serif;
	font-size: 11px;
}
#site-wrap {
	margin: auto;
	padding: 10px;
	width: 750px;
	color: #353535;
	background: #ffffff;
	position: relative;
}




/** Block elements */
div {}
p {
	margin: 1em 0;
}


address {
	font-style: italic;
}


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




/** Headings */
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	color: #02458d;
	font-weight: bold;
}




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




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


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




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




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




/** Phrase elements */
i, em {
	font-style: italic;
}
b, strong {
	font-weight: bold;
}
small {
	font-size: .83em;
}
big {
	font-size: 1.2em;
}
sub {
	font-size: .83em;
	vertical-align: sub;
}
sup {
	font-size: .83em;
	vertical-align: super;
}


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




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




/** @endregion */




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




/**
 * @region	Form elements
 */
form {}


.text {
	padding: 2px;
	color: #000000;
	background: #ffffff;
	border: 1px solid #336699;
	font-family: Tahoma, Arial, Lucida, sans-serif;
	font-size: 11px;
}


.button {
	padding: 1px 0;
	color: #eeeeee;
	background: #336699 repeat-x;
	border: 1px solid #336699;	
	font-family: Tahoma, Arial, Lucida, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-transform: lowercase;
}
/** @endregion */




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




/**
 * @region	Utility classes
 */
.align-right {
	text-align: right !important;
}
/** @endregion */




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




/**
 * @region	UI classes
 */




/** Tabs */
.tabs {
	margin: 0;
	padding: 0;
	height: 1%;
	list-style: none;
	position: relative;
}
.tabs:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}


.tabs li {
	float: left;
	display: inline;
	position: relative;
}




/** @endregion */




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




/** @endregion */




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




/**
 * @region	Layout blocks
 */




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




/**
 * @region	Header
 */
#header {
	height: 100px;
	padding: 0 0 0 55px;
	color: #b1cbe7;
	background: url("../images/header-bg.gif") no-repeat;
	position: relative;
}




/** Site title */
#site-title {
	margin: 0;
	height: 75px;
	background: url("../images/site-title-bg.gif") no-repeat;
}
#site-title a {
	width: 360px;
	height: 75px;
}
#site-title a span {
	display: none;
}




/** @endregion */




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




/**
 * @region	Top navigation
 */
#top-nav {
	margin: 0;
	padding: 0;
	color: #b1cbe7;
	list-style: none;
	position: absolute;
	top: 0;
	right: 0;
}
#top-nav:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}


#top-nav li {
	margin: 0 0 0 10px;
	padding: 2px 5px;
	background: #02458d;
	float: left;
	display: inline;
}
#top-nav li.selected {
	color: #ffffff;
}




/** Top navigation links */
#top-nav a {
	color: #b1cbe7;
}
#top-nav a:hover {
	color: #ffffff;
}
#top-nav li.selected a {
	color: #ffffff;
}




/** @endregion */




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




/**
 * @region	Navigation
 */
#nav {
	margin: 0;
	padding: 0;
	height: 25px;
	color: #b1cbe7;
	background: #02458d;
	list-style: none;
}
#nav:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}


#nav li {
	margin: 0 5px 0 0;
	padding: 4px 10px;
	text-align: center;
	float: left;
}
#nav li.selected {
	color: #ffffff;
	background: url("../images/nav-item-bg-selected.gif") center top no-repeat;
}



/** Links */
#nav a {
	color: #b1cbe7;
}
#nav a:hover {
	color: #ffffff;
}
#nav li.selected a {
	color: #ffffff;
}




/** @endregion */




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




/**
 * @region	Middle
 */
#middle {
	margin: 10px 0 0 0;
	padding: 0 0 0 55px;
	height: 1%;
	background: url("../images/middle-bg.gif") no-repeat;
}
#middle:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}



.main,
.sidebar {
	overflow: hidden;
}


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




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




/**
 * @region	Column layouts
 */
/** @endregion */




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




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




/** Main section */
.main .section {
	margin: 0 0 10px 0;
	height: 1%;
	clear: both;
}
.main .section:after {
	content: "";
	height: 0;
	clear: both;
	display: block;
}




/** Main titles */
.main h2.title {
	margin: 0;
	padding: 5px 10px;
	color: #ffffff;
	background: #02458d;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
}




/** Main content */
.main .content {
	margin: 10px 0 0 0;
	padding: 1px 1em;
	height: 1%;
	background: #f5f6f7;
	position: relative;
}
.main .content:after {
	content: "";
	height: 0;
	clear: both;
	display: block;
}




/** Links */
.main a {}
.main a:hover {}




/** @endregion */




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




/**
 * @region	Sidebar
 */
.sidebar {}
.sidebar .wrapper {}



/** Sidebar section */
.sidebar .section {}



/** Sidebar titles */
.sidebar h2.title {}
.sidebar h3.sub-title {}


.sidebar h1, .sidebar h2, .sidebar h3,
.sidebar h4, .sidebar h5, .sidebar h6 {}



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




/** @endregion */





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




/** @endregion */




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




/**
 * @region	Footer
 */
#footer {
	padding: 5px 0;
	width: 100%;
	height: 1%;
	color: #50576c;
	font-size: 10px;
	position: absolute;
	bottom: -2em;
	left: 0;
}
#footer:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}



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



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



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



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




/** @endregion */




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




/** @endregion */




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




/**
 * @region	System pages
 */
/** @endregion */




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




/**
 * @region	Main modules
 */




/** Article */
.main .article {}
.main .article .image {
	margin: 0 0 .5em .5em;
	padding: 1px;
	color: #ffffff;
	background: #02458d;
	float: right;
}
.main .article .image p {
	margin: .5em;
	font-size: .9em;
}




/** Breadcrumb */
.main .bc {}




/** Contact us */
.main .contact-us {}


#home-page .main .contact-us {
	margin: 0;
	width: 235px;
	float: left;
	display: inline;
	clear: none;
}
#home-page .main .contact-us .content {
	padding: 0;
	background: none;
}




/** Form */
.main .form {}
.main .form table {}
.main .form table th {
	padding: 2px;
	width: 100px;
	text-align: left;
	vertical-align: top;
}
.main .form table td {
	padding: 2px;
	text-align: left;
	vertical-align: top;
}


.main .form input.text {
	width: 200px;
}
.main .form textarea.text {
	width: 306px;
}




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


#home-page .main .page-description {
	margin: 0 10px 0 0;
	width: 205px;
	float: left;
	display: inline;
	clear: none;
}
#home-page .main .page-description .content {
	_height: 460px;
	min-height: 460px;
}




/** Page image */
.main .page-image {}
.main .page-image .content {
	margin: 0;
	padding: 0;
}


#home-page .main .page-image {
	width: 480px;
	float: right;
	display: inline;
	clear: none
}




/** Single article */
.main .single-article {
	margin: 0
}




/** Vessels */
.main .vessels {}
.main .vessels .content {}


#home-page .main .vessels {
	width: 235px;
	float: right;
	display: inline;
	clear: none
}
#home-page .main .vessels .content {
	padding: 0;
	background: none;
}
#home-page .main .vessels .thumb img {
	border: 1px solid #b6bac5;
}


.main .vessels .node {
	margin: 1em 18px;
	width: 300px;
	float: left;
}
.main .vessels .node .thumb {
	margin: 0 .5em .5em 0;
	float: left;
}
.main .vessels .node .title {
	margin: 0;
}
.main .vessels .node .more {
	margin: 1em 0 0 0;
	text-align: right;
}




/** @endregion */




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




/**
 * @region	Sidebar modules
 */
/** @endregion */




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




/**
 * @region	Node types
 */
/** @endregion */




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




/**
 * @region	Fixes
 */
/** @endregion */