/*  
Theme Name: Softys.net, rev 1
Theme URI: http://softys.net/
Description: Softys website theme
Version: 1.0b
Author: Niko Nyman
Author URI: http://nnyman.com/personal/

	Comment text for css rippers
*/

/* @group Fonts (font-family) */

body {
	font-family: "News Gothic MT", Helvetica Neue, Arial, Helvetica, Sans-Serif;
}

h1,h2,h3,h4,h5,h6, .link {
	font-family: Helvetica Neue, Arial, Helvetica, Sans-Serif;
}

small, .description, .postdate, .postmetadata, #footer, #extendedfooter ol li.unreleased {
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
}

/* @end */

/* @group Colors */

body {
	background-color: black;
	color: white;
}

/*
h1 {
	color: #E7C3E0;
}
*/

h1, h2, a:hover, .postmetadata a {
	color: #FE3398;
}

h3, h4, dl.credits dt {
	color: #ee88a6;
}

a, h2 a:hover, h3 a:hover {
	color: #07f;
	/*color: #79ba00;*/
}

a:visited {
	color: #bbd9f3;
}

#extendedfooter a:visited {
	color: #909db7;
}

#extendedfooter a:hover {
	color: #FE3398;
}

small, .nocomments, .postmetadata, blockquote, strike, .postdate, #extendedfooter ol, small.commentmetadata a {
	color: #88617b;
}

.post p small, .commentlist {
	color: #cba;
}

small strong, .commentlist cite {
	color: white;
}

#footer {
	color: #5f5252;
}

/* @end */

/* @group Typography (size, spacing) */
body {
	font-size: 0.9em;
}

small, .postdate, .postmetadata, #footer, #extendedfooter ol li.unreleased {
	font-size: 11px;
	}
	
small {
	line-height: 1.5em;
}

#extendedfooter small {
	line-height: 1.2em;
}

h2, h3, h4 {
	font-weight: normal;
	text-transform: uppercase;
	line-height: 0.9em;
	}

h2 {
	text-transform: none;
	font-size: 3.1em;
	margin: 0;
	padding-top: 0.15em;
	letter-spacing: -1px;
}

h3, h4 {
	font-size: 1.4em;
	line-height: 0.9em;
	border: none;
	margin: 0;
	padding: 0;
}

.releasepage h4 {
	margin: 0.4em 0;
}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/* @end */

/* @group Structure */
body {
	margin: 0;
	padding: 0; 
}

#page {
	position: relative;
	max-width: 90em;
	width: expression(document.body.clientWidth > 1000 ? "1000px": "auto" );
	margin: 0 auto;
}

#header, #content, #extendedfooter, #footer {
	position: relative;
	margin: 0;
	padding: 1em 30px;
}

#header {
	opacity: 0.9;
}

#bgrimage-march #header {
	border-bottom: 1px dotted #532;
}

#header .logo {
}

#header .content {
	margin-left: 140px;
}

#header img.logo {
	position: relative;
	float: left;
	margin: 2px 30px 20px 0;
}

#content {
}

#comments {
	margin: 3em 0 1em;
	padding: 0.5em 0;
	border-top: 5px white solid;
}

#comments h3 {
	padding-bottom: 0.3em;
	margin-bottom: 0.5em;
	border-bottom: 1px white dotted;
}

#entrytext, #comments {
	max-width: 38em;
	width: expression(document.body.clientWidth > 620 ? "450px": "auto" );
	margin-left: 140px;
}

#entrytext h2 {
	margin: 0.8em 0 0;
}

#entrytext h2:first-child {
	margin: 0;
}

#entrytext p, #entrytext li, .commentlist {
	line-height: 140%;
}

#entrytext strong {
	text-transform: uppercase;
	font-size: 0.85em;
	background-color: #6a652d;
}

#extendedfooter {
	position: relative;
	clear: both;
	background-color: #312525;
	border-top: 1px solid #877;
}

ul, ol {
	margin: 1em 0;
}

ul {
	padding: 0 0 0 1.2em;
	list-style: square;
}

ul li {
	margin: 0 0 0.4em;
	padding: 0;
}

#extendedfooter ul {
	list-style: url(/images/bullet-dashed.gif);
}

ul#footerboxes {
	list-style: none;
	margin: 0;
	padding: 0;
}

li.footerbox {
	display: inline;
	position: relative;
	float: left;
	width: 22%;
	margin: 0 2% 1em 0;
	padding: 0;
}

.footerbox input[type=text] {
	width: 100%;
}

#flashpage {
	margin: 0 12px;
}

#bgrimage-march, #bgrimage-circles, #bgrimage-roots {
	border-top: 0px dotted black;
	border-bottom: 1px dotted black;
	position: relative;
	padding: 0;
	margin: 0;
}

#bgrimage-spawn {
	background: url(/images/spawn-bgr.jpg) no-repeat center top;
}

#bgrimage-march {
	background: url(/images/march-bgr.jpg) no-repeat center top;
}

#bgrimage-circles {
	background: url(/images/circles-bgr.jpg) no-repeat center top;
}

#bgrimage-roots {
	background: url(/images/roots-bgr.jpg) no-repeat center top;
}

#bgrimage-roots small, #bgrimage-roots .box .linkname {
	color: #E1B33E;
}

#bgrimage-circles small, #bgrimage-circles .box .linkname {
	color: #b3b09c;
}

ul.boxes {
	position: relative;
	height: 240px;
	list-style: none;
	margin: 30px;
	padding: 0;
}

ul.boxes li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.box {
	display: block;
	position: absolute;
	top: 0;
	width: 30%;
	height: 240px;
	background-color: black;
	border-top: 1px solid #865;
	border-bottom: 3px solid #544;
	color: white;
	text-align: center;
	opacity: 0.88;
}

.box a {
	color: white;
}

.box .link {
	display: block;
	margin: 1.5em 4px 0.2em;
	font-size: 3em;
	line-height: 0.83em;
}

.box .linkname {
	display: block;
	font-size: 1.4em;
}

#bgrimage-march .box .linkname {
	color: #ffab00;
}

#bgrimage-march .box small {
	color: #ffea96;
}

#box1 {
	left: 0%;
}

#box2 {
	left: 35%;
}

#box3 {
	left: 70%;
}

.box small {
	opacity: 0.50;
}

.box .more {
	position: absolute;
	right: 1em;
	bottom: 0.8em;
	text-align: right;
	font-size: 12px;
}

.postmetadata {
	clear: both;
}

#content .postmetadata {
	position: relative;
	float: left;
	width: 120px;
	margin-top: 1.4em;
}
/* @end */

/* @group Headers */

h1 {
	font-size: 58px;
	font-weight: normal;
	letter-spacing: -4px;
	word-spacing: 4px;
	line-height: 0.85em;
	text-shadow: black 1px 4px 7px;
	margin: 0;
}

h2 {
	font-size: 2em;
}

#extendedfooter h2 {
	margin-bottom: 0.2em;
}

/*
#header h1, #header h2 {
	display: inline;
	margin-right: 0.5em;
}
*/

/* @end */

/* @group Images */

p img {
	padding: 0;
	/*max-width: 100%;*/
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0.2em 0.2em 1em 1.6em;
}

img.alignleft {
	margin: 0.2em 1.6em 1em 0.2em;
}
	
.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
	
img.whiteborder {
	border: 1px #ccc solid;
	padding: 1px;
}

/* @end */

/* @group Lists */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#extendedfooter ol {
	list-style: inside decimal-leading-zero;
	padding: 0;
}

#extendedfooter ol li {
}

#extendedfooter ol li.unreleased {
}

dl.credits dt {
	font-size: 0.9em;
}

dl.credits dd {
	margin: 0 0 0.5em;
}

/* @end */

/* @group Form Elements */

#searchform {
	}

#searchform div {
	border-top: 1px dotted #ddbcc6;
	margin: 20px 0 0;
	padding: 5px 0; 
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 90%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

form.mailinglist {
	padding-bottom: 1.4em;
	}
	
form.mailinglist label.text {
	width:10em;
	float:left;
}

form.mailinglist input[type=radio] {
	clear: left;
	float: left;
}

form.mailinglist label.radio {
	margin: 0 0 0 2.2em;
	padding: 0;
}

form.mailinglist span.multiple {
	float:left;
	}
	
form.mailinglist span.button {
	padding-left: 10em;
	}
	
form.mailinglist div.clear {
	clear:both;
	padding-top:5px;
	}

/* @end */

/* @group Comments */

.alt {
}

.commentlist {
	padding: 0;
	margin: 0;
}

.commentlist li {
	list-style: none;
	margin-bottom: 1em;
}

.commentlist li.mycomment {
	background-color: #3b222b;
	border-top: #845d6d dotted 1px;
	padding: 0.4em 1em 0.3em 0.4em;
	margin-left: 3em;
}

.commentlist li p {
	margin: 0.3em 0 0.5em;
}

.commentlist cite {
	font-size: 1.2em;
	font-style: normal;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

/* @end */

/* @group Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

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

.center {
	text-align: center;
	}

hr {
	/*display: none;*/
	visibility: hidden;
	height: 0;
	margin: 0;
	padding: 0;
	clear: both;
}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	clear: both;
	}

#underconstruction {
	position: relative;
	background: #fae9e8;
	border: 6px solid #d80002;
	margin: 0;
	padding: 1px 10px;
	color: #580a06;
	z-index: 10;
}

#underconstruction p {
	max-width: 40em;
}

/* @end */
