/* CSS by: tlange[at}neosmedia{dot]ca 2009 v.1.0
COLOURS 
dark purple: #221424
med purple: #47214B
brite purple: #990099
brite yellow: #FFCC00
pale yellow: #FFE78C 
*/

/* reset browsers */
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%;
background: transparent;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}
body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
background: #000 url(../img/bg/bg.jpg) repeat top center;
/* for longer pages use bg #FFE78C */
line-height: 1;
}
/* Shell */
#wrapper {
margin: 0 auto;
padding: 0;
width: 100%;
}
#container {
margin: 0 auto;
width: 948px; /* same as Epoch */
}
#content {
margin: 0;
padding: 20px;
line-height: 18px;
}
/* Floats */
.floatLeft {
float: left;
}
.floatRight {
float: right;
}
.clear {
clear: both;
overflow: hidden;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
font-family:Arial, Helvetica, sans-serif;
}
h1,h2 {
font-size: 22px;
font-weight: lighter;
color: #990099;
margin: 5px 0;
}

/* Formatting text */
p {
font-size: 11px;
}
ul {
list-style: square;
margin: 0 20px;
}
/* Link */
a,
a:link,
a:visited {
color: #47214B;
text-decoration: underline;
}
a:hover {
color: #990099;
text-decoration: none;
}
a img,
a:link img {
border: 0;
}
.hot {
color: #47214B;
text-decoration: none;
padding: 2px;
}
.hot:hover {
color: #FFCC00;
background-color: #47214B;
text-decoration: none;
border: 0;
}
/* Nav */
#top_nav,
#primary_nav {
float: right;
}
/* Layout */
#header {
margin: 20px 0;
clear: both;
overflow: hidden;
}
#starLogo h2 a,
#starLogo h2 a:link,
#starLogo h2 a:link {
width: 150px;
height: 150px;
display: block;
float: left;
text-indent: -9999px;
background: transparent url('../img/global/neos_media_header.png') top left no-repeat;
cursor: hand;
}
#textLogo h2 a,
#textLogo h2 a:link,
#textLogo h2 a:link {
width: 290px;
height: 150px;
display:block;
float: right;
text-indent: -9999px;
background: transparent url('../img/global/neos_media_header.png') top right no-repeat;
cursor: hand;
}
.block1,
.block2,
.block3,
.block4 {
float: left;
width: 200px;
margin: 0 20px 20px 0;
}
.block1,
.block2,
.block3 {
border-right: 1px solid #666;
}
#roundedContainer {
margin: 20px 0;
overflow: hidden;
background-color: #FFF;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border: 1px solid #000;
opacity:0.7;filter:alpha(opacity=70);
}


