@import url(fonts.css);
/* html{background:url(../i/bg2.png);} */
/* html, body {height:100%;color:#343432;} */

/* Typography
--- */
body {
	font: 13px/1.4 "Lora",Georgia, Times, serif;
}
h1 {
	font: bold 32px/32px Trump, Arial, sans-serif;
	text-transform:uppercase;
	
	color:#000000;
}

h2 {
	font: bold 22px/22px Trump, Arial, sans-serif; 
	text-transform:uppercase;
	color:#000000;
}

h3 {
	font: bold 18px/1.4 "Lora",Georgia, Times, serif;
}

a {
	text-decoration:none;
	color:#2999b9;
}

a:hover {
	color:#000000;
}

h1,
.type h1 {margin:0px 0px 12px 30px; }
.type h2 {margin:24px 0 0 30px; padding-bottom:5px; padding-top:10px;}
.type h3 {margin:24px 0 0 30px; font-size:14px; color:#000000;}
.type p {margin:12px 0 0 30px;}
.type ul {margin:20px;}

.type p a{font-weight:bold;}
.type p a:hover{background-color:rgba(0,0,0,.05)}

/* Structure
--- */
.wrap {width: 1024px; margin:0 auto; position:relative; }
body > .wrap{
	min-height:100%;
}
#logo {font: normal 60px/56px Trump,sans-serif;text-transform:uppercase;
    color:#000;position:absolute;bottom:2px;left:30px;}
#logo:hover{color:#2999b9}
#demo {height:350px; margin-bottom:24px;}
#content {
	overflow:hidden; 
	min-height:550px; 
	padding-bottom:72px;
	padding-top:36px;
}
.home #content{padding-top:0;}

.shorts-container {
    position:relative;
    width:250px;
    height:445px;
	display: inline-block;
}

.shorts-container iframe {
     position:absolute;
     width:100%;
     height:100%;
     left:0;
     top:0;
}

/* Main Navigation
--- */
header.main{padding-top:0px;}
.head {overflow:hidden; position:relative;
    /*background:#7cb0b3 url(../i/bg2.png);*/position:relative;height:80px;border-bottom:2px solid #333;border-top:3px solid #333;}
.head nav.main {position:absolute;right:0;bottom:0;display:block; overflow:hidden;margin-top:20px;}
.head nav.main a {color:#000;font: normal 22px/20px Trump,sans-serif;
    text-transform:uppercase;  float:left;padding:12px 16px 8px;border-right:1px dotted #aaa;}
.head nav.main a:hover{color:#2999b9}
.head nav.main a:first-child {margin:0;border-left:1px dotted #aaa;}
.head nav.main a.active{background:#eee url(../i/bg2.png);color:#000;cursor:default;}
.head a.existing{position:absolute;top:12px;right:0;display:block;font-style:italic;font-size:12px;}
.head .twitter-share-button{position:absolute;top:9px;left:246px;display:block;}
.head a.existing:hover{}

.sep{height:12px;background: #eee ;margin: 1px 0 12px;}


/* Footer
--- */
footer {
}
footer.main {
	height:20px;
	padding:8px 0;
	overflow:hidden;
    margin-top:-37px;
	margin-left:auto;
	margin-right:auto;
	width:1024px;
	text-align:center;
}
footer.main .wrap *{display:inline;font:12px "Lora", georgia, serif;}
footer.main .wrap h2{display:none;}


