/*

	Instigate Records & Mailorder CSS

*/


a			{
				text-decoration		:	none;
				color			:	#202020;
			}
a:hover			{
				text-decoration		:	underline;
			}
/* Används för att markera en länk i löpande text */
a.underline		{
				text-decoration		:	underline;
			}
/* Används till More..-länkarna i högerkolumnen */
a.big			{
				font-weight		:	bold;
				font-size		:	10px;
				color			:	#404040;
			}


body			{
				background-color	:	#fdfdfd;
				font-family		:	Verdana, Geneva, Arial, Helvetica, sans-serif;
				font-size		:	10px;
				color			:	#202020;
			}

			
/* Sidhuvudet */
div.top			{
				background-color	:	transparent;
				position		:	absolute;
				left			:	0px;
				top			:	0px;
				width			:	1000px;
				height			:	241px;
				overflow		:	visible;
			}
/* Vänsterkolumen */
div.left 		{
				background-color	:	transparent;
				position		:	absolute;
				left			:	40px;
				top			:	200px;
				width			:	220px;
				overflow		:	visible;
				font-family		:	Verdana, Geneva, Arial, Helvetica, sans-serif;
				font-size		:	10px;
				color			:	#202020;
			}
/* Bilden i vänsterkolumnen */
div.photo		{
				background-color	:	transparent;
				width			:	220px;
				height			:	300px;
				overflow		:	hidden;
			}
/* Bildinformationen i vänsterkolumnen */
div.info		{
				background-color	:	#ffcf40;
				padding-left		:	10px;
				padding-top		:	6px;
				width			:	210px;
				height			:	34px;
				overflow		:	hidden;
				font-family		:	Verdana, Geneva, Arial, Helvetica, sans-serif;
				font-size		:	10px;
				color			:	#202020;
			}
/* Mittenkolumnen */
div.middle		{
				background-color	:	transparent;
				position		:	absolute;
				left			:	300px;
				top			:	185px;
				width			:	360px;
				overflow		:	visible;
				font-family		:	Verdana, Geneva, Arial, Helvetica, sans-serif;
				font-size		:	10px;
				color			:	#202020;
			}
/* Högerkolumnen */
div.right 		{
				background-color	:	transparent;
				position		:	absolute;
				left			:	700px;
				top			:	200px;
				width			:	260px;
				overflow		:	visible;
				font-family		:	Verdana, Geneva, Arial, Helvetica, sans-serif;
				font-size		:	9px;
				color			:	#202020;
			}
/* Fotosektionen kräver en enda stor kolumn */
div.photos		{
				background-color	:	transparent;
				position		:	absolute;
				left			:	300px;
				top			:	185px;
				width			:	660px;
				overflow		:	visible;
			}
/* Innehåller thumb av skiva och text om den */
div.record		{
				min-height		:	75px;
				margin-bottom		:	30px;
			}
/* Innehåller thumb av skiva och text om den */
div.recthree		{
				min-height		:	75px;
				margin-bottom		:	37px;
			}
/* En distropryl i högerkolumnen */
div.disthree		{
				margin-bottom		:	30px;
			}
/* Varannan pryl i distron */
div.distro		{
				background-color	:	#f5f5f5;
				margin-top		:	5px;
				margin-bottom		:	5px;
			}
/* Vartannat turnédatum */
div.tour		{
				background-color	:	#f5f5f5;
				margin-top		:	2px;
				margin-bottom		:	2px;
			}
/* Varannan länk */
div.link		{
				background-color	:	#f5f5f5;
			}
/* Nyhetshuvud */
div.news		{
				background-color	:	#f5f5f5;
				padding-left		:	4px;
				padding-right		:	4px;
				padding-top		:	2px;
				padding-bottom		:	3px;
				margin-bottom		:	2px;
			}
/* Lägg datum högerjusterat */
div.date		{
				float			:	right;
			}


form			{
				font-family		:	Verdana, Geneva, Arial, Helvetica, sans-serif;
				font-size		:	10px;
				color			:	#202020;
			}


img			{
				border			:	none;
				margin			:	0px;
				vertical-align		:	baseline;
			}
/* Thumbnail i bildgalleriet */
img.thumb		{
				margin-left		:	0px;
				margin-right		:	1px;
				margin-top		:	0px;
				margin-bottom		:	1px;
				vertical-align		:	top;
			}
/* Stor bild i bildgalleriet */
img.photo		{
				margin-left		:	0px;
				margin-right		:	0px;
				margin-top		:	0px;
				margin-bottom		:	3px;
				max-width		:	660px;
			}
/* Skivomslag */
img.record		{
				float			:	left;
				height			:	75px;
				margin-left		:	0px;
				margin-right		:	6px;
				margin-top		:	0px;
				margin-bottom		:	0px;
			}
/* Bandlogo */
img.bandlogo		{
				position		:	relative;
				left			:	45px;
				max-width		:	250px;
			}
/* Bandlogo i admin */
img.bandlogoadm	{
				max-width		:	250px;
			}
			

input			{
				font-family		:	Verdana, Geneva, Arial, Helvetica, sans-serif;
				font-size		:	10px;
				color			:	#202020;
			}


option			{
				font-family		:	Verdana, Geneva, Arial, Helvetica, sans-serif;
				font-size		:	10px;
				color			:	#202020;
			}


select			{
				font-family		:	Verdana, Geneva, Arial, Helvetica, sans-serif;
				font-size		:	10px;
				color			:	#202020;
			}


/* Rubrik */
span.headline		{
				font-family		:	Georgia, Times, serif;
				font-weight		:	bold;
				font-size		:	16px;
				color			:	#404040;
			}
/* Liten text */
span.small		{
				font-size		:	9px;
			}				

textarea		{
				font-family		:	Verdana, Geneva, Arial, Helvetica, sans-serif;
				font-size		:	10px;
				color			:	#202020;
			}

