@font-face {
font-family: "Junction";
src: url("http://yourauxiliary.com/fonts/Junction/Junction_01.otf");
}

@font-face {
font-family: "Nadia Serif";
src: url("http://yourauxiliary.com/fonts/nadia_serif/NADISN__.TTF");
}

html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}


body {
	background:url(images/AUX_bg_block.gif);
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
}

#pane-container {
	position:absolute;
	left:0;
	top:0;
}

#nav {
	background:none;
	font-family:"Nadia Serif", Georgia, Times, serif;
	font-size: 27px;
	left:0;
	letter-spacing:2px;
	line-height:36px;
	position:fixed;
	top:15px;
	width:198px;
	z-index:1;
}

#menu{
	background:#00adef;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	padding:24px 0 24px 24px;
}

#bug a {
	background:url(images/aux-bubble.png) no-repeat;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	color:#fff;
	margin-left:850px;
	margin-top:25px;
	position:fixed;
	text-decoration:none;
	height:120px;
	width:120px;
	z-index:3;
}

#bug a span {
	display:none;
}

#thecssawards{
position:absolute;
top:30px;
right:0px;
z-index:555;
}

#thecssawards a{
filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
width:69px;
height:105px;
text-indent:-8000px;
display:block;
background:url(images/award_day_black.png) no-repeat;
}

#nav a, #nav a:active, #nav a:visited {
	color:#fff;
	text-decoration:none;
}

#nav a:hover {
	color:#4ac0ed;
	text-decoration:none;
}

#nav li {
	list-style:none;	
}

#textBox {
	background:none;
	border-left: 7px solid #ff5a19;
	left:255px;
	padding-left:12px;
	position:relative;
	top:50px;
	width:450px;
}

#textBox a, #textBox a:active, #textBox a:visited {
	border-bottom:dashed 1px #005481;
	color:#005481;
	text-decoration:none;
}

#textBox a:hover {
	border-bottom:dashed 1px #ff5a19;
	color:#ff5a19;
	text-decoration:none;
}

h3 {
	color:#ff5a19;
	font-family:"Nadia Serif", Georgia, Times, serif;
	font-size: 27px;
	letter-spacing:0px;
	margin-bottom:4px;
}

h4 {
	color:#005481;
	font-family:"Nadia Serif", Georgia, Times, serif;
	font-size: 30px;
	line-height:36px;
}

h4 span {
	color:#ccc;
	font-family:"Nadia Serif", Georgia, Times, serif;
	font-size: 12px;
	letter-spacing: 2px;
	margin-top:12px;
	margin-bottom:0;
	text-transform:uppercase;
}

.tweet ul.tweet_list {
	margin:0;
	padding:0;
}

.tweet li {
	list-style-type:none;
	margin: 36px 0;
}

.tweet .tweet_text {
	color:#005481;
	font-family:"Nadia Serif", Georgia, Times, serif;
	font-size: 30px;
	line-height:36px;
	font-weight:600;
}

.tweet .tweet_meta {
	color:#ccc;
	font-family:"Nadia Serif", Georgia, Times, serif;
	font-size: 12px;
	letter-spacing: 2px;
	margin-top:12px;
	margin-bottom:0;
	text-transform:uppercase;
	font-weight:600;
}

p {	
	color:#00adef;
	font-family:"Nadia Serif", Georgia, Times, serif;
	font-size: 16px;
	line-height:24px;
	margin:0;
}

p.no-script {
	margin: 1em 0;
}

.row {
/*	width:5000px /* number of .pane x .pane:width */;
}

.pane {
	width:1000px;
	height:800px;
}

.auxiliary-pane {
	display:none;
}

.auxiliary-pane.but-still-show {
	display:block;
}

#pane-1a {
	background:url(images/tiles/AUX_SiteDesign_01.gif) no-repeat;
}

#pane-1b {
	background:url(images/tiles/AUX_SiteDesign_02.gif) no-repeat;
}

#pane-1c {
	background:url(images/tiles/AUX_SiteDesign_03.gif) no-repeat;
}

#pane-1d {
	background:url(images/tiles/AUX_SiteDesign_04.gif) no-repeat;
}

#pane-1e {
	background:url(images/tiles/AUX_SiteDesign_05.gif) no-repeat;
}

#pane-2a {
	background:url(images/tiles/AUX_SiteDesign_06.jpg) no-repeat;
}

#pane-2b {
	background:url(images/tiles/AUX_SiteDesign_07.jpg) no-repeat;
}

#pane-2c {
	background:url(images/tiles/AUX_SiteDesign_08.jpg) no-repeat;
}

#pane-2d {
	background:url(images/tiles/AUX_SiteDesign_09.jpg) no-repeat;
}

#pane-2e {
	background:url(images/tiles/AUX_SiteDesign_10.gif) no-repeat;
}

#pane-3a {
	background:url(images/tiles/AUX_SiteDesign_11.jpg) no-repeat;
}

#pane-3b {
	background:url(images/tiles/AUX_SiteDesign_12.jpg) no-repeat;
}

#pane-3c {
	background:url(images/tiles/AUX_SiteDesign_13.gif) no-repeat;
}

#pane-3d {
	background:url(images/tiles/AUX_SiteDesign_14.gif) no-repeat;
}

#pane-3e {
	background:url(images/tiles/AUX_SiteDesign_15.gif) no-repeat;
}

.clear {
	clear:both;
}