/*
Website Name: Kritian Taylor-Wood Photography
Theme URI: http://kristiantaylorwood.com
Author: Toby Smith
*/


/* XHTML */

* {
margin:0;
padding:0;
}

body {
font-family:Verdana, Arial, Sans-serif;
font-size:12px;
background:#000;
color:#fff;
}

a {
color:#20c512;
text-decoration:none;
}

a:hover {
color:#ccc;
text-decoration:none;
}

img {
border:none;
}

/* Skeleton */

#wrapper {
width:780px;
margin:0 auto;
}

#header {
width:780px;
height:80px;
}

#content {
width:780px;
height:444px;
background:#fff;
}

#footer {
padding:10px 0 0 0;
width:780px;
text-align:right;
}

/* Muscles */

#logo {
width:390px;
height:80px;
float: left;
text-align:left;
text-indent:-9999px;
}

#logo h1 a { /*Logo image replacement */
width:390px;
height:80px;
background: url(../images/logo.gif) no-repeat;
float:left;
}

#menu {
width:390px;
height:80px;
float:left;
display:inline;
}

#menu ul {
height:80px;
padding:0;
margin:0;
float:right;
display:inline;
}

#menu ul li {
height:30px;
padding:50px 0 0 0;
list-style-type:none;
float:left;
display:inline;
font-size:18px;
}

#menu ul li.personal span, #menu ul li.commisioned span {
margin:0 10px 0;
padding:5px 5px 20px;
color:#000;
background:#fff;
}

#menu ul li.commisioned a, #menu ul li.personal a {
padding:5px 5px 20px;
margin:0 10px 0;
}

.thumb {
width:122px;
height:122px;
margin:0;
float:left;
display:inline;
}

/* So the damn thing slides smooooothly */

#slider {
padding:40px 0 0 0;
width: 732px;
margin: 0 auto;
position: relative;
}

.scroll {
height: 366px;
width: 732px;
overflow: auto;
overflow-x: hidden;
position: relative;
clear: left;
}

.scrollContainer div.panel {
height: 366px;
width: 732px;
}

.scrollButtons {
position: absolute;
top: 150px;
cursor: pointer;
}

.scrollButtons.left {
left: -20px;
}

.scrollButtons.right {
right: -20px;
}

.hide {
display: none;
}