/*
//  SPARKS SITE v2.2
//	16th Dec 2008 //
//	12th Jan 2009 // to include archive news section page.
*/

body{
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, sans-serif;
	color: #222;
	background-color: #000;
	text-align: left;
	margin:0px;
	padding-top:40px;
	height: 100%;
}

div#mainColumn{
	margin-top: 40px; /*height from the top bar*/
	height: 100%;
	min-height: 635px;
}

div#topBar, div#mainColumn{
	width: 896px;
	background-color: #fff;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	/*padding: 7px;*/
}

div#nav{
/* 	background-color: green; */
	/*height: 147px;*/
	padding-left: 7px;
}

div#imageGrid, div#projectGrid{
	width: 635px;
/* 	background-color: red; */
	margin-left: 0px;
	padding-left: 0px;
	float:left;
}

div#imageGrid{
/* 	margin-left: 7px; */
	padding-left: 7px;
}

.gridItem{
	float: left;
	margin: 0;
	padding: 0;
	height: 127px;
	width: 127px;
}

.gridItemEmpty{
	background-color: #f6f6f6;
	height: 120px;
	width: 120px;
	margin-right: 7px;
	margin-bottom: 7px;
	/*border: 1px solid blue;*/
	float: left;
}

div#projectGrid{
	width: 500px;
	padding: 0 0 7px 7px;
/* 	background-color: blue; */
	margin: 0px;
}

.footer, .footerNews, .footerNewsEnd{
	clear: both;
}

.footerNews{
	margin-top: 7px;
	height: 7px;
	border-top: 1px dotted #AAA;
	margin-bottom: 0px;
}

.footerNewsEnd{
	margin-bottom: 7px;
}

hr{
	height: 0px;
	border-top: 0px;
	border-bottom: 1px dotted #AAA;
	width: 100%;
	text-align: left;
	margin: 14px 0px;
}

hr.newsBreak{
	/*margin: 0px;
	padding: 0px;
	float: clear;*/
}

/* ARCHIVE PAGE STYLING */
div#archive{
	margin-left: 194px;
	padding-bottom: 2px;
}

div#archive ul{
	padding: 0px;
	width: 442px;
}

div#archive ul li{
/* 	background-color: blue; */
	list-style: none;
	margin-bottom: 8px;
	padding: 0px;
}

div#archive ul li h2{
	font-size: 3.6em;
	font-weight: bold;
	padding: 0px;
	margin:0px;
}

div#archive ul li h3{
	color: #AAAAAA;
	font-weight: normal;
	
}

div#archive ul li .textBox{
	padding: 8px;
	background-color: #f6f6f6;
	margin-left: 68px;
}

div#archive ul li p{
	font-size: 1.3em;
	margin: 0px;
	padding: 4px 0;
}

div#archive ul li p.date{
	color: #AAAAAA;
}

div#archive ul li p a, div#archive ul li p a:visited{
	color: #d18f72;
}

div#archive ul li p a:hover{
	color: #222;
}

div#archive img{
	float: left;
	margin-right: 8px;
}

p.archiveFooter a{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.8em;
	margin-left: 68px;
}


/* ADMIN PAGES STYLING */
.adminRow, .adminRowHeader, .adminRowAdd{
	height: auto;
	background-color: #fff;
}

.adminRowHeader{
	margin-top: 0px;
}

.adminRowAdd{
	height: auto;
	padding-bottom: 2px;
}

.adminBox{
	background-color: #cccccc;
/* 	display: inline-block; */
	width: 90px;
	min-height: 80px;
	float: left;
	margin-right: 2px;
	padding: 2px;
}

div#dynamicBox{
	background-color: #aaaaaa;
	width: 80px;
	position: absolute;
}

input, select, textarea{
	width: 80px;
	font-size: .5em;
}

input[type="checkbox"]{
	width: auto;
	display: inline;
}

/* END ADMIN PAGES STYLING */

div#aboutSparks{
	color: #AAA;
	width: 620px;
	float: left;
	padding-left: 7px;
	margin-top: 19px;
	/*
	height: 2em;
	font-size: 1.2em;
	font-style: normal;
	font-variant: normal;
	text-transform: uppercase;
	text-decoration: none;
	*/
}

img{
	background-color: #fff;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 0px;
	border-style: none;
}

div#projectGrid img, div#projectGrid object, div#projectGrid embed{
	margin-bottom: 7px;
}

.invisible{
	float: left;
	padding: 0px;
	margin: 0px;
	/*border: 1px solid red;*/
}

img.logo{
	/*margin-left: 828px;*/
	text-align: right;
	padding-top: 7px;
	padding-right: 7px;
	float: right;
}

div#topBar{
	height: 40px;
}

div#topBar p{
	padding-left: 7px;
	color:#AAA;
	float: left;
	padding-top: 15px;
}

a:hover img.imgRoll {
	opacity:0.7 ;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}

.gridImages{
	/*background-color: red;*/
	padding:0px;
	margin:0px;
}

a img.imgRoll{
	opacity:0.9999;
	filter: alpha(opacity=99);
	-moz-opacity: 0.9999;
}

div#news, div#project, div#address, div#contact{
	width: 233px;
	float:right;	
	margin-right: 7px;
	height: auto;
	background-color: #f6f6f6;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 7px;
}

div#contact{
	height:11.3em;
	margin-bottom: 7px;
	padding-bottom: 0px;
}

p.address{
	margin-top: 0px;
	padding-top: 2px;
	padding-bottom: 0px;
	line-height: 1em;
}

div#imageGrid, div#project, div#projectGrid, div#contact, div#archive{
	margin-top: 21px;
}


div#project{
	width: 300px;
	padding-bottom: 7px;
	padding-right:7px;
}

div#archive h2{
	padding-left: 7px;
}

/* used for the SPARKS gif only */
.headerLogo{
	padding-top: 7px;
	margin-bottom: 26px;
}

h1{
	/* the main page titles */
	/* type settings */
	font-size: 3.2em;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	/* layout */
	padding-top: 7px;
}

h1 a, h1 a:visited{
	color: #000;
}


h2{
	/* the tooltip titles */
	font-size: 1.2em;
	font-weight: bold;
	text-transform : uppercase;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

h2.type, h2.newsDate,  h2.copyright{
	color: #AAA;
}

div#project p{
	color: #888;
}

div#project p.projectPageDetail{
	color: #222;
	font-size: 1.1em;
	text-transform: none;
}

h2.type{
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

h2.newsDate, h2.copyright{
	font-weight: normal;	
	font-size: 1em;
	margin-bottom: 2px;
}

h2.copyright{
	margin-bottom: 7px;
	padding-left: 7px;
}

h2.title, h2.newsTitle{
	color: #aaaaaa;
	padding-top: 0px;
	margin-top: 0px;
}

h2.title {
	color: #222;
}

h2.title, .tt{
	padding-left: 5px;
	padding-right: 5px;
}

h2.aboutSparks, h2.newsTitle{
	font-size: 1.4em;
	color: #AAA;
}

h2.newsTitle{
	line-height: 1em;
}

h2.projectPageTitle{
	font-size: 1.8em;
}

h2.projectPageAbout, h2.projectPageTags{
	font-size: 1.2em;
	color: #AAA; 
	font-weight: normal;
	text-transform: uppercase;
}

h2.projectPageTags a, h2.projectPageTags a:visited{
	color: #AAA;
}

h2.aboutSparks{
	margin-bottom: 7px;
	/*font-weight: normal;*/
}

h3, h3 a:hover{
	/*news section title*/
	font-size: 1em;
	text-transform: uppercase;
	color: #d18f72;
	margin-top:0px;
	margin: 0;
}

h3 a:visited, h3 a, a.orangeLink, a.orangeLink:visited{
	color: #AAA;
}


.newsStory a, .newstory a:visited, p a:visited, p.address a, h2.projectPageTags a:hover, a.orangeLink:hover, div#project p.projectPageDetail a, div#project p.projectPageDetail a:hover, h2.projectPageAbout a, h2.projectPageAbout a:visited, div#news h3 a, div#news h3 a:visited{
	color: #d18f72;
}
.newsStory a:hover, p a:hover, h2.projectPageAbout a:hover, h1 a:hover, div#news h3 a:hover {
	color: #222;
}


p.newsStory {
	margin: 0px;
	padding: 0px;
}

a, a:hover, a:visited, p a, p a:hover, p a:visited, p.address a{	
	text-decoration: none;
}

img.news {
	float: right;
	/*background-color: #EEE;*/
	margin-bottom: 7px;
	margin-left: 7px;
}

.newsItem{
	margin-top: 0px;
	display: block;
	padding-bottom: 0px;
}

div#rss img{
	padding: 0;
	margin: 0px 7px 0px 0px;
}

div#rss{
	margin-bottom: 7px;
}

.LC{
	text-transform: LOWERCASE;
}
.div#project p.projectPageDetail a:hover{
	color: #AAA;
}


/* ////////////////////////////// MENU STYLES ////////////////////////////// */


.menuStyle, .blogBackLink{
	/*vertical-align: middle;*/
	width: auto;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1em;
	/*padding: 0px 0px;*/
	height: 1.4em;
	vertical-align: middle;
}



.menuStyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	/*vertical-align: middle;*/
}

.menuStyle ul, .blogBackLink ul{
	color: #d18f72;
	font-weight: bold;
	width: auto;
	/*padding: 0px;*/
	padding-top: auto;
	padding-bottom: auto;
	padding-left: 0px;	margin: 0;
	text-align: left;
	height: 1.4em;/*changed to see if this makes a difference to the jumping*/
	 /*vertical-align: middle;*/
}

.menuStyle ul li, .blogBackLink ul li{
	display: inline;
	/*height: 3em; /*changed to see if this makes a difference to the jumping*/
	/*vertical-align: middle;*/
}

.menuStyle ul li a, .blogBackLink ul li a{
	background-color: #fff;
	color: #494949;
	padding: 3px 7px;
	margin: 0px;
	text-decoration: none;
	border: 1px solid #DADADA;
	margin-right: 5px;
}

.blogBackLink ul li a{
	border: none;
	color: #d18f72;
	padding: 0px;
}

.blogBackLink ul li a:hover{
	color: #222;
}

.menuStyle ul li a:hover{
	background-color: #f6f6f6;
	color: #222;
	/*vertical-align: middle;*/
}

.menuStyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
	content: "  ";
	/*vertical-align: middle;*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

li.selected{
	/*font-weight: bold;*/
	font-size: 1.4em;
	vertical-align: middle;
}

ul a:visited{
	color: #AAA;
}

ul a:hover{
	color: #222;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font-size: 1em;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 140px;
	visibility: hidden;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a, .dropmenudiv p{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	color: black;
}

.dropmenudiv p{
	/*this is used when nothing is selectable*/
	/*background-color: #d18f72;*/
	margin: 0px;
	text-decoration: line-through;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #f6f6f6;
}

/* OTHER MEDIA CODE */

/*
div#videoBox{
	z-index: 106;
	background-color: #000;
}
*/

.custom-tip {
	color: #000;
	width: 120px;
	height: 120px
	z-index: 13000;
}

.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #222;
	padding: 8px 8px 4px;
	background: #fff;
	border: 1px solid #222;
}

.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}

/* non js dropdowns */
/*
input, select {
	background-color:#FFFFFF;
	border:1px solid #ddd;
	color:#000000;
	font-family:Helvetica, Arial, sans-serif;
	font-size:10px;
}
*/