﻿/*----------------------------------------
Name: copy-write.css
Developed by: Carino - AW
Date Created: 2 February 2011
Last Updated: 18 March 2011
Copyright: copy-write.net
----------------------------------------*/

/**************************************/
/*           COLOR SCHEME             */
/**************************************
- black		#000
- white		#fff
-           #
-           #
-           #
***************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/
html { font-size: 62.5%; font-family: Arial, Helvetica, sans-serif; }
	h2 {
	margin: 0 0 0 15px;
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
	color: #C0C0C0;
	font-weight:normal;
	text-transform:uppercase;
}
	p  {
	margin: 0 0 .5em 0;
	color: #000000;
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.5em;
	margin-left: 15px;
}
	a:link, a:visited {
	color: #5C8127;
	text-decoration: none;
	font-weight: bold;
	font-size: x-small;
	font-variant: small-caps;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

	a:hover, a:active {
	color:#5C8127;
	text-decoration:none;
}

.left 		{float:left;text-align:left;}
.right 		{float:right;text-align:right;}
.clearThis 	{clear:both;}
.fancy  a.fancy{font-family:Georgia, "Times New Roman", Times, serif;font-variant:normal; font-style: italic;}

/**************************************/
/*              HEADER                */
/**************************************/
	.strapline {
		float: right;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: large;
		margin-top: 20;
		padding-top: 20px;
}
.deStrapline {
		float: right;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: large;
		margin-top: 20;
		padding-top: 20px;
}

	.logo {
		float: left;
		margin-left: 15px;
	}

/**************************************/
/*             NAVIGATION             */
/**************************************/
#nav {
	padding: 7px 0;
	position: relative;
	font-size:14px;
}	


	
	ul#nav li {
	float: left;
	list-style-type: none;
	margin-left: 0;
	color: #000000;
	text-indent: 0;
	text-transform: lowercase;
	*font-variant:small-caps
}
* html ul#nav {
	position:fixed;
}
* html ul#nav li a {font-size: 0.5em;}

ul.secondNav{
	list-style: none;
	margin-top: 16px;
	padding: 2px 0;
}
ul.secondNav li a {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	font-variant : small-caps;
	text-decoration: none;
	font-size:14px;
	font-style: normal;	padding: 2px 0;

}
/*** TEXT CLASSES ***/
.small {font-size:12px;margin-bottom:1.875em;line-height:1.875em;}
.large {
	font-size: 15px;
	line-height: 1.6em;
	margin-bottom: 1.25em;
}
* html .large {
	 font-size:14px;
	 letter-spacing:normal;
}


/**************************************/
/*            MAIN CONTENT            */
/**************************************/

	.mainImage {
		border: none;
		float: right;
		margin-bottom: 0;
	}

	p li  {
	
	font-size: 15px;
}
	ul li { margin-left: .85em; }
	ul { list-style-type: square;font-size: 14px; }
	ul ul { list-style-type: disc; }
	ul ul ul { list-style-type: circle; }

	h3 {font-size: 15px; text-transform: uppercase; font-weight:normal; margin: 15px 0 0 15px;}
/**************************************/
/*               FOOTER               */
/**************************************/
	div#footer {
	background-color:silver;
/*	width:100%; */
	height:20px;
}
	div.footerInfo{
	text-align: right;
	background-color: #C0C0C0;
}
	.footerInfo a.footerInfo{
		text-align: right;
		font-family: Arial, Helvetica, sans-serif;
		font-size: small;
		font-variant: small-caps;
		text-transform: lowercase;
		text-decoration: none;
		color: #000000;
	}

