/*  ----------\
	-----------------------------------------------
	Title 		: Enzyme CSS Document
	Author 		: Francis Hogue
	Edition 	: Blank
	Version 	: 1.0
	Created 	: 06-03-2008
	Updated 	: 
	Contact 	: webmaster@penega.com
	Copyright 	: Enzyme (c) 2008
	-----------------------------------------------
	----------/
*/

/* --------------------------------------
	
	=reset
	
-------------------------------------- */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}

/* --------------------------------------
	
	=layout, structure
	
-------------------------------------- */

body { 
	background: #fff url(../img/bg-bluebanner.gif) repeat-x 0 90px; 
	color: #5e5e5e; 
	font: 10pt small Verdana, Arial, sans-serif;
}

#masthead {
	background: url(../img/bg-banner.jpg) no-repeat 50% 100%;
	height: 413px;
	overflow: hidden;
}

.wrapper {
	margin: 0 auto;
	position: relative;
	width: 981px;
 	left: expression( (this.parentNode.offsetWidth/2) - (this.offsetWidth/2) );
}

#masthead .wrapper { height: 413px;}

/* default page banner */
body#default { background: url(../img/bg-bluebanner-small.gif) repeat-x 0 89px; }
body#default #masthead {
	background: url(../img/bg-banner-small.jpg) no-repeat 50% 100%;
	height: 300px;
}
body#default.banner-1 #masthead {
        background: url(../img/bg-banner-small_-_1.jpg) no-repeat 50% 100%;
}
body#default.banner-2 #masthead {
        background: url(../img/bg-banner-small_-_2.jpg) no-repeat 50% 100%;
}
body#default.banner-3 #masthead {
        background: url(../img/bg-banner-small_-_3.jpg) no-repeat 50% 100%;
}
body#default.banner-4 #masthead {
        background: url(../img/bg-banner-small_-_4.jpg) no-repeat 50% 100%;
}
body#default #masthead .wrapper { height: 300px; }



#mainContent .wrapper { background: #fbfbfb url(../img/bg-topcontent.jpg) no-repeat 50% 0; }

#mainContent {
	background: url(../img/bg-topcontent.jpg) no-repeat 50% 0;
}

#content, #sidebar { margin-top: 24px; }

#content {
	display: inline;
	margin-left: 30px;
	float: left;
	width: 640px;
}

#sidebar {
	display: inline;
	float: right;
	margin-right: 14px;
	width: 250px;
}

body#default #content { float: right; margin: 24px 21px 0 0;}
body#default #sidebar { float: left; margin: 24px 0 0 15px;}

#footer {
	clear: both;
	font-size: 90%;
	margin: 0;
	padding: 2em 0;
	text-align: center;
}


/* --------------------------------------
	
	=nav
	
-------------------------------------- */
#topNav {
	top: 6px;
	margin: 0;
	position: absolute;
	right: 0;
}

#topNav li {
	border-left: 1px solid #738792;
	display: inline;
	float: left;
	margin-left: 7px;
	margin-top: 4px;
	padding-left: 7px;
}

#topNav li.first { border: none;}

#topNav a:link, #topNav a:visited  { color: #738792; float: left; font-family: Arial, Verdana, sans-serif; font-size: 85%; letter-spacing: -0.2px; }

#topNav a:hover, #topNav a:active { text-decoration: underline; }

#menu {
	background: url(../img/bg-navbar-right.gif) no-repeat 100% 0;
	bottom: 323px;
	padding-right: 15px;
	position: absolute;
	right: 21px;
}

body#default #menu { bottom: 211px;}

#menu div {
	background: url(../img/bg-navbar-left.gif) no-repeat;
	float: left;
	margin: 0;
	padding-left: 15px;
}

#menu dl {
	display: inline;
	float: left;
	margin: 0 1px 0 0;
}

#menu dt {
	cursor: pointer;
}

#menu dt a:link, #menu dt a:visited  {
	background: url(../img/bg-navEle-right.gif) 100% 0;
	color: #fff;
	display: block;
	float: left;
	font-size: 110%;
	height: 35px;
	line-height: 35px;
	padding: 0 0.8em;
	text-transform: capitalize;
}

#menu dt a:hover, #menu dt a:active, #menu dt a.active:link, #menu dt a.active:visited { background: url(../img/bg-navEle-on.gif) repeat-y;}

#menu dd {
clear: both;
	display: none;
	position: absolute;
	top: 35px;
}

#menu ul {
	background: #fff;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	margin: 0;
	padding: 17px 16px;
	width: 195px;
}

#menu li {
	margin-bottom: 0.5em;
}

#menu li a {
	color: #052e46;
	font-size: 95%;
}

#menu li a:hover, #menu li a:active {
	color: #ff6600;
}

/* --------------------------------------
	
	=headers
	
-------------------------------------- */

h1#logo, h1#logo a {
	background: url(../img/enzyme-logo.gif) no-repeat;
	display: block;
	height: 101px;
	width: 112px;
}

h1#logo {
	left: 72px;
	position: absolute;
	top: 6px;
	z-index: 9999;
}

h1#logo a {
	overflow: hidden;
	text-indent: -9999px;
}

#welcome-msg h2 {
	color: #000;
	line-height: 1em;
	font-size: 135%;
	margin-bottom: 0.6em;
}

#welcome-msg h2 strong {
	display: block;
}

#content h2, h1.csc-firstHeader {
	color: #5b70b5;
	font-size: 150%;
	font-weight: normal;
}

#content h3 {
	color: #ff6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
}

#content td {
	vertical-align: top;
}

#content p.bodytext img {
  margin: 22px;
}

#content table td p {
  font-size: 13px;
}

#sidebar h3 {
	color: #ff6600;
	font-size: 150%;
	font-weight: normal;
}

#sidebar h3 sup { font-size: 60%;}

/* --------------------------------------
	
	=basic text style
	
-------------------------------------- */
dl,ul,ol,h1,h2,h3,h4,h5,h6,pre,p,blockquote,table,img {
	margin-bottom: 1.0em;
}

p { line-height: 1.3em; }
p.intro { color: #939292; font-family: Arial, Helvetica, sans-serif; font-size: 110%; text-transform: uppercase;}

/* --------------------------------------
	
	=links
	
-------------------------------------- */


a { color: #ff6600;}
a:visited { color: #ffaa66; }
a:hover, a:active { color: #5b70b5; }

a.bigbutton {
	background-position: 0 0;
	color: #98a0c2;
	display: block;
	font-size: 105%;
	font-weight: bold;
	height: 66px;
	letter-spacing: -0.2px;
	line-height: 66px;
	text-indent: 90px;
	text-transform: capitalize;
	width: 255px;
}

#masthead a.bigbutton { position: absolute; left: 10px;}

#masthead a.game { background: url(../img/btn-gamepad.gif) no-repeat; top: 266px; }
#masthead a.people { background: url(../img/btn-people.gif) no-repeat; top: 340px; }

#masthead a.game:hover { background: url(../img/btn-gamepad.gif) no-repeat 0 100%; }
#masthead a.people:hover { background: url(../img/btn-people.gif) no-repeat 0 100%; }

#mainContent a.game { background: url(../img/btn-gamepad-alt.gif) no-repeat; top: 266px; }
#mainContent a.people { background: url(../img/btn-people-alt.gif) no-repeat; top: 340px; }

#mainContent a.game:hover { background: url(../img/btn-gamepad-alt.gif) no-repeat 0 100%; }
#mainContent a.people:hover { background: url(../img/btn-people-alt.gif) no-repeat 0 100%; }

.news a { font-weight: bold;}

#bubble a, #bubble a:visited {
	color: #052e46;
}

#bubble a:hover, #bubble a:active, #bubble td.active a, #bubble td.active a:visited { color: #fff;}


/* --------------------------------------
	
	=panel
	
-------------------------------------- */

#welcome-msg {
	height: 100px;
	left: 26px;
	letter-spacing: -0.2px;
	position: absolute;
	top: 142px;
	width: 300px;
	color: #ff6600;
	font-size: 90%;
	overflow: hidden;
}

body#default #welcome-msg {
	top: 146px;
}

# #welcome-msg p {
#	color: #ff6600;
#	font-size: 90%;
#}

.section {
	border-bottom: 1px dotted #000;
	margin-bottom: 2em;
	padding-bottom: 1em;
}

/* --------------------------------------
	
	=list
	
-------------------------------------- */
dl.news dt {
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 0.5em;
}

dl.news dd { margin-bottom: 1.2em;}

dl.news dd p.bodytext {
  display: inline;
}

table#bubble { border-collapse: collapse; width: 236px;}

table#bubble td {
	background: url(../img/btn-bubble.gif) no-repeat;
	height: 39px;
	padding: 0 11px;
	width: 214px;
}

table#bubble td.active { background: url(../img/btn-bubble.gif) no-repeat 0 100%;}

table#bubble td.sep {
	background: none;
	font-size: 0;
	height: 9px;
	padding: 0;
}

/* --------------------------------------
	
	=image

-------------------------------------- */

.img-left {
	float: left;
	margin: 0 2em 1em 0;
}

.img-right {
	float: right;
	margin: 0 0 1em 2em;
}

