/* 
Project: Interregna
Filename: screen.css
Date: June 10
*/



body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;  
	font-size: 62.5%;	
	color: #444444;
	text-align: center;
	background: #E6DEE5;
	font-family: arial, verdana, sans-serif;
    }


body a img {
	border: none;
}


.clearing{	
	clear: both;
}




/*------ clear standard browser styles ------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}



/*------ general styles ------*/


.clear {
	clear: both;
	overflow: hidden;
	line-height: 0 !important;
	height: 0 !important;
	font-size: 0 !important;
	margin: 0 !important;
	}


.disguise {
	position: absolute;
	left: -10000px;
	}
	
.hide {
	display: none;
	}
	
	
	
/* http://positioniseverything.net/easyclearing */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0;
	clear: both; 
	visibility: hidden;
	}

.clearfix {
	display: inline-table;
        min-height: 0;
	}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


a:focus,
a:hover,
a:active{
	outline:none;
}

.imageLeft{
float: left;
padding: 0 15px 0px 0;
}


.imageRight{
float: right;
padding: 0 0 0px 15px;
}


.map{
float: right;
padding: 0 0 10px 25px;
}


.smallprint{
	margin: 10px 0;
	color: #999999;
	font-size: 1.1em !important;
	}


.green{
 color: #009966 !important;
}

.purple{
 color: #660066 !important;
}

/*------ wrap ------*/


.topBack{
	float: left;
	width: 100%;
	background: #FFF url(img/header-bg.gif) no-repeat 0 0;
	}
	

.wrap {
	margin: 0 auto 0px auto;
	padding: 0 0 0 0;
	width: 825px;
	text-align: left;
	position: relative;
} 



/*------ header ------*/


#header{
	float: left;
	width: 825px;
	background: #FFFFFF;
}


#header #title{
	float: left;
	width: 235px;
	height: 100px;
	text-indent: -9999px;
	background: url(img/Interregna_logo.gif) no-repeat 0 0;
	}
	
	
#header .contacting{
	float: right;
	width: 240px;
	}
	
	
/*------ nav ------*/


#nav{
	float: left;
	width: 100%;
	background: #660066;
	}

#nav ul{
	margin: 0 auto 0px auto;
	padding: 0 0 0 0;
	width: 825px;
	text-align: left;
} 


#nav ul li{
	display: inline;
	}
	

#nav ul li a{
	float: left;
	font-size: 1.2em;
	color: #FFFFFF;
	text-decoration: none;
	padding: 7px 14px;
	}
	
#nav ul li a.first{	
	padding: 7px 10px 7px 0;
	}	
	
	
#nav ul li a:hover,
#nav ul li.here a{
	color: #009966;
	}
	
	
	
/*------ content ------*/	

.background{
	float: left;
	width: 100%;
	background: #E6DEE5;
	}
	
.background .wrap{	
	border-top: 20px solid #E6DEE5;	
	border-bottom: 20px solid #E6DEE5;		
	background: #FFF url(img/content-bg.gif) repeat-y 0 0;
	}
	
	
#content{
	float: right;
	width: 600px;
	}
	
	

/*------ mainContent ------*/	

	
#mainContent{
	float: left;
	width: 580px;
	padding: 20px 0 10px 0;
	}	
	
	
#content .home{
	width: 378px;
	}
	
	
#mainContent h1{
	font-size: 1.8em;
	line-height: 1.5em;
	color: #660066;
	padding: 0 0 5px 0;
	}
	
	
#mainContent h2{
	font-size: 1.6em;
	color: #660066;
	padding: 10px 0 15px 0;
	}	
	
	
#mainContent h3{
	font-size: 1.2em;
	font-weight: bold;
	color: #009966;
	padding: 0 0 5px 0;
	}	
	
	
#mainContent h3 em{
	font-style: normal;
	color: #660066;
	}
	
	
#mainContent p{
	font-size: 1.2em;
	line-height: 1.5em;	
	padding: 0 0 15px 0;
	}
	
	
	
#mainContent ul{
	font-size: 1.2em;
	line-height: 1.4em;	
	padding: 0 0 10px 0;
	}	
	
#mainContent ul.twoCols{
	float: left;
	width: 290px;
	}
	
	
#mainContent ul li{
	padding: 0 0 5px 15px;
	background: url(img/blt_green.gif) no-repeat 0 2px;
}


#mainContent ol{
	font-size: 1.2em;
	line-height: 1.4em;	
	padding: 0 0 10px 0;
	}	
	
	
#mainContent ol li{
	margin: 0 0 0 20px;
	padding: 0 0 5px 0px;
	list-style: lower-roman;
	}
	
	
	
#mainContent p strong{
	color: #444444;
	}
	
	
#mainContent .latest{
	float: left;
	width: 368px;
	padding: 0 10px 0 0;
	margin: 10px 0;
	background: #EFEFEF;	
	}
	
	
#mainContent .latest img{
	float: left;
	}
	
	
#mainContent .latest h4{
	float: right;
	width: 268px;
	font-size: 1.4em;
	color: #660066;
	padding: 15px 0 5px 0;
	}	
	

#mainContent .latest h4 span{
	font-size: 1.1em;
	color: #009966;
	font-weight: bold;
	}
	

#mainContent .latest p{
	float: right;
	width: 268px;
	margin: 0;
	padding: 0;
	}
	
	
#mainContent a{
	text-decoration: none;
	font-weight: bold;
	color: #660066;
	}
	
	
#mainContent a:hover{
	text-decoration: underline;
	}
	
	
#mainContent .line{
	float: left;
	width: 580px;
	border-top: 1px solid #CCCCCC;
	height: 1px;
	margin: 10px 0 20px 0;
	}
	
	
#mainContent .team{
	float: left;
	width: 580px;
	border-top: 1px solid #ccc;
	padding: 15px 0 0 0;
	}
	
	
#mainContent .team h3{
	padding-bottom: 15px;
	}
	
#mainContent .team img{
	float: left;
	}
	
	
#mainContent .team p{
	float: right;
	width: 460px;
	}	
	
	
	
#mainContent .story{
	float: left;
	width: 580px;
	margin: 10px 0;
	background: #CCEBE0;	
	}
	
	
#mainContent .story img{
	float: left;
	}
	
	
#mainContent .story h4{
	float: right;
	width: 475px;
	font-size: 1.4em;
	color: #660066;
	padding: 10px 0 5px 0;
	}	
	

#mainContent .story h4 strong{
	font-size: 1.1em;
	color: #009966;
	}
	

#mainContent .story p{
	float: right;
	width: 465px;
	line-height: 1.3em;
	padding: 0 10px 0 0;
	}	
	
/*------ sideBar ------*/	

	
#sideBar{
	float: right;
	width: 182px;
	padding: 0 20px 20px 0;
	}
	
	
#sideBar .feature{
	float: left;
	width: 182px;	
	margin: 20px 0 0 0;
	}
	

#sideBar .newsFeature{
	background: #D2EEE4;
	padding: 0 0 15px 0;
	}

#sideBar .newsFeature h4{
	float: left;
	width: 182px;	
	height: 30px;
	text-indent: -9999px;
	background: url(img/hdr_right_interregna_news.gif) no-repeat 0 0;
	}
	
	
#sideBar .newsFeature li{
	float: left;
	width: 152px;
	padding: 0 10px 5px 20px;
	background: url(img/bullet-green.gif) no-repeat 10px 5px;
	}
	
	
#sideBar .newsFeature li a{
	color: #333333;
	text-decoration: none;	
	}
	
	
#sideBar .newsFeature li a:hover{
	text-decoration: underline;
	}	
	
	
#sideBar .newsFeature p{	
	float: left;
	width: 152px;
	padding: 0 10px 0 20px;
	}
	

#sideBar .newsFeature p a{	
	color: #740075;
	font-weight: bold;
	text-decoration: none;	
	}
	
	
#sideBar .newsFeature p a:hover{	
	text-decoration: underline;
	}	
	

#sideBar .caseStudy{
	background: #00A570;
	}
	
	
#sideBar .caseStudy h4{
	float: left;
	width: 182px;	
	height: 33px;
	text-indent: -9999px;
	background: url(img/read_a_case_study.gif) no-repeat 0 0;
	}	
	
	
#sideBar .caseStudy li{
	float: left;
	width: 152px;
	padding: 0 10px 10px 20px;
	background: url(img/bullet-white.gif) no-repeat 10px 5px;
	}
	
	
#sideBar .caseStudy li a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;	
	}
	
	
#sideBar .caseStudy li a:hover{
	text-decoration: underline;
	}	

	
	
/*------ leftBar ------*/	

	
#leftBar{
	float: left;
	width: 205px;
	padding: 0 0 20px 0;
	}	
	

#leftBar .text{	
	padding: 10px 20px;
	}
	
	
#leftBar .strapline{
	font-size: 1.5em;
	padding: 0 0 20px 0;
	color: #009966;	
	font-weight: bold;	
}
	

#leftBar .strapline span{
	font-weight: normal;
	color: #660066;	
}


#leftBar p{
	font-size: 1em;
	color: #999999;
	line-height: 1.7em;
	}
	
	
/*------ footer ------*/


#footer{
	float: left;
	width: 825px;
	padding: 20px 0 0 0;
	background: #E6DEE5;
	}
	
	
#footer .ima{
	float: left;
	font-weight: bold;
	}
	
	
#footer .ima img{
	padding: 0 0 10px 0;
	}
	
#footer .ima a{
	text-decoration: none;
	color: #666;
	}
	
	
#footer .areas{
	float: right;
	font-weight: bold;
	color: #A76DA7;
	}	
	

#footer ul{
	float: left;
	width: 825px;
	padding: 15px 0;	
	}
	
	
#footer ul li{
	float: left;
	color: #666;	
	}	
	
	
#footer ul li a{	
	float: left;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 0 20px;
	}
	
	
#footer ul li a:hover{	
	text-decoration: underline;
	}
	
	
#footer ul li.siteBy{
	float: right;
	}
	
#footer ul li.siteBy a{
	font-weight: normal;
	}



