/* Global */

*, .nospace {
	margin:0;
	padding:0;
	border:0;
}

body {
	padding:20px;
    background:#313131;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

.alignleft {
	text-align:left;
}

.alignright {
	text-align:right;
}

.alignmiddle {
	text-align:center;
}

.pad10 {
    padding:10px;
}

.pad20 {
    padding:20px;
}

.top {
	display:block;
	text-align:right;
	font-style:italic;
}

/* Main site */

#wrap {
	margin:0 auto;
    max-width:940px;
    border:10px solid #fff;
	background:#fff;
    font-family:sans-serif;
	font-size:1em;
	line-height:1.6em;
    color:#555;
}

/* Header */

#header {
    position:relative;
    top:0;
    left:0;
    height:200px;
    text-align:right;
    color:#fff;
    background:url(http://artraid.com/alex/images/site/header.png) center center no-repeat #313131;
}

#topbox {
    position:absolute;
    top:0;
    right:0;
}

.topsection {
    margin:16px 16px -8px 0;
}

a.toplink {
    padding:2px 8px;
    background:url(http://artraid.com/alex/images/site/menubg.png) center left repeat-x #357;
    border:1px solid #357;
    border-right:1px solid #024;
    border-bottom:1px solid #024;
	text-decoration:none;
    color:#fff;
    font-weight:bold;
}

a.toplink:hover, #currentToplink {
    padding:2px 8px;
    background:url(http://artraid.com/alex/images/site/menubg2.png) center left repeat-x #c00;
    border:1px solid #c00;
    border-right:1px solid #500;
    border-bottom:1px solid #500;
    text-decoration:none;
    color:#fff;
    font-weight:bold;
}

#menu {
	background:url(http://artraid.com/alex/images/site/corner1.png) bottom left no-repeat #313131;
}

#menu ul {
    margin:0;
	padding:0;
	text-align:center;
	background:url(http://artraid.com/alex/images/site/corner2.png) bottom right no-repeat;
}

#menu li {
    display:inline;
	margin:0;
	padding:0;
	list-style-type:none;
}

#menu a {
    margin:0 2px;
	padding:0.6em 0.8em;
    color:#fff;
    font-weight:bold;
    text-decoration:none;
    display:inline-block;
}

a.menulink {
    background:url(http://artraid.com/alex/images/site/menubg.png) bottom left repeat-x #357;
    border-left:1px solid #468;
    border-right:1px solid #246;
    border-top:4px solid #246;
}

a.menulink:hover, #current {
	background:url(http://artraid.com/alex/images/site/menubg2.png) bottom left repeat-x #c00;
    color:#fff;
    border-left:1px solid #a00;
    border-right:1px solid #600;
    border-top:4px solid #800;
}

/* Content */

#content {
	padding:10px;
    padding-top:20px;
}

#footer {
	clear:both;
	margin-top:10px;
	background:url(http://artraid.com/alex/images/site/corner3.png) top left no-repeat #313131;
	color:#fff;
}

#footer div {
	text-align:center;
	background:url(http://artraid.com/alex/images/site/corner4.png) top right no-repeat;
}

#footer p {
	padding:10px;
}

textarea {
	width:410px;
}

input, textarea {
	border:1px solid #aaa;
}

textarea:focus, input:focus {
	background:#eee;
	border:1px solid #aaa;
}

#submit {
    padding:8px;
    background:#357;
    color:#fff;
    border:0;
}

/* Links, paragraphs, headings */

a {
	color:#579;
	text-decoration:underline;
}

a:hover {
	color:#c00;
}

p {
	padding:10px 10px 0;
}

hr {
    clear:both;
    margin:60px auto;
    height:1px;
    width:60%;
    text-align:center;
    background:#aaa;
}

h1 {
	padding:10px 0 10px 24px;
	font-size:1.8em;
    font-weight:bold;
    color:#579;
	background:url(http://artraid.com/alex/images/site/alexlogo.png) no-repeat center left;
}

h2 {
	padding:2px;
	font-size:1.6em;
	font-weight:bold;
	color:#579;
}

h3, h4 {
	font-size:1.4em;
	color:#579;
}

/* Lists */

ul, ol {
	margin:16px;
	padding:16px;
}

#content li {
    margin-top:8px;
    padding:8px;
    background:#eee;
}

li img {
    vertical-align:middle;
}

/* Blog posts */

.entry {
	margin-bottom:60px;
}

h3.date {
	margin-bottom:0.5em;
	color:#555;
	font-size:1em;
	font-weight:normal;
}

.comments2 {
    margin-right:0.5em;
	font-weight:normal;
	background:#555;
	color:#fff;
}

.comments2 a {
	padding:4px 12px;
	background:#579;
	color:#fff;
    text-decoration:none;
}

.comments2 a:hover {
	padding:4px 12px;
	background:#c00;
	color:#fff;
    text-decoration:none;
}

.comments {
	margin-top:10px;
	margin-bottom:80px;
	font-weight:bold;
}

.comments a {
	display:block;
	padding:4px 12px;
	background:#ccc;
	text-decoration:none;
	color:#555;
}

.comments a:hover {
	display:block;
	padding:4px 12px;
	background:#ddd;
	text-decoration:none;
	color:#555;
}

.commentbox {
	margin:10px 0;
	border-left:8px solid #579;
    background:#fff;
}

.author {
    border-left:16px solid #597;
}

.commentHeader {
    padding:10px;
    background:#eee;
    border-bottom:1px solid #ccc;
    font-weight:bold;
}

h2.title {
    padding-left:5px;
}

h2.title a, .comments a {
	text-decoration:none;
}

.categories {
    font-style:italic;
}

#nextprev {
	padding:0 20px 20px 20px;
}

#nextprev a {
	background:#579;
	padding:4px 8px;
	color:#fff;
	text-decoration:none;
}

#nextprev a:hover {
	background:#c00;
}

.download {
    margin:10px;
    padding:10px;
    border:1px dotted #375;
    background:#efe;
}

.download a {
    font-weight:bold;
}

/* Games */

.games br {
    display:none;
}

.games h2 {
	padding-bottom:10px;
}

.games h3 {
	display:inline;
	font-weight:normal;
}

.inline {
	display:inline;
	padding-left:6px;
}

#bonus {
    background:url(http://artraid.com/alex/images/site/bonus_photo.jpg) top right no-repeat;
    min-height:290px;
    padding-right:340px;
    vertical-align:middle;
}

#bonusButton {
    position:absolute;
    top:8px;
    right:8px;
    padding:2px 8px;
    background:#800;
    border-bottom:1px solid #000;
    border-right:1px solid #000;
    color:#fff;
    font-weight:bold;
}

/* Screenshots */

.s50 {
    width:50%;
    float:left;
    display:inline;
    padding:10px 0;
    text-align:center;
}

.s50l {
    width:50%;
    float:left;
    display:inline;
    padding:10px 0;
    text-align:left;
}

.s50r {
    width:50%;
    float:left;
    display:inline;
    padding:10px 0;
    text-align:right;
}

.s100 {
    width:100%;
    float:left;
    display:inline;
    padding:10px 0;
    text-align:center;
}

.clearer {
    clear:both;
    height:0;
    line-height:0;
}

.m320 {
    margin:0 auto;
    width:320px;
}

/* Sqdef */

#sqdef {
    margin:0 auto;
	background:url(http://artraid.com/alex/images/sqdef/bg.png) repeat #262C4B;
	color:#fff;
}

#sqdefHeader {
    background:url(http://artraid.com/alex/images/sqdef/headerbg.png) 0 0 repeat-x;
    text-align:center;
}

#sqdefFooter {
    background:url(http://artraid.com/alex/images/sqdef/footerbg.png) 0 0 repeat-x;
    text-align:center;
}

#sqdef br {
    display:none;
}

.sqdefsub {
	margin:20px;
}

#sqdefdownloads {
    background:url(http://artraid.com/alex/images/sqdef/bgdownload.png) repeat #29496D;
}

#sqdefdownloads td {
    padding:20px;
}

#sqdefNav {
	margin:0;
	padding:10px;
	font-weight:bold;
	line-height:2em;
	text-align:center;
	list-style:none;
	display:block;
    border:1px solid #012D42;
    background:url(http://artraid.com/alex/images/sqdef/bgdownload.png) repeat #29496D;
}

#sqdefPacks {
	margin:0;
	padding:10px 10px 0;
	line-height:2em;
	list-style:none;
	display:block;
}

#sqdefNav li {
	margin:0 4px;
	padding:0;
	display:inline;
}

#sqdefPacks li {
	margin:0 4px 0 0;
	padding:0;
	display:inline;
}

#sqdef #sqdefNav a, #sqdef #sqdefPacks a {
	padding:8px;
	color:#fff;
	text-decoration:none;
	background:#C00055;
	border-bottom:1px solid #012D42;
}

#sqdef #sqdefNav a:hover, #sqdef #sqdefPacks a:hover {
	padding:8px;
	color:#fff;
	text-decoration:none;
	background:#FF5300;
	border-bottom:1px solid #012D42;
}

#sqdefMain a {
    font-style:italic;
}

#sqdefMain a:hover {
    font-style:italic;
}

#sqdef a {
	color:#71ACCB;
}

#sqdef a:hover {
	color:#A3D7F1;
}

#sqdef h2 {
	margin-bottom:10px;
	padding-bottom:0;
	padding-left:26px;
	font-weight:bold;
	color:#A3D7F1;
	border-bottom:0 solid #c8c8c8;
	background:url(http://artraid.com/alex/images/sqdef/s.gif) no-repeat center left;
}

#sqdef h3 {
	font-weight:normal;
}

.sqdefscreens img {
	border:1px dashed #fff;
}

/* Zam */

#zam {
    padding:20px;
    color:#fff;
    background:#000;
}

#zam h1 {
    margin:0;
	padding:40px 40px 0 40px;
	font-weight:bold;
    color:#fff;
    background:url(http://artraid.com/alex/images/zam/zombie.png) no-repeat right top;
    min-height:107px;
}

#zam h2 {
    margin:20px 0 0;
	padding:0 0 0 20px;
	font-weight:bold;
	color:#ccc;
	background:url(http://artraid.com/alex/images/zam/splat.png) no-repeat center left;
}

#zam a {
	color:#95C319;
	text-decoration:underline;
}

#zam a:hover {
	color:#F33900;
}
