/************************************************
*	Drop Shadows								*
************************************************/
	
#shadow {
	margin-bottom: 12px;
	margin-top: 12px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 2);
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 2);
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 2);
	}



.quote {
	color: #e55100;
	text-indent: -17px;
	display: inline;
	float: left;
	font-size: 28px;
	line-height: -40px;
	font-style: normal;
	margin-top: 8px;
	}
	
.quoteend {
	color: #e55100;
	margin-left: 3px;
	}



/************************************************
*	Tooltip							*
************************************************/

div.tooltip { 
    background: url(/img/tooltip.png) scroll 0 0; 
    font-size:14px; 
    height:153px; 
    padding:30px; 
    width:310px; 
    font-size:14px; 
    display:none; 
    color:#fff; 
} 
 
/* tooltip title element (h3) */ 
div.tooltip h3 { 
    margin:0; 
    font-size:18px; 
    color:#fff; 
}

/************************************************
*	Shadow Box									*
************************************************/

.hidden {
	display: none;
	}


/************************************************
*	Body   										*
************************************************/


body {
	background-image: url(/img/tanpaper_tile.jpg);
	color: #3e1f0c;
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	margin: 0px 0px;
	padding: 0px;
	}
	
/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #3e1f0c;
	text-decoration: none;
	border: none;
	outline: none;
	}
	
a:hover {
	text-decoration: none;
	color: #3E1F0C;
	border: none;
	}
		
/************************************************
*	Content 					     		    * 
************************************************/

/* removing linebreaks on h tags */
h2,h3,h4,h5,h6,h7,h8,h9,h10,h11,h12,h13,h14,h15,h16 {
	display: inline;
	-webkit-text-size-adjust: none;
}

#img-container a:hover {
	color: #3E1F0C;
	}
	
#img-container a, a:visited {
	color: #E55100;
	}	

#content h12 a:hover {
	color: #E55100;
	text-decoration: none;
	}

.dcap {style.css (line 104)
	color: #3e1f0c;
	display: inline;
	float: left;
	font-size: 38px;
	line-height: 28px;
	margin: 5px 5px 0 0;
	text-transform: uppercase;
	font-style: normal;
	}

/* h15 = centered text */
#content h15 {
	text-align: center;
}

/* h14 = meta data in wp */
#content h14 {
	color: #e55100;
	line-height: 40px;
	font-style: normal;
	font-variant: small-caps;
	font-size: 13px;
	font-family: Georgia, Times New Roman, serif;
	font-weight: normal;
	line-height: 25px;
	letter-spacing: .7px;
	}

/* h13 = description variant */
#content h13 {
	color: #e55100;
	
	font-size: 18px;
    font-family: Georgia, Times New Roman, serif;
	font-weight: 200;
	font-style: italic;
	font-variant: none; 
	line-height: 24px;
	}
	
/* h12 = descriptions */
#content h12 {
	font-size: 12px;
	
    font-family: Georgia, Times New Roman, serif;
	font-weight: 200;
	font-style: normal;
	font-variant: none; 
	line-height: 18px;
	}
	
#content h12 a, a:visited {
	color: #3E1F0C;
	text-decoration: none;
	border: none;
	outline: none;
}
	
/* h17 = descriptions */
#content h17 {
	font-size: 15px;
    font-family: Georgia, Times New Roman, serif;
	font-weight: 200;
	font-style: normal;
	font-variant: none; 
	line-height: 21px;
	}
	
/* h16 = description notes */
#content h16 {
	font-size: 11px;
    font-family: Georgia, Times New Roman, serif;
	font-weight: 200;
	font-style: italic;
	font-variant: none; 
	line-height: 18px;
	}

/* h6 = my name is jay quercia */
#content h6 {
	font-size: 22px;
	font-family: Georgia, Times New Roman, serif;
	font-weight: 200;
	font-style: italic;
	font-variant: none; 
	line-height: 25px;
	}

#content {
	width: 960px;
	margin: 0px  0px;
	padding: 30px 30px 0px 30px;
	float: left;
	}

#content p{
	padding: 3px 0px 5px 1px;
	margin: 0px;
	line-height: 15px;
	text-align: left;
	text-decoration: none;
	}
	
#content p.break {
	border-top: 2px dotted #94cee3;
	margin-top: 5px;
	}
	
#content p.break2 {
	border-top: 2px dotted #94cee3;
	margin-top: 10px;
	margin-bottom: -1px;
	}
	
#content p.break_white {
	border-top: 2px dotted #b78362;
	margin-top: 6px;
	margin-bottom: 6px;
	}
		

	
/* h7 = last link */	
#content h7 {
	color: #e55100;
    font-size: 12px;
    font-family: Georgia, Times New Roman, serif;
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
	line-height: 25px;
	margin: 0;
	margin-bottom: 5px;
	}
	
#content h8 {
	color: #eddbcd;
    font-size: 10px;
    font-family: Georgia, Times New Roman, serif;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	line-height: 10px;
	letter-spacing: .75px;
	}
	
#content h9 {
	color: #b78362;
    font-size: 10px;
    font-family: Georgia, Times New Roman, serif;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	line-height: 10px;
	letter-spacing: .5px;
	}
	
#content h10 {
	color: #eddbcd;
    font-size: 10px;
    font-family: Georgia, Times New Roman, serif;
	font-weight: 500;
	font-style: italic;
	font-variant: normal;
	line-height: 10px;
	letter-spacing: .5px;
	}
	
#content h1 a  {
	color: #3e1f0c;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 3px 0px 4px 1px;
	}

#content h1 a:hover {
	color: #a61212;
	text-decoration: none;
	}

/* h11 = extra padding on the menu */	
#content h11 {
	margin-top: -20px;
	font-size: 0px;
	line-height: -10px;
	}
	
#content p.img{
	float: left;
	border: none;
	margin-right: 200px;
	margin-bottom: 10px;
	}
	
#content h2 {
	color: #e55100;
	
	font-style: italic;
	font-size: 22px;
	font-family: Georgia, Times New Roman, serif;
	font-weight: 500;
	line-height: 25px;
	}
	
#content h3 {
	color: #3e1f0c;
	
	line-height: 40px;
	font-style: normal;
	font-variant: small-caps;
	font-size: 13px;
	font-family: Georgia, Times New Roman, serif;
	font-weight: normal;
	line-height: 25px;
	letter-spacing: .7px;
	}
	
#content h4 {
	color: #e55100;
    font-size: 12px;
    font-family: Georgia, Times New Roman, serif;
	font-weight: 600;
	font-style: normal;
	font-variant: normal;
	line-height: 25px;
	}
	
#content h5 {
	color: #3e1f0c;
	
	line-height: 40px;
	font-style: italic;
	font-size: 12px;
	font-family: Georgia, Times New Roman, serif;
	font-weight: 600;
	line-height: 25px;
	}
	
#contentleft {
	width: 550px;
	margin: 0px 0px 0px 0px;
	padding: 91px 32px 0px 15px;
	float: right;
	}
	

		
/************************************************
*	Left Sidebar 					     	    * 
************************************************/

#hireme {
	left: 647px;
	top: 102px;
	position: absolute;
	z-index: 5;
	}

#bubble_text {
	margin: -122px 0px 0px 0px;
	/*margin was 34px*/
	padding-left: 16px;
	position: relative;
	font-style: italic;
	color: #eddbcd;
	font-size: 25px;
	font-family: Georgia, Times New Roman, serif;
	font-weight: normal;
	letter-spacing: .85px;
	width: 184px;
	line-height: 25px;
	text-shadow: #000 0px 1px 2px;
	}
	

#bubble_text_small {
	color: #eddbcd;
	line-height: 8.5px;
	margin-top: -10px;
	}
	
#header {
z-index: 2;
margin-top: -26px;
margin-left: -3px;
position: absolute;
}
	
#bubble {
	/*background-image: url(../img/bubble.png);*/
	z-index: 2;
	margin-top: 43px;
	margin-left: -4px;
	/*position: absolute;*/
	background-repeat: no-repeat;
	width: 250px;
	height: 147px;
	}
	
#below_bubble {
	margin-top: -145px;
	margin-left: 75px;
	position: absolute;
	width: auto;
	height: auto;
	}
	
#below_bubble a, a:visited {
	color: #3e1f0c;
	text-decoration: none;
	border: none;
	outline: none;
	}
	
#below_bubble a:hover {
	text-decoration: none;
	color: #e55100;
	border: none;
	}

	
#bubble_text a, a:visited {
	color: #eddbcd;
	text-decoration: none;
	border: none;
	}
	
#bubble_text a:hover {
	text-decoration: none;
	color: #b78362;
	border: none;
	}

#l_sidebar {
	float: left;
	width: 150px;
	margin: 0px 0px 0px 0px;
	padding: 13px 0px 0px 0px;
	}
	
#l_sidebar ul {
	margin: 0px;
	padding: 0px;
	display: block;
	}

#l_sidebar ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
	}
	
#l_sidebar ul li a {
	display: block;
	color: #3e1f0c;
	text-decoration: none;
	margin: 0px;
	padding: 3px 0px 3px 0px;
	}

#l_sidebar ul li a:hover {
	color: #3e1f0c;
	}
	
#l_sidebar p{
	padding: 3px 0px 4px 0px;
	margin: 0px;
	line-height: 15px;
	}
	
/************************************************
*	Right Sidebar 					     	    * 
************************************************/

#button_text {
width: 85px;
margin-top: -26px;
margin-left: 9px;
margin-bottom: 8px;
color: #EDDBCD;
font-family:Georgia,Times New Roman,serif;
font-size:10px;
font-style:normal;
text-transform: uppercase;
font-weight:normal;
letter-spacing: 0.75px;
text-shadow: #000 0px 1px 2px;
}

#r_sidebar p.break {
	border-top: 2px dotted #94cee3;
	margin-left: 4px;
	margin-top: -10px;
	width: 93px;
	}

#r_sidebar {
	float: right;
	width: 85px;
	margin-top: 24px;
	padding: 77px 30px 0px 0px;
	position: relative;
	}

#r_sidebar ul {
	margin: 0px;
	padding: 0px;
	display: block;
	}

#r_sidebar ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
	}
	
#r_sidebar ul li a {
	display: block;
	color: #e55100;
    font-family: Georgia, Times New Roman, serif;
    text-decoration: none;
	margin-left: 0px;
	}
	
#r_sidebar ul li h1 a {
	line-height: 5px;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;	
	margin-left: 3px;

	}
	
#r_sidebar ul li h2 a {
	line-height: 5px;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;	
	margin-left: 3px;
	padding-top: 15px;

	}

#r_sidebar ul li h3 a {
	line-height: 5px;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	margin-left: 3px;
	padding-top: 15px;
	padding-bottom: 10px;
	letter-spacing: normal;
	}

#r_sidebar ul li a:hover {
	color: #bd805f;
	}
	
#r_sidebar a:visited {
	color: #e55100;
	}	
	
#r_sidebar p{
	padding: 3px 0px 3px 0px;
	margin: 0px;
	}
	
/************************************************
*	Accordion Menu  							*
************************************************/

ul#menu, ul#menu ul {
  	list-style-type:none;
  	margin: 0px;
  	padding: 0px;
  	width: 115px;
}

ul#menu a {
	display: none;
  	text-decoration: none;	
}

ul#menu li {
	margin-top: 0px;
}

ul#menu li a {
  	padding: 0px;
}

ul#menu li a:hover {
	color: #3e1f0c;
}

ul#menu li ul li a {
  	padding-left: 0px;
}

ul#menu li ul li a:hover {
  	padding-left: 0px;
}

/* ---------------------------------------------
	LASTFM.CSS
-----------------------------------------------*/

#lastfm {
	margin-top: 7px;
	}

#lastfm dl{
	position:relative;
	float:left;
	width:150px;
	height:48px;
	border:none;
	padding:8px 8px 8px 80px;
	margin-left: -3px;
	margin-right: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-image: url(/img/lastfm/lastfmtag3.png);
	}
	
#lastfm dl:hover,
#lastfm dl.hover{
	padding:8px 8px 8px 80px;
	border:none 2px #444;
	cursor:pointer;
	background-image: url(/img/lastfm/lastfmtag3over.png);
	}
#lastfm dl:hover dt,
#lastfm dl.hover dt{
	left:7px;
	top:7px;
	}

#lastfm dl dt{
	position:absolute;
	left:8px;
	top:8px;
	width:64px;
	height:64px;
	}
#lastfm dl dt a{
	position:absolute;
	top:0;
	left:0;
	width:64px;
	height:64px;
	z-index:100;
	}
#lastfm dl dt a:hover{
	background:none;
	}

#lastfm .lfm_art img{
	margin-top:1px;
	position:absolute;
	z-index:0;
	width:48px;
	height:48px;
	border: none;
	}
	
#lastfm album {
	width: 48px;
	height: 48px;
}

#lastfm dl dd.lfm_song{
	padding-bottom:7px;
	padding-top: 9px;
	white-space:nowrap;
	overflow:hidden;
	color: #EDDBCD;
	text-shadow: #000 0px 1px 2px;
	font-family:Georgia,Times New Roman,serif;
	font-size:18px;
	font-style:italic;
	font-variant:normal;
	font-weight:500;
	letter-spacing:0.5px;
	line-height:10px;
	margin-left: -30px;
	}
	
#lastfm dl dd.lfm_artist{
	color:#e0b08a;
	white-space:nowrap;
	overflow:hidden;
	font-family:Georgia,Times New Roman,serif;
	font-size:9px;
	margin-top: 11px;
	text-shadow: #000 1px 1px 2px;
	font-style:normal;
	font-variant:small-caps;
	font-weight:normal;
	letter-spacing:1px;
	line-height:7px;
	margin-left: -30px;
	width: 180px;
	text-transform: uppercase;
	}
#lastfm dl dd.lfm_album{
	color:#999;
	}