/* @override http://www.silent7.com/ndxz-studio/site/silent7/css/style.css */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #0d0d0d;
}

a {
	outline: none;
}

a:link {
	font: 9px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	color: #444;

}

a:active {
	font: 9px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	color: #555;
	border-bottom: 1px dotted #fff;
	line-height: 14px;
}

a:visited {
	font: 9px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	color: #2d2d2d;
	border-bottom: 1px dotted #101010;
	line-height: 14px;
}

a:hover {
	font: 9px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	color: #fff;
	border-bottom: 1px dotted #3ca9db;
	line-height: 14px;
	background-color: #3ca9db;
}

img, 
img a:link, 
img a:active, {
	border-style: none;
}

a img {
	border: none;
}

p {
	margin: 0 0 9px 0;
}

h1 {
	font-size: 32px;
}

h2 {
	font: 14px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	color: #ccc;
	padding: 10px 0;
}

h2 a:link, 
h2 a:visited {
	font: 14px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	color: #3ca9db;
	border-bottom: 1px dotted #000;
}

h2 a:hover {
	color: #fff;
	border-bottom: 1px dotted #3ca9db;
	background-color: #3ca9db;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 12px;
}

hr {
	border: none 0;
	border-top: 1px dotted #2d2d2d;
	

/*the border*/
    width: 614px;
	height: 1px;
	margin: 10px 0px 10px 0px;
}

#logo {
	top: 0;
	left: 0;
	width: 124px;
	height: 111px;
	margin: 10px 0px 0px 10px;
}

#menu {
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	width: 215px;
	background-color: #101010;
}

#menu-bg {
	margin: 50px 0px 0px 10px;
	padding: 0px;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#menu ul li.section-title {
	color: #7f7f7f;
	font: bold 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
}

#menu ul li.section-title a {
	color: #7f7f7f;
	font: bold 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	
}

#menu ul li.section-title a:hover {
	color: #fff;
	border-bottom: 1px dotted #3ca9db;
	background-color: #3ca9db;
}


#content {
	height: 100%;
	margin: 0 0 0 300px;
	top: 0;
}

.container {
	padding: 100px 5px 25px 5px;
	font: 9px/12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	color: #444;
}

#content p {
	width: 400px;
	margin-bottom: 9px;
}

#section-big {
	color: #202020;
	text-transform: uppercase;
	letter-spacing: -2px;
	margin: 0px 0px 0px 0px;
	font: bold 60px/50px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.container p a:link {
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	color: #3ca9db;
	border-bottom: 1px dotted #000;
}

.container p a:visited {
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	color: #3ca9db;
	border-bottom: 1px dotted #3ca9db;
}

.container p a:hover {
	color: #fff;
	border-bottom: 1px dotted #3ca9db;
	background-color: #3ca9db;
}

.really-big {
	font: bold 84px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	color: #ccc;
	padding: 10px 0;
}

.big {
	font: 10px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	color: #333;
	padding: 10px 0;
}

span.note {
	color: #3ca9db;
	
}

span.strikethru {
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: line-through;
	color: #3ca9db;
	border-bottom: 1px dotted #000;
}

#img-container {
	margin: 0;
	padding: 0;
}

#img-container img {
	border: 5px solid #161616;
}

#img-container p {
	width: 600px;
	margin: 0;
	padding: 0 0 12px 0;
}

#once {
	clear: left;
}


#sitelink {
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	color: #3ca9db;
	border-bottom: 1px dotted #000;
}


/* GOOGLE 404 */

#goog-wm {
  width: 500px;
}


#goog-wm h3.closest-match {
  color: #fff;
  border-bottom: 3px dashed #3ca9db;
  padding-bottom: 2px;
  font-size: 170%;
}

#goog-wm h3.closest-match a {
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #3ca9db;
	border-bottom: 1px dotted #3ca9db;
}
   
#goog-wm h3.other-things {
  color: #fff;
   padding: 10px 0px 10px 0px;

}
   
#goog-wm ul li { 
padding: 10px 0px 10px 0px;
color: #fff;
list-style-position: inside;
}
   
#goog-wm li.search-goog { 
display: list-item;
margin: 10px 0px 10px 0px;

}
