/* @override http://reynhart.com/clients/mutantstudio/style.css */

/*
Theme Name: Mutant Studio Website v1
Theme URI: http://www.mutantstudio.com
Description: Mutant studio's wordpress theme, designed by Ben Reynhart & Alex Ryley
Author: Ben Reynhart
Author URI: http://reynhart.com/
Tags: Mutant, company
*/

/* Eric Meyer's CSS RESET -------------------------*/
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}

/* Marlarky Image Replacement */
.mir { letter-spacing : -1000em; }
/*\*/html>body .mir { letter-spacing : normal; text-indent : -999em; overflow : hidden;}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
/* END CSS HACKS ------------ */


body {
	line-height: 1.6em;
	color: black;
	background: #13799a url(images/v2/bg_wavessky.jpg) top left repeat-x;
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
}

/* Container Div */
div#container {
	width:100%;
	margin: 0 auto 0 auto;
	position: relative;
}

/* Header Block */
div#headerBlock {
	width:755px; height:256px;
	display: block;
	margin: 0 auto;
	background: url(images/v2/sinking_ship.png) bottom right no-repeat;
}

div#navBlock {
	width: 755px; height:123px;
	/*background: url(images/v2/mutant_nav.gif) top center no-repeat;*/
}

/* Nav links */
div#nav_HomeLink {
	width: 210px; height:110px;
	position: absolute; top: 20px; left: 18%;
}
div#nav_HomeLink a, div#nav_AboutLink a, div#nav_WorkLink a, div#nav_BlogLink a {
	width: 100%; height: 100%;
	display: block;
}
div#nav_AboutLink {
	width: 100px; height: 55px;
	position: absolute; top: 40px; left: 41%;
}
div#nav_WorkLink {
	width: 150px; height: 55px;
	position: absolute; top:40px; left: 52%;
}
div#nav_BlogLink {
	width: 160px; height: 55px;
	position:absolute; top: 40px; left: 68%;
}

div#featuredBlock {
	width: 755px; height:133px;
	background: url(images/v2/featured_box.png) top left no-repeat;
}
div#featuredBlock div#feature_click {
	height: 100px; width: 280px;
	position: relative; left: 100px; top: 20px;
}
div#featuredBlock div#feature_click a {
	height: 100%; width: 100%;
	display: block;
}

/* Background Objects (bubbles) */

img.sml_bubbles {
	width: 48px; height: 115px;
	position:absolute; top: 611px; left: 30px;
}

img.large_bubbles {
	width: 141px; height: 251px;
	position:absolute; top: 490px; right:10px;
}

/* Main Content Container */

div#contentContainer {
	width: 755px; display: block;
	margin: 0 auto;
}

/* Global stuff (links) */

a, a:active, a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #9ad545;
}

h3 {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-size: 18px;
	color: #9ad545;
	line-height: 22px;
}

strong {
	font-weight: bold;
}

ol {
	list-style-type: disc;
	margin: 5px 0 0 20px
}

/* Left Column */

div#leftCol{
	width:300px;
	float:left;
}

div#leftCol p {
	margin: 0 14px 0 18px;
}

div#aboutus_block, div#ourgames_block {
	margin:0 0 20px 0;
}

div#aboutus_block h2.mir {
	width: 157px; height: 43px;
	background: url(images/v2/title_aboutus.gif) top left no-repeat;
}
div#aboutus_block h3 {
	margin: 18px 0 0 18px;
}
div#aboutus_block p {
	margin-top: 18px;
}
div#aboutus_block a {
	line-height:30px;
}
div#aboutus_block img {
	float:right;
}

div#ourgames_block h2.mir {
	width: 157px; height: 43px;
	background: url(images/v2/title_ourgames.gif) top left no-repeat;
}
div#ourgames_block img {
	margin-top: 14px;
}

/* Standard Sidebar */
#sidebar {
	margin-left: 530px;
	width: 196px;
	}

#sidebar form {
	margin: 0;
	}

/* Main Column Posts */

div#mainCol {
	width:455px;
	float:left;
}

div#mainCol h2.mir {
	width: 157px; height: 43px;
	background: url(images/v2/title_news.gif) top left no-repeat;
}

div.newsPost {
	width: 422px;
	margin: 18px 0 0 14px;
}

div.newsPost h2, div.newsPost h2 a {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-size: 20px;
	color: #9ad545;
	line-height: 22px;
	border-bottom: none;
	text-decoration: none;
}

/* My Comment */
div.newsPost a {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom:1px dotted #b2b2b2;
}
div.newsPost a:hover {
	text-decoration: none;
	border-bottom: none;
}

div.newsPost h4 {
	font-size: 10px;
	color: #fff;
	margin: 0 0 10px 0;
}
div.newsPost p {
	text-align: justify;
	margin: 5px 0 10px 0;
}
div.newsPost img {
	border: 5px solid #2089ca;
}

/* Misc Blog Formatting */

div#content {
	width:500px;
	float:left;
}

/* Block Quote */
blockquote {
	margin: 15px 30px 15px 10px;
	padding-left: 15px;
	line-height: 1.5em;
	font-size: 17px;
	border-left: 1px solid #c6c6c6;
	font-style: italic;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}
	
/* Images */
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	margin-top: 10px;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	margin-top: 10px;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* Comments -------- */

div#comment_box {
	background: url(images/comments_bg.jpg) top left no-repeat;
	padding: 20px 0 0 20px;
	margin: 20px 0 0 0;
}
div#comment_box form#commentform {
	width: 405px;
	margin: 10px 0 0 0;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
		font-size: 12px;;
	}

.commentmetadata {
	font-weight: normal;
	}
	
/*  About us page stylings  */

div .featuredRock {
   background: url(images/v2/featured_rock.png) top left no-repeat !important;
}

div#topBlock{
   margin:0 18px 0 0;
}

div#leftSummary {
   width:60%;
   float:left;
}

div#rightContact{
   width:40%;
   float:right;
}
img.contactImage{
	margin-top:14px;
}

div#rightContact h2.mir {
   width: 149px; 
   height: 43px;
   background: url(images/v2/contact_h2.gif) top left no-repeat;
}

div .aboutPage{
   margin-right:18px !important;
}

div#centralBlock{
    clear:both;
    margin:24px 0 18px 18px;
}

div .centralContent{
   width:422px;
   float:left;
}

div .centralImg {
   float:left;
   margin-right:18px;
}

div .biogs{
   font-weight:bold;
   size:22px;
}

div .profileImg {
   margin:6px 0 6px 0;
}

div#biogCont {
   width:190px;
   float:left;
   margin-left:18px;
   margin-top:18px;
}

div .additionalPadding {
   margin-left:77px !important;
}

/*our Games page stylings */

/* headers */
div .ourGamesH2 {
    background-image: url(images/v2/title_ourgames2.gif) !important;
}

div .h3Style {
    font-weight:bold;
    size:22px;
}

div #gameBox h2.mir {
    width: 223px; height: 43px;
    background: url(images/v2/ssj_h2.gif) top left no-repeat;
    margin:0 0 6px 9px;
}

div .h3additional {
    margin-top:14px;
}

div .h2SoundJam {
    background-image:url(images/v2/cropmaster_h2.gif) !important;
    width:172px !important;
}

/* structure */

div#gameSummary {
    width:100%;
    float:left;
}

div#gameBox {
    width:100%;
}

div#gamePic {
    float:left;
    width:410px;
    margin-left:18px;
}

div#gameDescription {
    float:left;
    width:291px;
    margin-left:18px;
}

div#gameDetails {
    width:100%;
    margin:18px 0 18px 0;
}

div#halfBox {
    width:196px;
    margin-left:18px;
    float:left;
}

div .micImage{
    float:right;
    margin:6px 0 0 6px;
}

div#quarterBox1{
    width:291px;
    float:left;
    margin-left:18px;
}

div#quarterBox2{
    width:291px;
    float:left;
    margin-left:18px;
}

div#footerContainer{
	width:100%;
	height:206px;
	background:#13799a url(images/v2/footer.jpg) top center no-repeat;
	margin-top:20px;
}

div#footer{
	width:755px;
	height:206px;
	margin:auto;
	position:relative;
}

div.footerMargin{
	margin-top:90px !important;
}

a.mailUs{
	width:172px;
	height:76px;
	position:absolute;
	right:50px;
	top:70px;
}

img.imgNoBorder{
	border:none !important;
}

a.noDecoration {
	border-bottom:none !important;
}

/****** STYLING FOR MINI SITE******/

div#downloadBox {
	background-color:30px;
/*	background-color:red;*/
	width:100%;
	margin-top:18px;
	float:left;
}

div#threeBlocks{
	float:left;
	margin-left:18px;
	display:block;
	width:30.5%;
}

#threeBlocks ul {
	list-style-type: disc;
	margin: 5px 0 0 15px;
	width: 220px;
}

#threeBlocks ul li {
	margin: 8px 0 0 0;
}

div#downloadBox h2.unique {
	width: 220px; height: 43px;
	background: url(images/title_unique.gif) top left no-repeat;
}

div#downloadBox span{
	display:none;
}

div#downloadBox h2.requirements {
	width: 191px; height: 43px;
	background: url(images/title_requirements.gif) top left no-repeat;
}

div#videoBorder {
	width: 738px; height:441px;
	position: relative;
	margin:15px 0 0 0;
	background-image: url(images/video_bg.png);
	padding:0;
	float:left;
	clear:both;
}

div#videoBox{
	width: 683px; height: 384px;
	margin: 0 auto 0 auto;
	position: relative;
	top: 28px;
}

div#video_place {
	width: 650px;
	margin: 0 auto;
}

div#description{
	margin:0 18px 0 18px;
	padding:18px 0 0 0;
	display:block;
	float:left;
}

div#descLeft{
	float:left;
	width:50%;
}

#descLeft h3 {
	margin: 5px 0 20px 0;
	width: 97%;
}
#descLeft p {
	width: 97%;
}


div#descRight{
	float:right;
	width:50%;
	position:relative;
}

div#ssj_thumbs {
	width: 374px; height: 355px;
	background: url(images/thumbs_bg.png);
}

div#thumb_holder {
	width: 330px;
	margin: 0 auto 0 auto;
	position:relative; top: 28px;
}


#ssj_thumbs div.ssj_thumb {
	width: 89px; height: 85px;
	background: url(images/thumbnail_border.png) top left no-repeat;
	margin: 0 8px 20px 8px;
	float:left;
}

#ssj_thumbs div.ssj_thumb a {
	display:block;
	width: 77px; height: 77px;
	margin: 0 0 0 7px;
	position: relative; top: 3px;
}

img#char_overlay {
	position: absolute;
	bottom: -120px; right: -25px;
}


div#description span {
	display:none;
}

div#description h2.letvoicego {
	width: 226px; height: 43px;
	margin-left:-12px;
	background: url(images/title_letvoicego.gif) top left no-repeat;
}

div#description h2.screenshots {
	width: 182px; height: 43px;
	background: url(images/title_screenshots.gif) top left no-repeat;
}

