@charset     "utf-8";

/* CSS Document */
/* First, we make sure all browsers behave alike */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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;
}

body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }

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

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

/* End Reset, Begin Styles */
body { background-color: #000; }
#preload { display: none; }

a:link
{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

a:visited
{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}

a:active
{
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}

#no-css
{
	position: absolute;
	left: -10000px;
}

#main-wrapper { /* only used on home page */
	width:1024px;
	min-height:1514px;
	background-image:url(http://mindcontrolcomics.com/widgets/home_bg.jpg);
	background-repeat:no-repeat;
	position:absolute;
	left:50%;
	top:0;
	margin-left:-512px;
}

#short-wrapper
{
	width: 1024px;
	min-height: 340px;
	background-image: url(http://mindcontrolcomics.com/widgets/primary_topper.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -512px;
}

#age-wrapper
{
	/* only used on splash page */
	width: 892px;
	margin: 0 auto;
}

#age-about
{
	width: 625px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	margin: 0 auto;
}

#age-about p { padding-bottom: 10px; }

#age-about a:link
{
	color: #FFF;
	text-decoration: underline;
}

#age-about a:visited
{
	color: #FFF;
	text-decoration: underline;
}

#age-about a:hover
{
	color: #FFF;
	text-decoration: underline;
}

#age-about a:active
{
	color: #FFF;
	text-decoration: underline;
}

.float-right { float: right; }
.float-left { float: left; }
.clear { clear: both; }

/* Age Links */
a:link#age-tour-button
{
	display: block;
	width: 264px;
	height: 157px;
	float: left;
	background-image: url(http://mindcontrolcomics.com/widgets/tour.jpg);
}

a:visited#age-tour-button
{
	display: block;
	width: 264px;
	height: 157px;
	float: left;
	background-image: url(http://mindcontrolcomics.com/widgets/tour.jpg);
}

a:hover#age-tour-button
{
	display: block;
	width: 264px;
	height: 157px;
	float: left;
	background-image: url(http://mindcontrolcomics.com/widgets/tour_over.jpg);
}

a:active#age-tour-button
{
	display: block;
	width: 264px;
	height: 157px;
	float: left;
	background-image: url(http://mindcontrolcomics.com/widgets/tour_over.jpg);
}

a:link#age-join-button
{
	display: block;
	width: 389px;
	height: 137px;
	float: left;
	background-image: url(http://mindcontrolcomics.com/widgets/join.jpg);
}

a:visited#age-join-button
{
	display: block;
	width: 389px;
	height: 137px;
	float: left;
	background-image: url(http://mindcontrolcomics.com/widgets/join.jpg);
}

a:hover#age-join-button
{
	display: block;
	width: 389px;
	height: 137px;
	float: left;
	background-image: url(http://mindcontrolcomics.com/widgets/join_over.jpg);
}

a:active#age-join-button
{
	display: block;
	width: 389px;
	height: 137px;
	float: left;
	background-image: url(http://mindcontrolcomics.com/widgets/join_over.jpg);
}

a:link#age-member-button
{
	display: block;
	width: 389px;
	height: 169px;
	float: left;
	background-image: url(http://mindcontrolcomics.com/widgets/members.jpg);
}

a:visited#age-member-button
{
	display: block;
	width: 389px;
	height: 169px;
	float: left;
	background-image: url(http://mindcontrolcomics.com/widgets/members.jpg);
}

a:hover#age-member-button
{
	display: block;
	width: 389px;
	height: 169px;
	float: left;
	background-image: url(http://mindcontrolcomics.com/widgets/members_over.jpg);
}

a:active#age-member-button
{
	display: block;
	width: 389px;
	height: 169px;
	float: left;
	background-image: url(http://mindcontrolcomics.com/widgets/members_over.jpg);
}

/* Nav */
#nav
{
	width: 950px;
	margin: 0 auto;
	padding-top: 30px;
}

a:link#nav-home
{
	display: block;
	width: 130px;
	height: 52px;
	background-image: url(http://mindcontrolcomics.com/widgets/button_home.jpg);
	background-position: bottom;
	overflow: hidden;
	float: left;
}

a:visited#nav-home
{
	display: block;
	width: 130px;
	height: 52px;
	background-image: url(http://mindcontrolcomics.com/widgets/button_home.jpg);
	background-position: bottom;
	overflow: hidden;
	float: left;
}

a:hover#nav-home
{
	display: block;
	width: 130px;
	height: 52px;
	background-image: url(http://mindcontrolcomics.com/widgets/button_home.jpg);
	background-position: top;
	overflow: hidden;
	float: left;
}

a:active#nav-home
{
	display: block;
	width: 130px;
	height: 52px;
	background-image: url(http://mindcontrolcomics.com/widgets/button_home.jpg);
	background-position: top;
	overflow: hidden;
	float: left;
}

a:link#nav-news
{
	display: block;
	width: 196px;
	height: 52px;
	background-image: url(http://mindcontrolcomics.com/widgets/button_news.jpg);
	background-position: bottom;
	overflow: hidden;
	float: left;
}

a:visited#nav-news
{
	display: block;
	width: 196px;
	height: 52px;
	background-image: url(http://mindcontrolcomics.com/widgets/button_news.jpg);
	background-position: bottom;
	overflow: hidden;
	float: left;
}

a:hover#nav-news
{
	display: block;
	width: 196px;
	height: 52px;
	background-image: url(http://mindcontrolcomics.com/widgets/button_news.jpg);
	background-position: top;
	overflow: hidden;
	float: left;
}

a:active#nav-news
{
	display: block;
	width: 196px;
	height: 52px;
	background-image: url(http://mindcontrolcomics.com/widgets/button_news.jpg);
	background-position: top;
	overflow: hidden;
	float: left;
}

a:link#nav-faq
{
	display: block;
	width: 112px;
	height: 52px;
	background-image: url(http://mindcontrolcomics.com/widgets/button_faq.jpg);
	background-position: bottom;
	overflow: hidden;
	float: right;
}

a:visited#nav-faq
{
	display: block;
	width: 112px;
	height: 52px;
	background-image: url(http://mindcontrolcomics.com/widgets/button_faq.jpg);
	background-position: bottom;
	overflow: hidden;
	float: right;
}

a:hover#nav-faq
{
	display: block;
	width: 112px;
	height: 52px;
	background-image: url(http://mindcontrolcomics.com/widgets/button_faq.jpg);
	background-position: top;
	overflow: hidden;
	float: right;
}

a:active#nav-faq
{
	display: block;
	width: 112px;
	height: 52px;
	background-image: url(http://mindcontrolcomics.com/widgets/button_faq.jpg);
	background-position: top;
	overflow: hidden;
	float: right;
}

a:link#nav-account
{
	display: block;
	width: 204px;
	height: 52px;
	background-image: url(http://mindcontrolcomics.com/widgets/button_account.jpg);
	background-position: bottom;
	overflow: hidden;
	float: right;
}

a:visited#nav-account
{
	display: block;
	width: 204px;
	height: 52px;
	background-image: url(http://mindcontrolcomics.com/widgets/button_account.jpg);
	background-position: bottom;
	overflow: hidden;
	float: right;
}

a:hover#nav-account
{
	display: block;
	width: 204px;
	height: 52px;
	background-image: url(http://mindcontrolcomics.com/widgets/button_account.jpg);
	background-position: top;
	overflow: hidden;
	float: right;
}

a:active#nav-account
{
	display: block;
	width: 204px;
	height: 52px;
	background-image: url(http://mindcontrolcomics.com/widgets/button_account.jpg);
	background-position: top;
	overflow: hidden;
	float: right;
}

a:link#nav-login
{
	display: block;
	width: 204px;
	height: 52px;
	background-image: url(http://mindcontrolcomics.com/widgets/button_login.jpg);
	background-position: bottom;
	overflow: hidden;
	float: right;
}

a:visited#nav-login
{
	display: block;
	width: 204px;
	height: 52px;
	background-image: url(http://mindcontrolcomics.com/widgets/button_login.jpg);
	background-position: bottom;
	overflow: hidden;
	float: right;
}

a:hover#nav-login
{
	display: block;
	width: 204px;
	height: 52px;
	background-image: url(http://mindcontrolcomics.com/widgets/button_login.jpg);
	background-position: top;
	overflow: hidden;
	float: right;
}

a:active#nav-login
{
	display: block;
	width: 204px;
	height: 52px;
	background-image: url(http://mindcontrolcomics.com/widgets/button_login.jpg);
	background-position: top;
	overflow: hidden;
	float: right;
}

/* Comics Page Nav */
#comics-nav
{
	width: 646px;
	margin: 0 auto;
}

a:link#button-prev-issue
{
	display: block;
	width: 126px;
	height: 181px;
	background-image: url(http://mindcontrolcomics.com/widgets/issue-button-previous-issue.jpg);
	background-position: top;
	overflow: hidden;
	float: left;
}

a:visited#button-prev-issue
{
	display: block;
	width: 126px;
	height: 181px;
	background-image: url(http://mindcontrolcomics.com/widgets/issue-button-previous-issue.jpg);
	background-position: top;
	overflow: hidden;
	float: left;
}

a:hover#button-prev-issue
{
	display: block;
	width: 126px;
	height: 181px;
	background-image: url(http://mindcontrolcomics.com/widgets/issue-button-previous-issue.jpg);
	background-position: bottom;
	overflow: hidden;
	float: left;
}

a:active#button-prev-issue
{
	display: block;
	width: 126px;
	height: 181px;
	background-image: url(http://mindcontrolcomics.com/widgets/issue-button-previous-issue.jpg);
	background-position: bottom;
	overflow: hidden;
	float: left;
}

a:link#button-prev-page
{
	display: block;
	width: 126px;
	height: 181px;
	background-image: url(http://mindcontrolcomics.com/widgets/issue-button-previous-page.jpg);
	background-position: top;
	overflow: hidden;
	float: left;
}

a:visited#button-prev-page
{
	display: block;
	width: 126px;
	height: 181px;
	background-image: url(http://mindcontrolcomics.com/widgets/issue-button-previous-page.jpg);
	background-position: top;
	overflow: hidden;
	float: left;
}

a:hover#button-prev-page
{
	display: block;
	width: 126px;
	height: 181px;
	background-image: url(http://mindcontrolcomics.com/widgets/issue-button-previous-page.jpg);
	background-position: bottom;
	overflow: hidden;
	float: left;
}

a:active#button-prev-page
{
	display: block;
	width: 126px;
	height: 181px;
	background-image: url(http://mindcontrolcomics.com/widgets/issue-button-previous-page.jpg);
	background-position: bottom;
	overflow: hidden;
	float: left;
}

a:link#button-next-page
{
	display: block;
	width: 126px;
	height: 181px;
	background-image: url(http://mindcontrolcomics.com/widgets/issue-button-next-page.jpg);
	background-position: top;
	overflow: hidden;
	float: left;
}

a:visited#button-next-page
{
	display: block;
	width: 126px;
	height: 181px;
	background-image: url(http://mindcontrolcomics.com/widgets/issue-button-next-page.jpg);
	background-position: top;
	overflow: hidden;
	float: left;
}

a:hover#button-next-page
{
	display: block;
	width: 126px;
	height: 181px;
	background-image: url(http://mindcontrolcomics.com/widgets/issue-button-next-page.jpg);
	background-position: bottom;
	overflow: hidden;
	float: left;
}

a:active#button-next-page
{
	display: block;
	width: 126px;
	height: 181px;
	background-image: url(http://mindcontrolcomics.com/widgets/issue-button-next-page.jpg);
	background-position: bottom;
	overflow: hidden;
	float: left;
}

a:link#button-next-issue
{
	display: block;
	width: 126px;
	height: 181px;
	background-image: url(http://mindcontrolcomics.com/widgets/issue-button-next-issue.jpg);
	background-position: top;
	overflow: hidden;
	float: left;
}

a:visited#button-next-issue
{
	display: block;
	width: 126px;
	height: 181px;
	background-image: url(http://mindcontrolcomics.com/widgets/issue-button-next-issue.jpg);
	background-position: top;
	overflow: hidden;
	float: left;
}

a:hover#button-next-issue
{
	display: block;
	width: 126px;
	height: 181px;
	background-image: url(http://mindcontrolcomics.com/widgets/issue-button-next-issue.jpg);
	background-position: bottom;
	overflow: hidden;
	float: left;
}

a:active#button-next-issue
{
	display: block;
	width: 126px;
	height: 181px;
	background-image: url(http://mindcontrolcomics.com/widgets/issue-button-next-issue.jpg);
	background-position: bottom;
	overflow: hidden;
	float: left;
}

a:link#button-title-home
{
	display: block;
	width: 142px;
	height: 181px;
	background-image: url(http://mindcontrolcomics.com/widgets/issue-button-title-home.jpg);
	background-position: top;
	overflow: hidden;
	float: left;
}

a:visited#button-title-home
{
	display: block;
	width: 142px;
	height: 181px;
	background-image: url(http://mindcontrolcomics.com/widgets/issue-button-title-home.jpg);
	background-position: top;
	overflow: hidden;
	float: left;
}

a:hover#button-title-home
{
	display: block;
	width: 142px;
	height: 181px;
	background-image: url(http://mindcontrolcomics.com/widgets/issue-button-title-home.jpg);
	background-position: bottom;
	overflow: hidden;
	float: left;
}

a:active#button-title-home
{
	display: block;
	width: 142px;
	height: 181px;
	background-image: url(http://mindcontrolcomics.com/widgets/issue-button-title-home.jpg);
	background-position: bottom;
	overflow: hidden;
	float: left;
}

/* comics page */
#comics-container
{
	position: absolute;
	top: 500px;
	width: 1024px;
}

#issue-description
{
	position: absolute;
	top: 350px;
	left: 50px;
	width: 900px;
	margin: 10px auto;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 125%;
}

#issue-description p { padding-top: 10px; }

#issue-cover
{
	width: 249px;
	height: 315px;
	background-color: #F3C;
	float: left;
	margin-left: 30px;
}

#page-list
{
	float: right;
	width: 600px;
	margin-right: 30px;
}

.page-thumb
{
	width: 180px;
	float: left;
	margin: 0 10px 20px 10px;
	height: 300px;
	background-color: #F3C;
}

/* comics page for weeklies */
#weekly-container
{
	position: absolute;
	top: 350px;
	left: 20px;
	width: 990px;
}

#weekly-description
{
	width: 900px;
	margin: 10px auto;
	margin-top: 25px;
	margin-bottom: 50px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 125%;
}

#weekly-description p { padding-top: 10px; }


/* New Arrivals */
#new-arrival-links
{
	position: absolute;
	top: 289px;
	left: 53px;
	width: 924px;
	height: 355px;
}

#next-update
{
	color: #222;
	text-align: center;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	position: absolute;
	top: 180px;
	left: 700px;
	width: 260px;
	height: 40px;
	padding-top: 10px;
	-webkit-transform: rotate(4deg);
}

.new-arrival
{
	width: 249px;
	height: 355px;
	background-color: #C0C;
	margin: 0 29px;
}

/* Weekly */

#weekly-links {
	position:absolute;
	top:810px;
	left:240px;
	width:550px;
	height:250px;
	font-family: Helvetica, Arial, sans-serif;
}

.weekly-info {
	width:225px;
	height:225px;
	margin:10px;
	float:left;
	text-align:center;
}

.weekly-info a:link {font-weight:bold; font-size:20px; text-align:center; text-decoration:none; color:black; display: block; margin:20px 0}
.weekly-info a:visited {font-weight:bold; font-size:20px; text-align:center; display: block; margin:20px 0}
.weekly-info a:hover {font-weight:bold; font-size:20px; display: block; text-align:center; text-decoration:underline; color:#666; margin:20px 0}
.weekly-info a:active {font-weight:bold; font-size:20px; text-align:center; display: block; text-decoration:underline; color:#666; margin:20px 0}

.weekly-info p{
	display: block;
	margin:0 10px;
	font-size:14px;
	font-weight:bold;
	line-height: 1.25em;
	padding-bottom: 6px;
}

.weekly-image {
	width:250px;
	height:220px;
	background-color:#C0C;
	margin:25px 8px 0 8px;
	float:right;
}

/* Archives */
#archives-container {
	position:absolute;
	top:1300px;
	left:40px;
	width:964px;
	background-image:url(http://mindcontrolcomics.com/widgets/home_stretchybit.jpg);
	background-repeat:repeat-y;
}

.archive-link
{
	float: left;
	margin: 8px;
}

.home-thumb
{
	width: 200px;
	height: 125px;
	border-width: 5px;
	border-color: #443508;
	border-style: solid;
	margin: 10px auto;
}

.home-label
{
	width: 220px;
	height: 52px;
	background-image: url(http://mindcontrolcomics.com/widgets/home_labels.jpg);
	background-repeat: no-repeat;
	margin: 10px auto;
	text-align: center;
	color: #443508;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 125%;
	padding-top: 5px;
}

.home-label a:link
{
	color: #443508;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 125%;
	text-decoration: none;
}

.home-label a:visited
{
	color: #443508;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 125%;
	text-decoration: none;
}

.home-label a:hover
{
	color: #443508;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 125%;
	text-decoration: underline;
}

.home-label a:active
{
	color: #443508;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 125%;
	text-decoration: underline;
}

/* Global Topper */
#page-title
{
	position: absolute;
	top: 265px;
	left: 50%;
	margin-left: -450px;
	width: 900px;
	height: 45px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
}

/* Title Page */
#issue-links-container
{
	position: absolute;
	top: 500px;
	left: 50px;
}

#title-description
{
	position: absolute;
	top: 350px;
	left: 50px;
	width: 900px;
	margin: 10px auto;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 125%;
}

#title-description p { padding-top: 10px; }

.cover-thumb
{
	width: 245px;
	height: 300px;
	border-color: #FFF;
	border-width: 5px;
	border-style: solid;
}

.description-bg
{
	width: 252px;
	height: 163px;
	background-image: url(http://mindcontrolcomics.com/widgets/title_label_bg.jpg);
	background-repeat: no-repeat;
	margin: 10px auto;
	color: #443508;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 125%;
	padding-top: 10px;
}

.description
{
	width: 230px;
	height: 150px;
	margin: 0 auto;
	font-size: 14px;
}

.description-bg a:link
{
	color: #443508;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 125%;
	text-decoration: none;
}

.description-bg a:visited
{
	color: #443508;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 125%;
	text-decoration: none;
}

.description-bg a:hover
{
	color: #443508;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 125%;
	text-decoration: underline;
}

.description-bg a:active
{
	color: #443508;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 125%;
	text-decoration: underline;
}

.issue-link
{
	float: left;
	margin: 10px 25px;
}

/* Footer */
#footer-links
{
	text-align: center;
	margin: 10px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
}

#footer-links a:link
{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
}

#footer-links a:visited
{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
}

#footer-links a:hover
{
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
	font-size: 18px;
}

#footer-links a:active
{
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
	font-size: 18px;
}

/* Free Text */
#free-text
{
	background-image: url(http://mindcontrolcomics.com/widgets/free-text-middle.jpg);
	background-repeat: repeat-y;
}

.balloon
{
	background-image: url(http://mindcontrolcomics.com/widgets/balloon-middle.jpg);
	background-repeat: repeat-y;
	width: 712px;
	margin: 10px auto;
}

.balloon-tail-right
{
	background-image: url(http://mindcontrolcomics.com/widgets/balloon-bottom-right.jpg);
	background-repeat: no-repeat;
	width: 712px;
	height: 118px;
}

.balloon-tail-left
{
	background-image: url(http://mindcontrolcomics.com/widgets/balloon-bottom-left.jpg);
	background-repeat: no-repeat;
	width: 712px;
	height: 118px;
}

.balloon-title
{
	font-size: 30px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: solid 2px;
	width: 600px;
	margin: 0 auto 20px;
}

.balloon-text
{
	font-size: 14px;
	line-height: 125%;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	width: 600px;
	margin: 0 auto 20px;
}

.balloon-text a:link
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.balloon-text a:visited
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.balloon-text a:hover
{
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

.balloon-text a:active
{
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

.balloon-text h2
{
	font-size: 125%;
	font-weight: bold;
	padding-bottom: 6px;
	padding-top: 15px;
}

.balloon-text p { padding-bottom: 10px; }

.balloon-text li { list-style: disc outside; }

#cheatdiv
{
	position: absolute;
	top: 350px;
}
