/*
	CSS file for Net Theory
	Author:	Net Theory 
			http://www.nettheory.com/

	*** GLOBAL SHEET ***
	---------------------------------------------------------------------
*/


/* Body and global
------------------------------------ */

* {
	margin: 0;
	padding: 0;
	z-index: 0; 
}

body { 
	background-color: #fff; 
	font: 62.5% "Helvetica Neue", Arial, sans-serif; 
	line-height: 2em; 
}

img { border: none; }

a { outline: none; }

a:link,
a:visited {
	text-decoration: none;
	color: #fc9200;
}

a:hover,
a:active {
	text-decoration: underline;
}

p, pre { font-size: 1.4em; margin-bottom: 1.4em; color: #555; }

ul, ol { list-style: none; }

li { color: #555; }

.clearer { clear: both; }

h1 {
	width: 155px;
	height: 31px;
	text-indent: -1000em;
	background: transparent url(../images/logo-net-theory.gif) 0 0 no-repeat;
	margin-bottom: 1.5em;
}

h1 a,
#project-management-login h3 a { 
	display: block; 
	height: 100%; 
}

h2 {
	font-weight: normal;
	font-size: 26px;
	color: #fc9200;
	line-height: 1.2em;
	text-transform: uppercase;
}

h3 {
	font-weight: normal;
	font-size: 20px;
	line-height: 29px;
	color: #666;
}

h4 {
	font-size: 1.1em;
}


hr {
	width: 370px;
	height: 1px;
	color: #ddd;
	background-color: #ddd !important;
	border: 1px;	
	text-align: left;
	margin-bottom: 12px;
}

/* Structure
------------------------------------ */
#main-copy {
	position: absolute;
	left: 400px;
	width: 600px; 
	padding: 140px 30px 30px 0; 
	border-right: 1px solid #f6fbec;
}
address {
	font-style: normal;
	color: #fc9200; 
	text-transform: uppercase; 
	letter-spacing: 1px;
	font-size: 10px; 
	margin-top: 40px;
	clear: both;
}
p#footer {
	text-transform: uppercase; 
	letter-spacing: 1px;
	font-size: 10px !important; 
	color: #ccc;
	clear: both;
}
#left-nav {
	position: absolute;
	width: 340px;
	padding: 65px 0 300px 26px;
	background-color: #626262;
	font-size: 1.1em;
	color: #fff;
	height: 100%;
}
#top-banner {
	position: absolute;
	top: 32px;
	left: 298px;
	z-index: 1;
}
#social {
	position: absolute;
	top: 32px;
	left: 794px;
	z-index: 1;
	background-color: #e7e7e7;
	padding: 8px;
	width: 185px;
	height: 66px;
}
	#social img {
		clear: left;
		float: left;
		width: 28px;
		padding-right: 6px;
	}
	
	#social p {
		clear: none;
		float: left;
		width: 127px;
		font-size: 1.1em;
		padding-top: 0px;
		line-height: 140%;
		margin-bottom: 5px;
	}

/*
----------------------------------------*/
#left-nav h3 {
	color: #fff;
}

#left-nav ul {
	margin-bottom: 2.5em;
}

#left-nav ul .label-sm {
	color: #fff;
	font-size: 0.9em;
}

#left-nav ul a {
	text-transform: uppercase;
}

#left-nav li {
	line-height: 1.2em;
	margin-bottom: 1em;
}

#left-nav ul a:link, #left-nav ul a:visited { color: #bbb; }
#left-nav ul a:hover, #left-nav ul a:active { color: #fc9200; text-decoration: underline; }

.highlight {
 color: #fc9200;
}

#left-nav .box {
	width: 165px;
	float: left; 
	clear: none;
	color: #fff;
	border-top: 1px solid #6a6f60;
	margin-bottom: 20px;
	height: 600px;
}

#left-nav .right {
	border-left: 1px solid #6a6f60;
}

#left-nav p {
	padding: 0 10px 0 0;
	font-size: 1em;
	line-height: 1.5em;
	color: #fff;
}

#left-nav .right h3 , #left-nav .right p {
	padding: 0 0 0 10px;
}

#left-nav .link-all {
	border-bottom: 1px solid #6a6f60;
	text-align: right;
	text-transform: uppercase;
	padding: 2px;
	font-size: 1.1em;
}

#left-nav .link-all a {
	color: #ccc;
}

#left-nav h3 {
	margin: 0.9em 0;
}

#left-nav #project-management-login {
	width: 338px;
	float: left; clear: both;
}

#project-management-login h3 {
	text-indent: -1000em;
	background: transparent url(../images/left_nav_work_theory.gif) 0 0 no-repeat;
	margin: 0 1em 0 0;
	float:left;
	width: 68px; 
	height: 14px;
}


/* Useful Global classes
------------------------------------ */
.virtual {
position: absolute;
left: -1000em;
}

.hidden {
visibility: hidden;
}

.textbox, textarea {
font: 1.4em "helvetica neue", arial, sans-serif;
padding: 0.1em;
float: left;
clear: none;
}

.button {
font-size: 1.1em;
background-color: #fff;
padding: 2px 5px;
color: #fc9200;
border: 1px solid #fc9200;
}

.pointer {
cursor: pointer;
}

.float-r 	{ float: right; }
.float-l 	{ float: left; }

.clear-r 	{ clear: right; }
.clear-l 	{ clear: left; }
.clear-b	{ clear: both; }


/* Generic class for clearing floats without structural markup. Please note the rest of it in IE sheets */
.clear-after-r:after, 
.clear-after-l:after,
.clear-after-b:after {
content: "."; 
display: block; 
height: 0; 
visibility: hidden;
}

/* for IE/Mac */
.clear-after-r, 
.clear-after-l, 
.clear-after-b { 
display: inline-block; }

/* This is just for the two different types (left and right) */
.clear-after-l:after { clear: left; }
.clear-after-r:after { clear: right; }
.clear-after-b:after { clear: both; }
