/* Base Styles for DanielMcLaughlin.com */

body {
	background: #392508;
	margin: 0; 
	padding: 0;	
	font: small "Lucida Sans Unicode", "Lucida Grande", arial, verdana, sans-serif;
	color: #fdc065;
	height: 100%;
}

#container {
	width: 853px;
	margin: 0 auto;
}

#flash {
	background: url(/images/bkg.jpg) 0 0 no-repeat;
	width: 382px;
	height: 665px;
	float: left;
}

#content {
	background: url(/images/bkg2.jpg) 0 0 no-repeat;
	width: 460px;
	height: 689px;
	margin: 0 0 0 382px;
}

/* Links and Text 
----------------------*/
p { line-height: 1.6; margin-bottom: 1.6em;}

a { color: #ee4c11; text-decoration: none; outline: none;}
a:hover { color: #c53500;}


/* MySpace Logo
----------------------*/
#flash h2 {
	margin: 0;
	padding: 25px 0 0 70px;
}

#flash h2 a {
	width: 128px;
	height: 48px;
	text-indent: -9999px;
	display: block;
}

/* Header
--------------------*/
#content h1 { 
	margin: 0;
	padding: 78px 0 0 0;
}

#content h1 a {
	width: 228px;
	height: 108px;
	text-indent: -9999px;
	display: block;
}

/* Nav
---------------------*/
#nav {
	width: 332px;
	height: 17px;
	padding: 0;
	margin: 5px 0 25px 0;
}

#nav li {
	float: left;
	position: relative;
	height: 17px;
	overflow: hidden;
}

#nav a {
	display: block;
	height: 0;
	padding: 17px 0 0 0;
	text-indent: -9999px;
}


#navPartners a { width: 60px;}
#navE a { width: 88px; }
#navJ a { width: 61px; }
#navP a { width: 62px; }
#navC a { width: 60px; }


/* Define Background Image for all Nav states */
#nav li, #nav a:hover { background-image: url(/images/nav.gif); }

/* Default State */
#navPartners { background-position: 0 0;}
#navE  {background-position: -60px 0;}
#navJ  {background-position: -148px 0;}
#navP  {background-position: -210px 0;}
#navC  {background-position: -272px 0;}

/* Hover State */
#navPartners a:hover, body#partners #navPartners {background-position: 0 -17px;}
#navE a:hover, body#experience #navE  {background-position: -60px -17px;}
#navJ a:hover, body#journal #navJ  {background-position: -148px -17px;}
#navP a:hover, body#photos #navP  {background-position: -210px -17px;}
#navC a:hover, body#contact #navC, body#thanks #navC {background-position: -272px -17px;}


/* Partners 
-----------------------*/
#partners #text ul {
	margin-left: 15px;
}

/* Text Column
----------------------*/
#text { font-size: 95%; width: 350px; padding-bottom: 20px;}

#text h3 { font-size: 125%; margin: 8px 0 0 0; }

#text h3+p { margin-top: 3px; }

#text small { font-size: 90%; }


#hp_post {
	background: url(/images/bkg_hppost.gif) left bottom no-repeat;
	padding-bottom: 50px;
}

#hp_post, #journal_post p { margin-bottom: 5px;}

#journal_post { 
	background: url(/images/journal_separator.gif) center bottom no-repeat;
	padding-bottom: 50px;
	margin-bottom: 20px; 
}

#sd {
	float: right;
	margin: 140px 130px 0 0;
	border: 0;
	
}

.linkbox {
	background: #080500;
	padding: 8px;
	margin-top: 10px;
	display: block;
	border: 1px solid #513a0f;
}

.linkbox:hover {
	background: #160e00;
}

/* Contact 
---------------------*/
#contact label { display: block; font-weight: bold; }

#contact input, #contact textarea {
	background: #1a1103;
	border: 1px solid #392508;
	padding: 2px 2px 2px 5px;
	color: #c18a32;
}

#contact input:focus, #contact textarea:focus {	background: #fff; }

#contact input.btn { background: none; }

#thankyou {
	margin: 45px 0 0 50px;
}

/* Experience
---------------------*/
#experience ul.training {
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
}	

#experience ul.training li {
	margin: 0 0 15px 0;
	padding: 0 0 0 14px;
	background: url(/images/bullet.gif) 0 5px no-repeat;
}

/* Photos 
----------------------*/
.thickbox {
	float: left;
	margin: 0 0 25px 15px;
}

.thickbox img { border: 0; }

/* Lyrics & Experience
--------------------------------------------------------*/
#lyrics p, #experience p {  margin-bottom: 1.6em; }

#lyricsnav ul {
	margin: 0;
	padding: 0;
}

.anchors {
    list-style: none;
    float: left;
    width: 350px;
    margin: 0;
}
.anchors:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.anchors li {
    float: left;
    margin: 0 15px 15px 0;
}
.anchors a {
    display: block;
    position: relative;
    top: 1px;
    z-index: 2;
    text-decoration: none;
}
.anchors .on a { padding-bottom: 2px; font-weight: bold; color: #fdc065;}
.anchors a:focus, .anchors a:active { outline: none; /* @ Firefox 1.5, remove ugly dotted border */
}

.anchors a:hover, .anchors a:focus, .anchors a:active { cursor: pointer; }