body {
	background: url(/img/background.png) #dcdcdc repeat-x;
}
a {
	color: #ae2b0c;
	text-decoration:none;
	font-weight:bold;
}


.geshiCode {
	overflow:auto;

	border: 1px solid #efef;
	background: #141414;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color:#fff;
}
.content {
	margin: 0 auto 0 auto;
	width: 970px;
}

/*HEADER*/
#header {
	height:90px;
	margin-bottom:3px;
}
#header table, #header td {
	height: 100%;
	vertical-align:bottom;
	margin:0;
	padding: 0;
	border-collapse:0;
	border:0;
	border-spacing:0;
}

#menu{
	float: right;
	color: #444;
	font-weight: bold;
	font-size: 1.1em;
	margin-right: 1em;
}
#menu a{
	color:#444;
	text-decoration: none;
}
#menu a:hover, #menu .active {
	color: #ae2b0c;
}

.container {
	position: relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	padding:10px;
	color:#444;
	min-height:300px;
}
#banner {
	position: absolute;
	right:0;
	top:0;
	width:160px;
	height:143px;
}
.headerImage {
	margin-left:30px;
	margin-bottom:25px;
	margin-top:25px;
	}
.download a{
	padding-left: 1em;
	text-decoration: none;
	color: #ae2b0c;
	font-weight:bold;
	}

.info h1 {
	font-size:1.4em;
	line-height:1em;
	color:#444;
}
.info h2 {
	font-size:1em;
	line-height:.3em;
	color:#444;
}

/* LIGHTBOX */
#contact_me {
	width:400px;
	height: 200px;
	}
#contact_me input {
	margin-left: 100px;
	}
#light {
   	position: absolute;
	z-index: 9981;
}
.lightContent {
 	padding:5px;
  	color:#333;
  	border:2px solid #ae2b0c;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
   	background:#fff;
}
#lightinner {
}
#lightinner iframe {
	overflow:hidden;
	padding:10px;
	margin:10px;
}
#fade {
     position:fixed;
     left:0;
     top:0;
     padding:0;
     width:100%;
     height:100%;
     color:#333;
     background:#000;
     z-index: 9980;
}
#about {
}
#about h1 {
	font-size: 1.6em;
	color:#ae2b0c;
}
#about em {
	font-weight:bold;
	line-height:1em;
	color:#444;
	display:inline;
}
.twitter {
	background: url(/img/twitter/left.png) no-repeat;
	height: 64px;
}
.twitter span {
	line-height: 2em;
	font-weight: bold;
	text-align: center;
	color: #418bb8;
	padding-left: 60px;
	background: url(/img/twitter/right.png) right no-repeat;
	display:block;
	height: 64px;
}

.note {
	background: url(/img/icons/info.png) #BDE5F8 no-repeat;
	border: 2px solid #00529B;
	font-size: .8em;
	font-weight: bold;
	color: #00529B;
	min-height:50px;
	background-position: 10px center;
       -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;

}
.note p {
	padding-left: 50px;
	padding-top: 15px;
}
