body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.png);
}

/* Header */

.headerbg {
	height: 150px;
	width: 100%;
	background-color: #CCCCCC;
	background-image: url(images/headerbg.jpg);
}
.header {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: 150px;
}
.headerL {
	height: 120px;
	width: 400px;
	position: relative;
	float: left;
}
.headerR {
	height: 120px;
	width: 600px;
	position: relative;
	float: right;
}

/* Menus */

.menu {
	height: 22px;
	width: 1000px;
	vertical-align: middle;
	position: static;
	float: left;
	padding-top: 2px;
}
.menutabs{
	width: 100%;
	overflow: hidden;
}
.menutabs ul{
	margin: 0;
	padding: 0;
	font-weight: bold;
	list-style-type: none;
}
.menutabs li{
	display: inline;
	margin: 0;
}
.Fmenu {
	height: 29px;
	text-align: right;
	vertical-align: middle;
	background-image: url(images/navbg.jpg);
}
.foottabs {
	float:right;
	overflow: hidden;
}
.foottabs ul {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
	list-style-type: none;
}
.foottabs li {
	display: inline;
	margin: 0;
}
.menutabs li a:hover {
	background: #0b0c0e;
}
.foottabs li a:hover {
	background-color: #CCCCCC;
	color: #333333;
}
.menutabs li a,
.menutabs li a:visited,
.foottabs li a,
.foottabs li a:visited {
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 16px;
	color: #FFFFFF;
}
/* Navigation */

.titlebar {
	width: 1000px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
}
.titleheader {
	height: 150px;
	width: 1000px;
}
.titleheader a {
	height: 25px;
	width: 160px;
	float: right;
	background-image: url(images/linkbg.png);
	margin-right: 10px;
	margin-top: 109px;
	margin-bottom: 10px;
	color: #136DAF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding-top: 8px;
}
.titleheader a:hover {
	color: #CCCCCC;
	display: block;
	background-image: url(images/linkbghover.png);
}
.sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 1000px; /*width of featured content slider*/
	height: 150px;
}
.sliderwrapper .contentpost {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;
	background: #000000;
	width: 1000px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
}
.pagination {
	visibility: hidden;
}
.navbar {
	width: 1000px;
	height: 31px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/navbg.jpg);
}
.navtitle {
	height: 25px;
	width: 700px;
	position: relative;
	float: left;
	font-size: 14px;
	color: #0099FF;
	font-weight: bold;
	padding-top: 6px;
	padding-left: 10px;
}
.navside {
	position: relative;
	height: 25px;
	width: 290px;
	float: left;
	color: #0099FF;
	font-size: 14px;
	padding-top: 6px;
	font-weight: bold;
}

/* Content */

.contentbg {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #1F2122;
	background-image: url(images/contentbg.png);
	height: 100%;
}
.content {
	width: 690px;
	height: 100%;
	float: left;
	position: relative;
	background-color: #1f2122;
	padding-top: 8px;
	padding-bottom: 16px;
	margin-left: 10px;
}
.contenttitle {
	font-size: 16px;
	color: #0099FF;
	font-weight: bold;
}
.projectblock {
	width: 220px;
	float: left;
	padding-top: 5px;
	padding-left: 5px;
	position: relative;
	padding-bottom: 3px;
}
.projectcontent {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #333333;
	color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 8px;
	text-align: right;
	padding-right: 3px;
	padding-left: 3px;
}
.projectcontent img {
	border: 1px solid #CCCCCC;
	width: 200px;
	height: 117px;
}
.projectcontent  a,
.projectcontent  a:visited {
	text-decoration: none;
	color: #CCCCCC;
	text-align: right;
	font-weight: bold;
}
.projectcontent a:hover {
	text-decoration: line-through;
}
.contentpost {
	height: 100%;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.projectend {
	background-image: url(images/projectend.png);
	height: 6px;
	width: 220px;
}
.post {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 670px;
	margin-top: 8px;
	margin-right: 5px;
	margin-left: 5px;
}
.postbox {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #333333;
	color: #CCCCCC;
}
.postbox a,
.postbox a:visited {
	color: #cccccc;
	text-decoration: none;
}
.postbox a:hover {
	text-decoration: line-through;
}
.thumb {
	height: 44px;
	width: 44px;
	float: left;
	margin-right: 10px;
}
.posthead {
	color: #0099FF;
	font-weight: bold;
	font-size: 18px;
}
.posthead a,
.posthead a:visited{
	color: #0099FF;
	text-decoration: none;
}
.posthead a:hover {
	color: #0099FF;
	text-decoration: line-through;
}
.entry table tr td {
	vertical-align:top;
	font-size:12px;
}
.date {
	color: #999999;
	position: static;
	text-align: right;
	padding-right: 10px;
}
.date a,
.date a:hover {
	color: #999999;
	text-decoration: none;
}
.date a:hover {
	text-decoration: line-through;
}
.postend {
	background-image: url(images/postend.png);
	height: 6px;
	width: 670px;
}
.navigation a,
.navigation a:visited {
	color: #999999;
	text-decoration: none;
}
.navigation a:hover {
	text-decoration: line-through;
}
.alignleft {
	float:left
}
.alignright {
	float:right
}

/* Sidebar */

.sidebar {
	position: relative;
	float: right;
	width: 285px;
	background-color: #2c2e2f;
	background-image: url(images/break.jpg);
	background-position: left;
	background-repeat: repeat-y;
	padding-left: 15px;
}
.sidecontent {
	width: 270px;
	margin-top: 8px;
	margin-right: 5px;
	margin-left: 5px;
	color: #0099FF;
	font-weight: bold;
}
.sidecontent a,
.sidecontent a:visited {
	color: #0099FF;
	text-decoration: none;
}
.sidecontent a:hover {
	text-decoration: line-through;
}
.sidecontent ul {
	padding: 6px;
	margin: 2px;
}
.sidecontent li {
	color: #FFF;
	list-style-type: none;
}
.sidecontent li b {
	font-size: 14px;
	color: #0099FF;
}
.sidebar-title {
	font-size: 16px;
	color: #0099FF;
}
#twitter_update_list {
	list-style-type:none;
	padding-left:5px;
	padding-right:5px;
	margin-left:0px;
	font-size: 11px;
	color: #999999;
	float: left;
}
#twitter_update_list a,
#twitter_update_list a:visited {
	font-size: 10px;
	color: #0099FF;
	text-decoration: none;
}
#twitter_update_list a:hover {
	text-decoration: line-through;	
}

/* Footer */

.footer {
	background-color: #FFFFFF;
	height: auto;
	width: 1000px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	position: static;
}
.advert {
	color: #CCCCCC;
	font-size: 9px;
	text-align: center;
	padding: 2px;
}

/* lower footer */

.Faccounts {
	position: relative;
	width: 90px;
	height: 170px;
	float: left;
	padding-top: 12px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
.Faccounts li { 
	height: 40px;
}
.Fxbox {
	position: relative;
	width: 420px;
	height: 170px;
	float: left;
	padding-top: 12px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
.Fprojects {
	position: relative;
	width: 140px;
	height: 170px;
	float: left;
	padding-top: 12px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
.Flinks {
	position: relative;
	width: 110px;
	height: 170px;
	float: left;
	padding-top: 12px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
.Fcontact {
	position: relative;
	width: 190px;
	height: 170px;
	float: left;
	padding-top: 12px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
.Ftitles {
	color: #0099FF;
	font-variant: small-caps;
	font-weight: bold;
}
.Flist {
	list-style-type: none;
	background-position: left top;
	margin-top: 4px;
	color: #666666;
}
.Flist a,
.Flist a:visited {
	color: #999999;
	text-decoration: none;
}
.Flist a:hover,
.Flist a:active {
	text-decoration: line-through;
}

/* Social Links */

#Twitter {
	background: url("images/twitter.png") no-repeat 0 0;
}
#Facebook {
	background: url("images/facebook.png") no-repeat 0 0;
}
#YouTube {
	background: url("images/youtube.png") no-repeat 0 0;
}
#Twitter,
#Facebook,
#YouTube {
	display: block;
	width: 38px;
	height: 38px;
}
#Twitter:hover,
#Facebook:hover,
#YouTube:hover { 
	background-position: 0 -48px;
}
#Twitter span,
#Facebook span,
#YouTube span {
	display: none;
}
.copyright {
	height: 34px;
	width: 180px;
	top: 60px;
	position: relative;
	color: #666666;
	float: right;
	text-align: right;
	padding-right: 10px;
}
.copyright a,
.copyright a:visited {
	color: #999999;
	text-decoration: none;
}
.copyright a:hover,
.copyright a:active {
	text-decoration: line-through;
}

/* 	List styling */	

.xbox,
.x360,
.ms,
.gen,
.mcd,
.ps,
.ps2,
.ps3,
.pc,
.snes,
.n64,	
.gc,
.gb,
.gba,
.dc {
	list-style-position: outside;
	list-style-type:square;
}
.xbox {
	list-style-image: url(images/icons/xbox.png);	
}
.x360 {
	list-style-image: url(images/icons/x360.png);
}
.ms {
	list-style-image: url(images/icons/ms.png);
}
.gen {
	list-style-image: url(images/icons/gen.png);	
}
.mcd {
	list-style-image: url(images/icons/mcd.png);
}
.ps {
	list-style-image: url(images/icons/ps.png);
}
.ps2 {
	list-style-image: url(images/icons/ps2.png);
}
.ps3 {
	list-style-image: url(images/icons/ps3.png);
}
.pc {
	list-style-image: url(images/icons/pc.png);
}
.snes {
	list-style-image: url(images/icons/snes.png);
}
.n64 {
	list-style-image: url(images/icons/n64.png);
}
.gc {
	list-style-image: url(images/icons/gc.png);
}
.gb {
	list-style-image: url(images/icons/gb.png);
}
.gba {
	list-style-image: url(images/icons/gba.png);
}
.dc {
	list-style-image: url(images/icons/dc.png);
}

/* light window */

#lightwindow_overlay {
	/* REQUIRED */
	display: none;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 500;
	/* REQUIRED */
}

#lightwindow {
	/* REQUIRED */
	/* Of Note - The height and width of this element are set to 0px */
	display: none;
	visibility: hidden;
	position: absolute;
	z-index: 999;
	line-height: 0px;
	/* REQUIRED */
}

	#lightwindow_container {
		/* REQUIRED */
		display: none;
		visibility: hidden;
		position: absolute;
		/* REQUIRED */
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}

	/* IE6 needs this or it messes with our positioning */
	* html #lightwindow_container {
		overflow: hidden;
	}

	#lightwindow_contents {
		overflow: hidden;
		z-index: 0;
		position: relative;
		background-color: #000;
	}		

#lightwindow_loading {
	/* REQUIRED */
	height: 100%;
	width: 100%;
	text-align:center;
	top: 0px;
	left: 0px;
	z-index: 9999;
	position: absolute;
	/* REQUIRED */
	background-color: #000;
}

	#lightwindow_loading_shim { 
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
	}

	#lightwindow_loading span {
    	font-size: 12px;
		line-height: 32px;
		color: #444444;
		float: left;
		padding: 0 10px 0 0;
	}

	#lightwindow_loading span a,
	#lightwindow_loading span a:link, 
	#lightwindow_loading span a:visited {
		color: #09F;
		text-decoration: none;
		cursor: pointer;
	}

	#lightwindow_loading span a:hover,
	#lightwindow_loading span a:active {
		text-decoration: underline;
	}


	#lightwindow_loading img {
   		float: left;
   		margin: 0 10px 0 0;
	}


/*-----------------------------------------------------------------------------------------------
	I liked the Navigation so much from http://www.huddletogether.com/projects/lightbox2/
	I mean let's face it, it works really well and is very easy to figure out.
-----------------------------------------------------------------------------------------------*/

#lightwindow_navigation {
	/* REQUIRED */
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	/* REQUIRED */
}
	/* We need to shim the navigation for IE, though its more of a sub-floor */
	#lightwindow_navigation_shim { 
		/* REQUIRED */
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
		/* REQUIRED */
	}

	#lightwindow_navigation a,
	#lightwindow_navigation a:link,
	#lightwindow_navigation a:visited,
	#lightwindow_navigation a:hover,
	#lightwindow_navigation a:active { 
		/* REQUIRED */
		outline: none;
		/* REQUIRED */
	}

	#lightwindow_previous, 
	#lightwindow_next {
		width: 49%;
		height: 100%;
		background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
		display: block;
	}
	
	#lightwindow_previous { 
		float: left;
		left: 0px;
	}

	#lightwindow_next { 
		float: right;
		right: 0px;
	}

	#lightwindow_previous:hover, 
	#lightwindow_previous:active { 
		background: url(../images/prevlabel.gif) left 15% no-repeat; 
	}

	#lightwindow_next:hover, 
	#lightwindow_next:active { 
		background: url(../images/nextlabel.gif) right 15% no-repeat; 
	}
	
	#lightwindow_previous_title,
	#lightwindow_next_title {
		display: none;
	}
	 	
#lightwindow_galleries {
	width: 100%;
	position: absolute;
	z-index: 50; 
	display: none;
	overflow: hidden;
	margin: 0 0 0 10px;
	bottom: 0px;
	left: 0px;
}

	#lightwindow_galleries_tab_container {
		width: 100%;
		height: 0px;
		overflow: hidden;
	}

	a#lightwindow_galleries_tab,		
	a:link#lightwindow_galleries_tab,
	a:visited#lightwindow_galleries_tab {
		display: block;
		height: 20px;
		width: 77px;
		float: right;
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		font-size: 11px;
		color: #ffffbe;
		background: url(../images/black-70.png) repeat 0 0 transparent;
	}
	
	* html a#lightwindow_galleries_tab,		
	* html a:link#lightwindow_galleries_tab,
	* html a:visited#lightwindow_galleries_tab {	
		background: none;
		background-color: #000000;
		opacity: .70;
		filter: alpha(opacity=70);
	}

	a:hover#lightwindow_galleries_tab,
	a:active#lightwindow_galleries_tab {
		color: #ffffbe;

	}

	#lightwindow_galleries_tab_span {
		display: block;
		height: 20px;
		width: 63px;
		padding: 0 7px 0 7px;
	}
	
	#lightwindow_galleries_tab .up	{
		background: url(../images/arrow-up.gif) no-repeat 60px 5px transparent;
	}

	#lightwindow_galleries_tab .down {
		background: url(../images/arrow-down.gif) no-repeat 60px 6px transparent;
	}

	#lightwindow_galleries_list {
		background: url(../images/black-70.png) repeat 0 0 transparent;
		overflow: hidden;
		height: 0px;
	}

	* html #lightwindow_galleries_list {
		background: none;
		background-color: #000000;
		opacity: .70;
		filter: alpha(opacity=70);
	}	

	.lightwindow_galleries_list {
		width: 200px;
		float: left;
		margin: 0 0 10px 0;
		padding: 10px;
	}

	.lightwindow_galleries_list h1 {	
		color: #09F;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 10px 0 5px 0;
		font-size: 16px;
	}

	.lightwindow_galleries_list li {
		margin: 5px 0 5px 0;
		list-style-type: none;
	}

	.lightwindow_galleries_list a, 
	.lightwindow_galleries_list a:link, 
	.lightwindow_galleries_list a:visited {
		display: block;
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 0 0 0 10px;
		font-size: 11px;
	}

	.lightwindow_galleries_list a:hover, 
	.lightwindow_galleries_list a:active {
		background: #000000;
		color: #ffffbe;
		border-left: 3px solid #ffffbe;
		padding: 0 0 0 7px;
	}
		
#lightwindow_data {
	/* REQUIRED */
	position: absolute;
	/* REQUIRED */
}

	#lightwindow_data_slide {
		/* REQUIRED */
		position: relative;
		/* REQUIRED */
	}

	#lightwindow_data_slide_inner {
		background-color: #000;
		padding: 0 10px 10px 10px;
	}

	#lightwindow_data_caption {
		padding: 10px 0 0 0;
		color: #666666;
		line-height: 25px;
		background-color: #000;
		clear: both;
	}

	#lightwindow_data_details {
		background-color: #000;
		padding: 0 10px 0 10px;
		height: 20px;
	}
	
	#lightwindow_data_author_container {
		width: 40%;
		text-align: right;
		color: #666666;
	 	font-style: italic;
		font-size: 10px;
		line-height: 20px;
		float: right;
		overflow: hidden;
	}
	
	#lightwindow_data_gallery_container {
		font-size: 10px;
		width: 40%;
		text-align: left;
		color: #666666;
		line-height: 20px;
		float: left;
		overflow: hidden;
	}
	
#lightwindow_title_bar {
	height: 41px;
	overflow: hidden;		
}

	#lightwindow_title_bar_title {
		color: #ffffbe;
		font-size: 14px;
		line-height: 41px;
		text-align: left;
		float: left;
	}
	#lightwindow_title_bar_close_link {
	background: url("images/close.png") no-repeat 0 0;
	}
	#lightwindow_title_bar_close_link {
		display: block;
		width: 41px;
		height: 41px;
		float: right;
		text-align: right;		
		cursor: pointer;
		line-height: 41px;
		padding: 0;
		margin: 0;
	}
	#lightwindow_title_bar_close_link:hover { 
		background-position: 0 -41px;
	}
	#lightwindow_title_bar_close_link span {
		display: none;
	}

/*-----------------------------------------------------------------------------------------------
	Theme styling stuff
-----------------------------------------------------------------------------------------------*/	

#lightwindow p {
	color: #000000;
	padding-right: 10px;
}


