/*======================================

- Astronomy in Reverse, Shiro and Keith
- Coming Soon 
- Author: Shinju
- Author URI: http://snow-heart.net

======================================*/

/* GLOBAL LAYOUT AND STYLE */

html, body, div, span, h1, h2, h3,
p, blockquote, figure, figcaption, a, cite, dfn,
em, img, strong, b, i, 
ol, ul, li, table, tr, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

* {
	margin: 0;
	padding: 0;
}

header, section, footer, aside, nav, main, article, figure {
	display: block;
}

body {
	background: #020203;
	margin: 0 auto !important;
	color: #dfdfff;
	text-align: center !important;
}

#frame {
	margin: 0 auto;
	text-align: center !important;
}

#content {
	background: url('imgs/air_bg.jpg') top center no-repeat;
	margin: 100px auto;
	padding: 100px 20px 0 20px;
	min-height: 700px;
	width: 1000px;
	font: 11pt/170% 'Open Sans', sans-serif;
	text-align: left;
}

#title {
	background: url('imgs/air_title.png') top center no-repeat;
	min-height: 109px;
	text-align: center !important;
}

#push {
	height: 100px;
}

/* HEADERS & FONTS */
p {
	margin: 10px 100px 15px 100px;
}

.small {
	font-size: 9pt;
}

.center, .works {
	text-align: center !important;
}

#content img {
	width: 50px;
}

b, strong {
	color: #7bdfff;
	text-transform: uppercase;
}

i {
	color: #ff9bd6;
}

.hearts {
	color: #ffbfe5;
}

/* LINKS */
a, a:link, a:visited {
	color: #bfffd6;
	text-decoration: none;
}

a:hover {
	color: #ffe8bf;
}

/* IMAGES */
img {
	border: 0px;
}

.works img {
	margin: 3px; 
	border: 5px solid #284682; 
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	opacity:0.5; 
	-webkit-transition: opacity .5s ease-in; 
	-moz-transition: opacity .5s ease-in; 
	-o-transition: opacity .5s ease-in; 
	transition: opacity .5s ease-in;
}

.works img:hover {
	border: 5px solid #a8cbe7; 
	opacity: 0.9;
}