/* =============================================== */
/* LucidEdge.com.au Stylesheet
/* Specific Elements
/* Created by Ben Wakeford 2006 ( www.benwakeford.com )
/* =============================================== */


/* =============================================== */
/* Basic Layout IDs
/* =============================================== */

/* - CONTAINER ------------ */

#container {
	width : 640px;
	margin : 0 auto;
	text-align:left;
	position : relative;
}

/* - TOP  ------------ */

#header {
	height : 150px;
	position:relative;
	margin-bottom : 10px;
}

#header_left {
	width : 340px;
	float : left;
}

#header_right {
	width : 260px;
	float : left;
	margin-left : 40px;
	position : absolute;
	top : 27px;
	right : 0;
}

#header_right p {
	margin : 0;
	font-size : 65%;
	line-height : 150%;
	color : #859C85;
	background-color : transparent;
}


/* - MAIN BODY ------------ */

/* -- Empty div used extend grey BG bar to base of page  -- */
#mainbody {
	background : transparent url(../images/fakestrip.gif) repeat-y scroll;
	width : 640px;
	position : relative;
	margin-bottom : 10px;
	padding-bottom : 0px;
}

/* -- Used to make Firefox div expand to content -- */
.mainbody_clear {
	clear : right;
}

/* - CONTENT ------------ */

#content {
	width : 340px;
	float : right;
}

#content_mast {
	width : 340px;
	margin-bottom : 10px;
	position : relative;
	clear : both;
}

#content_mast_who {
	/* :KLUDGE: WHO DIV */
	/* Same as above style, with min-height addition */
	width : 340px;
	margin-bottom : 10px;
	position : relative;
	clear : both;
	min-height : 100px;
}

#content_mast_spacer {
	width : 300px;
	margin : 0;
	padding : 0;
	display : block;
}

#content_mast_left {
	width : 95px;
	float : left;
}

#content_mast_right {
	width : 245px;
	float : left;
	position : absolute;
	bottom : 0;
	right : 0;
}

#content_title {
	margin-bottom : 15px;
	clear : both;
	
}


/* - NAVIGATION ------------ */

#navigation {
	width : 260px;
	float : right;
	margin-left : 40px;
	background : url(../images/greystrip.gif) repeat-y scroll left;
}

#navigation_top {
	background : White url(../images/greystrip.gif) repeat-x scroll left;
}

/* - FOOTER ------------ */

#footer {
	clear : both;
	border-top : 1px dashed #859C85;
	padding : 0.5em 0 0 0;
	margin : 2em 0 1em 0;
}



/* =============================================== */
/* Other
/* =============================================== */

/* - MISC ------------ */

.namecheck {
	font-weight : bold;
	color : #859C85;
	background-color : transparent;
	border-top : 1px solid #859C85;
}

#content_mast_left img {
	border : 1px solid Black;
}

#portfolio_grid p {
	text-align : right;
	font-style : oblique;
}


/* - MAILING LIST ------------ */

#mailinglist_title {
	background-color : #859C85;
	padding : 5px 10px;
	margin-top : 20px;
}

#mailinglist_title p {
	color : #c7db49;
	margin : 0px 0px 0px 0px;
	background-color : transparent;
	font-weight : bold;
}

#mailinglist {
	padding : 10px 10px 0px 10px;
	background-color : #EFF4E6;
	border : 1px solid #859C85;
}

#mailinglist p {
	margin : 0px 0px 10px 0px;
}

.inputbutton {
	float : right;
	display : block;
	padding : 1px 6px 1px 6px;
	background-color : #859C85;
	color : White;
	border : 1px ridge #6E866E;
}

.mailing_disclaimer {
	font-size : smaller;
}