/* @override http://www.nicktoye.co.uk/workspace/css/960/text.css */

/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 62.5%/1.6 Myriad Pro, Arial sans-serif;
	color: #3d3d3d;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h2, h3, h4 {
	font-family: Myriad Pro, Arial;
}


h2 {
	font-size: 2.4em;
	margin: 0 !important;
	font-weight: normal;
}

h2 em {
	color: #74746D;
	font-size: 60%;

}

h3 {
	font-size: 1.5em;
	margin: 0 !important;
}




h4 {
	font-size: 1.3em;
	margin: 0 !important;
}


/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	margin-left: 15px;
}

ol.numerical li {
	list-style: decimal;
	font-size: 1.2em;
	margin-bottom: 5px;
}

ol.numerical strong {
	display: block;
}

ul#nav {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
}

ul {
	list-style: square;
}

li {
	margin: 0;
}

ul.lists li {
	font-size: 1.2em;
	padding-left: 22px;
	margin-bottom: 3px;
	font-weight: bold;
	background: url(../../img/tick-green.png) no-repeat;
}

ul.generic li {
	font-size: 1.2em;
	margin-bottom: 5px;
}

ul.generic li a:link {
	background: url(../../img/star.png) no-repeat 0 100%;
	padding-left: 20px;
}

ul.generic li a:visited {
	background: url(../../img/tick.png) no-repeat 0 100%;
	padding-left: 20px;
}

ul#details li, ul.type li li {
	font-size: 1.2em;
	padding-left: 20px;
	background: url(../../img/star_details.png) no-repeat 0 50%;
}

ul#details li a {
	float: none;
}

ul#nav li a {
	font-size: 1em;
	background: 0;
}

#footer li a {
	background: 0;
	padding: 0;
}

#footer li a {
	font-size: 1em;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

/* =links */

a {
	text-decoration: none;
	
	color: #629299;
	-webkit-transition: colour;
	-webkit-transition: .3s;
	timing-function: ease-in;
}

a:hover, a.active {
	color: #365256;
	opacity: 2;
}






/* =block elements */

p {
	font-size: 1.3em;
	}
	
p#client-sheet a {
	background: url(../../img/projectSheet-icon.png) no-repeat left;
	padding: 7px 0 7px 36px;
	}