@charset "UTF-8";
/* CSS Document */

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

body {
	text-align:center; 
	font-size:13px;
	font-weight:normal;
	font-family: "Andale Mono", "Monotype.com", "Monaco", "Lucida Console", "Bitstream Vera Sans Mono", monospace;
	letter-spacing:0px;
	background-image:url(../images/collide_main_background.jpg);
	background-repeat:repeat;
	background-position:top center;
	background-color:#000000;
	background-attachment:fixed;
	}

div,ul,li,p,h1,h2,h3,h4,h5,form,label,blockquote {
	margin:0px; 
	padding:0px;
	}

h1 {
	font-size:120%;
	letter-spacing:3px;
	text-transform:uppercase;
	}

a	{
	text-decoration:none;
	color:#888888;
	font-weight:bold;
	}
		
a:hover	{
	color:#ffffff;
	}
	
.header {
	position:absolute;
	width:654px;
	height:99px;
	left:50%;
	margin-left:-327px;
	background-image:url(../images/collide_header.png);
	background-repeat:no-repeat;
	background-position:top center;
	}
	
.leftCornerTab {
	position:absolute;
	right:0px;
	top:0px;
	background-image:url(../images/collide_corner_tab_bg.png);
	background-repeat:no-repeat;
	background-position:top left;
	z-index:10;
	color:#444;
	font-size:100%; 
	font-variant:small-caps;
	text-align:left;
	padding-left:17px;
	padding-right:12px;
	padding-top:0px;
	padding-bottom:5px;
	}
	
.leftCornerTab a {
	font-weight:normal;
	color:#888;
	}
	
.leftCornerTab a:hover {
	color:#fff;
	}
	
.menu {
	position:absolute;
	top:100px;
	width:662px;
	left:50%;
	margin-left:-324px;
	text-align:center;
	z-index:50;
	}

.menuLeft {
	width:7px;
	height:17px;
	background-repeat:no-repeat;
	background-position:left;
	float:left;
	}
	
.mainBody {
	position:absolute;
	top:120px;
	width:1020px;
	left:50%;
	margin-left:-510px;
	float:left;
	display:inline;
	}
	
.leftColumn {
	display:inline;
	width:178px;
	float:left;
	}

.flashBannerHolder {
	padding-top:10px;
	width:178px;
	height:445px;
	background-image:url(../images/left_column_bg.png);
	background-repeat:no-repeat;
	background-position:top center;
	margin-bottom:-37px;
	}
	
.flashBanner {
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
	text-align:center;
	}
	
.leftTop {
	width:178px;
	height:31px;
	background-image:url(../images/left_column_top_bg.png);
	background-repeat:no-repeat;
	background-position:top center;
	}
	
.leftContent {
	width:140px;
	background-image:url(../images/left_column_tile_bg.png);
	background-repeat:repeat-y;
	padding:20px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:left;
	}

.leftContentHead{
	font-size:100%;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:1px dotted;
	padding-bottom:6px;
	color:#888;
	letter-spacing:1px;
	}
	
div.leftContentHead + p {
	padding-top:10px;
	}
	
div.rightContentHead + p {
	padding-top:10px;
	}

div.rightContentHead + div {
	padding-top:8px;
	}
	
.leftContent p {
	font-size:80%;
	text-transform:uppercase;
	padding-bottom:5px;
	}

.leftMiddle01 {
	width:178;
	height:35px;
	background-image:url(../images/left_column_mid_01_bg.png);
	background-repeat:no-repeat;
	background-position:top center;
	}

.leftBottom {
	width:178px;
	height:32px;
	background-image:url(../images/left_column_bottom_bg.png);
	background-repeat:no-repeat;
	background-position:top center;
	}
	
.googleAd {
	padding:10px;
	padding-left:4px;
	padding-right:0px;
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;

	}
			
.middleColumn {
	display:inline;
	float:left;
	width:654px;
	}

.rightColumn {
	display:inline;
	margin-top:-16px;
	width:187px;
	float:left;
	color:#aaaaaa;
	}
	
.rightTop {
	width:187px;
	height:35px;
	background-image:url(../images/right_column_top_bg.png);
	background-repeat:no-repeat;
	background-position:top center;
	}
	
.rightMiddle01 {
	width:187px;
	height:35px;
	background-image:url(../images/right_column_mid_01_bg.png);
	background-repeat:no-repeat;
	background-position:top center;
	}

.rightMiddle02 {
	width:187px;
	height:35px;
	background-image:url(../images/right_column_mid_02_bg.png);
	background-repeat:no-repeat;
	background-position:top center;
	}

.rightBottom {
	width:187px;
	height:35px;
	background-image:url(../images/right_column_bottom_bg.png);
	background-repeat:no-repeat;
	background-position:top center;
	}

.rightContent {
	width:147px;
	background-image:url(../images/right_column_tile_bg.png);
	background-repeat:repeat-y;
	padding:20px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:left;
	}
	
.rightContentHead{
	font-size:100%;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:1px dotted;
	padding-bottom:6px;
	color:#aaaaaa;
	letter-spacing:1px;
	}
	
.rightContentHead img {
	float:right;
	border:none;
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;
	}
	
.rightContentHead img:hover {
	float:right;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}
	
.rightContent p {
	font-size:80%;
	text-transform:uppercase;
	padding-bottom:5px;
	}
	
.featuredItemDiv {
	text-align:center;
	}
	
.featuredItemImg {
	max-width:110px;
	border:#000000 solid 1px;
	margin-bottom:.5em;
	padding:2px;
	filter:alpha(opacity=65);
	-moz-opacity:.65;
	opacity:.65;
	}

.featuredItemImg:hover {
	border:#aaa solid 1px;
	}
		
.button {
	background:url(../images/collide_button_bg.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding-top:4px;
	padding-left:10px;
	padding-right:1px;
	padding-bottom:7px;
	}
	
.buttonRight {
	background:url(../images/collide_button_bg_end.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding-top:4px;
	padding-left:0px;
	padding-right:1px;
	padding-bottom:7px;
	}
	
.blogDate {
	color:#999999;
	font-style:italic;
	}
	
.blogHeadline {
	}
			
.contentTop {
	width:654px;
	height:17px;
	background-image:url(../images/collide_content_bg_top.png);
	background-repeat:no-repeat;
	background-position:top center;
	}
	
.contentMiddle {
	width:654px;
	background-image:url(../images/collide_content_bg_middle.png);
	background-repeat:repeat-y;
	background-position:top center;
	}
	
.pageHeadline {
	color:#999999;
	text-align:left;
	border-bottom:1px dotted;
	padding-top:.5em;
	padding-bottom:.2em;
	margin-left:40px;
	margin-right:40px;
	}
	
.pageHeadline img {
	float:right;
	border:none;
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;
	vertical-align:text-bottom;
	}
	
.pageHeadline img:hover {
	float:right;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}

.content {
	color:#aaaaaa;
	font-size:100%; 
	font-variant:small-caps;
	text-align:justify;
	padding-left:40px;
	padding-right:40px;
	line-height:1em;
	padding-top:15px;
	}
	
.contentBottom {
	width:654px;
	height:19px;
	background-image:url(../images/collide_content_bg_bottom.png);
	background-repeat:no-repeat;
	background-position:top center;
	}
	
img.leftPic {
	float:left;
	max-width:250px;
	border:#000000 solid 1px;
	margin-right:20px;
	margin-bottom:10px;
	padding:2px;
	}
	
img.rightPic {
	float:right;
	max-width:250px;
	border:#000000 solid 1px;
	margin-left:20px;
	margin-bottom:10px;
	padding:2px;
	}
	
img.centerPic {
	max-width:600px;
	border:#000000 solid 1px;
	margin:20px;
	padding:2px;
	}
	
.photoFrame {
	text-align:center;
	padding-bottom:20px;
	}
	
.photoFrame h1 {
	margin-bottom:20px;
	}
	
.footer {
	padding-top:4px;
	margin-left:-4px;
	width:100%;
	height:100px;
	color:#555;
	font-size:100%;
	letter-spacing:2px;
	font-variant:small-caps;
	clear:both;
	}
	
.footer a {
	color:#555;
	font-weight:normal;
	}
	
.footer a:hover {
	color:#fff;
	}
	
.designLink {
	font-variant:normal;
	font-size:80%;
	letter-spacing:0px;
	color:#555;
	border-top:#555 solid 1px;
	}
	
.designLink a {
	font-weight:normal;
	color:#555;
	}
	
.designLink a:hover {
	font-weight:normal;
	color:#fff;
	}
	
.preloader {
	visibility:hidden;
	height:0px;
	width:0px;
	}
	
.randomPhoto {
	text-align:center;
	padding-bottom:10px;
	padding-left:4px;
	padding-top:10px;
	}
	
.randomPhoto img {
	padding:2px;
	border:1px solid #000000;
	max-width:124px;
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;
	}
	
.randomPhoto img:hover {
	border:1px solid #aaaaaa;
	}
	
input.mailinglist {
	color:#000;
	background-color:#444;
	font-size:100%; 
	font-variant:small-caps;
	padding-left:.5em;
	padding-right:.5em;
	margin-bottom:.5em;
	height:1.5em;
	border:1px dotted #000000;
	}
	
span.searchHighlight {
	background-color:#6B6D5A;
	color:#222222;
	font-weight:bold;
	fo-nt-style:italic;
	}

div.facebookLike {
	margin-top:15px;
	width:100px;
	filter:alpha(opacity=40);
	-moz-opacity:.4;
	opacity:.4;
}

div.facebookLike:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}