/*  
Name: Digital Guerillas
Author: Craig Fleming
Date: 01/07/2008
*/

/***Misc Tags***/

* {
 margin: 0px;
 padding: 0px;
}

body {
 background: #1d1d1d url(../images/digital_numbers_header.gif) repeat-x;
 font-family: Verdana, Arial, sans-serif;
 font-size: 16px;
 color: #fff;}
 
a img{ border: 0px; }

a { text-decoration: none;}

input {
 background: #333;
 font-family: Verdana;
 font-size: 0.7em;
 padding: 3px;
 color: #f4f4f4;
 border: 2px solid #555;}
	
button {
 background: #222;
 font-family: Verdana;
 font-size: 0.7em;
 padding: 2px;
 color: #f4f4f4;
 border: 2px solid #444;
 height: 2em;} 

#flash{
padding:0px 10px 10px 0px;
}

/**** Span class's *****/

.hidden { text-indent: -9000px;}
.br { clear: both;}
.pink { color: #d6006b;}
.small { font-size: x-small;}
.large { font-size: xx-large;}
.right { float: right;}
.left { float: left;}
.center { margin: 0 auto; text-align: center;}


/**** Site Container ****/

#container { width: 800px;}

/***Header***/

 
#logo { 
  float: left;
  margin-top: 60px;
  margin-left: 70px;
}
 
/***left Side Bar***/

#navigation-block {
	float: left;
	position:relative;
	top:10px;
	left:40px;
}

#hide {
	position:absolute;
	top:-50px;
	left:-190px;
}

ul#sliding-navigation
{
	list-style: none;
	font-size: .9em;
	margin: 30px 0;
	padding: 0;
}

ul#sliding-navigation li.sliding-element h3,
ul#sliding-navigation li.sliding-element a
{
	display: block;
	width: 120px;
	padding: 5px 18px;
	margin: 0;
	margin-bottom: 5px;
}

ul#sliding-navigation li.sliding-element h3
{
	color: #fff;
	background:#333 url(images/heading_bg.jpg) repeat-y;
	font-weight: normal;
}

ul#sliding-navigation li.sliding-element a
{
	color: #999;
	background:#222 url(images/tab_bg.jpg) repeat-y;
	border: 1px solid #1a1a1a;
	text-decoration: none;
}

ul#sliding-navigation li.sliding-element a:hover { color: #ea3592; }


/***Content***/

#content {
float:right;
position:relative;
width: 550px;
top:40px;
left:0px;
margin: 0px auto 0px auto;
}

#content a { color:#eeeeee; text-decoration:underline; font-weight: bold;}

#content a:hover { 
 text-decoration:underline;
 color:#ec0089;
 font-weight: bold;}
 
#content p {line-height: 1.5em; font-size: 1.1em; margin-bottom: 20px; color: #f4f4f4;}

#content h2 {
text-indent: 2px;
font-size: 1.3em;
color: #0089d2;
letter-spacing: 0em;
margin-bottom: 8px;
}
 
#content h3 {
text-indent: 14px;
font-size: 1.4em;
color: #ec0089;
letter-spacing: -0.1em;
margin-bottom: 4px;
}

#content h4 {
text-indent: 0px;
font-size: 0.8em;
margin-bottom: 4px;
}

	#content .code{
	  color: #444;
	  background: #F4f4f4 url(images/codenums.png) repeat-y;
	  border: 1px solid #ccc;
	  padding: 1px;
	  padding-left: 25px;
	  font-family: "courier new", helvetica, "times new roman", monospace;
	  font-size: 0.8em;
	  width: 470px;
	  margin: 2px auto;
	  white-space: nowrap;
	  overflow: auto;}
	  
	#content  code {
	  color: #fff;
	  font-family: "courier new", helvetica, "times new roman", monospace;
	  background-color: #333;
	  font-size: 1.2em;}

#content blockquote { color: #999; font-style: italic; text-align: center; width: 350px; margin: 10px auto;}

.showreel
{
	width: 206px;
	padding: 12px 33px 12px 33px;
	float: left;
}
.showreel img
{
	border: solid 4px #eeeeee;
}
.showreel img:hover
{
	border: solid 4px #ec0089;
}
 
/***Footer***/

#footer {
 text-align: center;
 color: #666;
 margin-top: 60px;
 font-size: 0.9em;
 }
 
#footer p { color: #666;}
 
#footer a { color: #666;}
 
#footer a:hover { color: #f4f4f4;}
	

 
