/* Torbotics Styles
   Updated: Sun 03.30.08 @ 5:15 p.m.
   Author:     Tor Imsland
   ----------------------------------------------------*/

/* =GENERAL
-----------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	}

body {
	padding:0;
	margin: 50px 0;
	background:#000 url(../images/bg_page.jpg) no-repeat fixed center top;
	font-family:"trebuchet ms", verdana, Helvetica, sans-serif;
	color:#777;
	}

img {
	border:none;
	}


/* =PRIMARY LAYOUT
-----------------------------------------------------------------------------*/
#container {
	position: relative;
	padding-top: 1px;
	background: none;
	width: 908px;
	height: 531px;
	margin: 0 auto;
	text-align:left;		
	}

#mainContent {
	margin: 10px;
	width: 880px;
	height: 410px;
	background: none;
	}

#about #mainContent {
	margin: 10px;
	width: 880px;
	height: 410px;
	background: none;
	}

#contact {
	float: left;
	margin-top: 93px;
	margin-left: 8px;
	}
#contact p {
	display: block;
	padding: 3px 0 3px 10px;
	margin:0;
	color: #ccc;
	font-size:14px;
	line-height:1.5em;
	letter-spacing:.1em;
	text-transform:uppercase;
	font-weight: bold;
	width: 211px;
	}
#contact a:link, #contact a:visited {
	color:#eee;
	text-decoration:none;
	border: 0;
	background: none;
	}
#contact a:hover, #contact a:active {
	color:#7A1010;
	text-decoration:none;
	border: 0;
	background: none;
	}


/* =DESCRIPTION
-----------------------------------------------------------------------------*/	
#description {
	float: right;
	border-top:1px dotted #222;
	margin-right: 20px;
	padding-top: 10px;
	width: 605px;
	height: 60px;
	color: #ccc;
	}
#description p {
	font-size: 15px;
	letter-spacing: 1px;
	line-height:1.5em;
	padding:10px 0;
	margin: 0;
	padding: 0;
	}

#description #footer p {
	font-size: 10px;
	color: #555;
	text-transform: uppercase;
	}

#about #description {
	float: right;
	margin-right: 20px;
	margin-top: 80px;
	width: 605px;
	height: 60px;
	color: #fff;
	}
	


/* =GALLERY
-----------------------------------------------------------------------------*/	
#gallery {
	position:absolute;
	top: 65px;
	left:265px;
	padding:0;
	margin:0;
	}
#gallery img {
	margin: 4px;
	border: 6px solid #222;
	}

#gallery img:hover {
	border: 6px solid #7A1010;
	}

	
	
/* =NAVIGATION - MAIN
-----------------------------------------------------------------------------*/	
#mainNav {
	margin-left: 260px;
	margin-top: 2px;
	}

#mainNav ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:18px;
	font-weight: bold;
	letter-spacing:1px;
	text-transform:uppercase;
	}
#mainNav li {
	display:inline;
	margin:0;
	}
#mainNav li a.here {
	color:#990000;
	border:none;
	}
#mainNav li a {
	padding-right: 5px;
	color:#000;
	text-decoration: none;
	}
#mainNav li a:hover {
	color:#990000;
	text-decoration:none;
	}



/* =NAVIGATION - GALLERY
-----------------------------------------------------------------------------*/
#galleryNav {
	margin-top: 78px;
	margin-left: 8px;
	}
#galleryNav ul {
	margin:0;
	padding:0;
	list-style:none;
	}
#galleryNav li a {
	display: block;
	padding: 3px 0 3px 10px;
	margin:0;
	color: #ccc;
	font-size:12px;
	letter-spacing:.1em;
	text-transform:uppercase;
	font-weight: bold;
	width: 211px;
	}
	
#about #galleryNav li a {
	color: #555;
	}


#galleryNav li a.here, #galleryNav li a.here:hover {
	color:#ccc;
	text-decoration:none;
	border: 0;
	background: #7A1010;
	}
#galleryNav a:link, #galleryNav a:visited {
	color:#eee;
	text-decoration:none;
	border: 0;
	background: none;
	}
#galleryNav li a:hover, #galleryNav li a:active {
	color:#990000;
	text-decoration:none;
	border: 0;
	background: none;
	}


/* =LINK STYLE
-----------------------------------------------------------------------------*/
a:link, a:visited {
	color:#CC3333;
	text-decoration:none;
	}
	
a:hover, a:active {
	color:#fff;
	text-decoration:none;
	}


/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	clear:both;
	border-top:0px dotted #212121;
	margin-top: 80px;
	padding-top: 8px;
	text-align:center;
	color:#555;
	line-height:2em;
	}
#footer a:link, #footer a:visited {
	color:#999;
	text-decoration:none;
	border-bottom:1px solid #CCC;
	}
#footer a:hover, #footer a:active {
	color:#666;
	text-decoration:none;
	border-bottom:1px solid #222;
	}
	
/* =MISC STYLES
-----------------------------------------------------------------------------*/
.clear {
	clear:both;
	}
	
#description .tasks {
	text-transform: uppercase;
	font-size: 11px;
	color: #999;
	padding-bottom: 10px;
	}
