/*

Theme Name: Blass2
Theme URI: http://1000ff.de/wordpress-theme-blass-english-version/
Description: Widgetized, elegant, simple. There are no image files, so Blass loads pretty fast.
Tags: fixed width, two columns, widget ready, widgets, right sidebar, simple, white, clean, valid CSS, valid XHTML
Version: 1.5
Author: 1000ff
Author URI: http://1000ff.de/


body
--------------------------------------------------*/
body {
	color: rgb(255,255,255);
/*	background: rgb(249,59,177); */
	background: #471846;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13pt;
	background-image: url('images/bg-top.png');
	background-repeat: repeat-x;
	
/*	background-image: url('images/bg-strip.png');
	background-repeat: repeat-x;		
	background-position: 0 200px;;
	m/argin:  5em 0 0 0;
	*/
}

* {
	margin: 0;
	padding: 0;
}

code {
	font: 100% "Courier New", "Lucida Console", Arial;
}

/* general
--------------------------------------------------*/

#sid {
	background-image: url('images/sid_new_diskopose.png');
	background-repeat: no-repeat;
}

#main {	
	padding: 0 0 0 0 !important;
	margin-left: 0em;
	margin-top: 1em;
	
}

#borderTop {
	background: rgb(233,233,233);
	background-image: url('images/shadow-bottom.png');
	background-repeat: repeat-x;
	height: 16px;
	margin: 0 0 0 30em !important; 
	padding: 0 0 0 0 !important;
}

#borderBottom {
	background: rgb(233,233,233);
	background-image: url('images/shadow-top.png');
	background-repeat: repeat-x;
	height: 16px;
	margin: 0 0 0 30em !important; 
	padding: 0 0 0 0 !important;
}

.getitnow {
	margin: 0 0 15px 270px !important; 
	position: relative;
	width: 480px;
}

.content {
	font-size: 120%;
	margin: 0 15px 0 270px !important; 
	position: relative;
	width: 480px;
	padding-bottom: 3em;
	padding-top: 2em;
}

.content p {
	padding-bottom: 1em;
}

.content h3 {
	padding-top: 1em;
	padding-bottom: 0.5em;
	padding-left: 50px;		
}

.content.a:hover {
	border-bottom: solid 1px rgb(255,255,255);
	margin: 0px;	
}

#main .centred {
	posi/tion: relative;
	c/lear: both;
	di/splay: block;
	tex/t-align: center;
}

.nothighlighted, .content img {
	margin: 1px;
}

.highlighted {
	border: 1px solid #fff;
}

#main .highlighted {
	border: 2px solid #fff;
}

#main .screenviewer .video {
	position: relative;
	top: -20px;
	left: 119px;
}

#main .screenviewer {
	background-image: url('images/frame-2.png');
	background-position: 50% 0%;
	background-repeat: no-repeat;
	c/lear: both;
	height: 380px;
	margin: 0 15px 0 87px !important; 
	width: 770px;
	padding-top: 36px;
	padding-left: 64px;
}
#main .screenviewer img {
	position: absolute;
	left: 270px;
}
#main .block {
	padding: 2em;
}

#main a img {
	border: 0px;
}

.sid {
	float: left;
	padding: 2em;
	margin-left: 0px;
	margin-top: -100px;
}

/* header
--------------------------------------------------*/
#logo {
	margin: 2em 15px 0 270px !important; 
	position: relative;
}

#header {
	margin: 0px auto;
	position: relative;
	width: 808px;
	
	padding-bottom: 5px;
	text-align: center;
	
/*	background-image: url('images/bg-top.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	*/
}

img {
	border: 0px;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	/* margin-bottom: 20em; */
}

/* navigation
--------------------------------------------------*/

#nav {
}

#nav li {
/*	float: left; */
	list-style: none;
	display: inline;
}

#nav li a {
	border-bottom: 3px solid rgb(255,255,255);
}

#nav li a:hover {
	border-bottom: 7px solid rgb(255,255,255);
}

#nav li a:active {
	border-bottom: 10px solid rgb(255,255,255);
}

/* link colours
--------------------------------------------------*/

a {
	color: rgb(222,200,255);
	font-style: italic;
}


/* some input
--------------------------------------------------*/
input {
border: 1px solid #CCC;
font-size: 11px;
}

input:hover {
border: 1px solid #262626;
}

input:focus {
border: 1px solid #262626;
color: #333;
}

/* footer
--------------------------------------------------*/
#footer {
	color: #fff;
	font-size: 60%;
	margin: 0 15px 0 270px !important; 
/*	position: relative; */
	
	
	padding-bottom: 5px;
	padding-top: 1em;
/*	text-align: center; */
	height: 280px;
	width: 480px;
	
/*	background-image: url('images/bg-bottom.png');
	background-repeat: no-repeat;
	background-position: center top;
	*/
}

.clear {
	clear: both;
}


.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignleft {
float: left;
}

.alignright {
float: right;
}

