@charset "utf-8";


/* Style sheet for B.J. Earl website
   created by: Dexter Dog Designs
               info@dexterdogdesigns.com

*/

body {
	background: #000 url(../_images/bg-dark.jpg) repeat;
	color: #fff;
	font-size: 16px;
	font-family: 'Adamina', serif;
	text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.80);
	max-width: 1450px;
}
#page {
	padding: 15px 25px 15px 15px;
}

#header h1 {
	color: #eee;
	margin: 10px auto -25px;;
	font-size: 90px;
	font-family: 'Montez', cursive;
	text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.74);
	text-align: center;

}
#header h2,
.enh {
	font-family: 'Montez', cursive;
	font-size: 36px;
	color: #CCC;
	text-align: center;
}
.enh {
	font-size: 24px;
}

/* Nav Menu */
#nav	{
	margin: 5px auto 25px;
	font-weight: bold;
	text-align: center;
}

#nav ul li {
	list-style: none;
}

#nav li	{
display:inline;
}
#nav li a  {
	display: inline-block;
	width: 100px;
	color: #fff;
	text-shadow: 2px 2px 3px #000;
}
#nav li a:hover,
#nav li a:active  {
	text-decoration:none;
	color:#c30;
}

#page form fieldset p label {
	width: 50px;
}

#footer h4 {
	font-size: 12px;
	text-align: right;
}
a, a:visited {
	color: #F60;
	text-decoration: none;
}
a:hover {
	color: #00F;
	text-decoration: underline;
}
/* form style */
p {margin: 0 0 2em;}
form p {margin: 0 0 15px;}
input, 
select,
textarea, 
input[type=search] {
	background: #ddd;
	border: solid 1px #a3a3a3;
	padding: 5px 10px;
	-webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 2px 3px rgba(0,0,0,.1);
	box-shadow: inset 0 2px 3px rgba(0,0,0,.1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-appearance: none;
}
input[type=text]:focus, 
textarea:focus,
input[type=search]:focus {background: #ccc;border-color: #333;outline: none;}
input[type=text], input[type="search"] {width: 200px;}
textarea {width: 200px;	height: 200px;}
.placeholder {color: #bbb;}
::-webkit-input-placeholder {color: #bbb;}
:-moz-placeholder {color: #bbb;}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {display: none;}

.music 	{
	font-size: x-large;
	font-weight: bolder;
}
table tr td {
	padding: 5px;
}




/* ddd logo */
.shameless {
	clear: both;
	background: url(../_images/ddd-logo.png) no-repeat right top;
	height: 135px;
}
.shameless .right {
	clear: both;
	padding-top: 110px;
}

#ddd ,
.right a,
.right a:link{
	font-family: 'Sue Ellen Francisco', serif;
	font-size: 21px;
	font-style: italic;
	font-weight: 700;
	text-shadow: 2px 2px 2px #000;
	text-decoration: none;
	line-height: 1.2;
	margin: 0;
	text-transform: lowercase;
	color: #963;
}
#ddd:hover {text-decoration: underline;}
.right {text-align: right;}

/* browser opacity */
.trans50 {
 filter:alpha(opacity=50);
 -moz-opacity:0.5;
 -khtml-opacity: 0.5;
 opacity: 0.5;
}

.drpsh {
 	-webkit-box-shadow: 5px 5px 5px #888;
 	-moz-box-shadow: 5px 5px 5px #888;
 	box-shadow: 5px 5px 5px #888;
}

.drpsh2 {
 	-webkit-box-shadow: 0px 0px 15px #000;
 	-moz-box-shadow: 0px 0px 15px #000;
 	box-shadow: 0px 0px 15px #000;
}

.note 	{
	background: url(../_images/notes.png);
}

/* 404 error page */
.four {
	font-family: 'Shadows Into Light', cursive;
	font-size: 36px;
	color: #CCC;
	text-align: center;
}

.ctr	{
	text-align:center;
}

.centered {
    margin: 0 auto;
    text-align: left;
    width: 80%;
	max-width: 800px;
}

/* special effects */
@media only screen and (max-width: 480px) {
	#header h1 {
	font-size: 50px;
	margin: 10px auto -22px;;
	}
	#header h2 {
	font-size: 18px;
	}
}
@media only screen and (min-width: 481px) {
	#header h1 {
	font-size: 65px;
	margin: 10px auto -30px;;
	}
	#header h2 {
	font-size: 24px;
	}
}
@media only screen and (min-width: 769px) {
	#header h1 {
	font-size: 90px;
	margin: 10px auto -45px;;
	}
	#header h2 {
	font-size: 36px;
	}
	#LayoutDiv8 {
	margin-left: 40px;
	}
}
}
