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

html {overflow: auto;}
html, body {
margin:0 auto;
padding:0;
height:100%;
width:100%;
border:none;
background:url(../images/bg_page.jpg) repeat center bottom;
text-align:right;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
}

a, a:link, a:visited {
color:#FCC;
text-decoration:none;
}
a:hover {
color:#FFFFFF;
text-decoration:underline;
}

#nav {
margin:0 auto;
width:270px;
height:100%;
display:block;
position:absolute;
right:60px;
padding:0;
text-align:right;
z-index:5;
font-size:10px;
letter-spacing:2px;
}

#content {
width:400px;
height:auto;
z-index:5;
position:absolute;
left:60px;
bottom:100px;
z-index:5;
text-align:left;
line-height:20px;
}

#mp3player {
vertical-align:bottom;
margin:0;
margin-bottom:-3px;
}

div.clear {
clear:both;
}

#shadowC {
	/*overflow:scroll;*/
	background:#E6DDB4 url(../images/bg_page.jpg) repeat center bottom;
	text-align:center;
}

#footer {
height:30px;
margin:0 auto;
position:absolute;
bottom:0;
width:100%;
background:#FFFFFF;
padding:0;
text-align:center;
vertical-align:top;
font-size:11px;
color:#999999;
padding-top:10px;
z-index:5;
}

#topNav {
	z-index:50;
	position:fixed;
	width:100%;
	height:60px;
	background:none;
	float:left;
}
#bottomNav {
	z-index:50;
	position:fixed;
	bottom:0;
	width:100%;
	height:30px;
	background:none;
	float:left;
	color:#555555;
	font-size:11px;
	padding:0;
	text-align:center;
	vertical-align:top;
}
#bottomNav .baseBlocks {
	margin:0 auto;
	display:inline;
	position:absolute;
	bottom:0;
	left:20px;
	right:20px;
	height:30px;
	width:880px;
}
#navBG {
	width:100%;
	height:120px;
	position:absolute;
	top:0;
	left:0;
	z-index:50;
	background:url(../images/nav_bg.png) center top repeat-x;
}
.copyright {
	margin:0 auto;
	padding:0;
	height:30px;
	display:inline-block;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	color:#666666;
	font-size:11px;
	z-index:51;
	text-align:left;
}
#shadowC {
	position:fixed;
	width:100%;
	height:100%;
	z-index:1;
	top:0;
	left:0;
}
#bg {
width:100%;
height:100%;
z-index:0;
}
li strong {
color:#0099FF;
}
img {
	border:none;
	display:block;
}


/******* BLOG *******/
#blogHeader {
	width:100%;
	margin:0px;
}
#blogHeader img {
	margin:150px 0 0 0;
	padding:0 0 40px 0;
}
#blogWrapper {
	width:100%;
	margin:0px;
	background:#FFFFFF;
	color:#333333;
}
.blogContent {
	width:510px;
	margin:0 auto;
	text-align:left;
	padding:0 40px 0 100px;
}
.blogContent .blogTitle {
	font-family:"Adobe Garamond Pro",serif;
	margin:0 0 20px 0;
	padding:30px 0 0 0;
	border-bottom:1px solid #BBBBBB;
}
.blogContent .post-metadata {
	margin:0;
	font-size:9px;
	color:#BBBBBB;
}
.blogContent a {
	border-bottom:1px solid #E5CFD2;
	color:#006A80;
	text-decoration:none;
}
.blogContent a:hover {
	color:#A8001C;
}
.blogContent .footspace {
	height:140px;
	width:510px;
	clear:both;
}



/******* TOOLS *******/
.toolBlock {
	display:inline-block;
	width:510px;
	margin:30px 0 0 0;
	padding:0 0 30px 0;
	border-bottom:1px dashed #CCCCCC;
}
.toolBadge {
	float:left;
	width:220px;
	text-align:center;
}
.toolBadge img.air {
	margin:15px auto;
}
.toolDescription {
	float:right;
	width:260px;
}
.toolTitle {
	font-family:"Adobe Garamond Pro",serif;
	font-size:18px;
}



/******* LOADING *******/
#loading{
	position: absolute;
	top: 0;
	left:0;
	margin: 0pt auto;
	padding: 0.5em;
	background: #ff8a00;
	font-weight: 700;
	color: #fff;
	display: none;
	z-index:51;
}



/******* MP3 PLAYER *******/
#ui360 {
	margin:25px 0 0 20px;
}



/******* NAVIGATION *******/
#navContainer {
	margin:0 auto 0 auto;
	padding:10px 0 20px 7px;
	text-align:right;
	width:900px;
	height:100px;
}
.navButton {
	display:block;
	margin:0;
	padding:0 8px 0 0;
	float:left;
}
.navButton:hover {
	background-position:top;
}
.navSeparator {
	width:1px;
	height:40px;
	margin:10px 12px;
	border-right:1px solid #CCCCCC;
	float:left;
	display:block;
}
#navHome {
	width:111px;
	height:76px;
	background:url(../images/nav.png) 0 bottom no-repeat;
}
#navAbout {
	width:107px;
	height:76px;
	background:url(../images/nav.png) -111px bottom no-repeat;
}
#navMenu {
	width:96px;
	height:76px;
	background:url(../images/nav.png) -207px bottom no-repeat;
}
#navLocation {
	width:112px;
	height:76px;
	background:url(../images/nav.png) -303px bottom no-repeat;
}
#navBuzz {
	width:112px;
	height:76px;
	background:url(../images/nav.png) -410px bottom no-repeat;
}
#navContact {
	width:107px;
	height:76px;
	background:url(../images/nav.png) -522px bottom no-repeat;
}