/*--------------------------------------- 
GLOBAL
---------------------------------------*/
*
{
	margin: 0;
	padding: 0;
}
 
body {
	background: #000;
	color: #999;
	font: normal .7em/2.5em Arial, Helvetica, sans-serif;
	background-image: url(img/rotator/rotator.php);
	background-position: left top;
	background-repeat: no-repeat;
}
a:link {
	color: #0CF;
	text-decoration: none;
}
a:hover {
	color: #66cc33;
	text-decoration: underline;
}
a:visited {
	color:#0CF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.titleWhite, .titleWhitePad {
	font: normal 1.3em/1.5em Georgia, "Times New Roman", Times, serif;
	color:#FFF;
}

.titleWhitePad {
	padding: 2.0em 0 .0 0;
}
.titleGrey, .titleGreyPad {
	font: normal 1.3em/1.5em Georgia, "Times New Roman", Times, serif;
	color: #999;
}
.titleGreyPad{
	padding: 0 0 2.0em 0;
}
.subTitlePad {
	padding: 2.2em 0 0 0;
}
.twoLines {
	padding: .6em 0 .6em 0;
	line-height: 1.4em;
}
.iconPadding {
	padding: 0 .7em 0 0;
}
.bold {
	font-weight:bold
}

/*--------------------------------------- 
GENERAL CONTAINERS
---------------------------------------*/
#navigation {
    position: fixed;
    background-image: url("img/cornerGrad.jpg");
	top:0;
	left:0;
    background-repeat: no-repeat;
    padding: 70px 0 0 30px;
    width: 140px;
	z-index:2;
}
#logo {
	width:140px;
	height: 100%;
	padding-bottom: 50px;
}
#rContainer {
	position: relative;
	padding: 130px 0 0 230px;
    width: 850px;
	}

/*--------------------------------------- 
PORTFOLIO CONTAINERS
---------------------------------------*/
#projectContainer {
	position: absolute;
	width: 880px;
	height: 100%;
	margin-left: 30px;
	padding-top: 138px;
}
#samplesContainer {
	clear: both;
	width: 880px;
	padding-top: 30px;
}
#colA {
	float:left;
	width: 430px;
	left: 30px;
}
#colB {
	float: left;
	width: 430px;
	left: 480px;
	padding-left: 20px;	
}
#divisionLine {
	position: relative;
	width: auto;
	height:1px;
	margin: 1.7em 0em 2.2em 0em;
	background-image:url(img/line.gif);
	background-repeat:repeat-x;
}


/*--------------------------------------- 
RIGHT » HP
---------------------------------------*/
h1 {
	font: normal 3em/1.5em Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	}
.author {
	margin-top: 10px;
}
.postDate {
	margin-bottom: 350px;
}

/*--------------------------------------- 
RIGHT » PORTFOLIO
---------------------------------------*/
.slideNote {
	padding: 10px 0 40px 0;
}

