@charset "UTF-8";
/* CSS Document */
/*
This stylesheet is the creation of Fred Stevens-Smith @ fredstevenssmith.com for Realise and must not be copied. Do not use this, or any iteration of this in your own work.

TOC
1.Major body rules - typography setup
2.Layout
3.Typography
4.Menu
5.Pullout
6.Triplets
*/


/*----------------------1.Major body rules - typography setup----------------------*/
html {
	height: 100%;
}

body {
	font-size:75%;
	height:100%;
	background:#FFF;
}

html>body {
	font-size:15px;
}

p {
	font-size:1em;
	font-family:HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, sans-serif;
	color:#474747;
}

p a {
	color:#1f4966;
}

p a:hover {
	color:#000;
}

.clearer {
	clear:both;
}

/*----------------------2.Layout----------------------*/
#header {
	width:100%;
	height:108px;
	background:url(../images/layout/headerslice.png) repeat-x bottom;
}

#headerGrad {
	position:absolute;
	width:30%;
	margin-top:20px;
	float:left;
	height:65px;
	background:url(../images/layout/headerGrad.png) repeat-x top;
}

.width {
	width:952px;
	margin:auto;
	margin-top:5em;
	display:table;
}

.pullout>.width {
	margin-top:0;
	width:944px;
}

.bodycontainer {
	height:630px;
	background:url(../images/layout/mainbgslice.png) repeat-x;
}

#rightcol {
	float:right;
	width:304px;
}

#footer{
	display:table;
	margin:auto;
	background:#18395e;
	font-size:0.8em;
	text-align:center;
	width:100%;
	margin-top:3em;
	padding:1em 0;
}


/*----------------------3.Typography----------------------*/
h1 {
	position:relative;
	top:20px;
	text-indent:-9000px;
	background:url(../images/layout/RealiseLogo.png) no-repeat left;
	height:65px;
	width:944px;
	margin:auto;
}

h2 {
	position:absolute;
	margin:0 16px;
	margin-left:55px;
	margin-top:-35px;
	font-family:HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size:1.8em;
	color:#1f4966;
}

h2 a {
	color:#1f4966;
	text-decoration:none;
}

h2 a:hover {
	text-decoration:underline;
	color:#000;
}

h3 {
	font-family:HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size:1.2em;
	font-style:italic;
	width:15em;
	text-align:center;
	margin:auto;
	margin-top:22px;
	color:#666;
	top:50px;
	z-index:600;
}

#footer>p {
	color:#FFF;
}

#footer>p>a {
	color:#FFF;
	text-decoration:underline;
}

#footer>p>a:hover {
	color:#CCC;
}

/*----------------------4.Menu----------------------*/
ul#menu {
	list-style:none;
	display:table;
	width:31em;
	max-width:944px;
	font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size:1.1333em;
	font-weight:lighter;
	color:#1f4966;
	margin:auto;
	text-align:center;
	text-shadow: 0 0 0 #000;
	-moz-opacity: 0.9999;
}

ul#menu li {
	float:left;
	margin:0;
}

ul#menu li+li {
	margin:0 0 0 2em;
}

ul#menu li a {
	text-decoration:none;
	color:#1f4966;
}

ul#menu li a:hover {
	color:#082b43;
	border-bottom:1px solid #1f4966;
}

/*----------------------5.Pullout----------------------*/
.pullout {
	background:#1091ae url(../images/layout/pulloutbgtop.png) top repeat-x;
	margin-top:4em;
}

#pulloutShadow {
	background:url(../images/layout/pulloutbgbottom.png) bottom repeat-x;
	height:11px;
}

ul#pulloutText {
	list-style:none;
	display:block;
	float:left;
	width:624px;
	margin:2em 0 0em 0;
	color:#FFF;
	font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight:normal;
	text-shadow: 0 0 0 #000;
	-moz-opacity: 0.9999;
}

ul#pulloutText #main {
	font-size:1.3333em;
	line-height:1.3333em;
	margin-bottom:10px;
}

ul#pulloutText #subleft {
	float:left;
	width:304px;
	font-size:1em;
	line-height:1.2em;
}

ul#pulloutText #subright {
	float:right;
	width:304px;
	font-size:1em;
	line-height:1.2em;
}

ul#pulloutTab {
	z-index:500;
	width:304px;
	position:absolute;
	display:inline;
	font-family:HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size:1.2em;
	color:#474747;
	margin:58px 0 0 1em;
	background:url(../images/layout/pulloutTab.png) no-repeat top right;
	height:12em;
	text-align:left;
}

ul#pulloutTab #address pre {
	font-family:HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, sans-serif;
	line-height:1em;
}

ul#pulloutTab #address {
	margin:20px 0 0 90px;
}

.contacticon {
	position:absolute;
	margin-left:-38px;
}

ul#pulloutTab #mail {
	margin:20px 0 0 90px;
}

ul#pulloutTab a {
	text-decoration:underline;
	color:#474747;
}

ul#pulloutTab a:hover {
	color:#000;
}


/*----------------------6.Triplets----------------------*/
.triplet {
	float:left;
	width:304px;
	margin:0;
	margin-right:8px;
	padding:4px;
	min-height:300px;
	background:url(../images/layout/tripletbg.png) no-repeat top left;
}

.triplet + .triplet + .triplet {
	margin:0;
}

.triplet>p {
	color:#474747;
	line-height:1.3em;
	padding:16px 16px 0 16px;
}

.triplet>img {
}

.icons {
	width:32px;
	height:31px;
	position:absolute;
	margin-top:-35px;
	margin-left:16px;
}

p.more {
	float:right;
	width:7em;
	font-size:0.8em;
	margin:0;
	padding:0;
	padding-right:16px;
	text-align:right;
}

.readmore {
	font-size:0.8em;
}

.date {
	color:#797979;
}

.tripletLarge {
	float:left;
	display:table;
	width:624px;
	min-height:300px;
	background:url(../images/layout/largeTripletBg.png) top left no-repeat;
	padding:5px;
	margin-bottom:50px;
}

.tripletLarge>p {
	float:left;
	padding:16px;
	width:288px;
}

.tripletLarge>p+p {
	padding:16px 0 0 0;
}