/*

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: #FFF;
	margin: 0;
	background: rgb(61,132,195);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13pt;
}

* {
	margin: 0;
	padding: 0;
}

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

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

#sid {
	
}

#main {
	padding-top: 1em;
	padding-bottom: 1em;
	padding-right: 3em;
	
	background: rgb(31,62,91);
/*	border-bottom: 5px solid #ff5;
	border-top: 5px solid #ff5;
	height: 350px; */
	margin-left: 0em;
	margin-top: 0;
}

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

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

#getitnow {
	background: transparent;
/*	background-image: url('images/getradioflarenow.png');
	background-repeat: no-repeat; */
	display: inline;
	position: absolute;
	z-index: 1;
	padding-top: 2px;
	right	: 5px;
	height: 158px;
	width: 150px;
}

.content {
	padding-top: 2em;
	padding-bottom: 2em;
	padding-left: 1em;
}

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

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

#main .centred {
	position: relative;
	clear: both;
	display: block;
	text-align: center;
}

.nothighlighted {
	margin: 2px;
	padding: 2px;
}

.highlighted {
	border: 1px solid #ba4;
	padding: 1px;
}

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

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

#main .screenviewer {
	background-image: url('images/iphone-withscreenshot.png');
	background-position: 50% 0%;
	background-repeat: no-repeat;
	clear: both;
	height: 400px;
	margin: 0px auto;
	position: relative;
	right: 50px;
	width: 808px;
	padding-top: 36px;
	padding-left: 340px;
}

#main .block {
	padding: 2em;
}

#main a img {
	border: 0px;
}

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

/* header
--------------------------------------------------*/
#logo {
	background-image: url('images/radioflare-logo.png');
	background-position: 50% 25px;
	background-repeat: no-repeat;
	clear: both;
	height: 101px;
	margin: 0px auto;
	position: relative;
	width: 808px;
}

#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;
}

#nav {
	padding-top: 5px;
	position: relative;
	width: 808px;
	margin-top: 0px;
	margin-right: auto;
	z-index: 2;
}

img {
	border: 0px;
}

#content {
	margin: 0 266px 0 0 !important;
	padding-left: 1.5em;
	padding-right: 2em;
	padding-top: 1.2em;
	padding-bottom: 2em;
	background-image: url('/images/bg-rect-large-row.gif');
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: center center;
}

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

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

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

#nav li a {
}

#nav li a:hover {
	border-bottom: 5px solid #ff0;
}

#nav li a.active {
}

/* 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: 0px auto;
	position: relative;
	width: 808px;
	
	padding-bottom: 5px;
	padding-top: 1em;
	text-align: center;
	height: 280px;
	
	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;
}

