body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.5em;
}

body {
	background: #111;
	margin: 0;
	color: #aaa;
}

#frame {
	width: 860px;
	height: 100%;
	margin: 0 auto;	
	border: 0px solid blue;
	background: #111 url('/images/pagebg.jpg') center center repeat-y;
}

#frame_bottom {
	width: 100%;
	height: 100%;
	background: transparent url('/images/pagebg_bottom.jpg') bottom center no-repeat;
}

#container {
	margin: 0 35px;
	width: 778px;
	border: 0px solid blue;	
}

#header {
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	background:transparent url(images/header.jpg) no-repeat scroll center top;
	border: 1px solid #222222;
	border-top: 0px;
	margin: 0 auto;
	padding: 0 0 20px;
}

#slideshow {
	position: relative;	
	margin: 10px -20px 0;
	z-index: 1;
}

.slideShow #header {
}

#header_old {
	height: 228px;
	margin: 0 auto;
	background: transparent url('images/header.jpg') center no-repeat;
}

#menu {
	margin: 0 0 0 400px;
	position: absolute;
	z-index: 30;
}

.nav, .navIcon, .ddNav {
	position: relative;
	float: left;
	padding: 0 1px 0 1px;
	cursor: pointer;
}

.ddNav {
	padding: 0;
}

.nav .on,
.nav .off {
	height: 70px;
	width: 58px;	
	background-position: top center;
	background-repeat: no-repeat;
}

.navIcon .on,
.navIcon .off {
	height: 20px;
	width: 25px;	
	background-position: top center;
	background-repeat: no-repeat;
}

#navIcons {
	padding: 0 0 0 20px;
	float: left;
}

.navIcon {
	margin: 30px 0 0 0;
}

.on {
	position: relative;
	opacity: 1;
	filter: alpha(opacity = 100);
	display: block;
}

.off {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity = 0);
}

#content {
	background: transparent;
	position: relative;
	padding: 100px 20px 0;
	margin: 0 3px;
	background: url('images/footerbg.jpg') no-repeat bottom right;
	text-align: justify;
}

.slideShow #content {
	background: url('images/footerbg_slideshow.jpg') no-repeat;
	background-position: bottom right;
}

.slideShow #footer {
	height: 130px;
	display: block;
}

#logo {	
	background: transparent none repeat scroll 0 0;
	height: 90px;
	margin: 0 0 0 20px;
	position: absolute;	
	width: 180px;
	z-index: 20;
}

#footer {
	height: 110px;
	display: block;		
}

.bottomNav {
	width: 100%;
	height: 35px;
	margin: 10px 0 0 0;
	width: 185px;
	float: right;
	position: relative;
}

.bottomNav .on, .bottomNav .off {	
	color: #444444;	
	z-index: 0;
	position: relative;
}

.bottomNav .off {
	position: absolute;
	width: 185px;
}

	#copyrightNotice .on {
		height: 35px;
		background: url('images/copyrightnotice.png') no-repeat top right;
	}
	
	#copyrightNotice .off {
		height: 35px;
		background: url('images/copyrightnotice_rollover.png') no-repeat top right;
	}
	
#searchSite .on {
	position: relative;
	height: 26px;
	width: 90px;
	float: right;
	padding: 0;
	background: url('images/searchsite.png') no-repeat top right;	
}

#searchSite .off {
	position: absolute;
	padding: 0;
	height: 26px;
	left: 0px;
	z-index: 9;
}

#searchSite {
	position: relative;
	height: 26px;
	border: 0px solid green;
	margin: 0 0 5px;
}

#footer .searchResults {
	position: absolute;
	width: 250px;
	height: auto;
	margin: 0 0 0 -85px;
	overflow: hidden;
	top: 27px; /* -120px */
	border: 1px solid #1c1c1c;
	-moz-border-radius: 5px;
	padding: 5px;
	display: none;
	font-size: 90%;
	background: #111;
	z-index: 9;
}

.slideShow .searchResults {
	top: 27px;
	height: auto;
}

.disabled {
	color: #444;
}

.resultType {
	color: #444;
}

.breadcrumbs, .breadcrumbs a, .breadcrumbs a:hover {
	color: #51595E;
	text-decoration: none;	
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

.resultURL, .resultURL a {
	color: #444;
	font-size: 90%;
}

.resultURL a:hover {
	color: #444;
	text-decoration: underline;
}

#content.search .resultType {
	font-weight: bold;
}

#content.search .desc {
	color: #666;
}

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

.searchResults .disabled {
	padding: 2px;
	border-bottom: 1px solid #1c1c1c;
}

.searchResults ul {
	margin: 0;
	padding: 0;	
}


.searchResults ul li {
	list-style-type: none;
	margin: 0 !important;
	padding: 0 !important;	
	border-bottom: none;
}

.searchResults ul li a {
	padding: 3px;
	display: block;
	color: #777;	
}

.searchResults ul li a:hover {
	display: block;
	background: #1a1a1a;
	color: #bbb;	
}

input, textarea, #siteSearch {	
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}

ul li {
	text-align: left;	
}

textarea {
	font-family: 'Lucida Console', Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 168px;
}

.submit {
	text-align: right;
	padding: 5px 0 0 0;
}

.submit input {
	width: 168px;
	-moz-border-radius: 5px;
	font-size: 120%;
	padding: 3px;
}

#siteSearch, #fullSiteSearch {
	width: 168px;
	border: 1px solid #1a1a1a;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	padding: 4px;
	background: #222;
	border: none;	
	color: #666;
}

#searchBox {
	padding: 20px;
	border: 1px solid #222;
	text-align: left;	
	font-size: 130%;
	color: #5A6C72;
	margin: 15px 0;
	-moz-border-radius: 8px;
}

#searchBox small {
	color: #444;
}

#searchBox input {	
	font-size: 130%;
	-moz-border-radius: 3px;
	padding: 8px;
	color: #496B78;
}

#fullSiteSearch {
	width: 85%;
	margin: 10px 0;
}

#fullSiteSearchSubmit {
	background: transparent;
	color: #666;
	border: none;
	width: 10%;
}

a {
	color: #246280; /* #734666 */
	text-decoration: none;
}

a:hover {
	color: #338AB5; /* #895479 */
	text-decoration: none;
}

a img {
	border: none;
}

i {
	font-family: Segoe UI, Trebuchet MS;
}

strong {
}

h1, h2, h3, ul li h1 {
	margin: 20px 0 5px;
	color: #3F4649;
	line-height: 1em;
	font-weight: normal;
}

h1 {
	font-size: 1.7em;
	color: #aaa;
}

h2 {
	font-size: 1.3em;	
}

h3 {
	font-size: 1.2em;
}

h4 {
	color: #777;
	font-size: 1.1em;
	font-weight: bold;
}

ul {
	list-style-type: square;
}

li {
	padding: 2px 0;
}

#content.article {
	padding-left: 0px;
	padding-right: 0px;
}

.article .body {
	color: #222;
}

.edit .body input,
.edit .body textarea {
	background: transparent;
	border: 1px solid #ccc;
	color: #333;
}

.login input,
.login textarea,
.edit .heading input,
.edit .heading textarea,
.edit .footing input,
.edit .footing textarea {
	padding: 4px;
	background: #222;
	border: none;	
	color: #666;
}

#content.article .body ul li {
	border-bottom: 1px solid #ccc !important;
}

#content.article .footing ul li {
	border-bottom: 1px solid #222 !important;
}

#content.article code {
	-moz-border-radius: 4px;
	background: #BEC4C9 !important;
	color: #225486 !important; 
}

#content.article .codeResult {
	-moz-border-radius: 4px;
	background: #C2BEC9 !important;
	color: #776F86 !important; 
	margin: 0;
	padding: 5px;
}

#content.article .note {
	color: #777 !important;
}

#content.article .body .explanation {
	background: #2C303A;
	color: #aaa;
	-moz-border-radius: 4px;
	margin: 35px 0 0;
}

#content.article .body .explanation code {
	background: #111 !important;
	margin: 0;
	padding: 5px;
	-moz-border-radius: 0px;
}

#content.article .body .explanation ul li {
	border-bottom: 1px solid #404655 !important;	
}

#content.article .body .explanation .closeExplanationLink {
	border-bottom: none !important;
	background: transparent url('') center right no-repeat;
	/* /images/close.png */
}
#content.article .body .explanationLink.expanded {
	-moz-border-radius: 0px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	background: #2C303A;
	display: block;
	float: right;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	padding: 10px;
	width: 180px;
}

.article .heading {
	padding: 0 20px;
	background: transparent url('/images/articlebg_top.jpg') bottom left no-repeat;
}

.article .footing {
	padding: 0 20px;
	background: transparent;
}

.article .body {
	padding: 1px 50px 20px;
	background: url('/images/articlebg_mid.jpg') top left no-repeat;
}

.article .bodyContainer {
	background: url('/images/articlebg.jpg') repeat-y;
	border-bottom: 5px solid #333333;
}

#content.downloads ul,
#content.tutorials ul,
#content.search ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.searchThumb {
	height: 100px;
	width: 150px;
	border: 1px solid #333;
	margin: 0 5px 0 0;
}

.searchThumbDesc {
	float: left;
	margin: 0 0 0 160px;
}

#content.tutorials #pageContent ul {
	margin: 20px 0 0;
}

#content.tutorials #pageContent ul li {
	padding: 5px 0 5px 20px;
	border-bottom: 1px solid #222;
}

#content.downloads #pageContent ul li {
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #222;
}

#content.search ul li {
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #222;
}

#content.tutorials #pageContent ul li {
	padding: 5px 0;
}


#content.downloads #pageContent ul li h1,
#content.tutorials #pageContent ul li h1 {
	font-size: 11pt;
	margin: 0;
	padding: 2px 0;
	font-weight: normal;
}

#content.downloads #pageContent ul li ul,
#content.tutorials #pageContent ul li ul {
	margin: 0 0 0 20px;
	padding: 10px 0;
}

#content.downloads #pageContent ul li h2,
#content.tutorials #pageContent ul li h2 {
	font-size: 9pt;
	margin: 0;
	padding: 4px 0;
	font-weight: bold;
	color: #777;
}

#content.downloads #pageContent ul li ul li,
#content.tutorials #pageContent ul li ul li {
	padding: 5px 0 10px;
	border-bottom: 0px;
}

.page.tutorials ul li ul {
	color: #666;
}

#menu .dd {	
	z-index: 99;
	/*top: 55px;*/
	left: 0;
	opacity: 0;
	filter: alpha(opacity = 0);
	margin: 55px 0 0;
	display: none;
	padding: 0 0 7px 0;
	position: absolute;
	background: #111;
	/*border-left: 1px solid #2a2a2a;*/
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
}

	#menu .dd a {	
		position: relative;
		display: block;
		margin: 0;
		padding: 5px 5px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: transparent;
		color: #555;
		font: 11px arial;
	}

	#menu .dd a:hover {	
		background: #1e1e1e;
		color: #777;
	}
	
.title {
	position: relative;
	background-image: url('images/titlesprites.png');
	background-repeat: no-repeat;
	height: 42px;
	width: 1px;	
	/*border-bottom: 1px solid #222;*/
}

	.title.about{
		background-position: top left;
		width: 59px;
	}
	
	.title.etc  {
		background-position: -271px 0;
		width: 91px;
	}
	
	.title.souvenirs {
		background-position: -165px 0;
		width: 100px;
	}
	
	.title.portfolio {
		background-position: -67px 0;
		width: 90px;
	}

.subtitle {
	position: relative;
	background-image: url('images/titlesprites.png');
	background-repeat: no-repeat;
	height: 30px;
	width: 1px;	
}

	.subtitle.downloads {
		background-position: 0 -45px;
		width: 65px;
	}
	
	.subtitle.tutorials{
		background-position: -69px -45px;
		width: 50px;
	}
	
	.subtitle.contact {
		background-position: -121px -45px;
		width: 119px;
	}
	
	.subtitle.copyright {
		background-position: -243px -45px;
		width: 146px;
	}
	
	.subtitle.hosting {
		background-position: -392px -45px;
		width: 95px;
	}
	
	.subtitle.site {
		background-position: -489px -45px;
		width: 36px;
	}
	
.subPageList {
	padding: 0px 0 0 0;
	margin: 15px 0 0 0;	
	color: #666;
}

.message {
	position: absolute;
	font-size: 10pt;
	color: #666;
	padding: 20px;
	margin: 0 190px;
	background: #1a1a1a;
	width: 400px;
	text-align: center;
	-moz-border-radius: 10px;
}

.solid {
	position: relative;
	margin: 0 auto;
}

.spanWidth {
	margin-right: -21px;
	width: 730px;
}

.featured {
	border-bottom: 1px solid #222222;
	border-top: 1px solid #222222;
	height: 260px;
	margin: 10px -21px;
	padding: 10px 40px;
	width: 690px;
}

#epicSlideshowPage {
	background: transparent url(images/epicslideshowinfo.jpg) no-repeat scroll right 10px;	
}

#epicSlideshowPage .downloadLink {
	left: 405px;	
	top: -40px;
	width: 118px;
	height: 36px;
	position: relative;
}

.downloadLink .on {
	width: 118px;
	height: 36px;
	background: url('images/downloadlink.png') no-repeat top left;	
}

.downloadLink .off {
	width: 118px;
	height: 36px;
	background: url('images/downloadlink_rollover.png') no-repeat top left;	
}

.downloadLinkContainer {
	width: 118px;
	height: 36px;
}

.side {
	width: 510px;
}

#sitePage {

}

#aboutPage {
	width: 100%;
	height: 426px;	
	background: url('images/about.png') no-repeat top left;
}

#aboutPage #favouriteThings {
	margin: 0 0 0 567px;
	position: relative;
	top: 120px;
}

#aboutPage #favouriteThings ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#aboutPage a {
	color: #614956;
}

#aboutPage a:hover {
	color: #785A6A;
}

.signOn {
	width: 400px;
	margin: 0 auto;
}

.adminControls {
	margin: 0;
	height: 30px;
	color: #777;
	border-bottom: 3px solid #222;
	-moz-border-radius: 5px;
	text-align: center;
	background: #000;
	font-size: 8pt;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

.adminControls ul {
	margin: 0 auto;
	width: 840px;
}

.adminControls ul li {
	display: inline;
	float: left;
}

.adminControls ul li a,
.adminControls ul li a:hover,
.adminControls ul li .item {
	display: block;
	padding: 5px;
	margin: 0 1px;
}

.adminControls ul li a,
.adminControls ul li a:hover {
	color: #fff;
	background: transparent;
}

.adminControls ul li a:hover {
	background: #1A2028;
}

#charCount {
	padding: 3px;
	color: #444;
}

/* Tutorials */
#content.tutorials .tutorialPage {
	margin: 0 0 20px;
}

#content.tutorials .tutorialPage .notes {
	padding: 10px 0;
	font-weight: bold;
	color: #4D6777;	
}

.status {
	font-size: 90%;
	color: #444;	
	text-transform: uppercase;
}

.progStatus {
	font-size: 90%;	
	font-weight: bold;
}

ok, .inProgress {
	color: #D70000;
}

.published {
	color: #37E13C;
}

.hidden {
	color: #444;
}

#content.tutorials .tutorialPage .desc {
	font-size: 1.2em;
	padding: 10px 0;
	margin: 0;
	color: #666;
	line-height: 1.3em;	
	/*border-bottom: 5px solid #1a1a1a;*/
}

#content.tutorials .tutorialPage .links {
	font-size: 1.2em;
	padding: 0;
	margin: 20px 0 10px;
	color: #666;
	line-height: 1.3em;
	/*border-top: 5px solid #1a1a1a;*/
}

.explanation {
	display: none;
	background: #0a0a0a;
	margin: 10px 0;
	padding: 10px;
}

.explanationLink {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	display: block;
}

.closeExplanationLink {
	display: block;
	text-align: right;
	padding: 5px;
	border-bottom: 1px solid #222;
	margin: 0 0 5px;
}

#content.tutorials .tutorialPage .links ul li {
	list-style-type: none;
	padding: 3px;
	margin: 0px;	
}

.explanation code {
	width: auto;
	display: inline !important;
}

code {
	color: #98B5D1;
	font-family: 'Lucida Console', Courier New;
}

#content.tutorials .tutorialPage code.block {
	display: block;	
	background: #1a1a1a;	
	padding: 10px;
	margin: 10px 0;
}

#content.tutorials .tutorialPage ul li {
	list-style-type: decimal;
	margin: 5px 5px 5px 15px;
	padding: 10px 10px 15px;
}

#content.tutorials .tutorialPage ul li ul {	
	padding: 10px 0;
}

#content.tutorials .tutorialPage ul li ul li {
	list-style-type: none;
	margin: 0;
	padding: 10px 0;	
}

.tutorialList {
	color: #555;
}

.tutorialList .desc {
	font-size: 8pt;
}

#content.tutorials .tutorialPage .note {
	color: #555;
}

.tutorialPage ul li h2 {
	margin: 5px 0 0 !important;
	font-weight: normal !important;
	font-size: 1.3em !important;
}

.byline {
	color: #555;
	padding: 0 0 7px;
	border-bottom: 1px solid #222;
}

.bottomNote {
	color: #3a3a3a;
	font-size: 90%;
	padding: 5px 0 0;
	margin: 10px 0 0;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	border-top: 1px dotted #333;
}

.count {
	color: #555;
	text-transform: uppercase;
	font-size: 90%;
}

.rightSidebar {
	width: 170px;
	padding: 0 10px;
	margin: 0 10px;
	border-left: 7px solid #222;
	float: right;
}

.rightSidebar h1 {
	font-size: 11pt;
	margin: 1px 0;
	padding: 1px 0;
	font-weight: normal;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
}

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

.div {
	background: transparent url(/images/divider.png) no-repeat scroll center center;
	border-bottom: 1px solid #222;
	border-top: 1px solid #222;
	height: 12px;
	margin: 15px 0;
	padding: 5px;
}

.div2 {
	border-bottom: 1px solid #222;
	border-top: 1px solid #222;
	height: 1px;
	margin: 15px 0;
}

.desc {
	color: #555;
}

#scroller {
	padding: 20px 0;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 auto;
	border: 1px solid #444;
}

.galleryItem {
	display: block;
	position: relative;
	background: #222;
	float: left;
}

#portfolioPage {
	width: 770px;
	/*height: 340px;*/
	margin: 0 0 0 -20px;	
	background: url('images/portfoliopage.png') no-repeat top left;
}

#daLink {
	display: block;
	height: 20px;
	left: 10px;
	position: absolute;
	top: 394px;
	width: 140px;
}

#portfolioSlides {
	margin: 10px 0 0 220px;
	padding: 40px 0;
}

#portfolioPage .leftSidebar {
	width: 170px;
	float: left;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	color: #555;
	font-size: 100%;
	margin: 320px 0 0 0;
	padding: 20px;
	border-right: 1px solid #222;
	text-align: left;
	line-height: 1.3em;
}

#portfolioPage .leftSidebar .note {
	color: #444;
	font-size: 90%;	
}

.portfolioSlide {
	width: 250px;
	height: 125px;
	border: 1px solid transparent;
	-moz-border-radius: 5px;
	background-color: transparent;
	background-repeat: no-repeat;
	z-index: 9;
}

.portfolioSlideContainer {
	float: left;
	display: block;
	margin: 1px;	
}

.portfolioSlideContainer:hover {
	/*border-left-color: #333;*/
}

.portfolioSlide:hover {
	border: 1px solid #fff;
}

#viewSlide {
		
}

#slideContainer {
	padding: 0 50px;
}

#copyrightWarning {
	color: #fff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 15px;
	left: 300px;
	opacity: 0.1;
	position: absolute;
	text-align: center;
	top: 450px;
}

#copyrightNotice {
	padding: 5px 0;
	text-align: center;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	color: #444;
	font-size: 80%;
	background: #111;
}

.slideInfo {
	padding: 10px 0;
	text-align: right;
	line-height: 2em;
}

.slideTitle {
	font-size: 2.3em;
	font-weight: normal;
	font-family: "Segoe UI",Arial, Helvetica, sans-serif;
	color: #ddd;
}

.slideDetails {
	font-size: 1.6em;
	font-weight: normal;
	font-family: "Segoe UI",Arial, Helvetica, sans-serif;
	color: #555;
}

.fullSlide {
	margin: 0 auto;
	text-align: center;	
}

.slideCloseLink {
	text-align: right;
	padding: 0 50px;
}

.slideCloseLink a {
	color: #555;
}

#backgroundPopup {
	position: absolute;
	z-index: 98;
	background: #111;
	top: 0;
	width: 100%;
	background-attachment: fixed;
}

#viewSlide {
	position: absolute;
	z-index: 99;
	margin: 20px auto;
}

