/*==================================================
	M A I N   S T Y L E S
	
	* Last Updated	: 2008/11/05
	* Author 		: Jerome Senaillat / remka / remuka@gmail.com
	* Inspired by miaandjem.com
	* Color Key     :
	   * Blue          : #71c9ed
	   * Beige         : #ecead8
==================================================*/
@import 'lib/reset.css';
@import 'lib/utilities.css'; 
@import 'lib/sifr.css'; 

/*==================================================
	L A Y O U T 
	Basic page layout
==================================================*/
body { background: #fff; font: 62.5%/160% Georgia, "Times New Roman", Times, serif; text-align: center; color: #333;}
	#wrap { width:600px; }
		#menu {display:inline; width:180px; float:left; background: #fff; text-align:left; margin:20px 0 20px 20px;}
		#contents {margin:20px 0 20px 240px; text-align:left;}
		#footer {clear:both; text-align:left;}

/*==================================================
	C O M M O N  E L E M E N T S 
	Main HTML elements 
==================================================*/
h1 {}
h2 {}
h3 {}
li, p, td, th, dd, dt, label, legend { }
li li, li p { }
a:link { color: #666; }
a:visited { color: #666; }
a:hover { color: #000; background: #71c9ed; text-decoration: none;}
a:active { color: #ffcc00; }
::-moz-selection { background: #ffcc00; color: #17266e; } 
::selection { background: #ffcc00; color: #17266e; } 

/*==================================================
	N A V I G A T I O N
==================================================*/

#menu {}
#menu h1 {margin:-20px 0 60px 0;}
#menu h1 a {text-indent:-999em; width:160px; height:65px; background: url(http://www.ami-ichikawa.com/ndxz-studio/site/amiami/img/logo.gif) no-repeat 0 0; display:block;}
#menu div {margin-bottom:10px;}
#menu h2 {font-size:1.2em; line-height: 1.5em; color:#000; font-weight: bold; cursor:pointer;}
#menu ul {}
#menu ul li {font-size:1em; line-height: 1.4em;}
#menu ul li a {text-decoration:none;  color:#333;}
#menu ul li a:hover,
#menu ul li a.current {background: #71c9ed; color:#000;}

/*==================================================
	C O N T E N T S
==================================================*/
#contents {padding:125px 0 20px 0;}
#contents h3 {font-size:1.4em; line-height: 1.5em; margin-bottom:1em; color:#71c9ed; font-weight: normal;}
#contents p {font-size:1.2em; line-height: 1.5em; margin-bottom:1em;}
#contents img,
#contents a img,
#contents a:hover img {background: #fff;}

/*==================================================
	F O O T E R
==================================================*/
#footer {margin:0 0 0 240px; padding:40px  0 20px 0; text-align:left; color:#999;}
#footer a {text-decoration: none;}

/*==================================================
	I N D E X H I B I T  misc.
==================================================*/
body.section-1 { }
body.section-2 { }
body.section-3 { }

#once { clear: left; }