/*
Theme Name: IGA-IGA.com TOP
Theme URI: http://iga-iga.com
Description: 
Version: 1.0
Author: Offiba Design
Author URI: http://offiba.com/
Tags: 
*/


body {
	text-align: center;
	font-size: 12px;	
}

#page {
	position: relative;
	width: 900px;
	height: 100%;
	margin: 0px auto;
	background-image: url("./img/home_bg.png");
	background-repat: repeat-y;
	text-align: left;
}

#header {
	height: 250px;
	background-image: url("./img/home_header.jpg");
	background-repeat: no-repeat;
	text-indent: -99999px;
}

#counter {
	position: absolute;
	top: 70px;
	left: 777px;
	width: 105px;
	font-size: 12px;
	color: #8DC047;
	text-align: right;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #A7B672;
	margin-bottom: 20px;
}

#main {
	margin-top: 15px;	
}

#contents {
	float: right;
	width: 510px;
}

#contents .section {
	padding-left: 22px;
	padding-right: 22px;
	border-left: 1px dotted #A7B672;
}

#contents #manifesto {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #D0D8B9;
}

#contents #recent h3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;	
}

#contents #recent a {
	text-decoration: none;
	color: #A7B672;
}

#contents #recent ol li {
	padding-bottom: 17px;
	margin-bottom: 25px;
	border-bottom: 1px dotted #D0D8B9;
}

#menu {
	float: left;
	width: 390px;
}

#menu .section {
	margin-left: 25px;
	margin-right: 25px;
}

#menu #blogs li {
	margin-bottom: 25px;
}

#menu #etc li {
	list-style-type: disc;
	list-style-position: inside;
}

#menu a {
	text-decoration: none;
	color: #000000;	
}
	
div.clear {
	clear: both;	
}

#footer {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
	border-top: 1px solid #D0D8B9;
	text-align: center;
	font-family: serif;
}
