/*
Theme Name: Self Taut
Theme URI: http://selftaut.com
Description: New theme for Self Taut, based on Twenty Ten.
Author: Ruairi Murphy
Version: 2.1
Tags: 
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, 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, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	font-size:100%;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

/* And the theme itself... */

body{
font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
background-color:#fff;
}

#wrapper{
width:1190px;
}

/* -- header stuff -- */

#header{
height:110px;
}

#logo h1{
text-indent:-9999px;
}

#logo a{
display:block;
width:130px;
height:57px;
background-image:url(images/selftaut.png);
background-position:-5px;
background-repeat:no-repeat;
}

/* -- columns stuff -- */

#maincolumn, #clientscolumn{
float:left;
width:175px;
margin-left:10px;
margin-right:10px;
}

#clientscolumn{
margin-top:15px;
}

#maincolumn ul li{
margin-bottom:5px;
}

#maincolumn ul li a{
color:#000;
text-decoration:none;
text-transform:uppercase;
font-weight:bold;
font-size:1.25em;
}

#clientscolumn ul li a{
color:#A4A4A4;
text-decoration:none;
font-weight:bold;
font-size:0.875em;
}

/* -- main content -- */

#container{
margin-bottom:20px;
}


#content, #content-client{
float:left;
width:790px;
position:relative;
margin-top:15px;
margin-bottom:20px;
}

#content h2, #content-client h2{
margin-bottom:5px;
font-weight:bold;
color:#666;
}

.client-description{
position:absolute;
top:595px;
left:210px;
width:570px;
padding-bottom:20px;
}

.entry-content, .entry-content-page{
color:#8B8B8B;
font-size:.75em;
line-height:1.5;
}

.entry-content-page{
width:570px;
}

#content-client h2{
position:absolute;
top:575px;
left:210px;
}

/* adjusting styles for the portfolio slideshow markup */

div.slideshow-thumbs {
width:175px;
float:left;
margin:0px 10px 0 10px;
}

div.portfolio-slideshow {
float:left;
width: 570px;
margin:0px 10px 0 10px;
}

#footer{
clear:both;
}



