/* CSS Document */
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 0px 0px 30px 0px;
	overflow-y: scroll;
	background-color: #000000;
	min-width: 800px;
	color: #AAA;
}
h1 {
	margin: 0px 0px 20px 0px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 60px;
	color: #000000;
	line-height: 1.2;
	background-color: #FFF;
	padding: 10px 0px 0px 20px;
	box-shadow: 0px 0px 30px #999;
	border-bottom: 1px solid #FFF;
}
h1 i {
	display: block;
	font-style: normal;
	font-size: 10px;
	letter-spacing: 1em;
	margin-left: 2px;
	font-weight: normal;
	color: #666;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	position: relative;
	top: -1em;
}
h2 {
	margin: -30px 0px 0px 0px;
	font-size: 18px;
}
h2 i {
	display: block;
	font-style: normal;
	font-size: 11px;
	letter-spacing: 0.3em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-top: -0.3em;
	margin-left: .25em;
}
h3 {
	margin: 20px 0px 0px 0px;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}
#layout {
	min-width: 600px;
	max-width: 1200px;
	margin: 0px auto;
	padding: 0px 20px;
}
#right-column .content {
	z-index: 2;
	border-color: #222;
	padding: 30px 0px 30px 10px;
	border-left: none;
}
.buy-now a {
	color: #099;
	text-transform: uppercase;
}
.buy-now a:hover {
	color: #FFF;
}
#layout:after {
	clear: both;
	display: block;
    font-size: 0;
    content: " ";
}
#left-column {
	float: left;
	width: 65%;
	margin-right: 4%;
}
#right-column {
	float: left;
	width: 30%;
	font-size: 13px;
	position: relative;
	top: 60px;
}
#left-column .content {
	padding: 30px 0px;
}
.example-menu {
	margin: 6px 10px;
	padding: 0px;
}
.example-menu li {
	display: block;
	margin-bottom: 0px;
	list-style-type: none;
}
.example-menu a, .example-menu a:visited {
	display: block;
	padding: 5px;
	color: #AF3A3E;
	text-decoration: none;
	border-radius: 5px;
	border: 1px solid;
	border-color: rgba(0,0,0,0.0);
	text-transform: uppercase;
	line-height: 1.3;
}
.example-menu a:hover, .example-menu a:focus {
	outline: none;
	border-color: rgba(255,255,255,0.6);
	color: #999;
}
.example-menu a i {
	display: block;
	font-size: 11px;
	font-style: normal;
	text-transform: capitalize;
}
#copyright {
	padding: 20px 0px;
	font-size: 10px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
}
#copyright p {
	margin: 3px 0px;
}

@font-face {
    font-family: 'MatchbookMatchbook';
    src: url('Matchbook-webfont.eot?') format('eot'),
         url('Matchbook-webfont.woff') format('woff'),
         url('Matchbook-webfont.ttf') format('truetype'),
         url('Matchbook-webfont.svg#webfontjUliH6GT') format('svg');
}


@font-face {
    font-family: 'ArchitectsDaughterRegular';
    src: url('ArchitectsDaughter-webfont.eot?') format('eot'),
         url('ArchitectsDaughter-webfont.woff') format('woff'),
         url('ArchitectsDaughter-webfont.ttf') format('truetype'),
         url('ArchitectsDaughter-webfont.svg#webfontRPduMdrp') format('svg');
}

@font-face {
    font-family: 'RieslingRegular';
    src: url('riesling-webfont.eot');
    src: url('riesling-webfont.eot?#iefix') format('embedded-opentype'),
         url('riesling-webfont.woff') format('woff'),
         url('riesling-webfont.ttf') format('truetype'),
         url('riesling-webfont.svg#RieslingRegular') format('svg');
}


h1, h2, h3, h4, .shadow-box {
	font-weight: normal !important;
	font-style: normal !important;
	font-family: ArchitectsDaughterRegular, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-family: RieslingRegular, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h2, h3, h4, .shadow-box {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

/*Mobile Devices*/
@media only screen and (max-device-width: 480px) {
	body, #layout { min-width: 0px !important; max-width: auto !important;}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	body, #layout { min-width: 0px !important; max-width: auto !important;}
}
