/*
Theme Name: SoS 2013
Author: Svend Joscelyne
Version: 6.0
Description: Design for 2013 Event
*/

body {
background: #eee;

background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.35) 100%), url('splash-img/bg-tl.png') left top no-repeat, url('splash-img/bg-br.png') right bottom no-repeat, url('splash-img/bg2.png');

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.35))), url('splash-img/bg-tl.png') left top no-repeat, url('splash-img/bg-br.png') right bottom no-repeat, url('splash-img/bg2.png');

background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.35) 100%), url('splash-img/bg-tl.png') left top no-repeat, url('splash-img/bg-br.png') right bottom no-repeat, url('splash-img/bg2.png');

background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.35) 100%), url('splash-img/bg-tl.png') left top no-repeat, url('splash-img/bg-br.png') right bottom no-repeat, url('splash-img/bg2.png');

background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.35) 100%), url('splash-img/bg-tl.png') left top no-repeat, url('splash-img/bg-br.png') right bottom no-repeat, url('splash-img/bg2.png');

//background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.35) 100%), url('splash-img/bg-tl.png') left top no-repeat, url('splash-img/bg-br.png') right bottom no-repeat, url('splash-img/bg2.png');

	font-family: Verdana, Sans-Serif;
	margin: 0;
	color: #000099;
	font-size: 13px;
	}

a, a:link, a:visited { color: #527df1; text-decoration: none; }
a:hover { color: #000055; }


hr { margin-top: 15px; }
h2 { margin: 10px 0; color: #000099; }
h3 { color: #000099; }