﻿html, body {
	margin: 0px;
	padding: 0px;
	
	width: 100%;
	height: 100%;
}

body {
	background-color: #0E0E0E;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	
	background-image: url('../images/sitePageBack.png');
	background-position: center top;
	background-repeat: repeat-y;
	/*letter-spacing: -0.05em;*/

}

#wholePage {
	width: 100%;
	min-height: 100%;
	
	background-position: center top;
	background-repeat: no-repeat;
	
	position: relative;
	
	z-index: 50;
}

#stage {
	min-width: 1000px;
	width: 100%;
}

img.preloadImage {
	display: none;
	visibility: hidden;
	
	max-height: 1px;
	max-width: 1px;
}

input[type="text"], textarea {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;

}

input[type="hidden"] {
	display: none;
}
/* Header ============================================================== */

#header {
	width: 1000px;
	height: 100px;
	
	margin: 0px auto;
	
	position: relative;
	
	overflow: hidden;
}

a, img {
	border: none;
}

img.siteLogo { /* KashmaNiaC.com.au main Logo */
	margin: 20px auto auto 32px;
	opacity: 1.0;
}

#header > #mainMenu {
	
	width: 470px;
	height: 76px;
	
	position: absolute;
	left: 505px;
	top: 24px;
	
	text-align: left;
}

	#mainMenu > a {
		margin: 0px -9px 0px -9px;
		display: inline-block;
		
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);

	}
	
	#mainMenu > a > img {
		margin: 0px 0px;
		padding: 0px 0px;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
	}

/* Footer ============================================================== */

#siteFooter {
	min-width: 1000px;
	width: 100%;
	height: 160px;
	
	background-position: center bottom;
	background-repeat: no-repeat;
	margin: 0px auto;
	
	position: absolute;
	bottom: 0px;
}

#footerPage {
	width: 1000px;
	height: 122px;
	margin: 30px auto 0px auto;
	
	position: relative;

}

#footerPage > a.zionGreenLogo { /* ZionGreen Development Labs link */ 
	display: block;
	position: absolute;
	
	width: 37px;
	height: 44px;
	
	left: 931px;
	top: 52px;
}


#footerPage > a.zionGreenLogo > img { /* ZionGreen Development Labs link */ 
	border: 0px none;
	margin: 0px 0px;
	padding: 0px 0px;
}

#footerPage > .footerThanks { /* KashmaNiaC.com.au Footer Logo */
	width: 120px;
	height: 32px;
	
	font-size: 12px;
	color: #ADADAD;
	letter-spacing: -0.05em;
	
	position: absolute;
	left: 32px;
	top: 57px;
}

#footerBlock {
	height: 95px;
	
	overflow: hidden;
	margin-left: 190px;
	padding-top: 12px;
}

div.footerBlocks {
	display: inline-block;
	
	max-width: 500px;
	min-height: 95px;
	height: 95px;
	
	padding: 0px 15px;
	
	overflow: hidden;
	
	color: #B2B2B2;
	text-indent: 0px;
	font-size: 9px;

	border-left: 1px #535353 solid;
}

#footerBlock div:first-child {
	border-left: none;
}

div.footerBlocks > h5 {
	margin: 0px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.025em;
	color: #FFFFFF;
}

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

.footerBlocks ul > li {
	padding: 0px 0px;
	margin: 0px 0px;
}

.footerBlocks a {
	display: block;
	padding: 0px 0px 4px 0px;
	margin: 0px 0px;
}

.footerBlocks ul > li > a {
	padding: 0px 0px;
	margin: 0px 0px;
	
	text-decoration: none;
	color: #FFFFFF;
}

.footerBlocks ul > li > span.inactiveLink {
	padding: 0px 0px;
	margin: 0px 0px;
	
	text-decoration: none;
	color: #A2A2A2;
}

/* Banner ============================================================== */

#pageBanner {
	width: 1000px;
	height: 272px;
	
	margin: 0px auto;
	
	background-position: center bottom;
	background-repeat: no-repeat;
	
	position: relative;
}

#bannerQuote {
	width: 486px;
	height: 32px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	text-align: right;
	left: 417px;
	top: 103px;
}

#bannerQuote span, #bannerQuote h2 {
	display: inline;
	margin-bottom: 0px;
}

#bannerQuote > .mainQuote {
	padding: 0px;
	margin: 0px;
	font-size: 20pt;
	letter-spacing: -1px;
	
	text-align: right;

	line-height: 32px;
	vertical-align: middle;
}

#bannerQuote > .mainQuote > strong {
	font-weight: 700; 
}

#bannerQuote > span.quoteSubText {
	font-weight: 500;
	font-size: 8.5pt;
	letter-spacing: -0.025em;
	
	padding-left: 24px;
	
	display: inline-block;
}

/* Page Title ============================================================= */
#pageTitle {
	width: 936px;
	height: 102px;
	
	padding: 8px 32px 0px 32px;
	margin: 0px auto;
	
	background-position: center top;
	background-repeat: no-repeat;
	
	position: relative;
}

.pageTitleBlog {
	background-image: url('../images/pageTitleBackBlog.jpg');
}

#pageTitle > h2, #pageTitle > h1 {
	position: absolute;
	top: 8px;
	left: 163px;
	
	margin: 0px 0px;
	padding: 0px 0px;
	display: block;
}

.pageBlurb {
	position: absolute;
	top: 58px;
	left: 163px;
	color: #FFFFFF;
	
	font-weight: 600;
	letter-spacing: -0.025em;
	
	line-height: 150%;
}


.pageBlurb > .blurbHighlight {
	color: #FFCC00;
	cursor: help;
}
.pageTitleBlog > .pageBlurb > .blurbHighlight {
	color: #FFCC00;
}
.pageBlurb > .blurbHighlightEm {
	color: #CCFF00;
	cursor: help;
	border-bottom: 1px dotted #CCCCCC;
}
.pageBlurb > .blurbHighlightEm:hover {
	border-bottom: 2px solid #CCFF00;
}
.pageTitleBlog > .pageBlurb > .blurbHighlightEm {
	color: #FFCC00;
}
/* Main Page ============================================================== */

#mainPage, #mainPageArticle {
	width: 968px;
	margin: 0px auto;
	
	padding: 32px 0px 32px 32px;
	position: relative;
	overflow: auto;
	
	color: #000000;
	
	background-color: #0E0E0E;
	
	background-image: url('../images/mainPageBack.jpg');
	background-position: center top;
	background-repeat: no-repeat;	
}

#pageSplitImg {
	position: absolute;
	top: 129px;
	left: 50%;
}

/* Blog Post Overview (Homepage) ============================================================== */
#blogPosts {
	width: 434px;
	
	padding: 32px 8px 160px 0px;

	display: inline-block;
	float: left;
}

#blogPosts > h1 {
	padding: 0px 0px 16px 0px;
	margin: 0px 0px;
}

#blogPosts > .blogBlurb {
	position: relative;
	margin: 0px 0px 22px 0px;
	padding: 16px 0px 16px 121px;
	
	min-height: 100px;
	/*border-bottom: 1px dotted #282828;*/
	min-width: 324px;
}

#blogPosts > .blogBlurb > h3 {
	width: 321px;
	font-size: 14pt;
	font-weight: 400;
	color: #000000;
	
	letter-spacing: -0.0375em;
	line-height: 125%;
	
	margin: 0px 0px;
	padding: 0px 0px 8px 0px;
}

#blogPosts > .blogBlurb > h3 > a {
	text-decoration: none;
	color: #FFFFFF;
}
#blogPosts > .blogBlurb > p {
	width: 321px;
	font-size: 9pt;
	line-height: 175%;
	
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;

	color: #CECECE;
	margin: 0px 0px;
}

#blogPosts > .blogBlurb > p > a {
	text-decoration: none;
	color: #7DBEF2;
	display: block;
	padding: 2px 16px 2px 0px;
	font-size: 8pt;
	font-style: italic;	
	text-align: right;
}
#blogPosts > .blogBlurb > p > a:hover {
	padding: 2px 14px 2px 0px;

	color: #C7E9FA;
}

#blogPosts > .blogBlurb > p > a > span {
	letter-spacing: -5px;
	font-size: 12px;
	font-weight: bold;
	padding-left: 4px;
}

#blogPosts > .blogBlurb > a {
	float: left;
	display: inline-block;
	
	position: absolute;
	left: 0px;
	top: 0px;
	
	margin-top: 22px;
}

/* Work Overview (Right-hand side, Homepage) ============================================================== */
#mainPageRight {
	width: 446px;
	min-height: 400px;
	padding: 32px 32px 32px 0px;
	margin: 0px 0px;
	display: inline-block;
	float: right;
}

#mainPageRight > div {
	padding-bottom: 32px;
}

#mainPageRight > #latestWork > img {
	padding-bottom: 18px;
}

#mainPageRight > #quips > img {
	display: inline-block;
}

#mainPageRight > #latestWork > p, #mainPageRight > #quips > p {
	font-size: 9pt;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color: #4E4E4E;
	line-height: 175%;

	color: #CECECE;
	margin: 0px 0px;
}

#mainPageRight > #quips > p {
	padding-bottom: 24px;
}

#mainPageRight > #latestWork > h3, #mainPageRight > #quips > h3 {
	width: 280px;
	font-size: 16pt;
	font-weight: 400;
	color: #FFFFFF;
	
	letter-spacing: -0.0375em;
	
	margin: 0px 0px;
	padding: 0px 0px 8px 0px;
}

#mainPageRight > #quips > h3 {
	display: inline-block;
	
	position: relative;
	top: -8px;
	left: 8px;
}