/*
Theme Name: Will Gatti + Daniel Finn
Theme URI: http://willgatti.co.uk & http://daniel-finn.co.uk
Description: Custom theme for Will Gatti + Daniel Finn
Version: 2.0
Author: Yes We Work
*/

/* RESET */
html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
/* FONTS */
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/* --------------------------------------- tag definitions */
html {
	width: 100%;
	height: 100%;
}
body { 
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	font-family: georgia;
	font-size: 1.1em;
}
a {
	outline: none;
	color: #ff4000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6,p {
	margin-bottom: 15px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

/* --------------------------------------- fixed page elements */
h1#sitetitle {
	position: absolute;
	text-indent: -5000px;
}
#bg_df_glow {
	position: fixed;
	top: 0px;
	width: 1024px;
	background-image: url('img/bg_df_glow.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 768px;
	display: none;
}
#bg_df_lines {
	position: absolute;
	top: 0px;
	width: 1024px;
	background-image: url('img/bg_df_lines3.png');
	display: none;
	min-height: 1241px;
}
#bg_wg_lines {
	position: absolute;
	top: 0px;
	width: 1024px;
	background-image: url('img/bg_wg_lines4.png');
	min-height: 1241px;
}
#nav {
	position: absolute;
	margin-left: 150px;
	margin-top: 80px;
	width: 754px;
	height: 42px;
	background-repeat: no-repeat;
	background-image: url('img/nav3.png');
}
	#nav li {
		float: left;
		height: 100%;
	}
		#nav li#homelink {
			width: 80px;
			margin-right: 20px;
		}
		#nav li#mybookslink {
			width: 130px;
			margin-right: 30px;
		}
		#nav li#newslink {
			width: 85px;
			margin-right: 25px;
		}
		#nav li#aboutmelink {
			width: 120px;
			margin-right: 15px;
		}
		#nav li#contactmelink {
			width: 145px;
			margin-right: 25px;
		}
		#nav li#linkslink {
			width: 75px;
		}
		#nav li#willgattibookslink, #nav li#danielfinnbookslink {
			display: none;
		}
		#nav li a {
			display: block;
			text-indent: -5000px;
			width: 100%;
			height: 100%;
	}
#tab_df {
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 163px;
	width: 100px;
	background-image:url('img/tab_df2.png');
}
#tab_wg {
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 163px;
	width: 100px;
	background-image:url('img/tab_wg2.png');
}
	#tab_df a, #tab_wg a {
		width: 100%;
		height: 100%;
		display: block;
		cursor: pointer;
	}
/* --------------------------------------- default & WG styles (DF in separate sheet) */
.orientation {
	position: absolute;
	margin-top: 465px;
	margin-left: 150px;
	width: 175px;
}
	.orientation h1, .orientation h2 {
		color: #ff2500;
		font-size: 2.6em;
		line-height: 90%;
	}
	.orientation h1.withsubtitle {
		font-size: 0.6em;
		text-transform: uppercase;
		margin-bottom: 5px;
		font-family: arial, helvetica, sans-serif;
		color: #008ab7;
	}
.content {
	position: absolute;
	padding-left: 360px;
	padding-top: 300px;
	padding-right: 209px;
	width: 465px;
	background-repeat: no-repeat;
	background-position: 0px 1241px;
	min-height: 568px;
}
	.content h2 {
		font-size: 1.6em;
	}
	.content h3 {
		font-size: 1.3em;
		font-style: italic;
	}
	.content h4 {
		font-size: 0.8em;
	}
	.content ul {
		margin-bottom: 15px;
		margin-left: 30px;
	}
	.content ul li {
		list-style: disc outside;
		margin-bottom: 5px;
	}
	.content ul.posts {
		margin-bottom: 0px;
	}
	.content ul.posts>li {
		margin-left: 0px;
		margin-bottom: 15px;
		list-style-type: none;
	}
.content img {
	padding: 2px;
}
	.content img.alignleft {
		float: left;
		margin-right: 20px;
		margin-bottom: 10px;
	}
	.content img.alignright {
		float: right;
		margin-left: 20px;
		margin-bottom: 10px;
	}
/* --------------------------------------- contact form */
#contact-form-7 input[type=text] {
	margin-right: 15px;
	width: 300px;
	padding: 3px;
	border: 1px solid #999;
}
#contact-form-7 textarea {
	width: 400px;
	padding: 3px;
	border: 1px solid #999;
}
p.contact-submit span {
	display: none;
}
/* --------------------------------------- homepage styles*/
#homepage #bg_df_lines {
	width: 1024px;
	height: 768px;
	min-height: 768px;
	background-image: url('img/bg_df_home2.png');
}
#homepage #bg_wg_lines {
	width: 1024px;
	height: 768px;
	min-height: 768px;
	background-image: url('img/bg_wg_home2.png');
}
#homepage .orientation {
	visibility: hidden;
}
#homepage .content {
	background-image: none;
	padding-left: 210px;
	padding-top: 240px;
	width: 660px;
	font-size: 1.3em;
}
#homepage .content #leftpage, #homepage .content #rightpage {
	float: left;
	width: 270px;
	height: 500px;
	margin-right: 50px;
	text-align: center;
}

/* --------------------------------------- special page styles*/
.content #linkslist li {
	padding-bottom: 10px;
}