@charset "UTF-8";

/* -- ** Main style sheet for The Mark of Cain ** -- */
/* -- ** Copyright Revolver Entertainment - revolvergroup.com ** -- */

/* -- ** RESET ** --*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

p {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}


ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img, div, { behavior: url(inc/iepngfix.htc) }

/* -- RESET END ** -- */

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

body {
	padding:0;
	margin:0 auto;
	background-color:#000;
	color:#2a2626;
	font-size:1.1em;
	line-height:1.1em;
	font-family:Arial, Helvetica, Calibri sans-serif;
	}

#MainWrapper {
	display:block;
	width:800px;
	height:780px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../img/main_bg.jpg);
	background-repeat:no-repeat;
	}

#MainContent {
	display:block;
	}

h1 {
	font-size:1.1em;
	text-transform:uppercase;
	font-weight:bold;
	}

a:link, a:visited {
	color:#fff;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}


/* --- ** HEADER ** --- */

#head {
	margin:0 auto;
	padding:10px;
	height:105px;
}

.head_left {
	float:left;
	padding-top:10px;
	padding-left:10px;
	}

.head_left img a:link {
	border:none;
	}

.head_right {
	float:right;
	padding-top:20px;
	padding-right:20px;
	}

.head_right img a:link {
	border:none;
	}


/* -- ** NAVBAR ** -- */

#navbar {
	width:100%;
	text-align:center;
	}

.nav_element {
	width:150px;
	height:36px;
	}

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

#MainContent {
	display:block;
	width:auto;
	}

/* --- ** LEFT SIDE ** --- */

.main_left {
	display:block;
	float:left;
	font-size:100%;
	padding:30px 10px 10px 10px;
	}

/* --- ** RIGHT ** --- */

.main_right {
	display:block;
	float:right;
	width:350px;
	font-size:100%;
	text-align:justify;
	padding:40px 20px 10px 10px;
	}

.right_content {
	font-size:90%;
	}

/* -- ** EXTRA FORMATTING ** -- */

.gallery_table {
	margin-left:auto;
	margin-right:auto;
	}

.tag {
	display:inline;
	font-size:120%;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	padding-top:20px;
	padding-bottom:30px;
	}

.gallery_table {
	padding:10px;
	}

.gallery_table img {
	margin:10px;
	border:solid 3px #fff;
	} 
	
.stills img {
	border:solid 3px #fff;
	}


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

.dog_tag {
	float:right;
	margin:0 auto;
	text-align:right;
	padding-right:20px;
	}

#footer{
	float:right;
	width:780px;
	margin:0 auto;
	text-align:right;
	padding:0 20px 20px 0;
	}

#footer img a:link, #footer img a:visited {
	text-decoration:none;
	border:none;
	}

#footer a:hover {
	text-decoration:none;
	}