/*

	design by timgummerdesign.com - theme derived from nonzero by  www.nodethirtythree.com
	table styling by verl and snook
*/





/* reset */
	*
	{
	margin: 0em;
	padding: 0em;
	}
	

/* Basic Stuff */
	
	body
	{
	background-color: #fff;
	color: #585858;
	font: 10pt/1.3em "trebuchet ms", helvetica, sans-serif;
	letter-spacing: 0.07em;
	}
	

	
	br.clear
	{
	clear: both;
	}
	
	img
	{
	padding: 3px;
	border: solid 1px #e1e1e1;
	}
	
	img.floatTL
	{
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
	margin-top: 0.5em;
	}




#columnA_3columns img
	{
	border: solid 1px #e1e1e1;
	float: right;
	margin-top: 1px;
	margin-right: 3px;
	margin-bottom: 2px;
	}
	




/*links main*/
	a:link, a:visited
	{
	text-decoration: none;
	color: #AB5500;
	}
	
	a:hover
	{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	}
	
	
	ul.links
	{
	list-style: none;
	}
	
	ul.links li
	{
	line-height: 1em;
	background: url(images/arrow_listbullet.png) no-repeat left .19em;
	padding-left: 8px;
	margin-bottom: 10px;
	}
	/* 
	ul.links li.first
	{
	}
	*/	


/* LAYOUT */
	
	div.fixed
	{
	width: 950px !important;
	}


/* Header */
	
	#header
	{
	width:100%;
	height:210px;
	background: #EFEFEF url(images/bkg_header_graylite.jpg) repeat-x bottom;
	}
	
	#header_inner
	{
	position: relative;
	width: 950px;
	height:210px;
	margin: 0 auto;
	background: #D1AC79 url(images/theme_acmma.jpg) no-repeat center;
	}

/* Logo */
	
	#logo
	{
	bottom: 51px;
	left: 537px;
	margin-top: 100px;
	}
	
	#logo h1
	{
	display: inline;
	font-size: 56px;
	text-transform: lowercase;
	font-weight: normal;
	line-height: .6em;
	}
	
	#logo h1 a:link, #logo h1 a:visited
	{
	color: white
	}
	
	#logo h1 a:hover
	{
	color: #F1E7D3
	}
	
	
	#logo h2
	{
	display: inline;
	padding-left: 0.5em;
	color: #E0D7CC;
	font-size: 9px;
	}

/* Menu */
	
	#menu
	{
	position: absolute;
	bottom: 0px;
	}
	
	#menu ul
	{
	list-style: none;
	}
	
	#menu li
	{
	float: left;
	}
	
	#menu li a
	{
	margin-left: 0em;
	display: block;
	padding: 0.77em 0.98em 0.7em;
	background: #fff url('images/n4.gif') repeat-x;
	border: solid 1px #fff;
	color: #616161;
	font-weight: bold;
	font-size: 1.3em;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 0.25em;
	}
	
	#menu li a.active
	{
	background: #CC6C0C url('images/n3.gif') repeat-x;
	color: #fff;
	border: solid 1px #AA7036;
	}






/* Main */

	#main
	{
	background: #fff url('images/n2.gif') 0px 1px repeat-x;
	}
	
	#main_inner p
	{
	margin-bottom: 0.5em;
	}
	
	#main_inner ul
	{
	margin-bottom: 2.0em;
	}
	
	#main_inner
	{
	position: relative;
	width: 990px;
	margin: 0 auto;
	padding-top: 2.5em;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	}
	
	
	#main_inner .post
	{
	position: relative;
	}
	
	#main_inner .post h3
	{
	position: relative;
	font-size: 1.7em;
	padding-bottom: 1.2em;
	}
	
	#main_inner .post ul.post_info
	{
	list-style: none;
	position: absolute;
	top: 3em;
	font-size: 0.8em;
	}
	
	#main_inner .post ul.post_info li
	{
	background-position: 0em 0.2em;
	background-repeat: no-repeat;
	display: inline;
	padding-left: 18px;
	}
	
	#main_inner .post ul.post_info li.date
	{
	background-image: url('images/n5.gif');
	}
	
	#main_inner .post ul.post_info li.comments
	{
	background-image: url('images/n6.gif');
	margin-left: 1.1em;
	}
	
	/* Footer */
	
	#footer
	{
	width: 950px;
	margin: 1em auto;
	text-align: left;
	clear: both;
	border-top: dotted 1px #E1E1E1;
	padding-top: 1em;
	text-transform: lowercase;
	font-size: 10px;
	padding-left: 25px;
	}

/* Search */
	
	input.button
	{
	background: #CC6C0C url('images/n3.gif') repeat-x;
	color: #fff;
	border: solid 1px #AA7036;
	font-weight: bold;
	text-transform: lowercase;
	font-size: 0.8em;
	height: 2.0em;
	}
	
	input.text
	{
	border: 1px solid #999999;
	font-size: 1.0em;
	padding: 0.25em 0.25em 0.25em 0.25em;
	}
	
	#search
	{
	position: relative;
	width: 100%;
	margin-bottom: 2.0em;
	}
	
	#search input.text
	{
	position: absolute;
	top: 0em;
	left: 0em;
	width: 9.5em;
	}
	
	#search input.button
	{
	position: absolute;
	top: 0em;
	right: 0em;
	min-width: 2.0em;
	max-width: 2.5em;
	}



/* LAYOUT - 3 COLUMNS */

	/* Primary content */
	
	#primaryContent_3columns
	{
	position: relative;
	margin-right: 34em;
	}
	
	#columnA_3columns
	{
	position: relative;
	float: left;
	width: 470px;
	padding-right: 2em;
	padding-left: 2em;
	}
	
	/* Secondary Content */
	
	

	
	#secondaryContent_3columns
	{
	float: right;
	/*display: inline;*/
	}
	
	#columnB_3columns, #columnC_3columns 
	{
	width: 170px;
	float: left;
	padding: 0em 2em 0.5em 1em;
	margin: 0;
	}
	
	#columnB_3columns 
	{
	border-left: 1px dotted #909090;
	}
	

	#columnC_3columns 
	{
	border-left: 1px dotted #D2D2D2;
	}
	

/* data table snook styling */

#primaryContent_3columns table 
	{
	color: black;
	background:white repeat-x left top;
	/*border:5px solid #900;*/
	border-collapse:collapse;
	width: 100%;
	vertical-align: top;
	}
	
tbody tr.odd td
	{
	background:#F3F3F3 repeat left top;
	}	
	
td {
	vertical-align: top;
	vertical-align: top;
	}

thead
	{
	
	}

thead th
	{
	padding:1em 1em .5em;
 	border-bottom:1px dotted #FFF;
 	font-size:120%;
 	text-align:left;
	}



thead tr
	{
	
	}

td, th
	{
	background:transparent;
	padding:0.5em 0.2em 0.5em 0.3em;
	}

th
	{
	text-align:left;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	background: url(images/bkg_table_header.gif) repeat-x bottom;
	color: #573421;
	padding-top: 2em;
	padding-bottom: 0.5em;
	}



tbody tr
	{
	
	}




tfoot
	{
	
	}

tfoot td
	{
	padding-bottom:1.5em;
	}

tfoot tr
	{

	}

* html tr.odd td
	{
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/tr_bg.png', sizingMethod='scale');
	}
	
.sidebox1, .topbox{
	margin-top: 0em;	
}

 	
.sidebox1 .sidebox2 .sidebox3 { 
	padding-right:1em;
	margin-bottom: 1em;
	border-color: #DAC1B4;
	border-top-width: 1px;
	border-bottom-style: dotted;
}

.sidebox1 	ul.links, .sidebox2 ul.links, .sidebox3 ul.links { 
	list-style: none;
	}


.sidebox1 {
	height: 10em;
}
.sidebox2 {	
}
.sidebox3 {	
}


.sidebox1 h4 .sidebox2 h4 .sidebox3 h4 {
	margin-top: 0em;
}

/*.sidebox1>p {
	padding-top: 3em;
	}
*/







/*HEADINGS*/

/*for h1 logo see LOGO styleing above*/

	


h2, h3
	{
	font-weight: normal;
	letter-spacing: 0em;
	text-transform: lowercase;
	}
	
	
 h4, h5, h6
	{
	font-weight: normal;
	letter-spacing: 0em;
	text-transform: uppercase;
	}	
		

	
h3, h4
	{
	line-height: 40px;
	padding-bottom: 0.1em;
	margin-bottom: 0.7em;
	}
	
 h2
	{
	font-size: 1.5em;
	text-transform: none;
	margin-bottom: 0.5em;
	}
	
h3
	{
	font-size: 2.1em;
	}
	
h4
	{
	font-size: 1.2em;
	}
	

h3, h4
	{
	border-bottom: 1px dotted #BEBEBE;	/*position: relative;*/
	}



h3, h5
	{
	color: #562F00;
	}
	
	
h4, h6
	{
	color: #E55B00;
	}
	
/*HOME*/
	
	#managers-home
	{
	line-height: 0.8em;
	}
		
	
	#managers-home h3
	{
	font-size: 1.3em;
	border-style: none;
	padding-bottom: 0;
	margin-bottom: 0;
	line-height: 0.8em;
	font-weight: bold;
	}
	
	#managers-home p
	{
	border-bottom: 1px dotted #BEBEBE;
	font-size: .8em;
	padding-bottom: 0.1em;
	margin-bottom: 1.3em;
	line-height: 1.8em;
	}
	
	/*links manager-home*/
	
	a:link, a:visited
	{
	text-decoration: none;
	}
	
	a:hover
	{
	border-bottom-style: none;
	color: #D7AF7A;
	}
	
#logotabs {
	float: right;
	width: 420px;
	bottom: 0px;
	height: 210px;
	}


/* captcha form */


#columnA_3columns form.captcha  img.captcha  {
	margin: 1em 0;
	float:none;
	}

	
form.captcha textarea,
form.captcha input,
form.artist-new textarea,
form.artist-edit input {
	margin: 0.75 0 2em 0;
	font-size: 1.2em;
	padding:2px;
	}
	

form.artist-new textarea,
form.artist-edit input {
	font-size: 1.5em;
	}
	
	
	
form.captcha input[text] {
	width:50%;
	}	
	
form.captcha textarea {
	width:100%;
	min-height: 150px;
	}

form.captcha input.submit {
	display:block;
	font-size: 2em;
	}





	/*temp warning hiding patch*/
p.artistsbycategory {
	display:none;
	}
p.artistsbycategory table {
	display:block;
	}