/* Digital Moments V2.0 */
/* Created and Published by Alastair Callum */
/* Date: 24/04/09 */

a:link {
	text-decoration: underline;
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	text-decoration: overline;
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}

body {
	margin: 0px;
	padding-top: 10px;
	font-family: "Calibri", Tahoma, serif;
	font-size: 62.5%;
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	background-position: top;
	overflow-x: hidden;
	overflow-y: hidden;
}

img.rightBorder {
	position:absolute;
	left:-30px;
	top:0px;
	z-index: 0;
}

img.bottomBorder {
	position:fixed;
	right:0px;
	bottom:-30px;
	z-index: 0;
}

img.head {
	position: relative;
	z-index: 1;
}

#wrapper {
    width: 100%;
    margin: 0 auto;
}

#header {
	text-align: center;
	width: 100%;
	height: 110px;
}

img {
	margin: 0px;
	padding: 0px;

}


h1 {
	margin: 0;
	font-family: "Calibri", Tahoma, serif;
	font-size: 2.7em;
	color: #FFFFFF;
	font-weight: 200;
}

h2 {
	font-family: "Calibri", Tahoma, serif;
	font-size: 2.5em;
	color: #FFFFFF;
	margin-top: 8px;
	margin-bottom: 17px;
	padding: 0;
	font-weight: 300;
}

h3 {
	font-family: "Calibri", Tahoma, serif;
	font-size: 1.8em;
	color: #FFFFFF;
	font-weight: 200;
}

p {
	font-family: "Calibri", Tahoma, serif;
	font-size: 1.7em;
	color: #FFFFFF;
}

blockquote {
	font-family: "Calibri", Tahoma, serif;
	font-size: 1.7em;
	font-style: italic;
	color: #FFF;
	margin-bottom: 20px;
	padding-left: 10px;
	border-left: 1px solid #FFF;

}

blockquote:before { content: open-quote; font-weight: bold; }
blockquote:after { content: close-quote; font-weight: bold; }

#background {
	height: 412px;
	border-top: 2px solid #DADADA;
	border-bottom: 2px solid #DADADA;
	background-image: url(../images/content_bg.png);

}

#slider {
    width: 100%;
    margin: auto;
    position: relative;
}

.scroll {
    margin: auto;
    height: 410px;
    width: 1024px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    padding-bottom: 50px;
    padding-top: 0px;
    height: 410px;
    width: 1024px;
}

#nav {
	text-align: center;
	padding-bottom: 15px;
}


ul.navigation {
	font-family: "Calibri", Tahoma, serif;
	font-size: 1.8em;
    list-style: none;
   	margin: auto;
	padding: 5px;
	border-top: 2px solid #DADADA;
	border-bottom: 2px solid #DADADA;
   	background-image: url(../images/content_bg.png);
	background-repeat: repeat;
	line-height: 1.5em;
}

ul.navigation li {
   	 display: inline;
   	 margin-right: 45px;
}

ul.navigation a {
    padding: 0px;
    color: #FFF;
    text-decoration: none;
}

ul.navigation a:hover {
	text-decoration: underline;
    
}

ul.navigation a.selected {
	text-decoration: overline;
}

ul.navigation a:focus {
    outline: none;
}

.column1 {
	width: 400px;
	padding: 10px;
	margin-left: 10%;
	float: left;
}

.column2 {
	width: 400px;
	padding: 10px;
	margin-right: inherit;
	float: left;	
}

.column3 {
	margin-top: 0px;
    margin: auto;
	width: 800px;;
}

ul.port {
	padding-left: 30px;
	margin: 0px;
	font-family: "Calibri", Tahoma, serif;
    width: 780px;

}

ul.port li {
	padding: 5px;
	width: 239px;	 
	height: 180px;
	float: left;
	list-style: none;
}

.moves {
	text-align: center;
}

#footer {
	text-align: center;
	width: 350px;
	padding-top: 5px;
	padding-bottom: 2px;
	margin: auto;
}

#footer p {
	font-size: 120%;

}

.hide {
    display: none;
}

