/*  
Theme Name: BillyBurg
Theme URI: http://www.jamesmalley.com
Description: A magazine-style layout
Version: 2.0
Author: James Malley
Author URI: http://www.jamesmalley.com
*/



*{
margin: 0px;
padding: 0px;
border: 0px;
}

html{
width: 100%;
height: 100%;
background: url(images/billyBG.jpg) no-repeat top left fixed;
}

body{
width: 500px;
height: 100%;
float: right;
background: #FFFFFF;
}

#container{
	padding: 35px;
	background: #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;
}

/* HEADINGS */

h1.branding{
	font-family: Georgia, serif;
    background: #FFFFFF;
    	
	font-size: 56px;
	font-weight: 100;
	color: #000000;
	position: relative;
	top: 20px;
	/* ADJUST THE WIDTH OF THE WHITE TITLE BAR WITH 'left' BELOW */
	left: -300px;
	text-align: left;
	padding: 10px 10px;
}

h2{
	font-family: Georgia, serif;
	color: #333333;
	font-size: 16px;
	font-weight: 100;
}

h2 a{
	font-family: Georgia, serif;
	color: #333333;
	font-size: 16px;
	font-weight: 100;
	text-decoration: none;
}

/* NAVIGATION */

#nav{
	padding: 10px 0px 0px 30px;
	background: #FFFFFF;
}

#nav li{
	list-style-type: none;
	display: inline;
	padding-right: 12px;
	padding-left: 12px;
	font-family: Georgia, serif;
	text-align: center;
}

#nav li a{
	text-decoration: none;
	color: #333333;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
}


#nav li a:hover{
	color: #666666;
}


#nav li.current_page_item a{
	background: #e1e1e1;
}

#nav li.current_page_parent a{
	background: #e1e1e1;
}

#subnav{
	padding: 10px 10px 10px 35px;
	margin: 5px 42px;
	border-top: 1px solid #cccccc;
	clear: both;
}

#subnav li{
	list-style-type: none;
	display: inline;
	padding-right: 5px;
	padding-left: 15px;
	font-family: Georgia, serif;
	text-align: right;
	float: right;
}

#subnav li a{
	text-decoration: none;
	color: #999999;
	font-size: 85%;
	text-align: right;
	padding-top: 12px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
}

#subnav li a:hover{
	color: #666666;
}

#subnav li.current_page_item a{
	
}



#navSecondary{
    border: 1px solid #e1e1e1;
    text-align: center;
}

#navSecondary li{
	list-style-type: none;
	display: inline;
	padding-right: 10px;
    padding-left: 10px;
    font-family: Georgia, serif;
    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: 150px;
}

.copyright{
	font-family: Georgia, serif;
	font-size: 11px;
	text-align: center;
	color: #999999	;
}

/* forms */

textarea{
	width: 300px;
	border: 1px solid #CCCCCC;
}

#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;
}

/* PORTFOLIO SECTION */

.portfolio .image{
	float: left;
	width: 460px;
	margin-left: -460px;
	background: #FFFFFF;
	border: 5px solid #FFFFFF;
}

/*archives*/

.archlist{
	margin-top: 20px;
}

.archlist li{
	list-style-type: none;
}

.archlist li a{
	text-decoration: none;
	color: #cccccc;
}
