/*  
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%;
background: url(images/billyBG.jpg) no-repeat top left fixed;
max-width: 1580px;
}

body{
width: 400px;
height: 100%;
float: right;
background: #000000;/*FFFFFF*/
}

#container{
	padding: 65px 35px;/*35px*/
	background: #000000;/*FFFFFF*/
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -150px;
}


/* TYPOGRAPHY */

p{
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;/*added*/
}

/* HEADINGS */

h1.branding{
	font-family: Georgia, serif;
	background: #000000;/*FFFFFF*/
	width: 400px;/*270*/	
	font-size: 47px;/*56*/
	font-weight: 100;
	color: #FFFFFF;/*000000*/
	position: relative;
	top: 20px;
	left: -270px;
	text-align: center;/*center*/
	padding: 10px 0px;
}

h2{
	font-family: Georgia, serif;
	color: #FFFFFF;/*333333*/
	font-size: 16px;
	font-weight: 100;
}

h2 a{
	font-family: Georgia, serif;
	color: #FFFFFF;/*333333*/
	font-size: 16px;
	font-weight: 100;
	text-decoration: none;
}

/* NAVIGATION */

#nav{
	padding: 10px 0px 0px 15px;/*10px 0px 0px 35px*/
}

#nav li{
	list-style-type: none;
	display: inline;
	padding-right: 5px;/*15px*/
	padding-left: 5px;/*15px*/
	font-family: Georgia, serif;
	text-align: center;
}

#nav li a{
	text-decoration: none;
	color: #FFFFFF;/*333333*/
}


#nav li a:hover{
	color: #666666;
}

#navSecondary{
    border: 1px solid #e1e1e1;
    text-align: center;
}

#navSecondary li{
	list-style-type: none;
	display: inline;
	padding-right: 5px;/*10px*/
    padding-left: 5px;/*10px*/
    font-family: Georgia, serif;
    font-size: 12px;
    text-align: center;
}

#navSecondary li a{
	text-decoration: none;
	color: #999999;/*333333*/
}


#navSecondary li a:hover{
	color: #FFFFFF;/*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: 150px;
}

.copyright{
	font-family: Georgia, serif;
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;/*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;
}

.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;
}

textarea{
width:100%;
height:30%;
}

a {
color: #ffffff;
}
