/*
CSS for de Leiburne Studio site 11.2009
www.jdlstudio.co.uk
*/

@import url("reset.css");

body {
	min-width:850px;
	margin:0;
	padding:0;
	/*font-family: Verdana, Helvetica, Arial, sans-serif;*/
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	margin: 0;
	height:100%; 
	background: white url(images/main_bground.jpg) repeat-x;
}

h1 {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 190%;
	font-weight: normal;
	line-height: 1.2;
	color: #C00000;
	margin: 0 0 .5em 0;
	padding: 0
}

h2 {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 160%;
	line-height: 1.2;
	font-weight: normal;
	color: #FF9933;
	margin: 0 0 .5em 0;
	padding: 0
}

h3 {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 110%;
	line-height: 1.2;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #666;
	margin: 0 0 .5em 0;
	padding: 0
}

p {
	color: #333;
	font-size: 80%;
	line-height: 1.6;
	margin: 0 0 1.5em 0;
}


ul {	
	padding: 0;
	margin: 0 0 1.5em 0;
	float: none;
}

li {
	padding: 0 0 0 15px;
	color: #333;
	font-size: 80%;
	line-height: 1.6;
	margin: 0 0 .6em 0;
	float: none;
	list-style-type: none;
	background: url(images/bullet.gif) no-repeat 0 .5em
}

a {
	color: #FF9933;
	text-decoration: none;
}

a:link {
	color: #FF9933;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #FF9933;
}

strong {
	font-weight: bold
}

a img {
	border: none
}

#wrap {
	position: relative;
	margin:0 auto;
	width:900px;
	w\idth: 900px;
	min-height: 100%;
	height: 100%;
	padding: 0;
}

#header {
	position: relative;
	height: 110px;
}

#content {
	position: relative;
	padding: 0;	
	margin-top: 40px;
	min-height: 400px;
}

/* ===================================
Navigation begins
=================================== */

#navigation {
	position: relative;
	width:900px;
	height: 80px;
}

#navigation ul {
	padding: 0;
	margin: 0;
	display: block;
}

#navigation li {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	list-style-type: none;
}

#navigation li a {
	display: block;
	height: 80px;
	width: 180px;
	background:transparent url(images/nav.jpg) no-repeat 0 0;
	border-bottom: none
}

#navigation li a span {
	display: none
}

li#nav_1 a {
	background-position: 0 0;
}

li#nav_1 a:hover {
	background-position: 0 -80px;
}

li#nav_2 a {
	background-position: -180px 0;
}

li#nav_2 a:hover {
	background-position: -180px -80px;
}

li#nav_3 a {
	background-position: -360px 0;
}

li#nav_3 a:hover {
	background-position: -360px -80px;
}

li#nav_4 a {
	background-position: -540px 0;
}

li#nav_4 a:hover {
	background-position: -540px -80px;
}

li#nav_5 a {
	background-position: -720px 0;
}

li#nav_5 a:hover {
	background-position: -720px -80px;
}

/* ---------- FOLIO NAVIGATION ---------- */

#folio_navigation {
	width:900px;
	height: 34px;
	padding: 8px 0 0 13px;
	z-index: 5;
	background: url(images/folio_menu.jpg) no-repeat top left;
}

#folio_navigation ul {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	list-style-type: none;
}

#folio_navigation li {
	padding: 0 27px 0 0;
	margin: 0;
	display: block;
	float: left;
	list-style-type: none;
	background: none
}

#folio_navigation li a {
	color: #cc6600;
	font-size: 95%;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
}

#folio_navigation li a:hover {
	color: #996600;
	border: none
}

/* ===================================
Navigation ends
=================================== */

/* ===================================
Footer begins
=================================== */

#footer{
	position: relative;
	clear:both;
	margin: 40px 0 40px 0;
}

#footer p {
	color: #ccc;
	padding: 0 100px 0 100px;
	font-size: 65%;
	margin-bottom: .8em;
	line-height: 1.3;
	text-align: center
}

#footer a {
	color: #ccc;
	border-bottom: 1px solid #efefef
}

#footer a:link {
	color: #ccc;
}

#footer a:hover {
	color: #999;
}

#footer_navigation {
	text-align: center;
	padding: 0;
	margin: 1em 0 1.1em 0;
}

#footer_navigation li {
	font-size: 75%;
	display: inline;
	margin: 0;
	padding: 0 10px 0 0;
	background: none;
}

#footer_navigation a {
	color: white;
	line-height: 1;
	padding: 4px 6px 4px 6px;
	background: #cdcdcd;
}

#footer_navigation a:link {
	color: white;
}

#footer_navigation a:hover {
	color: white;
	background: #bbb;
}

.rss_feed a{
	font-size: 125%;
}

/* ===================================
Footer ends
=================================== */

/* ===================================
Image replacement for page h1's begins
=================================== */

h1.title_home {
	margin: 0 0 .3em -2000px;
	height: 195px;
	background: url(images/title_home.jpg) no-repeat 2000px 0;
}

h1.title_about {
	margin: 0 0 .3em -2000px;
	height: 60px;
	background: url(images/titles.jpg) no-repeat 2000px 0;
}

h1.title_about_more {
	margin: 0 0 .3em -2000px;
	height: 60px;
	background: url(images/titles.jpg) no-repeat 2000px -60px;
}

h1.title_work {
	margin: 0 0 .3em -2000px;
	height: 60px;
	background: url(images/titles.jpg) no-repeat 2000px -120px;
}

h1.title_personalwork {
	margin: 0 0 .3em -2000px;
	height: 60px;
	background: url(images/titles.jpg) no-repeat 2000px -390px;
}

h1.title_contact {
	margin: 0 0 .3em -2000px;
	height: 60px;
	background: url(images/titles.jpg) no-repeat 2000px -180px;
}

h1.title_legal {
	margin: 0 0 .3em -2000px;
	height: 60px;
	background: url(images/titles.jpg) no-repeat 2000px -240px;
}

h1.title_blog {
	margin: 0 0 .3em -2000px;
	height: 86px;
	background: url(images/titles.jpg) no-repeat 2000px -300px;
}

/* ===================================
Image replacement for page h1's ends
=================================== */

#main {
	position: relative;
	float: left;
	width: 560px;
}

#main_2 {
	position: relative;
	float: left;
	width: 290px;
}

#sidebar {
	position: relative;
	float: right;
	width: 290px;
	padding-left: 9px;
	border-left: 1px solid #ccc;
}

#sidebar_1 {
	position: relative;
	float: right;
	width: 300px;
}

#sidebar_2 {
	position: relative;
	float: right;
	width: 240px;
	margin-right: 20px;
	padding-left: 9px;
	border-left: 1px solid #ccc;
}

#ie_banner {
	position: relative;
	margin-top: 10px;
	padding: 10px;
	background: #ffcd9c
}

#ie_banner p{
	font-weight: bold;
	font-size: 70%;
	color: white;
	margin: 0
}

.clear {
	clear:both;
}

.logo {
	position: absolute;
	top: 33px;
	left: 0
}

.email {
	position: absolute;
	top: 75px;
	right: 0;
	width: 85px;
	height: 24px;
	padding: 11px 0 0 45px;
	color: #2c2c2c;
	font-size: 80%;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	background: url(images/email_icon.gif)
}

.email:link {
	color: #2c2c2c;
	border: 0px
}

.email:hover {
	color: #1d1d1d;
	border: 0px
}

.subscribe {
	position: absolute;
	top: 75px;
	right: 140px;
	width: 103px;
	height: 24px;
	padding: 11px 0 0 27px;
	color: #2c2c2c;
	font-size: 80%;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	background: url(images/subscribe_icon.gif)
}

.subscribe:link {
	color: #2c2c2c;
	border: 0px
}

.subscribe:hover {
	color: #1d1d1d;
	border: 0px
}

.larger {
	color: #888;
	font-size: 110%;
	line-height: 1.5;
}

/* =================================================================================================
HOME
================================================================================================= */

.home_blog_title {
	font-size: 110%;
	line-height: 1.5;
	margin-bottom: .5em;
	}

.home_blog_title a {
	margin-bottom: 1em;
	}

/*#home_blog_posts a {
	font-size: 110%;
	line-height: 1.4;
	padding-bottom: 5em;
}*/

#home_blog_posts h2 {
	font-size: 110%;
	line-height: 1.2;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #666;
	margin: 0 0 .8em 0;
	padding: 0 0 0 23px;
	background: url(images/bubble.gif) no-repeat 0 center;
}

#home_nav {
	position: relative;
	width: 580px;
	height: 100px;
}

#home_nav ul {
	padding: 0;
	margin: 0;
	display: block;
}

#home_nav li {
	font-size: 95%;
	line-height: 1.4;
	padding: 0;
	margin: 0 20px 0 0;
	display: block;
	float: left;
	list-style-type: none;
}

#home_nav li a {
	color: white;
	display: block;
	padding: 10px;
	height: 70px;
	width: 150px;
	background:transparent url(images/home_nav.jpg) no-repeat -10px -10px;
	border-bottom: none
}

li#home_nav_more a {
	background-position: -10px -10px;
}

li#home_nav_more a:hover {
	background-position: -10px -110px;
}

li#home_nav_work a {
	background-position: -210px -10px;
}

li#home_nav_work a:hover {
	background-position: -210px -110px;
}

li#home_nav_blog a {
	background-position: -410px -10px;
}

li#home_nav_blog a:hover {
	background-position: -410px -110px;
}

/* =================================================================================================
ABOUT
================================================================================================= */

#services li{
	/*margin: 0 0 1.1em 0;*/
	margin: 0 0 .6em 0;
	color: #888;
	font-size: 110%;
	line-height: 1.5;
	background-position: 0 .6em
}

.breadcrumb {
	color: white;
	line-height: 1;
	padding: 4px 6px 4px 6px;
	background: #ffbd7b;
	font-size: 90%;
}

a.breadcrumb:link {
	color: white;
}

a.breadcrumb:hover {
	color: white;
	background: #FF9933;
	border: none
}

#bookmarks h3 {
	margin-bottom: .2em;
}

#about_music {
	padding: 65px 0 0 0;
	margin-bottom: 20px;
	background: url(images/about_music.jpg) no-repeat;
}

#about_books {
	padding: 65px 0 0 0;
	background: url(images/about_books.jpg) no-repeat;
}

#about_greader {
	padding: 65px 0 0 0;
	background: url(images/about_greader.jpg) no-repeat;
}

#about_music h2, #about_books h2, #about_greader h2 {
	font-size: 110%;
	line-height: 1.2;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #666;
}

#about_music h3, #about_books h3, #about_greader h3{
	color: #333;
	font-size: 120%;
	letter-spacing: 0;
	text-transform: none;
	line-height: 1.4;
	margin: 0 0 .2em 0;
}

#about_music li, #about_books li, #about_greader li{
	font-size: 70%;
	color: #666;
	line-height: 1.6;
	margin: 0 0 .7em 0;
	padding-left: 0;
	border-bottom: 0;	
	background: none
}

.subscribe_greader{
	color: white;
	line-height: 1;
	padding: 4px 6px 4px 6px;
	background: #ffbd7b;
}

a.subscribe_greader:link {
	color: white;
}

a.subscribe_greader:hover {
	color: white;
	background: #FF9933;
	border: none
}

/*#about_music {
	position: relative;
	float: left;
	width: 230px;
	margin-right: 20px;
	padding-top: 71px;
	background: url(images/about_music.jpg) no-repeat;
}

#about_books {
	position: relative;
	float: left;
	width: 230px;
	margin-right: 40px;
	padding: 71px 0 0 9px;
	border-left: 1px solid #ccc;
	background: url(images/about_books.jpg) no-repeat 9px 0;
}

#about_greader {
	position: relative;
	float: left;
	width: 230px;
	margin-right: 40px;
	padding: 71px 0 0 9px;
	border-left: 1px solid #ccc;
	background: url(images/about_greader.jpg) no-repeat 9px 0;
}

#about_music h2, #about_books h2, #about_greader h2 {
	font-size: 110%;
	line-height: 1.2;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #666;
}

#about_music h3, #about_books h3, #about_greader h3{
	color: #333;
	font-size: 120%;
	letter-spacing: 0;
	text-transform: none;
	line-height: 1.6;
	margin: 0 0 .2em 0;
}

#about_music li, #about_books li, #about_greader li{
	font-size: 70%;
	line-height: 1.5;
	margin: 0 0 .7em 0;
	padding-left: 0;
	border-bottom: 0;	
	background: none
}*/

/* =================================================================================================
WORK
================================================================================================= */

#folio_left_column {
	float: left;
	position: relative;
	width: 430px;
	padding: 0;
	margin: 0;
}

#folio_right_column {
	float: right;
	position: relative;
	width: 430px;
	padding: 0;
	margin: 0;
}

.folio_example {
	width: 430px;
	margin-bottom: 40px;
}

.folio_example h3 {
	margin-top: 8px
}

.folio_example img {
	border: 4px solid #ccc
}

#one-open, #two-open, #three-open,
#four-open, #five-open, #six-open,
#one-close, #two-close, #three-close,
#four-close, #five-close, #six-close {
	height:13px;
	text-align:right;
	font-size: 80%;
}


#one, #two, #three,
#four, #five, #six {
	/*max-height:95px;
	overflow:hidden*/
}

#one-toggle, #two-toggle, #three-toggle,
#four-toggle, #five-toggle, #six-toggle {
	color: white;
	line-height: 1;
	padding: 4px 6px 4px 6px;
	background: #FF9933;
}

a.subscribe_greader:link {
	color: white;
}

#one-toggle:hover, #two-toggle:hover, #three-toggle:hover,
#four-toggle:hover, #five-toggle:hover, #six-toggle:hover {
	color: white;
	background: #ffbd7b;
	border: none
}

.folio_example_description {
}

/*.folio_example_left img {
	width: 430px;
	position: relative;
	float: left;
	position: relative;
	margin: 0 0 10px 0;
}

.folio_example_left p a{
	color: #777
}

.folio_example_left p a:link {
	color: #777
}

.folio_example_left p a:hover {
	color: #333;
	border-bottom: 1px solid #777
}

.folio_example_right {
	float: right;
	position: relative;
	width: 430px;
	padding: 0;
	margin: 0 0 40px 0;
	background: #e5e5e5;
	border-top: 4px solid #999;
	border-bottom: 4px solid #666
}

.folio_example_right img {
	width: 430px;
	position: relative;
	float: right;
	position: relative;
	margin: 0 0 10px 0;
}

.folio_example_right p a{
	color: #777
}

.folio_example_right p a:link {
	color: #777
}

.folio_example_right p a:hover {
	color: #333;
	border-bottom: 1px solid #777
}*/

/*a.folio_example_link span {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

a:link.folio_example_link span {
	visibility: hidden;
}

a:hover.folio_example_link span {
	visibility: visible;
	z-index: 10
}

.more_info {
	color: white;
	font-size: 75%;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 6px 6px 4px 6px;	
	margin: 0;
	background: #666;
	z-index: 10
}

a:link.more_info {
	color: white;
}

a:hover.more_info {
	color: #ccc;
	border: none
}

.roll_over {
	color: white;
	font-size: 75%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 6px 4px 6px;	
	margin: 0;
	background: #999;
	z-index: 10
}

.roll_over a{
	color: white;
}

.roll_over a:link{
	color: white;
}

.roll_over a:hover{
	color: white;
	border: none
}

*/

#case_study h1 {
	font-size: 160%;
	line-height: 1.2;
	color: #FF9933;
	margin: 0 0 .5em 0;
	padding: 0
}

#case_study h2 {
	font-size: 110%;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #666;
	margin: 0 0 .5em 0;
	padding: 0
}

#case_study h2 {
	font-size: 110%;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #666;
	margin: 0 0 .5em 0;
	padding: 0
}

.case_study_item img{
	float: left;
	position: relative;
	margin-right: 40px

}

/*.folio_section {
	margin-bottom: .7em;
}

.folio_example {
	float: left;
	position: relative;
	margin: 0 0 2em 0;
	padding: 0 0 .5em 0;
	border-bottom: 2px solid #ffe1a6;
}

.folio_example_text {
	float: left;
	position: relative;
	margin-right: 20px;
	clear: right;
}

.folio_example_text h3 {
	position: relative;
	width: 318px;
}

.folio_example_text p {
	position: relative;
	width: 318px;
}

.folio_example img {
	width: 328px;
	float: left;
	position: relative;
	margin: 0 20px 20px 0;
	border: 4px solid #ccc;
}

a.folio_example_link span {
	color: white;
	font-size: 75%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 8px 6px 6px 8px;
	background: #b6b6b6;
	visibility: hidden;
}

a:link.folio_example_link span {
	color: white;
	visibility: hidden;
}

a:hover.folio_example_link span {
	color: white;
	visibility: visible;
}

a:hover.folio_example_link img {
	border: 4px solid #b6b6b6;
}

.responsibilities {
	float: left;
	position: relative;
	padding: 18px 0 0 5px;
	border-left: 1px solid #999;
	width: 200px;
	background: url(images/gd_ul_bground.gif) no-repeat
}

.responsibilities li {
	float: none;
	color: #666;
	margin: 0 0 .2em 0;
}*/



/* =================================================================================================
PERSONAL WORK
================================================================================================= */

#gallery {
	position: relative;
	margin: 1em 0 1em 0
}

#gallery a img {
	margin: 0 5px 5px 0;
	color: white;
	border: 2px solid #ccc;
}

#gallery a:hover {
	background-color: transparent;
	border: 0
}

#gallery a span {
	position: absolute;
	left: -1000px;
	visibility: hidden;
	font-size: 85%;
	text-decoration: none;
}

#gallery a span img {
	border-width: 0;
	margin-bottom: 5px;
	padding: 0;
	border: 4px solid #ccc;
}

#gallery a:hover span {
	visibility: visible;
	top: 0;
	left: 350px;
	z-index: 50;
}

.imagery_description {
	font-size: 85%;
	color: #999
}

#buy_prints {
	/*width: 296px;
	margin-top: 1.5em;
	padding: 5px;
	border: 2px dashed #999*/
	width: 230px;
	height: 90px;
	margin-top: 1.5em;
	padding: 10px 10px 10px 60px;	
	background: url(images/buy_prints_bground.jpg) no-repeat	
}

/* =================================================================================================
BLOG
================================================================================================= */

/* ---------- GENERIC ---------- */

#blog_header {
	margin-bottom: 1.5em
}

#searchform p {
	margin: 0 0 .6em 0;
}

#searchform {
	margin: 0 0 1.4em 0;
}

input {
	color: #333;
	line-height: 1.5;
	padding: .4em;
	margin: 0;
	background: url(images/textbox_bground.jpg) repeat-y;
	border: 1px solid #ff9933
}

.submit input {
	color: white;
	font-weight: bold;
	background: #ff9933;
	border: none
}

/*label {
	font-size: 85%;
	padding-left: .4em;
	color: #666;
}*/

.post {
	float: left;
	margin-bottom: 1.2em;
	padding-bottom: .8em;
	border-bottom: 1px dashed #999;
}

.post img {
	display:block;
	margin: 0 1.3em 1.3em 0;
	border: 4px solid #ccc;
	clear: both
}

.post h2 {
	margin: 0 0 .3em 0;
}

.post h2 a:hover {
	color: #ff6600;
	border: none;
}

.post h3 {
	font-size: 145%;
	color: #ff9900;
	margin: 0 0 .5em 0;
	text-transform: none;
	letter-spacing: 0;
}

.post h3 a:hover {
	color: #ff6600;
	border: none;
}

.date p {
	font-size: 75%;
	font-weight: normal;
	color: #777;
	text-transform: uppercase;
	letter-spacing: 2px;
}*/

/* Previous styling, for use with author names and dates
.date p {
	font-weight: bold;
	color: #bbb;
	font-size: 100%;
	line-height: 1.2;
	margin: 0 0 1.3em 0;	
}

.date p span {
	font-size: 75%;
	font-weight: normal;
	color: #777;
	text-transform: uppercase;
	letter-spacing: 2px;
}*/

.postmetadata {
	float: left;
	color: #666;
	font-size: 70%;
}

.postmetadata a{
	color: #999;
}

.postmetadata a:link{
	color: #999;
}

.postmetadata a:hover{
	color: #666;
	border-bottom: 1px solid #999;
}

.blog_navigation {
	float: left;
	padding-left: 10px;
	border-left: 4px solid #ccc;
	font-size: 80%;
	line-height: 1.4;
	color: #888;
	margin-bottom: 2em;
}

.blog_navigation a:hover {
	color: #888;
}

/* ---------- COMMENTS ---------- */

#comments {
	float: left;
}

#comments h3{
	margin-bottom: 1em
}

#commentform {
	width: 100%;
	float: left;
	clear: both;
}

#commentform textarea { /* this is the one off comments form to adopt generic 'input' style*/
	width: 630px;
	color: #333;
	line-height: 1.4;
	padding: 5px;
	margin: 0;
	background: url(images/textbox_bground.jpg) repeat-y;
	border: 1px solid #ff9933;
	word-wrap: break-word;
}

#commentform input {
	margin-right: 5px
}

#commentform p {
	color: #888;
}

.commentlist {
	margin-bottom: 1.2em;
	padding-bottom: .8em;
	border-bottom: 1px dashed #999;
}

.commentlist li{
	font-size: 100%;
	padding: 20px 20px 20px 40px;
	margin-bottom: 20px;
	background: #bebebe url(images/comment_bground.gif) no-repeat
}

.commentlist a{
	color: #666;
}

.commentlist a:link{
	color: #666;
}

.commentlist a:hover{
	color: #333;
	border-bottom: 1px solid #666;
}

.commentlist p{
	font-size: 80%;
	color: white;
}

.avatar {
	margin-right: 5px;
	border: 2px solid white
}

/* ---------- SIDEBAR ---------- */

/*
#blog_sidebar a{
	color: #999;
}

#blog_sidebar a:link{
	color: #999;
}

#blog_sidebar a:hover{
	color: #666;
	border-bottom: 1px solid #999;
}
*/

#blog_sidebar p{
	color: #666;
	font-size: 100%;
	margin: 0 0 .5em 0;
}

#blog_sidebar li{
	color: #666;
	font-size: 80%;
	margin-bottom: 1.1em;
	padding: 0;
	border-bottom: 1px dashed #ccc;	
	background: none
}

#blog_sidebar li li{
	font-size: 87%;
	margin: 0 0 .4em 0;
	border-bottom: 0;	
	background: none
}

#blog_sidebar a:hover{
	color: #666;
}

/* old 'h2' style below
#blog_sidebar h2 {
	font-size: 140%;
	margin: 0 0 .5em 0;
}
*/

/* new 'h3' style below */
#blog_sidebar h2 {
	font-size: 130%;  /* slightly larger due to 'li' size reduction */
	line-height: 1.2;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #666;
	/*color: #ff6600;*/
	margin: 0 0 .5em 0;
	padding: 0
}

#studio_login {
	width: 50%;
	border: 1px solid #ccc;
	padding: 9px 5px 9px 29px;
	background: #f3f3f3 url(images/padlock.gif) no-repeat 7px center;
}

#studio_login li{
	font-size: 70%;
	margin: 0;
	padding: 0;
	background: none;
}

#studio_login a{
	color: #999;
}

#studio_login a:link{
	color: #999;
}

#studio_login a:hover{
	color: #666;
	border-bottom: 1px solid #999;
}

#jukebox {
	background: url(images/crate.jpg) no-repeat 0 0;
	padding-top: 160px 
}
