/* design and css by alex turnbull 2004 for scotweb marketing ltd */
/* alex@scotwebshops.com */
/* http://www.scotwebshops.com/ */
/* http://b3uk.net/ */

/*** import stylesheets */

@import url("layoutnew.css");
@import url("dropdowns.css");

/************************/


/* styles for v4 browsers */

body {
	font: 62%/1.6em "Lucida Grande", 'trebuchet ms', Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	}

/* Turn off image borders */
img { border: none; }


/* set text sizes */


h1 {
	font: bold 1.8em "Lucida Grande", 'trebuchet ms', Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
/* 	text-transform: uppercase; */
	color: #fff;
	}

h2 {
	font: bold 1.2em "Lucida Grande", 'trebuchet ms', Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 10px 0;
	margin: 0;
	}

#blahblahblah h2 {	
	text-shadow: #000 2px 2px 2px;
	}
	
	
h3 {
	font: bold 1.1em "Lucida Grande", 'trebuchet ms', Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	}

h4 {
	font: bold 1.1em "Lucida Grande", 'trebuchet ms', Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0 10px 0;
	border-bottom: 1px solid #3a3a3a;
	padding-bottom: 5px;
	}

h5 {
	font: bold 1.1em "Lucida Grande", 'trebuchet ms', Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	color: #1E429B;
	}
	
/* set link styles */
.bottomMenu a:link, a:link, .bottomMenu a:visited, a:visited {
	color: #1E429B;
	text-decoration: underline;
	}

.bottomMenu a:hover, a:hover, .bottomMenu a:active, a:active {
	color: #3A3A3A; text-decoration: none;
	}


	
/* credits link styles */

#credits a:link, #credits a:visited {
	color: #7f7f7f;
	text-decoration: none;
	}

#credits a:hover, #credits a:active { color: #fff; text-decoration: underline; }

/* profile page tweaks */

#aboutustext {
	padding: 10px 20px 20px 20px;
}
