/*

Zombies vs. Sheep Theme
by Martin Pichlmair / studio radiolaris

body
--------------------------------------------------*/
body {
	color: #000;
	margin: 0;
	background: rgb(61,132,195); 
	
	background-image: url('images/canvas-blue.png');
	background-repeat: repeat;

	font-family: Helvetica, Arial, sans-serif;
	font-size: 13pt;
}

* {
	margin: 0;
	padding: 0;
}

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

a {
	color: #033;
}

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

#sid {
	
}

#main {
	padding-top: 1em;
	padding-bottom: 1em;
	padding-right: 3em;
/*	
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	
/*		border-bottom: 5px solid #ff5;
	border-top: 5px solid #ff5;
	height: 350px; */
	margin-left: 0em;
	margin-top: 0;
}

#borderTop {
	background: transparent;
	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: transparent;
	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;
	right	: 5px;
	height: 200px;
	width: 200px;
}

.content {
	padding-left: 30px;
}

p.content {
	padding-bottom: 15px;
}

h3.content {
	font-variant:small-caps;
	padding-top: 30px;
	padding-bottom: 0.5em;
}

.content ul {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 2em;
}

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

#main .nothighlighted {
	border: 1px solid #000;
}

#main .highlighted {
	border: 1px solid #fb4;
}

.video {
	padding-top: 2em;
	padding-bottom: 2em;
	padding-left: 10px;
	width: 100%;
}

#main .screenviewer {
	background-image: url('images/iphone-withscreenshot.png');
	background-position: 0% 0%;
	background-repeat: no-repeat;
	height: 770px;
	position: relative;
	right: 0px;
	width: 400px;
	padding-top: 151px;
	padding-left: 44px;
	float: left;
}

#main .screenshots {
	padding: 0;
}

#main .block {
	padding: 2em;
}

#main .intext {
	border: 0px;
	float: left;
	padding: 1em;
}

#main a img {
	border: 0px;
}

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

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

#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 {
	height: 50px;
	margin: 0px auto;		
	position: relative;
	z-index: 2; 
	width: 600px;
}

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 {
	margin: 0px auto;
	width: 660px;
	/* margin-bottom: 20em; */
	
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	
	background: rgb(104,62,31);
	background-image: url('images/paper.png');
	background-repeat: repeat;	
}

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

#nav li {
	list-style: none;
	display: inline;
}

#nav li a {
	color: #FF3;
}

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

#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: #000;
	font-weight: bold;
	font-size: 70%;
	margin: 0px auto;
	position: relative;
	width: 700px;
	
	padding-bottom: 5px;
	padding-top: 2.1em;
	text-align: center;
	height: 280px;
	
	background-image: url('images/board-bottom.png');
	background-repeat: no-repeat;
	background-position: center top;
}

.clearcenter {
	clear: both;
	display: block;
	margin: 0px auto;
	position: relative;
	text-align: center;
}


.clear {
	clear: both;
}


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

.alignleft {
	float: left;
}

.alignright {
	float: right;
}



