/*	------------------------------------------------------------------------------
	CSS Document

	project:	aimm
	created:	05-10-10
	author:		Damien Criado
	email:		lkiz@me.com
	website:	http://www.lkiz.ch/

	summary:	RESET
				GENERIC
				HEADER
				NAVIGATION
				CONTENT
				ARTICLE
------------------------------------------------------------------------------  */

/*	RESET - v1.0 | 20080212
------------------------------------------------------------------------------  */
@import url(reset.css);

/*	GENERIC
------------------------------------------------------------------------------  */
body#welcome {
	background-color: #ffffff;
}

#welcome {
	display: block;
	margin-top: 100px;
	text-align: center;
}

#welcome .welcome {
	display: block;
	font-family: 'MyriadPro';
	font-weight: normal;
	font-style: normal;
	color: #d9dbdd;
	text-decoration: underline;
	font-size: 1.4em;
	text-transform: uppercase;
	margin-top: 20px;
	letter-spacing: 0.05em;
}

body#main {
	background-color: #ebebeb;
}

#wrapper {
	display: block;
	width: 590px;
	height: auto;
	margin: 0 auto 0 auto;
	background-color: #ffffff;
}

a:active, a:link, a:visited {
	color: inherit;
	text-decoration: inherit;
}

a:hover {
	color: #1d1d1d;
	text-decoration: underline;
}

@font-face {
	font-family: 'MyriadPro';
	src: url('fonts/myriadpro-regular-webfont.eot');
	src: local('☺'), url('fonts/myriadpro-regular-webfont.woff') format('woff'), url('fonts/myriadpro-regular-webfont.ttf') format('truetype'), url('fonts/myriadpro-regular-webfont.svg#webfontE4KPnIh0') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MyriadPro';
	src: url('fonts/myriadpro-semibold-webfont.eot');
	src: local('☺'), url('fonts/myriadpro-semibold-webfont.woff') format('woff'), url('fonts/myriadpro-semibold-webfont.ttf') format('truetype'), url('fonts/myriadpro-semibold-webfont.svg#webfontsSiL7cxF') format('svg');
	font-weight: bold;
	font-style: normal;
}

/*	HEADER
------------------------------------------------------------------------------  */
header {
	display: block;
	width: 518px;
	height: auto;
	margin: 0 auto 0 auto;
	text-align: center;
}

/*	NAVIGATION
------------------------------------------------------------------------------  */
#nav {
	position: relative;
	width: 520px;
	height: auto;
	padding-top: 20px;
	text-align: right;
	font-family: 'MyriadPro';
	font-weight: normal;
	font-size: 1em;
	color: #eeeeee;
	margin-bottom: 100px;
}

#nav a:active, #nav a:visited, #nav a:link {
	text-decoration: none;
	color: #eeeeee;
}

#nav a:hover {
	color: #1d1d1d;
}

/*	CONTENT
------------------------------------------------------------------------------  */
#content {
	display: table;
	width: 520px;
	height: auto;
	margin: 120px auto 0 auto;
	text-align: justify;
	font-family: 'Arial';
}

/*	ARTICLE
------------------------------------------------------------------------------  */
article {
	display: block;
	margin-bottom: 40px;
	font-family: 'Arial';
	color: #979797;
}

article p {
	line-height: 1.2em;
}

article .title {
	display: block;
	width: 520px;
	height: auto;
	margin: 0 0 5px 0;
	padding: 8px 0 4px 0;
	border-top: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	font-family: 'MyriadPro';
	font-weight: bold;
	font-size: 1.8em;
	text-align: left;
	color: #1d1d1d;
	text-transform: uppercase;
}

article .subtitle {
	display: block;
	width: 520px;
	height: 15px;
	margin-bottom: 10px;
	border-bottom: 1px solid #D7D7D7;
	font-size: 10px;
	color: #979797;
}

article img {
	width: 520px;
	margin-top: 5px;
}