/* 
Project: Heavens above fireworks
Filename: screen.css
Date: June 2009
Author: Simon McFarlane [simon@clearbytes.co.uk]
*/



body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
    	height: 100%;  
	font-size: 62.5%;	
	color: #01064b;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
    }


body a img {
	border: none;
}

img{
	display: block;
}

.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 */




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


#wrap {
	margin: 0px auto 0px auto;
	padding: 0 0 0 0;
	width: 980px;
	text-align: left;
}


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


#header {
	float: left;
	width: 980px;
	background: #01064B;
	}

#header .title a{
	float: left;
	width: 241px;
	height: 201px;
	text-indent: -9999px;
	background: url(img/heavens-above-fireworks.gif) no-repeat 0 0;
	}
	

#header .contact{
	float: left;;
	width: 702px;
	text-align: right;
	font-size: 1.4em;
	color: #fff;
	padding: 125px 0 0 0;
	}	
	
#header .tagline{
	float: right;
	width: 702px;
	height: 38px;
	text-indent: -9999px;
	background: url(img/tagline.gif) no-repeat 100% 0;
	}



/*------ nav ------*/


#nav{
	float: left;
	width: 970px;
	padding-left: 10px;
	background: #E5E6ED url(img/nav-bg.gif) no-repeat 0 100%;	
	}


* html #nav{
	width: 980px;
}
	
#nav li{
	float: left;
	padding: 10px 0px;
	font-size: 1.5em;
	}	
	
	
#nav li a{	
	color: #01064b;
	display: block;
	line-height: 1em;
	padding: 0px 17px;
	border-right: 1px solid #01064B;
	text-decoration: none;
	}	
	
#nav li.last a{	
	border-right: none;	
	}
	
#nav li a:hover,
#nav li.here a{	
	color: #be2993;
	}


/*------ content ------*/


#content {
	float: left;
	width: 980px;
	margin-top: 25px;
}


#content a{
	text-decoration: none;
}


#content a:hover{
	text-decoration: underline;
}


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


#mainContent {
	float: left;
	width: 438px;
}


#mainContent h1,
#content .page-title{
	font-size: 2.1em;
	margin-bottom: 14px;
}


#mainContent h2{
	font-size: 2.1em;
	margin: 30px 0 14px 0;
}


#mainContent p{
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 18px;
}


#mainContent ul{
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 18px;
}


#mainContent ul li{
margin-bottom: 5px;
}


#mainContent p a,
#mainContent ul a{
	color: #be2993;
	font-weight: bold;
	text-decoration: none;
}


#mainContent p a:hover,
#mainContent ul a:hover{
	text-decoration: underline;
}



/*------ articles ------*/

#news-categories{
float: left;
width: 225px;
}


#news-categories h2{
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 14px 0;
}


#news-categories ul{
	font-size: 1.3em;
	line-height: 1.4em;
	margin-bottom: 18px;
}


#news-categories ul a{
color: #01064b;
text-decoration: none;
}


#news-categories ul a:hover{
text-decoration: underline;
}


#news-categories p{
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 18px;
}



#news-content{
float: left;
width: 450px;
}



#news-content .story{
float: left;
width: 450px;
padding-bottom: 5px;
margin-bottom: 15px;
border-bottom: 1px solid #ccc;
}


#news-content .title{
	font-size: 2.1em;
	margin: 0 0 14px 0;
}


#news-content .title a{
	color: #be2993;
	text-decoration: none;
}


#news-content .title a:hover{
	text-decoration: underline;
}


#news-content .date{
	font-size: 1.2em;
	color: #999;
	margin: 0 0 0px 0;
}

#news-content p{
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 18px;
}


#news-content ul{
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 18px;
}


#news-content ul li{
margin-bottom: 5px;
}


#news-content p a,
#news-content ul a{
	color: #be2993;
	font-weight: bold;
	text-decoration: none;
}


#news-content p a:hover,
#news-content ul a:hover{
	text-decoration: underline;
}


#news-articles{
float: right;
width: 255px;
}


#news-articles h2{
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 14px 0;
}


#news-articles p{
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 18px;
}

/*------ contacts ------*/


#mainContent .contacts p{
	margin: 0;
	padding: 0;
}



#mainContent .contacts a{
	display: block;
	font-size: 1.3em !important;
	margin-bottom: 20px;
	font-weight :normal;
	color: #01064b;
}


#mainContent .contacts .larger{
	font-size: 1.6em !important;
	margin-bottom: 20px;
}




/*------ blocks ------*/


#content .blocks{
	float: left;
	width: 980px;
	margin: 20px 0 0 0;
}



#content .blocks img{
	float: left;
	margin-right: 15px;
	}


#content .blocks .details{
	clear: both;
	padding-top: 15px;
}


#content .blocks h3{
	font-size: 1.8em;
}


#content .blocks .details p{
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 18px;
}


#content .blocks .details a{
	font-weight: bold;
	color: #01064b;
}


#content .leftBlock{
	float: left;
	width: 430px;
	margin-bottom: 15px;
}


#content .rightBlock{
	float: right;
	width: 528px;
	margin-bottom: 15px;
}


#content .price{
font-size: 80%;
}

/*------ sideBar ------*/


#sideBar {
	float: right;
	width: 528px;
}




/*------ textBlock ------*/



#sideBar .textBlock{
	padding-top: 37px;
}


#sideBar .textBlock h4{
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 0 0;
}


#sideBar .textBlock p{
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 18px;
}


/*------ display ------*/



#sideBar .display{
	float:left;
	width: 528px;
	margin: 0 0 10px 0;
}


#sideBar .display img{
	float: left;
}


#sideBar .display .details{
	float: right;
	width: 300px;
}


#sideBar .display h4{
	font-size: 1.8em;
	margin: 0 0 8px 0;
}


#sideBar .display p{
	font-size: 1.2em;
	line-height: 1.4em;
}



	

/*------ homeBoxes ------*/


#homeBoxes {
	float: left;
	width: 980px;
	margin-top: 13px;
}



#content .smallBox{
	float: left;
	width: 212px;	
	min-height: 172px;
	height:auto !important;
	height:172px;
	margin-left: 14px;
	background: #E5E6ED url(img/smallBox-bottom.gif) no-repeat bottom left;
}


#content .firstBox{
	margin-left: 0px;
}


.smallBox .gutter{
	float: left;
	width: 184px;
	padding: 14px 14px 10px 14px;
	background: url(img/smallBox-top.gif) no-repeat 0 0;
}


* html #content .smallBox .gutter{
	width: 212px;
	padding: 14px 14px 10px 14px;
}


#content .smallBox div{
	float: left;
	min-height: 85px;
	height:auto !important;
	height: 85px;
}


#content .smallBox .title{
	font-size: 1.8em;
	border-bottom: 1px solid #D187C0;
	padding-bottom: 5px;
	margin-bottom: 10px;
}


#content .smallBox h4{
	font-size: 2.1em;
}


#content .smallBox p{
	font-size: 1.8em;
	line-height: 1.2em;
	margin-bottom: 5px;
}


#content .smallBox p a{
	float: right;
	text-align: right;
	color: #be2993;
	font-weight: normal;
}


#content .smallBox li{
	font-size: 1.3em;
	background: url(img/bullet-blue.gif) no-repeat  0 4px;
	padding: 0 0 5px 13px;
}


#content .smallBox li a{
	color: #01064b;
}


#content .pressBox{
	width: 302px;
	background: #E5E6ED url(img/pressBox-bottom.gif) no-repeat bottom left;
}


#content .pressBox .gutter{
	width: 274px;
	background: url(img/pressBox-top.gif) no-repeat 0 0;
}


* html #content .pressBox .gutter{
	width: 302px;
}


#content .pressBox h4{
	font-weight :bold;
	font-size: 1.4em !important;
}


#content .pressBox p{
	font-size: 1.4em !important;
	line-height: 1.2em;
	margin-bottom: 5px;
}


#content .pressBox p a{
	font-weight: normal;
	font-size: 1.3em !important;
}



#content .pressBox .rss a{
	float: left;
	width: 100px;
	padding: 0 0 0 21px;
	color: #01064b;
	background: #ccc;
	text-align: left !important;
	background: url(img/rss-icon.gif) no-repeat 0 1px;
}


* html #content .pressBox .rss a{
	margin: -5px 0 0 0;
}





/*------ footer ------*/


#footer {
	float: left;
	width: 980px;
	margin: 25px 0 10px 0;
	padding: 5px 0;
	background: #E5E6ED url(img/nav-bg.gif) no-repeat 0 100%;
	}


#footer li{
	float: left;
	font-size: 1.1em;
}


#footer li.first{
	margin-left: 15px;
}


#footer li a{
	color: #01064b;
	text-decoration: none;
}


#footer li a:hover{
	text-decoration: underline;
}


#contact-box{
float: left;
width: 514px;
padding: 28px 0 0 0;
background: url(img/form-bg-top.gif) no-repeat 0 0;
}


#contact-box form{
float: left;
width: 514px;
padding-bottom: 15px;
	background: #E5E6ED url(img/form-bg-bottom.gif) no-repeat bottom left;	
}


#contact-box form p{
float: left;
width: 454px;
margin: 0 30px 10px 30px;
}


* html #contact-box form p{
margin: 0 15px 10px 15px;
}

#contact-box form p label{
float: left;
width: 110px;
font-size: 1.1em;
font-weight :bold;
line-height: 1.4em;
height: 1.4em;
}

#contact-box form p.enquire label{
width: 100%;
padding: 40px 0 0 0;
margin: 0;
}


#contact-box form p input{
float: left;
width: 153px;
border: 1px solid #73769C;
padding: 2px;
}

#contact-box form p input.error{
border: 1px solid #ED2028;
}


#contact-box form #enquiry{
float: left;
width: 438px;
height: 134px;
margin: 10px 0 10px 0;
padding: 0;
border: 1px solid #73769C;
}


#contact-box form #enquiry.error{
border: 1px solid #ED2028;
}



#contact-box form p.send{
float: right;
width: 55px;
margin: 0 40px 0px 0px;
}


* html #contact-box form p.send{
margin: 0 15px 0px 0px;
}


#contact-box form p.send input{
display: block;
width: 55px;
border: 1px solid #01064B;
background: #01064B;
color: #FFE319;
font-size: 2em;
}


#contact-box form p.notice{
float: left;
width: 300px;
font-size: 1.1em;
margin: 0 0px 0px 30px;
}


* html #contact-box form p.notice{
margin: 0 0px 0px 15px;
}


#contact-box form label.error{
float: left;
width: 454px;
margin: 5px 0 !important;
padding: 0 !important;
font-wieght: normal !important;
color: #ED2028;
}

