@charset "utf-8";
@import "init.css";

/*
   contactform
------------------------------------------------------------------- */

.contactform {background-color: #EDEDED; padding: 15px;}
.contactform form{background-color: #EDEDED;}

/*
   img
------------------------------------------------------------------- */
.thumb img {
	display: block
	width: 150px;
	background-color: #ffffff;
	border: 3px solid #DDD;
	padding: 3px;
	margin-right: 20px;
	float: left;
}
/*
   post
------------------------------------------------------------------- */

.share{
	float: right;
	padding: 0px 10px;	
}

/* lines */

.postline{
	margin: 20px 0px;
	border: 1px #DDD solid;
	clear: both;
}
.post-title_index {
	color: #7A7A7A;
	font: bold 1.2em;
	margin-bottom: 16px;
	padding: 7px 10px 6px;
}

/*
   Layout
------------------------------------------------------------------- */

/* Wrapper */

#site-wrapper {
	margin: 0 auto;
	width: 920px;
	min-height: 100%;
}
/* Header */

#header {
	height: 310px;
	padding-top: 0px;
	background: #3C7293;
	background: url('img/igi_main.png');
	background-position: center;
	background-repeat: no-repeat;
}

/* Top */

#top {
	margin: 10px auto 40px;
	width: 920px;
}

/* Logo */

#logo {
	padding: 15px 40px 10px 0;
}
#logo img{
	margin: 0 50px 0 0;
}

/*
   navbox
------------------------------------------------------------------- */

/* Main */

.main {margin: 15px 0;}
.main#main-two-columns {background: url('img/main-two-columns.gif') repeat-y right top;}
.main#main-two-columns-left {background: url('img/main-two-columns-left.gif') repeat-y left top;}
.main#main-two-columns #main-content, .main#main-two-columns-left #main-content {width: 620px;}

/* Layout */

#navbox {
	height: 30px;
	margin: -20px 0 0 0;
	padding: 0px;
	background: #ffffff;
	border-bottom: 20px solid #3C7293;
}
#nav_inner {
	display: block;
	margin: 0px auto;
	width: 920px;
}
.nav li {
	text-align: center;
	display: block;
	float: left;
}
.nav li img{
	float: left;
	padding: 5px 0 0 5px;
}
.nav li a {
	display: block;
	padding: 7px 4px 0 7px;
	width: 110px;
	color: #7A7A7A;
	font-weight: bold;
}
.nav li a:hover {
	height: 23px;
	background: #fff;
	color: #CC0000;
	font-weight: bold;
}
#navbox-footer{
	height: 150px;
	margin: 0px auto;
	padding: 0px 20px;
	border-top:solid 1px #eee;
	border-bottom: solid #CC0000;
}
#navbox-footer-box{
	margin: 30px auto 0;
	padding-left: 80px;
	width: 920px;
}

#navbox-header{
	float: right;
	margin: 10px 20px 0 0;
	padding: 5px;
	width: 120px;
}

/* =----------------------------------- top + bottom navigation */

/* Sidebar */

#sidebar {width: 255px;}
#sidebar .section-title {margin-bottom: 8px;}

/* Columns */

.col3, .col3-mid {width: 30%;}
.col3-mid {margin-left: 5%;}

/* Sections */

.section {margin-bottom: 24px;}
.section-title, .page-title, .post-title {
	border-bottom: 1px solid #DDD;
	color: #7A7A7A;
	font: bold 1.2em;
	margin-bottom: 16px;
	padding: 7px 10px 6px;
}

/*
   footer
------------------------------------------------------------------- */

.likebox {
	width: 500px;
	background-color: #ffffff;
}
#footer {
	color: #777;
	padding: 16px 0 16px;
	background-color: #eee;
}
#footer_under {
	color: #fff;
	text-align: center;
	padding: 5px 0;
	background-color: #3C7293;
}
#footer-box{
	margin: 0 auto;
	width: 920px;
}
#footer-left {
	width: 379px;
}
#footer-left p {
	padding: 10px 0 0 0;
}
#footer-left p img{
	border: 1px solid #ccc;
}
#footer-right {
	padding: 10px 0 0 0;
	width: 539px;
	text-align: right;
}
#footer p {margin-bottom: 0.4em;}
#footer .text-separator {
	padding: 0 3px;
	color: #BBB;
}
#footer a:hover {color: #000;}