

/* Layout */
html, body {
	margin:0px;
	padding:0px;
	text-align:center;
}
img {
  display:block;
}
#sitemap a {
    z-index:100;
    position:absolute;
    right:30px;
    top:30px;
    width:100px;
}
#container {
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	width:902px;
}
#container img {
    display:inline;
}
#masthead {
	position:relative;
	height:270px;
}
#masthead p {
    border:0;
    padding:0;
    margin:0;
}
#masthead .logo {
	position:absolute;
	top:85px;
	left:25px;
	/*Hide until ie has proper png support*/
	display:none;
}
#masthead .top-links {
	position:absolute;
	top:80px;
	right:30px;
}
#masthead .search {
	position:absolute;
	top:218px;
	right:2px;
}
#masthead .search h2 {
  padding:2px;
  margin:0px;
  padding-top:4px;
}
/*
Main Content
*/
#content {
	padding:50px;
	padding-right:0px;
	padding-top:5px;
}
/*
Blog
*/
#blog {
    float:left;
    width:490px;
    padding:50px;
    padding-right:20px;
    padding-top:5px;
}
/*
Footer
*/
#footer {
    clear:both;
	display:block;
	width:auto;
	height:100px;
	padding-top:50px;
}
#end {
	padding:0px;
	padding-left: 20px;
	padding-right:20px;
}
#end .left {
	display:inline;
	float:left;
}
#end .right {
	display:inline;
	float:right;
}
	
/*
Misc
*/
.clear {
    height:1px;
    overflow:hidden;
    margin-left:10px;
    clear:both;
}


/* Styles */
html, body {
	background-color: #000000;
	font-family:"Verdana", "Arial";
	font-size:12px;
	color:#999999;
}
#sitemap a {
	color:#FFFFFF;
	font-weight:900;
	font-family:"Verdana", "Arial";
	font-size:13px;
	line-height:13px;
	text-decoration:none;
	background-image:url("/images/icons/folder.png");
	background-position:left 50%;
	background-repeat: no-repeat;
}
#content-container {
    background-color:#232323;
    border: #3399FF 1px solid;
    border-bottom-width:0px;
    border-top-width:0px;
}
#masthead {
	background-image: url("/images/masthead.jpg");
	background-position:left top;
	background-repeat:no-repeat;
}
#masthead .top-links a {
	color:#FFFFFF;
	font-family:"Verdana", "Arial";
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
}
#masthead .top-links .login {
	margin-right:5px;
	padding-left:20px;
	background-image:url("/images/icons/key.png");
	background-position:left 50%;
	background-repeat: no-repeat;
}
#masthead .top-links .contact {
	margin-right:5px;
	padding-left:22px;
 	background-image:url("/images/icons/message.png");
	background-position:left 60%;
	background-repeat: no-repeat;
}
#masthead .search h2 {
	font-weight:bold;
  font-size:10px;
	color:#FFFFFF;
}
#masthead .search input {
	border:1px solid #0066CC;
	font-size:10px;
	color:#FFFFFF;
	background-color:#193143;
}
#masthead .search input.submit {
	cursor:pointer;
	cursor:hand;
	font-weight:bold;
	height:16px;
	font-size:14px;
	color:#FFFFFF;
	background-color:transparent;
	border:0;
}
/*
Main Content
*/

img {
	border:0px;
}
a {
	color:#FFFFFF;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
h1 {
	color:#FFFFFF;
	font-family:Arial;
	font-size:32px;
	font-weight:bold;

	margin-bottom:0px;	
	padding-bottom:0px;	
}
h2 {
	font-family:Arial;
	font-size:18px;
	font-weight:normal;	
}
h3 {
	color:#FFFFFF;
	font-size:14px;	
}
h4 {
	color:#FFFFFF;
  font-size:12px;
}
h6 {
	font-size:10px;
}
ul {
}
ul li {
	list-style-type:none;
	background-image:url("/images/icons/bullet.gif");	
	background-position:0px 3px;
	background-repeat:no-repeat;
/*	margin:0;padding:0;*/
	padding-left:15px;
	margin-bottom:8px;

}
hr {
  height:1px;
  background-color:#555;
  color:#555;
  border:0px solid #555;
}
/*
Blog Specific
*/
#blog h2 {
 font-size:26px;
 margin-top:25px;
 margin-bottom:5px;
}
#blog h2 a {
 text-decoration:none;
}
.dzone-box {
    float:right;
    background-color:#fff;
    padding:5px;
    margin:0px 5px 5px 5px;
    border:1px solid #333
}
.comment cite {
    font-size:12px;
    font-weight:bold;
}
.comment .commentmetadata {
    float:right;
    clear:both;
}
.comments .comment {
    background-color:#3F3F3F;
    padding:10px 5px;
}
.comments .alt {
    background-color:#2F2F2F;
}
/*
Footer
*/
#footer {
    clear:both;
	background-color:#000000;
	background-image: url("/images/footer.png");
	background-position:top left;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-family:Arial;
	font-size:12px;
}
#end a {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
#end a:hover {
	text-decoration:underline;
}
/*
Contact Form
*/
.contact-form {
  color:#FFFFFF;
}
.contact-form .row {
  clear:left;
  margin:5px;
}
.contact-form .key {
  float:left;
  width:200px;
  font-weight:bold;
}
.contact-form val {
  float:right;
  width:200px;
}
.contact-form .submit,.contact-form .reset {
  color:#999999;
  background-color:#183044;
  border:1px solid #0066CC;
  font-weight:bold;
}
.error {
  color:#FF0000;
  font-weight:bold;
}
/*
Generic Styles
*/
.inline-code {
  font-family:courier;
  color:#FFF;
}
pre {
    padding:5px;
    color:#FFF;
    width:500px;
    border:1px solid #ccc;
    background-color:#d7d7d7;
    color:#333;
    overflow:auto;
  
}
.vcard {
    display: none;
}

/* Navigation */
#nav {
	background-color:#000000;
	position:relative;
	padding:2px 0px 3px 0px;
}
#nav h2 {
    display:inline;
}
#nav a {
	padding:5px 20px;
	margin:0px;
	color:#FFFFFF;
	font-weight:bold;
	font-family:"Verdana", "Arial";
	font-size:14px;
	text-decoration:none;
}
#nav a:hover {
	background-color:#183044;
}
#nav h2.right {
    margin:0;
    padding:0;
    position:absolute;
    top:2px;
    right:4px;
}
#nav h2.right a {
	padding:0;
	margin:0;
}
#nav h2.right a:hover {
	background-color:transparent;
}



/*
Features
*/
#features {
	float:right;
	width:300px;
	height:100%;
	border-left:2px solid #999999;
	padding-left:20px;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
}
#features.blog {
    border:0;
}
#features a {
	color:#FFFFFF;
	text-decoration:underline;
}
#features a:hover {
	text-decoration:none;
}
#features h3 {
	background-image:url("/images/feature-header.png");
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#183044;
	font-family:Arial;
	font-size:15px;
	color:#999999;
	font-style:italic;
	text-transform:uppercase;
	padding-left:11px;
}
#features .fbody {
	margin:0;
	padding:5px 15px 15px 15px;
}
#features .fbody h4 {
	margin:0;
	padding:5px 5px 5px 0px;
	margin-top:10px;
	font-size:12px;
	font-weight:bold;
}
#features .fbody p {
	margin:0;
	padding:5px 5px 5px 0px;
}
#features .fbody a.post {
	color:#FFFFFF;
	font-weight:normal;
	font-family:Verdana, Arial;
	font-size:12px;
	text-decoration:underline;
	display:block;
}
#features .fbody a.post:hover {
	text-decoration:none;
}
/*Classes for specific feature boxes */
#features ul.quicklinks {
	list-style-type:none;
	font-family:Verdana, Arial;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0;padding:0;
	margin-top:10px;
}
#features ul.quicklinks li {
	background-position:0px 0px;
	background-repeat:no-repeat;
	margin:0;
	padding: 0px 0px 10px 15px;
}
#features ul.quicklinks li.link {
	background-image:url("/images/icons/link.gif");	
}
#features ul.quicklinks li.download {
	background-image:url("/images/icons/download.gif");	
}
/*
Gallery
*/
.gallery-images {
  width:500px;
}
.gallery-images a img {
  display:block;
  border:0;margin:0;padding:0;
}
.gallery-images a{
  border:0;padding:0;
  display:block;
  margin:5px;
  float:left;
}


@media print {
  body {
     background: white;
     font-size: 12pt;
  }
  #content-container h3 {
   font-size: 13pt;
  }
  #content-container h4,#content-container h5,#content-container h6 {
       font-size: 12pt;
       text-decoration:underline;  
  }
  #container {
     width: auto;
     margin: 0 5%;
     padding: 0;
     border: 0;
     float: none !important;
     color: black;
     font-size: 12pt;
     background: transparent none;
  }
  a:link, a:visited {
     color: #520;
     background: transparent;
     text-decoration: underline;
  }
  #container a:link:after, #content a:visited:after {
     content: " (" attr(href) ") ";
  }
  #container a[href^="/"]:after {
     content: " (http://www.destiny-denied.co.uk" attr(href) ") ";
  }
  #sitemap {
    display:none;
  }
  #features {
    display:none;
  }
  #masthead {
    height:auto;
  }
  #masthead .logo {
    position:static;
    display:block;
    margin-left:50px;
  }
  #masthead .top-links, #masthead .search {
    display:none;
  }
  #nav {
    display:none;
  }
  #content-container {
    border:0px;
  }
  #end .left {
    display:none;
  }
  #title {
    display:block;
  }
}


/* GeSHi (C) 2004 - 2007 Nigel McNie (http://qbnz.com/highlighter) */
.code {
  font-family:courier;
  background-color:#fff;
  border:1px solid #000;
  padding:4px;
}
.xml .imp {font-weight: bold; color: red;}
.xml .coMULTI {color: #808080; font-style: italic;}
.xml .es0 {color: #000099; font-weight: bold;}
.xml .br0 {color: #66cc66;}
.xml .st0 {color: #ff0000;}
.xml .nu0 {color: #cc66cc;}
.xml .sc0 {color: #00bbdd;}
.xml .sc1 {color: #ddbb00;}
.xml .sc2 {color: #339933;}
.xml .sc3 {color: #009900;}
.xml .re0 {color: #000066;}
.xml .re1 {font-weight: bold; color: black;}
.xml .re2 {font-weight: bold; color: black;}
.javascript .imp {font-weight: bold; color: red;} 
.javascript .kw1 {color: #000066; font-weight: bold;} 
.javascript .kw2 {color: #003366; font-weight: bold;} 
.javascript .kw3 {color: #000066;} 
.javascript .co1 {color: #009900; font-style: italic;} 
.javascript .coMULTI {color: #009900; font-style: italic;} 
.javascript .es0 {color: #000099; font-weight: bold;} 
.javascript .br0 {color: #66cc66;} 
.javascript .st0 {color: #3366CC;} 
.javascript .nu0 {color: #CC0000;} 
.javascript .me1 {color: #006600;} 
.javascript .re0 {color: #0066FF;}
