@charset "utf-8";
/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	background-color: #000;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;		
}

@font-face {
    font-family: 'furoreregular';
    src: url('Furore-webfont.eot');
    src: url('Furore-webfont.eot?#iefix') format('embedded-opentype'),
         url('Furore-webfont.woff') format('woff'),
         url('Furore-webfont.ttf') format('truetype'),
         url('Furore-webfont.svg#furoreregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

#main{
	padding-top:75px;
	padding-bottom:75px;
}

/*Section Blocks*/
#containter {
	width: 1024px;
	text-align:center;
	margin:0 auto;
	position:relative;
}

header {
	width:1024px;
	height:155px;
	text-align:center;
	margin:0 auto;
}

article {
	width:660px;
	background-image:url(images/tile-background.png);
	border: 3px solid rgba(210, 207, 214, 0.25);
	margin:0 auto;
	margin-top:10px;
	font-family: "Lucida Console", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#FFFFFF;
	font-size:16px;
	line-height:1.5;
	overflow:auto;
	float: right;
}

article p {
	margin-right:10px;
	margin-left:10px;
	text-align:left;
}

p {
	text-align:left;
	margin-left:5px;
	margin-right:5px;
}

nav {
	font-family: 'furoreregular', Arial, sans-serif;
	width:329px;
	text-align:center;
	margin:0 auto;
	margin-top:10px;
	position:absolute;
	left:0px;
	text-shadow:
	2px 2px 0 #000,
	-1px -1px 0 #000,  
	1px -1px 0 #000,
	-1px 1px 0 #000,
	1px 1px 0 #000;	
}

/*Menu*/
ul.menu {
	display: block;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	float:left;
}

li.menuitem1 {
	display:block;
	background-image:url(images/tile-background.png);
	border: 3px solid rgba(210, 207, 214, 0.25);
	list-style-type: none;	
	width:309px;
	height:42px;
	margin-bottom:10px;	
	font-size:24px;
	font-weight: lighter;
	padding-left:30px;
	padding-top:10px;	
}

li.menuitem1 a:visited {
	text-decoration:none;
	color:#FFF;
}

li.menuitem1 a:hover {
	text-decoration:none;
	color:#4b5d63;
}

li.menuitem2 {
	display:block;
	list-style-type: square;
	color:#4b5d63;
	background-image:url(images/tile-background.png);
	border: 3px solid rgba(210, 207, 214, 0.25);
	width:329px;
	height:42px;	
	margin-bottom:10px;	
	font-size:24px;
	font-weight: lighter;
	padding-left:10px;
	padding-top:10px;		
}

li.menuitem2:before {
  content: "• ";
}

li.menuitem2 a:visited {
	text-decoration:none;
	color:#4b5d63;
}	

li.menuitem2 a:hover {
	text-decoration:none;
	color:#FFF;
}	

/*clears and aligments*/
.clear {
	clear:both;
}

.center {
 text-align:center;
}

/*display images*/
.imagebox {
	float:left;
	background-color:rgba(210, 207, 214, 0.25);
	margin-right:5px;
	margin-bottom:5px;
	padding: 2px 2px 2px 2px;
	display: block;
}

.imageboxfeature {
	background-color:rgba(210, 207, 214, 0.25);
	margin-right:15px;
	margin-top:16px;
	margin-bottom:5px;
	padding: 2px 2px 2px 2px;
	float:right;
	display: block;	
}

.imagebox img {
	display:block;
}

.imageboxfeature img {
	display:block;
}

.imagebox a:hover {
	opacity: 0.3; 
	filter: alpha(opacity=30);
}

.imageboxfeature a:hover {
	opacity: 0.3; 
	filter: alpha(opacity=30);
}

.gallery {
	padding-left:18px;
}

/*Links*/
a:link {
	color:#FFFFFF;
	text-decoration:none;
}

a:visited {
	color: #CCCCCC;
	text-decoration:none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

footer {
	width:1024px;
	padding-top:10px;
	margin:0 auto;
	font-family: "Lucida Console", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#FFFFFF;
	font-size:14px;
	line-height:1.2;
}

/*list items*/
ol, ul {
	text-align:left;
}

li {
	list-style-type:square;
	margin-left:10px;
}

/*Wallpapers*/
img.center-block {
	display: block;
	margin-top: -9px;
	margin-left: 10px;
}
.wallback {
background: url(images/wallpaper-background.png) no-repeat;
	width: 628px;
	height: 382px;
	padding-top:29px;
	margin: 0 auto;
	position: relative;	
}
.wallpapers {
	position: relative; 
	margin-left: 115px;
	margin-top: 0px;
	margin-bottom: 50px;
}
.wallpapers a {
	margin-left: 78px;
	float: left;
	font-size: 19px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}
.wallpapers a:hover {
	color: #4b5d63;
}

/*blockquotes*/
blockquote {
  font: 14px/22px normal helvetica, sans-serif;
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  padding-left: 15px;
} 
