/* @override http://cyclonitestudios.lightbox.local/assets/css/cyclonite.css */

/* @group initial values */

* {
	margin: 0;
	padding: 0;
}

img {
	border-style: none;
}

/* @end */


/* @group alter tags */

body {
    background-color: #222;
}

h2 {
    font-family: "Courier New", Courier, mono;
    font-weight: bold;
}

p.frontPage {
    text-indent: 15px;
    text-align: justify;
    margin-bottom: 15px;
    font: 14px "Courier New", Courier, mono;
}

/* @end */


/* @group structure */

div.masterWrapper {
	width: 100%;
    text-align: center;
}

div.backgroundStrip {
    width: 960px;
    display: inline-block;
    background-color: #999;
    height: 768px;
    border: 2px solid #000;
    border-top-style: none;
}

div.header {
    background: url(/assets/images/cyclonite-topbar-01.jpg) no-repeat top center;
    width: 100%;
    height: 136px;
    overflow: hidden;
    margin-bottom: 0;
}

div.topNavigation {
    width: 960px;
    height: 23px;
    padding-left: 63px;
    display: inline-block;
    position: relative;
    top: 96px;
    font-family: "Courier New", Courier, mono;
    color: #000;
    text-align: left;
}

div.content {
    text-align: left;
    padding: 15px 25px 25px;
}

div.credits {
    font: 12px "Courier New", Courier, mono;
    margin-bottom: 15px;
    margin-top: 5px;
    color: #777;
}

/* @end */

/* @group links */

/* @group div.topNavigation a */

div.topNavigation a:link {
    color: #000;
    text-decoration: none;
}

div.topNavigation a:hover {
    text-decoration: underline;
    color: #fff;
}

div.topNavigation a:active {
    color: #000;
    text-decoration: none;
}

div.topNavigation a:visited {
    color: #000;
    text-decoration: none;
}

/* @end */

/* @group div.credits a */

div.credits a:link {
    color: #777;
}

div.credits a:hover {
    color: #999;
}

div.credits a:visited {
    color: #777;
}

div.credits a:active {
    color: #777;
}

/* @end */



/* @end */