/*base and resets*/
body {
	font-family:Helvetica,Arial,sans-serif;
	font-size:13px;
	color:#333;
	background:#a8b69b;
	margin:0;
	padding:0;
}
div,a,ul,ol,p,li,h1,h2,h3,h4,fieldset,hr,input {
	border:none;
	margin:0;
	padding:0;
	list-style-type:none;
	outline:none;
}
	
/*basic styles*/
h1,h2,h3 {
	font-size:18px;
	font-weight:bold;
	color:#333;
	text-shadow:#fff 1px 1px 1px;
	margin:0 0 8px;
}
h2 {
	font-size:16px;
	margin:0 0 3px;
}
h3 {
	color:#333;
	font-size:14px;
	margin:0 0 1px;
}
h1 span,.flickrlink {
	color:#0063dc;
	font-weight:bold;
}
h1 span b,.flickrlink b {
	color:#ff0084;
}
a {
	color:#0d5995;
	text-decoration:none;
}
a:hover {
	color:#c30;
	text-decoration:none;
}
p {
	margin-bottom:8px;
	line-height:15px;
}
.loading {
	background:url(http://img.williwood.com/bkgnd/ajax-loader.gif) no-repeat center center;
}
.shadow {
	border:1px solid #999;
	border-radius:6px;
	-webkit-box-shadow:#999 0 0 5px;
	-moz-box-shadow:#999 0 0 5px;
	box-shadow:#999 0 0 5px;
	position:relative;
}
.column-n {
	width:440px;
	float:left;
}
.column-w {
	width:550px;
	float:right;
}
#footer a {
    color:#333;
}
#footer a:hover {
    color:#c30
}
	
/*structural elements*/
#header {
	background:#cdd6c5;
	background:-webkit-gradient(linear,0% 17%,0% 54%,from(#cdd6c5),to(#a8b69b));
	background:-moz-linear-gradient(#cdd6c5, #a8b69b);
	background:linear-gradient(#cdd6c5,#a8b69b);
	height:48px;
	border-bottom:1px solid #c30;
	-webkit-box-shadow:#000 0 0 5px;
	-moz-box-shadow:#000 0 0 5px;
	box-shadow:#000 0 0 5px;
	position:fixed;
	top:0;
	width:100%;
	z-index:500;
}
#shell {
	width:100%;
	background:#efefef;
	margin:48px 0 0;
	padding:20px 0 10px;
	height:1%;
	overflow:hidden;
}
#content {
	width:1000px;
	padding:0 10px;
	margin:0 auto;
}
#bottom {
	border-top:1px solid #c30;
	background:-webkit-gradient(linear,0% 17%,0% 54%,from(#cdd6c5),to(#a8b69b));
	background:-moz-linear-gradient(#cdd6c5, #a8b69b);
	background:linear-gradient(#cdd6c5,#a8b69b);
}
#footer {
	width:1000px;
	text-align:right;
	padding:3px 0 30px 0;
	margin:0 auto;
	color:#333;
	font-size:11px;
	text-shadow:#fff 0 1px 0;
}

/*header stuff*/
#header .masthead {
	width:1000px;
	margin:0 auto;
	position:relative;
}
#header .masthead a.home {
	display:block;
	background:url(http://img.williwood.com/bkgnd/williwood.png) no-repeat 0 0;
	position:absolute;
	left:0;
	top:4px;
	height:27px;
	font-size:24px;
	text-shadow:#ccc 1px 1px 1px;
	color:#666;
	font-weight:bold;
	letter-spacing:-1px;
	padding:15px 0 0 50px;
}
#header .masthead a.home span {
	color:#c30;
	font-size:16px;
}
	
/*Search form*/
.masthead form {
	position:absolute;
	right:0;
	top:13px;
	width:160px;
}
.masthead form input {
	width:133px;
	height:16px;
	padding:2px 4px;
	border:1px solid #aaa;
	background:#efefef;
	font-size:14px;
	color:#666;
	position:absolute;
	top:0;
	left:0;
	border-radius:4px 0 0 4px;
}
.masthead form button {
	width:20px;
	background:#efefef url(http://img.williwood.com/bkgnd/srch.png) no-repeat 0 2px;
	color:#333;
	border:1px solid #aaa;
	border-left:none;
	height:22px;
	position:absolute;
	text-indent:-999em;
	top:0;
	right:0;
	border-radius:0 4px 4px 0;
}
	
/*nav*/
.masthead .nav {
	position:absolute;
	right:172px;
	top:11px;
}
.masthead .nav ul li {
	float:left;
	position:relative;
	margin:5px 9px 10px 6px;
}
.masthead .nav ul li a {
	display:block;
	font-size:16px;
	text-decoration:none;
	color:#333;
	cursor:pointer;
	text-shadow:#fff 0 1px 0;
}
.masthead .nav ul li a:hover,.nav ul li a.clicked {
	color:#c30;
	text-shadow:#ccc 1px 1px 1px;
}
.masthead .nav ul li.last {
	margin-right:5px;
	border:none;
}
	
/*social media icons*/
.masthead .nav ul.social {
	display:none;
	position:absolute;
	top:3px;
	left:-275px;
	width:275px;
	padding:0 5px 9px;
	height:25px;
	overflow:hidden;
}
.masthead .nav ul.social li {
	margin:0;
	padding:0 0 0 3px;
	width:24px;
	height:24px;
}
.masthead .nav ul.social li a {
	padding:0;
	display:block;
	width:24px;
	height:24px;
	background:url(http://img.williwood.com/bkgnd/social-media-v2.png) no-repeat 0 0;
	text-indent:-999em;
	border:none;
}
.masthead .nav ul li.facebook a {
	background-position:0 -192px;
}
.masthead .nav ul li.twitter a {
	background-position:0 -120px;
}
.masthead .nav ul li.flickr a {
	background-position:0 0;
}
.masthead .nav ul li.linkedin a {
	background-position:0 -48px;
}
.masthead .nav ul li.lastfm a {
	background-position:0 -24px;
}
.masthead .nav ul li.tumblr a {
	background-position:0 -96px;
}
.masthead .nav ul li.vimeo a {
	background-position:0 -144px;
}
.masthead .nav ul li.posterous a {
	background-position:0 -72px;
}
.masthead .nav ul li.skype a {
	background-position:0 -216px;
}
.masthead .nav ul li.yelp a {
	background-position:0 -168px;
}

/*homepage*/
.homepage-hero {
	display:block;
	float:left;
	width:700px;
	height:420px;
	background:url(http://img.williwood.com/index/bruuuno.jpg) no-repeat center;
	text-indent:-999em;
	border:1px solid #999;
	border-radius:6px;
	-webkit-box-shadow:#999 0 0 5px;
	-moz-box-shadow:#999 0 0 5px;
	box-shadow:#999 0 0 5px;
	position:relative;
}
.feeds {
	float:right;
	width:280px;
}
.feeds h2 {
	margin:0;
	color:#666;
	font-size:20px;
	text-shadow:#fff 1px 1px 1px;
	background:#ccc;
	background:-webkit-gradient(linear,0% 17%,0% 54%,from(#aaa),to(#ccc));
	background:-moz-linear-gradient(#aaa, #ccc);
	background:linear-gradient(#aaa,#ccc);
	border-radius:4px;
	padding:4px 6px;
}
.feeds h2 a {
	background:url(http://img.williwood.com/bkgnd/social-media.png) no-repeat 0 0;
	color:#333;
	padding:0 0 3px 28px;
	height:21px;
	display:block;
}
.feeds h2.lastfm a {
	background-position:0 -24px;
}
.feeds h2.posterous a {
	background-position:0 -72px;
}
.feeds h2.twitter a {
	background-position:0 -120px;
}
.feeds ul {
	margin:3px 0 10px;
	height:100px;
	position:relative;
}
.feeds ul li {
	display:block;
	background:#efefef;
	font-size:14px;
	line-height:17px;
	font-weight:bold;
	width:270px;
	padding:0 0 0 5px;
	white-space:nowrap;
	overflow:hidden;
	text-shadow:#fff 1px 1px 1px;
	position:relative;
	z-index:100;
}
.feeds ul li a {
	color:#062a47;
}
.feeds ul li.failwhale {
    padding:80px 0 0 0;
	background:url(http://img.williwood.com/bkgnd/failwhale.jpg) no-repeat center 0;
	text-align:center;
}
	
/*Gallery stuff*/
ul.flickrson {
	float:left;
	width:350px;
	height:430px;
}
ul.flickrson li {
	width:77px;
	height:77px;
	margin:0 10px 10px 0;
	float:left;
}
ul.flickrson li a {
	display:block;
	background-color:#ccc;
	background-position:center center;
	background-repeat:no-repeat;
	width:75px;
	height:75px;
	border:1px solid #999;
	border-radius:4px;
	-webkit-box-shadow:#999 0 0 5px;
	-moz-box-shadow:#999 0 0 5px;
	box-shadow:#999 0 0 5px;
	text-indent:-999em;
}
ul.flickrson li a.current {
	border:1px solid #c30;
}
ul.flickrson li cite {
	display:block;
	text-align:center;
	color:#999;
	font-size:11px;
}
.photo {
	width:650px;
	min-height:450px;
	float:right;
	text-align:center;
}
.photo img {
	border:1px solid #999;
	border-radius:6px;
	-webkit-box-shadow:#999 0 0 5px;
	-moz-box-shadow:#999 0 0 5px;
	box-shadow:#999 0 0 5px;
}
.photo a.desc {
	display:block;
	font-style:italic;
	margin:5px 0 0;
	color:#333;
	text-shadow:#fff 1px 1px 1px;
	text-decoration:none;
}
	
/*music stuff*/
.lists {
	width:440px;
	height:1%;
	overflow:hidden;
	margin:0 0 6px;
	padding:0 0 6px;
}
.lists h2 span {
	color:#c30;
}
.lists ol li {
	margin:0 0 0 25px;
	list-style-type:decimal;
}
.lists ul {
	margin-top:5px;
	width:300px;
}
.lists ul li {
	float:left;
	padding:2px 3px;
	font-weight:bold;
}
.records {
	margin:8px 0 0;
	text-indent:-999em;
	display:block;
	width:405px;
	height:102px;
	background:url(http://img.williwood.com/music/records.png) no-repeat 0 0;
	border:1px solid #999;
	border-radius:4px;
	-webkit-box-shadow:#999 0 0 5px;
	-moz-box-shadow:#999 0 0 5px;
	box-shadow:#999 0 0 5px;
}
	
/*vinyl list*/
.the-list .album-nav li {
	float:left;
	width:24px;
	border-right:1px solid #ccc;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
}
.the-list .album-nav li a.on {
	color:#c30;
}
.the-list .album-nav li.alpha {
	border:none;
	width:38px;
}
.the-list .artist {
	font-weight:bold;
}
.the-list #the-albums {
	min-height:200px;
	border:1px solid #ccc;
	margin:10px 0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.the-list #the-albums.loading {
	background:url(http://img.williwood.com/lightbox/loading.gif) no-repeat center 65px;
}
.the-list #the-albums p {
	text-align:center;
	margin:60px 0 0;
	font-size:64px;
	font-weight:bold;
}
.the-list table {
	padding:10px;
	margin:3px;
}
.the-list table tr.head td {
	border-bottom:1px solid #ccc;
}
.the-list td {
	padding:2px;
}
.the-list td strong {
	font-size:14px;
}
	
/*contact form*/
#contact-wrapper {
	background:#bbb;
	float:left;
	width:430px;
	min-height:350px;
	border:1px solid #999;
	padding:20px;
	border-radius:6px;
}
#contact-wrapper .loading-bob{
	position:absolute;
	top:100px;
	left:0px;
	height:100px;
	width:100%;
	z-index:200;
	display:none;
}
#contact-wrapper div {
	clear:both;
	margin:1em 0;
}
#contact-wrapper label {
	display:block;
	float:none;
	font-size:16px;
	width:auto;
}
#contact-wrapper label.error {
	font-size:12px;
	color:#c30;
}
#contact-wrapper input {
	border-color:#b7b7b7 #e8e8e8 #e8e8e8 #b7b7b7;
	border-style:solid;
	border-width:1px;
	padding:5px;
	font-size:16px;
	color:#333;
	width:400px;
}
#contact-wrapper textarea {
	font-family:Helvetica, Arial, Tahoma, sans-serif;
	font-size:100%;
	padding:.6em .5em .7em;
	border-color:#b7b7b7 #e8e8e8 #e8e8e8 #b7b7b7;
	border-style:solid;
	border-width:1px;
	width:400px;
}
#contact-wrapper .submit {
	width:auto;
	float:right;
	margin:0 15px 0 0;
	padding:3px;
	color:#666;
	background:#ccc;
	font-weight:bold;
	font-size:14px;
	border-radius:4px;
	text-shadow:#fff 1px 1px 1px;
	-webkit-box-shadow:#999 0 0 2px;
	-moz-box-shadow:#999 0 0 2px;
	box-shadow:#999 0 0 2px;
	background:#dee4d9;
	background:-webkit-gradient(linear,0% 17%,0% 54%,from(#aaa),to(#ccc));
	background:-moz-linear-gradient(#aaa, #ccc);
	background:linear-gradient(#aaa,#ccc);
}
#contact-wrapper .element .hightlight {
	border:2px solid #9F1319;
	background:url(http://img.williwood.com/ajax-form/iconCaution.gif) no-repeat right 4px;
}
#contact-wrapper .done {
	background:url(http://img.williwood.com/ajax-form/iconIdea.gif) no-repeat top left; 
	padding-left:20px;
	font-size:16px; 
	width:70%; 
	margin:20px auto; 
	display:none;
}
.contact-more {
	width:480px;
	min-height:370px;
	float:right;
	border:1px solid #999;
	padding:10px;
	border-radius:6px;
	background:url(http://img.williwood.com/bkgnd/sky.jpg) no-repeat 0 0;
}
.contact-more h2 {
	margin:5px 0 5px 15px;
	color:#fff;
	text-shadow:#333 1px 1px 1px;
}
.contact-more ul {
	margin:10px 0 0 45px;
	font-size:18px;
	font-weight:bold;
}
.contact-more ul li {
	float:none;
	margin:0 0 10px;
}
.contact-more ul li a {
	display:block;
	color:#efefef;
	text-shadow:#333 1px 1px 1px;
	height:24px;
	padding:0 0 0 28px;
	background:url(http://img.williwood.com/bkgnd/social-media.png) no-repeat 0 0;
}
.contact-more ul li a:hover {
	color:#c30;
}
.contact-more ul li.facebook a {
	background-position:0 -192px;
}
.contact-more ul li.twitter a {
	background-position:0 -120px;
}
.contact-more ul li.flickr a {
	background-position:0 0;
}
.contact-more ul li.linkedin a {
	background-position:0 -48px;
}
.contact-more ul li.skype a {
	background-position:0 -216px;
}
	
/*gallery archive stuff*/
.gallerycontent150 {
	width:992px;
	margin:0 0 0 10px;
	list-style-type:none;
}
.gallerycontent150 li {
	width:152px;
	text-align:center;
	font-size:11px;
	float:left;
	margin:0 13px 13px 0;
}
.gallerycontent120 {
	width:992px;
	margin:0 0 5px 5px;
	list-style-type:none;
}
.gallerycontent120 li {
	width:122px;
	float:left;
	text-align:center;
	font-size:11px;
	margin:0 2px 2px 0;
}
.gallerycontent74 {
	margin:6px 0 8px;
	padding:0;
	list-style-type:none;
	width:1005px;
}
.gallerycontent74 li {
	width:76px;
	height:57px;
	float:left;
	margin:0 1px 1px 0;
}
.gallerycontent120 li img,ul.gallerycontent150 li img,ul.gallerycontent74 li img {
	display:block;
	border:1px solid #666;
	margin:0 0 2px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:#999 0 0 5px;
	-moz-box-shadow:#999 0 0 5px;
	box-shadow:#999 0 0 5px;
}
.gallerycontent120 li a,ul.gallerycontent150 li a,ul.gallerycontent74 li a {
	text-decoration:none;
	color:#333;
}
.galleryarchive {
	text-align:center;
	margin:5px auto;
}
#lbOverlay {
	position:fixed;
	z-index:9999;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#000;
	cursor:pointer;
}
#lbCenter,#lbBottomContainer {
	position:absolute;
	z-index:9999;
	overflow:hidden;
	background-color:#fff;
}
.lbLoading {
	background:#fff url(http://img.williwood.com/lightbox/loading.gif) no-repeat center;
}
#lbImage {
	position:absolute;
	left:0;
	top:0;
	border:10px solid #fff;
	background-repeat:no-repeat;
}
#lbPrevLink,#lbNextLink {
	display:block;
	position:absolute;
	top:0;
	width:50%;
	outline:none;
}
#lbPrevLink {
	left:0;
}
#lbPrevLink:hover {
	background:transparent url(http://img.williwood.com/lightbox/prevlabel.gif) no-repeat 0 15%;
}
#lbNextLink {
	right:0;
}
#lbNextLink:hover {
	background:transparent url(http://img.williwood.com/lightbox/nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
	font-family:Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size:10px;
	color:#666;
	line-height:1.4em;
	text-align:left;
	border:10px solid #fff;
	border-top-style:none;
}
#lbCloseLink {
	display:block;
	float:right;
	width:66px;
	height:22px;
	background:transparent url(http://img.williwood.com/lightbox/closelabel.gif) no-repeat center;
	margin:5px 0;
	outline:none;
}
#lbCaption,#lbNumber {
	margin-right:71px;
}
#lbCaption {
	font-weight:bold;
}
.nu {
	color:#c30;
}	
/*clear*/
ul.gallerycontent74:after,ul.gallerycontent120:after,ul.gallerycontent150:after,.cls:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
