/*
Theme Name: Phatpad custom theme
Theme URI: http://phatpad.com.au/
Version: 2
Author: Nathen Street
Author URI: http://phatpad.com.au/
Tags: phatpad

	 Phatpad v2
	 http://phatpad.com.au

	This theme was designed and built by Nathen Street
	
	Last updated 18 September 2009
	Updated by Nathen Street
*/


/****************************************************** Typography */

	
#header h1 a {
	border-bottom: none;
	}
	
h2.postheading {
	font-size: 1.5em;
	font-weight: bold;
	}
	
h3 {
	font-weight: bold;
	}
	
h3.entryHeading {
	font-weight: bold;
	padding-top: 10px;
	}
	
.entryHeading a {
	border-bottom: none;
	}
	
h3#comments,
#respond h3,
.fn {
	font-size: 18px;
	font-style: normal;
	}

.postmetadata {
	font-size: .8em;
	}
	
a h2 {
	color: #000000;
	}
	
a { 
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
	outline: none;
	}
	
a:hover {
	border-bottom: 1px solid #000000;
	}
	
.sociable a {
	border-bottom: none;
	}
	
a.featuredlink {
	color: #ffffff;
	border-bottom: none;
	font-size: .9em;
	}
	
a.thickbox { 
	border-bottom: none;
	}

a.thickbox:hover { 
	background-color: none;
	}
	
.homepage a img {
	border-bottom: none;
	}
	
label.screen-reader-text {
	display: none;
	}
		
.post-edit-link {
	margin-top: -1em;
	}

/****************************************************** pagination */

.navigationByPage .wp-paginate .title {
	float: left; 
	padding: 8px 15px 0 0;
	font-size: 150%;
	color: #000000;
	font-weight: bold;
	}
		

.navigationByPage .wp-paginate .page,
.navigationByPage .wp-paginate .next {
	font-size: 2em;
	float: left;
	background-color: #ffffff;
	border: none;
	color: #000000;
	font-weight: bold;
	}
	
.navigationByPage .wp-paginate .current {
	background-color: #000000;
	color: #ffffff;
	}
		
.pagination span {
	padding: 5px;
	margin-right: 5px;
	}
	
.pagination a {
	margin-right: 5px;
	}

#sidebar {
	line-height: 2em;
	}
	
.noBorder {
	border-bottom: none;
	}

.noBorder:hover {
	border-bottom: none;
	}
			
/****************************************************** Structure */

body {
	margin-top: 0;
	padding-top: 0;
	}
	
.container {
	padding-top: 15px;
	}

#header {
	border-bottom: 5px #000000 solid;
	height: 90px;
	}
	
.homepageEntries {
	padding: 10px 0 40px 0;
	border-top: 5px #000000 solid;
	height: 530px;
	}

.homepageEntries:nth-child(-n+2) { /* works in modern browsers, except IE8 - need a JS fix for this */
	border-top: none
	}
		
#respond {
	padding: 20px 0 40px 0;
	margin-top: 20px;
	border-top: 5px #000000 solid;
	}


#sidebar {
	margin: 40px 0;
	padding: 20px 0;
	border-top: 5px #000000 solid;
	border-bottom: 5px #000000 solid;
}

.navigationByPage {
	clear: both;
	margin: 0px 0;
	padding-top: 30px;
	border-top: 5px #000000 solid;
	}
	
#recentPosts {
	margin-top: 60px;
	padding-top: 20px;
	border-top: 5px #000000 solid;
	clear: both;
	}
	
#singlePost {
	position: relative;
	margin-top: 10px;
	}
	
.galleryArea {
	position: absolute;
	left: 0;
	top: 0;
	width: 650px;
	}

#archive {
	padding: 10px 0 40px 0;
	}

#archive,
#portfolio {
	padding: 10px 0 0 0;
	}
		
.pagetitle {
	padding: 10px 0 20px 0;	
	border-bottom: 5px #000000 solid;
	}
	
.archiveThumbnail {
	float: left;
	padding-right: 11px;
	}

#portfolioText {
	padding-top: 30px;
	}
	
#portfolioDetail {
	height: 350px;
	border-bottom: 1px solid #000000;
	margin-bottom: 20px;
	}

.portfolioThumbnails {
	height: 230px;
	}
		
.post {
	clear: both;
	}
	
/****************************************************** Lists */

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
	
/****************************************************** forms */

#searchform {
	position: relative;
}

input#s,
#author,
#email,
#url {
	border: none;
	background: url(images/searchbox.png) no-repeat;
	width: 247px;
	height: 23px;
	padding:8px 5px 0 5px;
	}
	
#comment {
	border: none;
	background: url(images/textarea.png) no-repeat;
	width: 341px;
	height: 221px;
	}
	
input#searchsubmit {
	background-color: #000000;
	color: #ffffff;
	border: none;
	padding: 5px;
	cursor: pointer;
	}
	
#submit {
	background-color: #000000;
	border: none;
	padding: 5px;
	color: #FFFFFF;
	}

#submit:hover {
	cursor: pointer;
	}
	
label {
	font-weight: normal;
	}