﻿/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
}

/* font declarations */
@font-face 
{  
	  font-family: "Cursive Standard";  
	  src: url( /fonts/Cursive_standard.eot); /* IE */  
	  src: local("Cursive Standard"), url( /fonts/Cursive_standard.ttf ) format("truetype"); /* non-IE */  
}

@font-face 
{  
	  font-family: "Cursive Standard Bold";  
	  src: url( /fonts/Cursive_standard_bold.eot); /* IE */  
	  src: local("Cursive Standard "), url( /fonts/Cursive_standard_bold.ttf ) format("truetype"); /* non-IE */  
}

/* used to define complete containe r*/
#container {
	border: 1px #000 solid;
	margin: 10px auto 0px auto;
	width: 1000px;
	box-shadow: 0px 0px 15px #888888;
}

/* used to define header*/
#header {
	height: 30px;
	padding: 5px;
	
	/****** GRADIENT *********/
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,255) 0%, rgba(255,255,255,255) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,255)), color-stop(100%,rgba(255,255,255,255))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,255) 0%,rgba(255,255,255,255) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,255) 0%,rgba(255,255,255,255) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,255) 0%,rgba(255,255,255,255) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,255,255,255) 0%,rgba(255,255,255,255) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	font-family: Arial, Helvetica;
	font-size: 90%;	
}

/* used for header nav */
#nav {
	
}

.navItem {
	padding: 2px;
	text-align: center;
	width: 114px;
	background: #FFF;
	float: left;
	margin: 2px;
	font-weight: bold;
	box-shadow: 1px 1px 1px #fff;
	cursor: pointer;
}

/* used for header nav */
.navItem:hover {
	background: #E3E3E3; 
}

/* used for sub-emnu nav */
#submenu {
	height: 30px;
	padding: 5px;
	
	/****** GRADIENT *********/
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,255) 0%, rgba(255,255,255,255) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,255)), color-stop(100%,rgba(255,255,255,255))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,255) 0%,rgba(255,255,255,255) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,255) 0%,rgba(255,255,255,255) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,255) 0%,rgba(255,255,255,255) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,255,255,255) 0%,rgba(255,255,255,255) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	font-family: Arial, Helvetica;
	font-size: 88%;	
}

/* used for sub-emnu nav */
.lowernavItem {
	padding: 5px;
	text-align: center;
	width: 97px;
	background: #FFF;
	float: left;
	margin: 7px;
	font-weight: bold;
	box-shadow: 2px 2px 2px #ccc;
	cursor: pointer;
}

/* used for sub-emnu nav */
.lowernavItem:hover {
	background: #E3E3E3; 
}

/* used for portfolio sub-emnu nav */
#portfoliosubmenu {
	height: 50px;
	padding: 5px;
	
	/****** GRADIENT *********/
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,255) 0%, rgba(255,255,255,255) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,255)), color-stop(100%,rgba(255,255,255,255))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,255) 0%,rgba(255,255,255,255) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,255) 0%,rgba(255,255,255,255) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,255) 0%,rgba(255,255,255,255) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,255,255,255) 0%,rgba(255,255,255,255) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	font-family: Arial, Helvetica;
	font-size: 88%;	
}

/* used for portfolio sub-emnu nav */
.portfoliolowernavItem {
	padding: 5px;
	text-align: center;
	width: 120px;
	background: #FFF;
	float: left;
	margin: 7px;
	font-weight: bold;
	box-shadow: 2px 2px 2px #ccc;
	cursor: none;
}

/* used for portfolio sub-emnu nav */
.portfoliolowernavItem:hover {
	background: #E3E3E3; 
}


/* used in index.html for city list */
#content {
	padding: 5px;
	
	/****** GRADIENT *********/
	background: rgb(255,255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,255) 0%, rgba(255,255,255,255) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,255)), color-stop(100%,rgba(255,255,255,255))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,255) 0%,rgba(255,255,255,255) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,255) 0%,rgba(255,255,255,255) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,255) 0%,rgba(255,255,255,255) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,255,255,255) 0%,rgba(255,255,255,255) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	font-family: Arial, Helvetica;
}

/* Used for headers within pages */
#subhead {
	
	/****** GRADIENT *********/
	background: rgb(255,255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,255) 0%, rgba(255,255,255,255) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,255)), color-stop(100%,rgba(255,255,255,255))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,255) 0%,rgba(255,255,255,255) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,255) 0%,rgba(255,255,255,255) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,255) 0%,rgba(255,255,255,255) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,255,255,255) 0%,rgba(255,255,255,255) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	font-family: Verdana, Helvetica,  Arial;
	font-size: 150%;
	/**font-weight: bold; **/
	
}

/* used for all body content */
#runningcontent {
	padding: 5px;
	
	/****** GRADIENT *********/
	background: rgb(255,255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,255) 0%, rgba(255,255,255,255) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,255)), color-stop(100%,rgba(255,255,255,255))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,255) 0%,rgba(255,255,255,255) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,255) 0%,rgba(255,255,255,255) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,255) 0%,rgba(255,255,255,255) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,255,255,255) 0%,rgba(255,255,255,255) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	font-family: Arial, Helvetica;
	font-size: 75%;
}

#bioscontent {
	min-height: 20px;
	padding: 5px;
	
	/****** GRADIENT *********/
	background: rgb(255,255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,255) 0%, rgba(255,255,255,255) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,255)), color-stop(100%,rgba(255,255,255,255))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,255) 0%,rgba(255,255,255,255) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,255) 0%,rgba(255,255,255,255) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,255) 0%,rgba(255,255,255,255) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,255,255,255) 0%,rgba(255,255,255,255) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	font-family: Arial, Helvetica;
	font-size: 75%;
}


/* used for footer */
#footer {
	padding: 5px;
	
	/****** GRADIENT *********/
	background: rgb(255,255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,255) 0%, rgba(255,255,255,255) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,255)), color-stop(100%,rgba(255,255,255,255))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,255) 0%,rgba(255,255,255,255) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,255) 0%,rgba(255,255,255,255) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,255) 0%,rgba(255,255,255,255) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,255,255,255) 0%,rgba(255,255,255,255) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	font-family: Arial, Helvetica;
	font-size: 80%
}

/* link colors */
a:link {color:#000000;}      /* unvisited link */
a:visited {color:#000000;}  /* visited link */
a:hover {color:#000000;}  /* mouse over link */
a:active {color:#000000;}  /* selected link */ 