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

html{
width: 100%;
height: 100%;
background: url(billyBG.jpg) no-repeat top left fixed;
}

body{
width: 400px;
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;
    width: 270px;	
	font-size: 56px;
	font-weight: 100;
	color: #000000;
	position: relative;
	top: 20px;
	left: -270px;
	text-align: center;
	padding: 10px 0px;
}

h2{
	font-family: Georgia, serif;
	color: #333333;
	font-size: 16px;
	font-weight: 100;
}

/* NAVIGATION */

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

#nav li{
	list-style-type: none;
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Georgia, serif;
	text-align: center;
}

#nav li a{
	text-decoration: none;
	color: #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: 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;
}

.footer, push{
	height: 150px;
}

.copyright{
	font-family: Georgia, serif;
	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(input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
	font-size: 18px;
}

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

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