/*
Theme Name: David Talavera
Theme URI: www.davidtalavera.com
Description: The Wordpress theme for www.davidtalavera.com
Version: 1.0
Author: Tom Leadbetter
Author URI: www.tomleadbetter.co.uk
Tags: white, two column

*/



/* Begin Typography & Colors */
html, body, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1.4;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}

a img, :link img, :visited img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol, ul {
	list-style: none;
}

q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

:focus {
	outline: 0;
}

input { vertical-align:middle; }

.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* no need to hide from IE5 Mac as its filtered out anyway */
.clear {display:inline-block;}

body {
	padding: 2% 0 0 0;
	font: normal 100%/1.2em Georgia, serif;
}


#skiplink {
	display: block;
	position: absolute;
	top:0;
	left: -99999px;
	height: 20px;
}

#container {
	background: url(images/bg.jpg) 0 80px no-repeat;
	width: 950px;
	margin: 0 auto;
	height: 700px;
}

#left {
	float: left;
	width: 400px;
	background: transparent;
}

#left h1 a {
	width: 250px;
	height: 150px;
	display: block;
	text-indent: -999em;
	margin: 160px 0 0 70px;
}

#left ul {
	width: 135px;
	margin: 48px 0 0 124px;
}

#left ul li {
	display: inline;
}

#left ul li a {
	float: left;
	text-indent: -999em;
	width: 135px;
	height: 16px;
}


#main {
	margin: 0 0 20px 0;
	float: left;
	width: 530px;
	padding: 50px 5px 0 15px;
/* height for scrollbar 
	height: 82%;
	overflow: auto;
*/
	background: transparent;
}

#main h2 img {
    display: block;
    margin: 0 0 10px auto;
	border: none!important;
}

#main h2 a, #main h2 a:hover {
	background: transparent;
	width: auto,
}

#main h3 {
	font-size: 2em;
	letter-spacing: -2px;
	font-weight: normal;
	text-align: right;
}

#main h4 {
	font-size: 1.5em;
	letter-spacing: -2px;
	font-weight: normal;
	color: #930;
}

#main h1, #main h2, #main h3, #main h4, #main p, #main hr{
	clear: both;
}


#main hr {
	height: 1px;
	border-top: 1px solid #333;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 5px auto 10px auto;
	width: 98%;
	padding: 0 0 10px 0;
}

#main p {
	font-size: .9em;
	margin: .5em 0;
	color: #000;
	clear: both;
}

#main p em {
	color: #930;
	font-style: normal;
}

#main img a {
	padding:0;
}

#main a {
	color: #C1262A;
	text-decoration: none;
	font-weight: bold;
}

#main a:hover {
	text-decoration: underline;
}

#main ul {
	margin: 0 auto;
	width: 480px;
}	

#main ul li {
	display: inline;
}

#main ul li a {
	background: transparent;
	float: left;
	margin: 5px 10px;
	border: 1px solid transparent;
	color: #000;
	width: 75px;
	font-size: .55em;
	text-transform: uppercase;
	text-align: center;
	padding: 5px;
}

#main ul#work-gallery li a {
	min-height: 150px!important;
}

#main ul li a:hover {
	background: transparent;
	border: 1px solid #333;
}

#main ul li img {
	display: block;
	margin: 0 auto;
}



#footer {
	clear: both;
}


#main form {
	padding: 0 0 10px 10px;
}

#main legend {
	display: none
}

#main label {
	display: block;
	clear: both;
	float: left;
	font-weight: bold;
	width: 4.5em;
	font-size: .8em;
	color: #000;
	padding: 5px 10px 0 0;
}

#main input, #main textarea {
	display: block;
	width: 75%;
	float: left;
	padding: 2px;
	font: normal 85% Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	margin: 2px 0 5px 0;
	border: 3px solid #333;
	background: #FFFAC2;
}

#main input:hover, #main input:focus, #main textarea:hover, #main textarea:focus {
	border: 3px solid #C0272C;
	background: #fff;
}

#main input.button-send, #main input.button-clear {
	width: auto;
	float: left;
	margin: 5px 5px 0 0;
	font: normal 85% Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	text-transform: lowercase;
	color: #2A4D6E;
	padding: 2px;
}

#main input.button-send {
	clear: both;
}

#main input.button-send:hover, #main input.button-send:focus {
	cursor: pointer;
}

#main input.button-clear:hover, #main input.button-clear:focus {
	cursor: pointer;
}


