/*
Theme Name: On the Rocs Lounge
Theme URI: http://ontherocslounge.com
Description: 
Version: .1
Author: Jackson Whelan
Author URI: http://jacksonwhelan.com/
*/

* {
margin:0;
padding:0;
}

body {
text-align:center;
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
padding-top: 20px;
background:#1B191A;
color: #FFF;
}

a {
color:#FFD75F;
}
a:hover {
color:#FFF;
}
a img {
border:none;
}

#otr { 
position: absolute; 
top: 0; left: 0; 
z-index: 20; 
width:100%; 
height: 100%;
background:#1B191A;
}

#wrapper {
width:925px;
margin-left:auto;
margin-right:auto;
text-align:left;
}
#content {
position: relative;
}
.entry {
width: 520px;
float: left;
margin-top: 30px;
padding: 10px;
background: url(images/trans-bkgd.png) repeat;
}
body.home .entry {
width: 400px;
float: left;
margin-top: 200px;
padding: 10px;
background: url(images/trans-bkgd.png) repeat;
}
#otr-key {
width: 365px;
height: 540px;
float: left;
}

#footer {
width:925px;
margin-left:auto;
margin-right:auto;
text-align: right;
padding: 20px;
}

#otr-key h1 a {
display: block;
height: 540px;
outline: none;
background: url(images/otr-key-trans.png) no-repeat;
text-indent: -9999px;
}
h2.pagetitle {
position: absolute;
top: 460px;
right: 20px;
width: auto;
background:#1B191A;
color: #fff;
font-size: 18px;
line-height: 1em;
padding: 5px;
text-transform: uppercase;
letter-spacing: 5px;
padding-right: 0;
}

p {
line-height: 1.4em;
margin-bottom: 1em;
}
p.credits {
font-size: 10px;
font-family: Arial;
margin-left: 160px;
margin-right: 10px;
color: #828282;
}
strong {
color: #FFD75F;
}

#menu ul {
list-style: none;
text-align: right;
text-transform: uppercase;
margin-bottom: 20px;
}
#menu li {
display: inline;
}
#menu li a {
padding: 10px;
text-decoration: none;
}
a#fb-link img {
margin-top: 5px;
}

.entry ul {
margin: 25px ;
}
.entry li {
margin-bottom: 1em;
}

#menu p {
text-align: right;
margin: 10px;
font-size: 11px;
line-height: 1.2em;
}

ul.menu a {
font-weight: bold;
text-decoration: none;
}
li.current_page_item a {
color:#FFE1BB;
}
p.credits a {
color: #828282;
text-decoration: none;
}
p.page-nav a {
padding-right: 10px;
}

.alignright {
float:right;
margin:5px 0px 5px 5px;
}
.alignleft {
float:left;
margin:5px 5px 5px 0px;
}

.clear {
clear:both;
}
