/* - - - - - - - - - - - - - - - - - - - - -

### BASE ###

Title : Gotland Limited March '07 re-design
Author : Gerhard Lazu
URL : http://www.gerhardlazu.com/ & http://www.calti.co.uk

Created : 1st Mar 2007
Last modified: 26th Mar 2007

MAIN COLOURS

Gotland Red			#E52537	//logo, links & header background
Light Grey			#DDD	//horizontal rules, some backgrounds (e.g. "Client login", footer etc.)
Dark-ish Grey		#939BA1	//body background
Dark Grey			#999	//horizontal rules, borders
White				#FFF 	//visual elements mostly, form buttons
Black				#000	//text, headings

- - - - - - - - - - - - - - - - - - - - - */



@import url(gotland_specific.css);



/* CSS 
* { 
	margin: 0; 
	padding: 0;
}
*/


html {
	width: 100%;
	height: 100%;
}
body { 
	width: 100%;
	min-width: 780px;
	height: 100%;
	font: x-small Helvetica, Verdana, sans-serif;
	color: #000;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.3;
	background: #939BA1;
}



/* CLASSES */
strong,
.highlight {
	color: #000;
	font-weight: 700;
}

.posted {
	display: block;
	color: #939BA1;
	font-weight: 500;
}
#content #extra .posted {
	font-size: 80%;
}
.float_left {
	float: left;
	margin-right: 10px;
}
.float_right {
	float: right;
	margin-left: 10px;
}



/* HEADINGS */
h1, h2, h3, h4 {
	font-weight: 700;
	margin: 1.5em 0 0.5em 0;
/*	letter-spacing: -1px; */
	line-height: 1.2;
}



/* PARAGRAPHS */


#text h2 {
font: 11px Helvetica, Verdana, sans-serif;
font-weight:bold;
margin: 1.5em 0 0 0;
padding:0;
}

#text p {padding:0;margin:0;margin-bottom:0.5em;}

/* LINKS */
a:link, a:visited { padding: 0 0.1em; color: #E52537; font-weight: 700; text-decoration: none; border-bottom: 1px solid #E52537; }
a:visited { border-bottom: none; }
a:hover { color: #000; border-bottom: 1px solid #000; }
a img, a.float_right, a.float_left { border: none; }


.industries a:link, .industries a:visited { padding: 0 0.1em; color: #E52537; font-weight: 700; text-decoration: none; }
.industries a:visited { border-bottom: none; }
.industries a:hover { color: #000; border-bottom: 1px solid #000; }


#footer a:link, #footer a:visited {padding: 0 0.1em; color: #E52537; font-weight: normal; text-decoration: none;}
#footer a:visited { border-bottom: none; }
#footer a:hover { color: #000; border-bottom: 1px solid #000; }


/* LISTS */
ul { list-style-type: none; }
li { line-height: 1.2; }



/* FORMS */
form { margin: 0; padding: 0; }
fieldset { border: none; margin: 0; padding: 0; }
label, button { cursor: pointer; }
textarea { vertical-align: top; }
input, select, button { vertical-align: middle; }
input, select, textarea, button { font-size: small; font-family: Helvetica, Verdana, sans-serif; }
input, textarea { margin-right: 0.5em; padding: 0.2em 0.5em; border: 1px solid #999; }
input:focus, textarea:focus { background: #FFEB6A; }
.button { color: #FFF; font-weight: 700; background: #999; border: 1px solid #FFF; }



/* MISC */
hr { height: 1px; border: none; color: #999; background-color: #999; margin: 1em 0;}

.newssection a:link,.newssection a:hover,newssection a:visited  {text-decoration:none;border-bottom:0;}

