/*   
Theme Name: Dave Wiggins
Theme URI: http://www.finenoises.com/
Description: Theme Designed for Davewiggins.co.nz
Author: Jono Hale
Author URI: http://www.jonohale.co.nz
Version: 1.0
.
Licensed for Davewiggins.co.nz, All rights reserved by Dave Wiggins.
.
*/

/** Twitter in Sidebar adjustments **/

#twitter_div ul li {
list-style: none;
}

#twitter_div ul {
margin: 0;
padding: 0;
}

#twitter_div a, #twitter_div a:visited {
color: #000;
text-decoration: none;
}

/***end twitter***/
body {
	background: #ffffe4;
	padding: 0;
	margin: 0;
	font-family: sans-serif;
}
#wrapper {
	width: 960px;
	margin: 0 auto 0 auto;
}
#header {
	width: 100%;
	height: 300px;
}
#photo {
background: url("images/photo.png") no-repeat;
width: 551px;
height: 378px;
position: absolute;
z-index: 2;
margin-left: -60px;
top: 0;
	
}
#name {
float: right;
width: 600px;
margin-left: 360px;
margin-top: 100px;
position: relative;	
text-align: center;
margin-bottom: 20px;
}
#menu {
float: right;
width: 640px;
margin-left: 360px;
position: relative;	
background: url('images/menu_bg.png') center;
z-index: 6;	
margin-top: 0px;
margin-right: -10px;
height: 80px;
padding-top: 35px;
}
#menu ul {
margin:0;
	padding:5px 0 0 0;
	list-style:none;
	text-align: center;
}
#menu ul li {
display:inline;
margin:0 10px 0 0;
padding:10px 0px 0px 0px;
}
#sidebar {
	width: 300px;
	height: 500px;
	float: left;
	margin: 50px 10px 10px 0;
	padding: 0 0 0 0px;
}
#twitter{
	width: 260px;
	padding: 50px 10px 10px 30px;
	background: url('images/twitterbg.jpg');
	height: 112px;
}
#twitter .tweet {
color: #fff;
}
#twitter .tweet small {
color: #fff;
font-size: 10px;
}
#twitter #twitterlogo {
position: absolute;
margin-top: 70px;
width: 260px;
height:25px ;
background: url('images/Logo_twitter.jpg') no-repeat right;
}

#twitter #twitterlogo a {
	display: block;
	height: 25px;
	text-decoration: none;
}
#sidebarblock{
	width: 270px;
	padding: 40px 10px 10px 20px;
	background: url('images/sidebar2.jpg');
	height: 230px;
}
#facebook {
	background: url('images/Logo_facebook.jpg') no-repeat;
	width: 148px;
	height: 49px;
	overflow: hidden;
	display: block;
	margin-left: 50px;
	margin-top: 10px;
}
#facebook a {
	display: block;
	width: 148px;
	padding-top: 49px;
}
#myspace {
	background: url('images/Logo_myspace.jpg') no-repeat;
	width: 184px;
	height: 32px;
	overflow: hidden;
	display: block;
	margin-left: 30px;
	margin-top: 20px;
}
#myspace a {
	display: block;
	width: 184px;
	padding-top: 32px;
}
#blog {
	background: url('images/Blog.jpg') no-repeat;
	width: 63px;
	height: 20px;
	overflow: hidden;
	margin-top: 20px;
	margin-left: 90px;
}
#blog a {
	display: block;
	width: 63px;
	padding-top: 20px;
}
#booking {
	background: url('images/Booking.jpg') no-repeat;
	width: 107px;
	height: 20px;
	overflow: hidden;
	margin-top: 20px;
	margin-left: 68px;
}
#booking a {
	display: block;
	width: 107px;
	padding-top: 20px;
}
#maincontent {
	background: url('images/mainbg_top.jpg') top center no-repeat #fff;
	width: 620px;
	float: right;
	padding-top: 40px;
	margin-top: 0px;
}
#maincontent #end {
	background: url('images/mainbg_bottom.jpg') bottom center no-repeat;
	height: 70px;
	width: 620px;
}
#frontpagetext {
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
}
#latestposts {
	width: 253px;
	height: 63px;
	background: url('images/Latest_blog_posts.png') left no-repeat;
	margin-left: -25px;
	margin-top: 20px;
}
#post {
	margin-top: 10px;
}
#post a {
	text-decoration: none;
	color: #000;
}
#post .title {
background: url('images/title_bg.jpg') left bottom no-repeat;
font-size: 16px;
font-weight: bold;
padding-bottom: 7px;
padding-left: 5px;
margin-bottom: 5px;
	
}
#post .date {
	font-size: 10px;
	color: #666;
	padding-left: 5px;
}
#post .posttext {
	font-size: 12px;
	padding-left: 5px;
}
#post .readmore {
	background: url('images/read_more_bg.jpg') center bottom no-repeat;
	padding-bottom: 5px;
	width: 80px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	float: right;
	margin-right: 20px;
}
