@charset "UTF-8";

/*
*akichiatlas.com
*base-CSS
*/

body {
	margin:20px 0 0 0;
	color: #000;
	background:#FFF url(http://akichiatlas.com/CircleAtZurichAirport/images/00-1.jpg) no-repeat center top;
	font-family:verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size:80%;
}

/* /////////////////////////////////////////////////////////////////  Center Container Box
/*/
#container {
	margin:0 auto;
	width:668px;
}
/* /////////////////////////////////////////////////////////////////  Header Box (width 668px)
/*/
#header {
	padding:0;
	width:668px;
	height:75px;
}
#header h1 {
	margin:0;
	padding:0;
}
#header #logo {
	width:180px;
	height:75px;
	float:left;
}
#header #fullBanner {
	margin:0 0 0 20px;
	width:468px;
	height:75px;
	float:left;
}
	
/* /////////////////////////////////////////////////////////////////  Contents
/*/
#contents {
	margin:0;
	width:668px;
	color:#333;
}
/*  ================================================  Page Contents
 */
	#contents {
		margin:0 0 10px 0;
		padding:0 0 50px 0;
		line-height:1.6em;
		clear:left;
		text-shadow: #fff 0px -1px, #fff 1px 0px, #fff 0px 1px, #fff -1px 0px;
	}
	#contents h1 {
		margin:10px 0;
		text-transform:none;
		line-height:1.2em;
		font-size: 26px;
		color:#fff;
		_color:#000;
		text-shadow:1px 2px 0.3em #000;
	}
	#contents h2 {
		margin:0 0 20px 0;
		padding: 0;
		font-size: 110%;
		font-weight: normal;
		color:#000;
	}
	#contents h3 {
		font-size: 110%;
		margin: 20px 0 10px 0;
		padding: 0px;
		color: #6699FF;
		font-weight: normal;
		border-bottom: 1px solid #ccc;
	}
	#contents h4 {
		font-size: 110%;
		margin: 40px 0 10px 5px;
		color: #000;
	}
	#contents h6 {
		text-transform:uppercase;
		font-size: 12px;
		margin: 20px 0 10px 0;
		padding: 0px;
		color: #333333;
		border-bottom: 1px solid #ccc;
	}
	#contents blockquote {
		margin: 0 0px;
		padding: 10px 20px;
		font-size: 90%;
		background: #EDEDED;
	}
	#contents b {
		color: #777;
		font-weight: normal;
		padding:1px 3px;
		border: 1px solid #777;
	}
	#contents strong {
		color: #777;
		font-weight: normal;
		padding: 1px 3px;
		border: 1px solid #777;
	}
	#contents .caption {
		font-size: 90%;
		color: #777;
		line-height:1.2em;
	}
	#contents .author {
		text-align:right;
	}
	
	#contents a,
	#contents a:link,
	#contents a:visited {
	background:transparent;
	color:#6699ff;
	text-decoration:none;
	border-bottom: 1px solid #ccc;
	}
	#contents a:hover,
	#contents a:active {
	background:transparent;
	color:#6699ff;
	text-decoration:none;
	border-bottom: 1px solid #333;
	}
	#contents img a,
	#contents img a:link,
	#contents img a:visited {
	border-bottom: 0px solid #333;
	}
	#contents img {
	border-bottom: 0px solid #333;
	}

/* /////////////////////////////////////////////////////////////////  Comments Col (width 380px)
/*/
#comments {
	padding:0;
	width:380px;
	float:left;
	line-height:1.3em;
}
#imageBlock {
	margin:0 0 0px 0;
	float:left;
}
#imageBlock img {
	margin:0 3px 3px 0;
	float:left;
}
#comments h2 {
	margin:30px 0 0 0;
	padding:0 0 5px 0;
	font-size:150%;
	font-weight: normal;
	color:#000;
	border-bottom: 1px solid #ccc;
}
#comments .comments-open p {
	margin:0 0 5px 0;
}
#comments .invitation {
	margin:10px 0;
	padding:0 5px;
	font-size:90%;
	font-weight: normal;
	color:#996666;
}
#comments .invitation .chui {
	color:#FF0000;
}
#comments .comment {
	margin:10px 0 0 0;
	padding:0;
	border-bottom: 1px solid #ccc;
}
#comments .asset-meta {
	color:#000;
}

/* /////////////////////////////////////////////////////////////////  Footer
/*/
#footer {
	margin:10px 0;
	padding:50px 0 10px 0;
	width:668px;
	clear: left;
}
	#footer #copyright {
		width:150px;
		float:left;
		font-size:10px;
	}
	#copyright a,a:link,a:visited {
		color:#444;
		text-decoration:none;
	}
	#copyright a:hover,a:active {
		color:#444;
		text-decoration:underline;
	}
	.logoColor1 {color:#4390C7;}
	.logoColor2 {color:#79BB49;}
	.logoColor3 {color:#D80012;}
	.logoColor4 {color:#4B388C;}
	.logoColor5 {color:#70C3D4;}
	.logoColor6 {color:#F3A033;}
	.logoColor7 {color:#2DA231;}
	.logoColor8 {color:#E34462;}
	.logoColor9 {color:#93559B;}
	.logoColor10 {color:#8DA9D9;}
	.logoColor11 {color:#96C74C;}
	.logoColor12 {color:#000;}
	.logoColor13 {color:#E1321E;}
	.logoColor14 {color:#1FA1C5;}
	.logoColor15 {color:#DC739A;}
	
	#footer #aboutLink {
		text-align:right;
		width:518px;
		float:left;
		font-size:10px;
	}
	#aboutLink a,a:link,a:visited {
		color:red;
		text-decoration:none;
	}
	#aboutLink a:hover,a:active {
		color:red;
		text-decoration:underline;
	}

