	
/* main container stuff*/

body {
    margin:0;
    padding:0;
    border:0;	
    width:100%;
    background:#000;
    min-width:600px;
    color: white;
    background-color: black;
}
 
#noscript {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0px;
	font-size: 2em;
	background-color: red;
	color: white;
}

.clearDiv {
	clear: both;
}

.colmask {
    position:relative;	/* This fixes the IE7 overflow hidden bug */
    clear:both;
    float:left;
    width:100%;	
    background-color: black;
}

.colleft {
    float:left;
    width: 1000px;
    position:relative;
    right: 800px;
    background-color: black;
}
.rightCol {
    float:left;
    position:relative;
    padding: 20px 0 0 0;
    overflow:hidden;
    width: 800px;
    left: 1000px;
	background-color: black;
  	
}
.leftCol {
    float:left;
    position:relative;
    padding:0 0px 0 0;
    overflow:hidden;
    width: 200px;
    left: 0px;
	color: white;
	background-color: black;
}

#footer {
    clear:both;
    float:left;
    width:100%;
    padding: 15px 0px 0px 0px;
    margin: 20px 0px 0px 0px;
    text-align: center;
    color: white;
    height: 75px;
    background-image: url('./navIcons/headerFooter/footer-ink.jpg');
    background-repeat: no-repeat;
    background-position: 200px 0px;
}

#footerNav {
	margin: 0px 0px 0px 190px;
	padding: 15px 0px 0px 0px;
}


.botNavSpan a img {
	border: 0;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
}

.main {
    position: relative;
    width: 1000px;
    margin: 10px auto;
    overflow: hidden;
    background-color: black;
}



/* gallery */

.galleryWrap {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.galleryInfo {
	text-indent: 2em;
	padding: 10px 0px 5px 0px;
	margin: 25px 0px 0px 0px;
}

/*blog posts*/

.oldPosts {
	padding: 10px 0 0 0;
	margin: 5px 0 5px 0;
	color: white;
	background-color: black;
	/*font-family: Tahoma,Arial,Helvetica,sans-serif;
	border-style: solid;
	border-width: 1px;*/
	
	font-family: 'Century Gothic', sans-serif;
	letter-spacing: 1px;
	font-size: 13px;
}

.postsWrapper {
	margin: 0px 0px 0px 0px;
}


.oldPostsWrapper {
	margin: 0px 0px 0px 0px;
}

.oldPostsWrapper img {
	border: 0;
}

.post {
	margin: 2px 0px 35px 0px;
	padding: 0px 0px 20px 0px;
	color: white;
	background-color: black;
	/*font-family: Georgia,"Times New Roman",Times,serif;*/
	font-family: 'Century Gothic', sans-serif;
	letter-spacing: 1px;
	font-size: 13px;
}

.post p {
	text-indent: 2em;
}

.postsTitle a {
	font-family: Arial,sans-serif;
	font-size: 24px;
	color: #8B8A8B;
	text-decoration: none;
}

.postsTitle a:hover {
	color: #BFBFBF;
	text-decoration: underline;
}

.postsDate {
	margin: 4px 0px 10px 0px;
	font-size: 11px;
	color: #BFBFBF;
}

.postImageBottom img {
	padding: 0px 0px 0px 0px;

}

.postImageTop img {
	padding: 0px 0px 5px 0px;


}

.postImageLeft img {
	float: left;
	padding: 0px 10px 0px 0px;
	
}

.postImageRight img {
	float: right;
	padding: 0px 0px 0px 10px;
	
	
}


/*pagination*/

.pagination {
	float: right;
	color: white;
	margin: 5px 0px 5px;
	font-size: 13px;
}

.pagination a {
	margin: 0px 2px 0px 2px;
	color: #8B8A8B;
}


/*nav, top*/
.titleImg {
	position: relative;
	top: -90px;
	height: 0px;
	width: 1100px;
    margin: 0px auto;
}

.titleImg a img {
	border: 0;

}

.topNav {
	float: left;
	margin: 0px 0px 0px 0px;
}

.topNavSpan {
	
}

.topNavSpan a img {
	border: 0;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 0px 0px;
}


.topNavBar {
	width: 940px;
	height: 50px;
	position: absolute;
	top: 168px;
	text-align: right;
}

.topNavBarImg {
	position: absolute;
	left: 400px;
}

/*nav, left*/

.rootNav {
	color: white;
	margin: 2px 20px 2px 0px;
	padding: 0px 0px 0px 0px;
}

.rootNav ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.rootNav a img {
	border: 0;
}

.rootNav li {
	padding: 2px 0px 2px 0px;
}

.rootNav ul.navHeader {
	cursor: pointer;
}

.rootNav ul.navItem {
	margin: 5px 0px 40px 20px;
}

.rootNav ul.navSep {
	margin: 20px 0px 10px 0px;
}



/* spec cats */

/* projects, new */

.home {
	width: 800px;
	height: 250px;
	background-image: url(./pageIcons/projects-home.jpg);
	color: white;
	margin: 0;
	font-family: 'Times New Roman', serif;
}

.home ul {
	list-style-type: circle;
	padding: 100px 0px 0px 460px;
	margin: 0;
}


.home a:link {
	color: white;
	text-decoration: none;
}	

.home a:visited  {
	color: white;
	text-decoration: none;
}	

.home a:hover {
	color: white;
	text-decoration: underline;
}	


.homeText {
	float: right;
	margin: 20px 120px 0px 0px;
	font-family: 'Century Gothic', sans-serif;
	font-size: .9em;
	letter-spacing: 4px;
}

.newGals {
	float: left;
	width: 400px;
	height: 300px;
	/*background-color: red;*/
	background-image: url(./pageIcons/press-home.jpg);
	color: white;
	margin: 0px 0px 0px 0px;
	font-family: 'Times New Roman', serif;
	letter-spacing: 2px;
}

.newPosts {
	float: left;
	width: 400px;
	height: 300px;
	/*background-color: red;*/
	background-image: url(./pageIcons/new-home.jpg);
	color: white;
	font-family: 'Times New Roman', serif;
	letter-spacing: 2px;
}

.newGals ul {
	float: left;
	list-style-type: circle;
	margin: 0;
	padding: 128px 0px 0px 130px;
}
.newPosts ul {
	float: left;
	list-style-type: circle;
	margin: 0;
	padding: 125px 0px 0px 120px;
}

.newGals h3, .newPosts h3 {
	font-size: 11px;
	text-align: center;
}
	
.newGals a:link , .newPosts a:link {
	color: white;
	text-decoration: none;
}	

.newGals a:visited , .newPosts a:visited {
	color: white;
	text-decoration: none;
}	

.newGals a:hover , .newPosts a:hover {
	color: white;
	text-decoration: underline;
}	

.newLinks a:link {
	color: white;
	text-decoration: none;
}	

.newLinks a:visited  {
	color: white;
	text-decoration: none;
}	

.newLinks a:hover {
	color: white;
	text-decoration: underline;
}	


/* links */


.linksWrapper {
	font-size: .8em;
}

.linkPost {
	width: 800px;
	height: 200px;
	max-width: 800px;
	max-height: 250px;
	margin: 10px 0px 10px 0px;
	font-family: 'Century Gothic', sans-serif;
	letter-spacing: 1px;
}

.linkImg img {
	max-width: 800px;
	max-height: 250px;
	border: 0;
}


.linkLink {
	position: absolute;
	left: 10px;
	margin: 150px 0px 0px 0px;
	font-size: 1em;
}

.linkImg {
	position: absolute;
	left: 0px;
}

.linkInfo {
	position: absolute;
	left: 360px;
	margin: 0;
	padding: 35px 0px 0px 0px;
}


.linkDesc {
	
}

.linkTitle {
	padding: 0px 0px 10px 0px;
}
.linkTitle a:link {
	color: white;
	text-decoration: none;
}	
.linkTitle a:visited  {
	color: white;
	text-decoration: none;
}	
.linkTitle a:hover {
	color: white;
	text-decoration: underline;
}	


.linkLink a:link {
	color: #eee;
	text-decoration: none;
	letter-spacing: 2px;
}	
.linkLink a:visited  {
	color: #eee;
	text-decoration: none;
	letter-spacing: 2px;
}	
.linkLink a:hover {
	color: #eee;
	text-decoration: underline;
	letter-spacing: 2px;
}	

/* press */


.pressWrapper {
	font-size: .8em;
}

.pressPost {
	width: 800px;
	height: 250px;
	max-width: 800px;
	max-height: 250px;
	margin: 10px 0px 10px 0px;
	font-family: 'Century Gothic', sans-serif;
	letter-spacing: 1px;
}

.pressImg img {
	max-width: 800px;
	max-height: 250px;
	
}


.pressLink {
	position: absolute;
	left: 370px;
	margin: 220px 0px 0px 0px;
}

.pressImg {
	position: absolute;
	left: 0px;
}

.pressImg img {
	border: 0;
}

.pressInfo {
	position: absolute;
	left: 370px;
	padding: 30px 0px 0px 0px;
}


.pressDesc {
	
}

.pressTitle {
	padding: 0px 0px 10px 0px;
}
.pressTitle a:link {
	color: white;
	text-decoration: none;
}	
.pressTitle a:visited  {
	color: white;
	text-decoration: none;
}	
.pressTitle a:hover {
	color: white;
	text-decoration: underline;
}	


.pressLink a:link {
	color: white;
	text-decoration: none;
}	
.pressLink a:visited  {
	color: white;
	text-decoration: none;
}	
.pressLink a:hover {
	color: white;
	text-decoration: underline;
}	

/* videos */

.videoWrapper {
	
}

.videoPost {
	width: 800px;
	height: 400px;
	max-width: 800px;
	max-height: 400px;
	margin: 5px 0px 5px 0px;
	font-family: 'Century Gothic', sans-serif;
	letter-spacing: 1px;
}

.videoImg img {
	max-width: 800px;
	max-height: 400px;
}


.videoLink {
	position: absolute;
	max-height: 425px;
}

.videoImg {
	
}

.videoInfo {
	position: absolute;
	left: 450px;
	margin: 5px 0px 0px 0px;
}


.videoDesc {
	
}

.videoTitle {

}
.videoTitle a:link {
	color: white;
	text-decoration: none;
}	
.videoTitle a:visited  {
	color: white;
	text-decoration: none;
}	
.videoTitle a:hover {
	color: white;
	text-decoration: underline;
}	


.videoLink a:link {
	color: white;
	text-decoration: none;
}	
.videoLink a:visited  {
	color: white;
	text-decoration: none;
}	
.videoLink a:hover {
	color: white;
	text-decoration: underline;
}	

/* project */

.projectWrapper {
	font-size: .8em;
}

.projectPost {
	width: 800px;
	height: 300px;
	max-width: 800px;
	max-height: 300px;
	margin: 10px 0px 10px 0px;
	font-family: 'Century Gothic', sans-serif;
	letter-spacing: 1px;
}

.projectImg img {
	max-width: 800px;
	max-height: 300px;
	
}


.projectLink {
	position: absolute;
	left: 500px;
	width: 200px;
	margin: 250px 0px 0px 40px;
	background-color: white;
	color: black;
}

.projectImg {
	position: absolute;
	left: 0px;
}

.projectImg a img {
	border: 0;
}

.projectInfo {
	position: absolute;
	left: 350px;
	padding: 95px 0px 0px 0px;
}

.projectDesc {	
}
.projectTitle {
}

.projectWhen {
	position: absolute;
	left: 600px;
	padding: 5px 0px 5px 0px;
	font-size: 1.1em;
}

.projectWhere {
	position: absolute;
	left: 400px;
	margin: 30px 0px 0px 0px;
	/*width: 600px;*/
	background-color: white;
	color: black;
	font-size: 1.5em;
}


.projectPost a:link {
	color: white;
	text-decoration: none;
}	
.projectPost a:visited  {
	color: white;
	text-decoration: none;
}	
.projectPost a:hover {
	color: white;
	text-decoration: underline;
}	

.projectLink a:link {
	color: black;
	text-decoration: none;
}	
.projectLink a:visited  {
	color: black;
	text-decoration: none;
}	
.projectLink a:hover {
	color: black;
	text-decoration: underline;
}	