@charset "UTF-8";
/* CSS Document */
/* Styles for andrewlamarche.com */

body {
	font-family: 'Ubuntu', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10.5pt;
	color: #CCC;
	background-color: #000;
}
body, p, blockquote, table, td, th, li, a, ul, ol, dd, dl, dt, form, button, fieldset, label, select, option, input, textarea {
	font-size: 10.5pt;
	font-family: 'Ubuntu', Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
a, a:link {
	text-decoration : none;
	color : #8D8D8D;
}
a:hover {
	color : #F00;
	text-decoration : underline;
}
a:active {
	color : #C00;
	text-decoration : underline;
}
a:visited {
	color : #8D8D8D;
	text-decoration : none;
}
/* Breadcrumbs Start */
.crumbs {
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #BABABA;
	margin-top: -6px;
	margin-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6C6C6C;
	padding-bottom: 2px;
}
.crumbs a, .crumbs a:visited {
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #D5D5D5;
}
.crumbs a:hover {
	color : #FFFFFF;
	text-decoration : underline;
}
.crumbs a:active {
	color : #999999;
	text-decoration : underline;
}
/* Breadcrumbs End */


h1 {
	font-family: 'Yanone Kaffeesatz', 'Arial Narrow', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-style: normal;
	font-weight: 700;
	text-shadow: 1px 1px 1px #222;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 0.99em;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #6C6C6C;
	color: #D5D5D5;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* h1 {
	font-size: 14pt;
	background-position: 0px 0px;
	letter-spacing: 0.01em;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #6C6C6C;
	color: #D5D5D5;
	font-family: "Arial Narrow", Tahoma, Verdana, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
} */

h2 {
	font-size: 15.0pt;
	font-weight: bold;
}
.aligncenter {
	text-align: center;
}
.alignright {
	text-align: right;
}
.alignleft {
	text-align: left;
}
td {
	vertical-align: top;
}
ul {
	list-style-type: square;
}
.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}
.box2 {
	border-width: 3px;
	border-style: solid;
	padding: 5px;
}
.pagedate {
	font-family : Tahoma, Geneva, sans-serif;
	font-size : 75%;
	color : #999999;
	text-align: center;
	letter-spacing: 0.03em;
}
.floatright {
	float: right;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 10px;
	border: 1px solid #999999;
}
.floatleft {
	float: left;
	margin-top: 3px;
	margin-right: 12px;
	margin-bottom: 3px;
	border: 1px solid #999999;
	margin-left: 0px;
}
.noborder {
	border-top: 0 none;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
}
div.gearleft {
	float: left;
	margin-right: 5px;
	margin-left: 3px;
	width: 48%;
}
div.gearright {
	float: right;
	width: 48%;
	margin-left: 5px;
	margin-right: 3px;
}
.gear {
	font-size : 10.0pt;
	line-height : 10.0pt;
}
.gearhead {
	font-size : 10.0pt;
	font-weight : bold;
	color : #cc9933;
	letter-spacing : 3px;
}
.geartblhead {
	font-family: 'Yanone Kaffeesatz', 'Arial Narrow', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size : 14.0pt;
	color : #eee;
	background-color : #330000;
	/*	font-weight : bold; */
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
}
.geartblgrey {
	background-color : #333333;
	text-align: center;
}
/* Video Page Start */
.videoinfo {
	font-size : 85%;
	font-weight : normal;
	color : #999999;
}
.videopage {
	border: 1px dotted #666666;
	text-align:center;
}
.videopage img, .videopage img a {
	border: 1px solid #666;
}
.videoartist {
	color: #FFCC33;
}
.videobg {
	background-image:   url(assets/gfx_video/videobg-03.jpg);
	background-repeat: no-repeat;
}
/* Video Page End */

input, textarea {
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-style : normal;
	color : #999999;
	background-color : #000000;
	border: 1px solid #6C6C6C;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
select {
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-style : normal;
	color : #999999;
	background-color : #000000;
}
#rightDropmenu {
	float:right;
}
#rightDropmenu select, #rightDropmenu option {
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-style : normal;
	color : #999999;
	background-color : #000000;
}
#rightDropmenu #go_button input {
	font-style : normal;
	color : #999999;
	background-color : #000000;
	border: 1px solid #6C6C6C;
}
.grey {
	color: #666666;
}
.bioside {
	float: right;
	width: 250px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 12px;
}
.bioside img {
	border: 1px solid #6C6C6C;
	margin-bottom: 12px;
}
.gear {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height : 10px;
}
.gearhead {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
	color : #cc9933;
	letter-spacing : 3px;
}
.bandhistbox {
	border: 1px dotted #949494;
	background-position: center center;
	height: 250px;
	width: 50%;
	text-align: center;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}
.bandlistin {
	font-style: italic;
	color: #A2A2A2;
	margin-left: 14px;
	font-size: 85%;
}
#listspace ul li {
	margin-bottom: 6px;
}
#livedates table {
	text-align:center;
	vertical-align: top;
	width: 100%;
}
#livedates td, #livedates th {
	text-align:center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7E0000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	width:33%;
}
#livedates, #livedates td, #livedates td a, #livedates td a:link, #livedates th {
	font-size:9.0pt;
}
#livedates td div.small {
	font-size: 8.5pt;
}
.dates1 {
	background-color: #2D2D2D;
	filter: alpha(opacity=85);
	-moz-opacity:0.75;
	opacity: 0.75;
}
.dates2 {
	background-color: #424242;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity: 0.75;
}
/* .dates1 {
	background-image: url(gfxpage/bg1.png);
	background-repeat: repeat;
}
.dates2 {
	background-image: url(gfxpage/bg2.png);
	background-repeat: repeat;
} */
.datesHead {
	font-weight : bold;
	color : #999;
	background-color : #333;
	margin: 2px;
}
/* Discography Page Start */

#discographytbl {
	clear: both;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left:auto;
	margin-right:auto;
}
#discographytbl div.discrow {
	text-align: center;
	clear: both;
	margin-left:auto;
	margin-right:auto;
}
#discographytbl div.disctitle {
	float: left;
	width: 135px;
	text-align:center;
	margin-top: 5px;
	margin-bottom: 0px;
}
div.disctitle img {
	border: 1px solid #666666;
}
#discographytbl div.disctitletext {
	font-size: 8.0pt;
	text-align: center;
	margin-top:0px;
	margin-bottom:10px;
}
.disc {
	border: 1px solid #666666;
	margin-top: 4px;
	margin-bottom: 4px;
}
.discnotes {
	font-size : 90%;
	color : #cccccc;
	margin-left : 20px;
}
.discartist {
	color: #FFCC33;
}
.discrowline {
	border-top-width: 3px;
	border-top-style: dotted;
	border-top-color: #666;
}
/* Discography Page End */

.small {
	font-size: 8.5pt;
}
hr {
	color: #666666;
}
.adminform select, .adminform option {
	color: #FFF;
}

