/*  
Theme Name: BillyBurg
Theme URI: http://www.malleycreative.com
Description: A magazine-style layout
Version: 1.0
Author: James Malley
Author URI: http://www.malleycreative.com
*/



*{
margin: 0px;
padding: 0px;
border: 0px;
}

html{
width: 100%;
height: 100%;
}

body{
height: 100%;
width:100%;
float: right;
background: #FFFFFF;
}

#rotating {
	position:absolute;
	z-index:-99;
	width:100%;
	height:100%;
	background:fixed;
}

.alignleft {padding:5px;border:1px solid #CCCCCC;float:left;margin-right:10px;}
.alignright {padding:5px;border:1px solid #CCCCCC;float:right;margin-left:10px;}

#container{
	padding: 25px;
	background: #FFFFFF;
}

.wrapper {
	min-height: 100%;
	width: 565px;
	background-color:#FFF;
	float:right;
	height: auto !important;
	height: 100%;
	margin: 0 auto -150px;
}

#social {
	float:left;
	position:absolute;
	z-index:5;
	padding:20px;
	height:auto;
	width:auto;
}

/* TYPOGRAPHY */

p{
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 140%;
	padding:5px 0;
}

/* HEADINGS */

h1.branding{
	font-family: "Century Gothic", Arial;
    background: #000000;
    width: 335px;	
	font-size: 28px;
	font-weight: 100;
	color: #000000;
	margin-top:0px;
	position: relative;
	top: 20px;
	left: -335px;
	text-align: center;
	padding: 10px 0px;
}

h2{
	font-family: "Century Gothic", Arial;
	color: #333333;
	text-transform:uppercase;
	font-size: 18px;
}

h2 a{
	font-family: "Century Gothic", Arial;
	color: #333333;
	font-size: 16px;
	font-weight: 100;
	text-decoration: none;
}

h4 {padding:0px;margin:0px;line-height:100%;font-family:"Century Gothic", Arial;font-weight:bold;font-size:15px;text-transform:uppercase;}

/* NAVIGATION */

#nav{
	padding: 10px 0px 0px 20px;
}

#nav li{
	list-style-type: none;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	font-family: "Century Gothic", Arial;
	text-align: center;
	font-size:14px;
	letter-spacing:.25px;
	font-weight:bold;
	text-transform:uppercase;
}

#nav li a, #nav li a:link, #nav li a:active, #nav li a:visited {
	text-decoration: none;
	color: #4A91FF;
}


#nav li a:hover{
	color: #666666;
}

#navSecondary{
    border: 1px solid #e1e1e1;
    text-align: center;
}

#navSecondary li{
	list-style-type: none;
	display: inline;
	padding-right: 10px;
    padding-left: 10px;
    font-family: "Century Gothic", Arial;
    font-size: 12px;
    text-align: center;
}

#navSecondary li a{
	text-decoration: none;
	color: #333333;
}


#navSecondary li a:hover{
	color: #666666;
}

/* Page elements */

.welcome{
	margin-bottom: 25px;
}

.latestEntry{
	padding-bottom: 5px;
}

.latestEntry p{
padding-bottom: 20px;
}

.postmetadata{
color: #999;
}

.postmetadata a{
text-decoration: none;
color: #666666;
}

.postmetadata a:hover{
text-decoration: underline;
}

.footer, push{
	height: 200px;
}

.copyright{
	font-family: "Century Gothic", Arial;
	font-size: 11px;
	text-align: center;
	color: #999999	;
}

/* forms */

#search{
	text-align: center;
	padding-bottom: 25px;
	display: block;
}

.textinput {
	width:188px;
	height:25px;
	background:url(images/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
	font-size: 18px;
}

	
.extras {
	list-style-type:square;
	font-size:13px;
	margin-left:30px;
	line-height:140%;
	font-family:Arial, Helvetica, sans-serif;
	
	}

#tweet {
	background-image:url(/images/tweet2.png);
	background-repeat:no-repeat;
	height:157px;
	width:387px;
	margin-top:250px;
	position:fixed;
}

#tweet p, #tweet a, #tweet a:link, #tweet a:hover, #tweet a:active, #tweet a:visited {
	margin-top:55px;
	margin-left:125px;
	padding-right:20px;
	padding-bottom:5px;
	font-size:17px;
	color:#FFF;
	font-style:inherit;
	text-align:right;
}

.textinput:focus {
	width:188px;
	height:25px;
	background:url(images/input.gif) no-repeat left bottom;
	border:none;
	padding:4px 8px;
}

.buttonSubmit{
	width:75px;
	height:35px;
	color:#FFF;
	font-weight:bold;
	background:url(images/button.gif) no-repeat center top;
	cursor:pointer;
	border:none;
	font-size: 15px;
}
.buttonSubmit:focus{
	background-position:center bottom;
}
