/*
Theme Name:Altadena Junction Splash
Description:Splash page for the new Altadena Junction website
Version:1.0.0
Author:JohnintheUK
Author URI:http://alackof.com/
Tags:none


*/


/*  ------ typography ------------------- */

body {
	background:#2b1f17 url('images/background.jpg') center;
	font-family:Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 62.5%;
	color:#fff;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}
#main {font-size: 1.0em; line-height: 1.2em;}
a {border-bottom:1px dotted #fff;
	text-decoration:none;
	color:#fff;
	font-weight:600;
}
a:hover {color:#fff;
	border-bottom:1px solid #fff;
}
#main {
	background:#749f63;
	border:2px solid #d9ebd3;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 10px;
	box-shadow:0px 0px 20px #000;
	-webkit-box-shadow:0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	min-height:350px;
}
.mainimg {
	float:right;
	margin:0 10px;
	box-shadow:0px 0px 15px #3a5d2c;
	-webkit-box-shadow:0px 0px 15px #3a5d2c;
	-moz-box-shadow: 0px 0px 15px #3a5d2c;
	-moz-transform: rotate(2deg);

}
