@charset "UTF-8";

/* CSS RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,
form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	list-style: none;
}
@font-face {
	font-family: 'Gotham_Ultra';
	src: '../fonts/GothaHTFUlt.ttf';
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family: 'Gotham_Bold';
	src: '../fonts/GothaHTFBol.pfb';
	font-weight:normal;
	font-style:normal;
}

body {
	background: #0b0502 url(../images/bg_lion.jpg) no-repeat 30% -115px fixed;
	font-size: 75%;
	line-height: 20px;
	color: #1e1a16;
}
html>body {
	font-family: 'Lucida Grande','Helvetica Neue',Arial,Helvetica,sans-serif;
	font-size: 10px;
	line-height: 20px;
}
/* Links */
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* Headings 12px,14px,16px,20px,24px */
h1,h2,h3,h4,h5,h6 {
	font-family:"Gotham_Ultra", "GothamHTF-Ultra", "Gotham HTF Ultra", "Gotham-Bold", "Lucida Grande", sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 20px;
}
h1 {
	font-size: 40px;
	margin-bottom: 20px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
/* Blocks & Paragraphs */
hr {
	height: 3px;
	margin: 0px 0 9px;
	background: #ccc;
	color: #ccc;
	border: none;
	outline: none;
	clear: both;
}
hr.hidden {
	visibility: hidden;
	margin: 0;
	height: 0;
}
p {
	margin: 0 0 9px;
	line-height: 20px;
}

p em {
	font-family:Georgia, 'Times New Roman', serif;
}

blockquote {
	padding: 20px 20px;
	text-align: center;
}
blockquote p {
	font-size: 10px;
}
/* Lists */
ul {
	margin: 0;
	padding: 0;
}
ul li {
	line-height: 20px;
	margin-bottom: 9px;
}
dl {
	padding: 20px 0;
}
dt {
	float: left;
	width: 30%;
	font-weight: bold;
}
dd {
	float: left;
	width: 70%;
}


/* GLOBAL CLASSES */
.group:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
}

/* slider */
.glow {
	position:absolute;
	z-index:-1;
	top:-43px;
	left:0;
	margin:0 auto;
	display:none;
	width:776px;
	height:43px;
	background:url(../images/slider_glow.png) no-repeat 0 0;

}
.lion {
	position:absolute;
	z-index:0;
	top:-43px;
	left:375px;
	display:block;
	width:75px;
	height:50px;
	background:url(../images/lion.png) no-repeat 0 0;

	
}
#maybeimalion {
	display:none;
	width:560px;
	height:229px;
	margin:60px auto 0;
	padding:30px 120px 0;
	background:url(../images/slider_bg.png) no-repeat 0 0;
	color:#5a5a5a;
	position:relative;
	z-index:0;
}

#maybeimalion h3 {
	margin:0 auto 30px;
	width:222px;
	height:10px;
	overflow:hidden;
	text-indent:-999em;
	background:url(../images/maybeimalion.png) no-repeat 0 0;
	display:none;
}

#maybeimalion p {
	-moz-column-count: 2;
	-moz-column-gap: 30px;
	-webkit-column-count: 2;
	-webkit-column-gap: 30px;
	column-count: 2;
	column-gap: 30px;
	display:none;
}

#maybeimalion a {
	position:absolute;
	bottom:10px;
	right:30px;
	color:white;
	font-style:italic;
	font-size:9px;
	text-decoration:none;
	cursor:pointer;
}


/* header */
#header {
	width:800px;
	height:184px;
	overflow:hidden;
	zoom:1;
	background:url(../images/header.png) no-repeat;
	color:#000;
	margin:0 auto;
	padding:0;
	margin-bottom:60px;
	position:relative;
}

#header #identity {
	width:400px;
	float:left;
}

#header h1 {
	width:140px;
	height:75px;
	overflow:hidden;
	text-indent:-999em;	
	margin:50px 0 15px 30px;
}

#header h1 a {
	display:block;
	width:100%;
	height:100%;
	background:url(../images/logo.png) no-repeat 0 0;
}

#header h2 {
	clear:left;
	font-size:10px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", serif;
	text-shadow:1px 1px 1px #b33625;
	font-weight:normal;
	margin:0 0 0 30px;
}
#header ul {
	margin:65px 0 0 0;
	padding:0;
	list-style:none;
	float:right;
	overflow:hidden;
	zoom:1;
}
#header ul li {
	margin:0 30px 0 0px;
	padding:0;
	float:left;
	width:81px;
	height:52px;
	text-indent:-999em;
}
#header ul li a {
	display:block;
	width:100%;
	height:100%;
}
#header ul li.portfolio a {
	background:url(../images/nav_portfolio.png) no-repeat 0 0px;
}
#header ul li.about_me a {
	background:url(../images/nav_about_me.png) no-repeat 0 0px;
}
#header p {
	margin:0;
	position:absolute;
	top:10px;
	right:30px;
	text-align:right;
	font-size:9px;
	font-family:Georgia, "Times New Roman", serif;
	font-style:italic;
}

#header a.toggle {
	text-decoration:none;
	cursor:pointer;
	background:url(../images/eject.gif) no-repeat 0 -16px;
	padding-left:15px;
}
#header a.toggle:hover {
	color:white;
	background-position:0 2px;
}

/* content */
#content {
	width:800px;
	background:white;
	margin:0 auto 60px;
	overflow:hidden;
	zoom:1;
}

/* footer */
#footer {
	width:800px;
	margin:0 auto 60px;
	color:#fff;
	font-size:9px;
	position:relative;
}

#footer p {
	background:rgba(0,0,0,.5);
	padding:5px;
	position:absolute;
	top:0;
}

#footer p.first {
	left:0;
	padding-right:20px;
}
#footer p.last {
	right:0;
	padding-left:30px;
}
#footer p.first span {
	padding-left:20px;
}
#footer p.last span {
	padding-right:20px;
}
#footer p span.ipad {
	background:url(../images/icon_apple.png) no-repeat 0 50%;
	padding-left:20px;
}

#footer a {
	font-weight:bold;
	color:white;
	text-decoration:none;
}
#footer a.twitter {
	background:url(../images/twitter.png) no-repeat 0 50%;
	padding-left:15px;
}