/* The master CSS file for the Celtic Confusion website, by Max. */

/* Body */
body	     {min-width:600px;
		background-color:#CCCCCC; 
		font:Arial, sans-serif
		font-size:1.5em;
		colour:#006600;
		margin:10px;
}
 
/* Div's */
div#navigation   {z-index:1;
			position:center;
			width:900px;
			height:100px;
			text-align:center;
			font-size:30px;
			colour:#008000;
			padding:5px;}

div#logo	     {z-index:1;
			position:absolute;
			right:0px;
			top:0px;
			width:300px;
			height:160px;
			text-align:right;
			background:#CCCC99;}

div#heading	     {z-index:3;
			position:relative;
			left:140px;
			top:0px;
			width:350px;
			height:140px;
			text-align:left;
			background:#CCBB99;
			padding:10px;}
 
div#part1	     {z-index:4;
			position:absolute;
			left:140px;
			top:150px;
			width:500px;
			height:150px;
			text-align:left;
			background:#CCDD99;
			padding:10px;}

div#part2	     {z-index:4;
			position:absolute;
			left:0px;
			top:300px;
			width:640px;
			height:250px;
			text-align:left;
			background:#CCEE99;
			padding:10px;}
 

 
#band1 {
width: 900px;
height: 180px;
/* center main division on web page */
margin-left: auto;
margin-right: auto;
}
 
#band1left {
width: 900px;
height: 180px;
float: left;
}
 
/* Headers */
h1	     {font-family: Arial, sans-serif; 
		font-size:30pt; 
		color:#008000;
		margin:8px 0 15px; 
		text-align:center} 

h2	     {font-family: Arial, sans-serif; 
		font-size:20pt; 
		color:#006600;
		text-align:center}
 
h3	     {font-family: Arial, sans-serif; 
		font-size:15pt; 
		color:#006600;
		text-align:center}

/* Paragraphs */
p	     {font-family: Arial, sans-serif; 
		font-size:1.5em; 
		color:#006600;
		font-weight:normal; 
		text-indent:10px; 
		text-align:center}
.left	     {font-family: Arial, sans-serif; 
		font-size:1.5em; 
		color:#006600;
		font-weight:normal; 
		text-indent:10px; 
		text-align:left}
.right     {font-family: Arial, sans-serif; 
		font-size:1.5em; 
		color:#006600;
		font-weight:normal; 
		text-indent:10px; 
		text-align:right}
.normal    {font-family: Arial, sans-serif; 
		font-size:1.5em; 
		color:#006600;
		font-weight:normal; 
		text-indent:10px; 
		text-align:justify}
.gigs      {font-family: Arial, sans-serif; 
		font-size:1.5em; 
		color:#006600;
		font-weight:normal; 
		text-align:center}
.reviews   {font-family: Arial, sans-serif; 
		font-size:1.5em; 
		color:#006600;
		font-weight:normal; 
		text-align:left}
.big	     {font-family: Arial, sans-serif; 
		font-size:1.5em; 
		color:#006600
		font-weight:bold; 
		text-indent:10px; 
		text-align:justify}
.small     {font-size:1.0em;
		color:#006600; 
		font-weight:bold}
.history   {font-family: Arial, sans-serif; 
		font-size:1.2em; 
		color:#004000;
		font-weight:normal; 
		text-indent:10px; 
		text-align:justify;
 
/* spans */
span.nobr	{white-space: nowrap;}
.pre		{white-space: pre;}
 

/* Links */
a 	     {font-weight:bold; 
		text-decoration:none; }
a:link     {color:#006600; } /* same green as normal text*/
a:visited  {color:#006600; } /* same green as normal text */
a:active   {color:#006600; } /* same green as normal text */
a:hover    {color:#000080; } /* a nice royal blue */
 
/* Images */
img	     {margin:5px}
 
/* Lists */
ul.sham    {list-style-image:url(./images/bullet.gif); 
		list-style-position:inside; 
		text-align:left}
ol {list-style:upper-roman;}
 
/* Tables */
table	     {font-size:1.0em;
		color:#006600; 
		font-weight:bold}

 