body, h1, h2, h3, p, form, ul, li, ol {
	margin:0px;
	padding:0px;
}
body {
	margin: 0px;
	padding: 0px;
	background: black;
	font: normal 14px Helvetica, Arial, sans-serif;
	color: white;
	line-height:28px;
}

a {
	color: #dd3696;
	text-decoration: none;
	-webkit-transition: 0.25s ease-in-out;
}
a:hover {
	color: white;
}
img{
	border:white 3px solid;
}
p{
	margin-bottom:25px;
	max-width:600px;
}
object, embed{
	width:600px;
}
#imagecontainer {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
#imagecontainer img{
	border:none;
}
#mainimage {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: -1;
}
#main{
	width:100%;
	margin:auto;
	xbackground:#02080d;
}
#header {
    position: relative;
    height: 250px;
    background: black;
    -webkit-transition: height 2s ease-in-out;
    overflow: hidden;
}

#header.small {
    height: 117px;
}

#videoplayer {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
}

#header.small #videoplayer{
    height: 117px;

}

#videoclick {
    text-align: center;
    margin-top: -5px;
    position: absolute;
    width: 100%;
    top: 50%;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: white;
    color: rgba(255,255,255,0.5);
    -webkit-transition: top 2s ease-in-out;
}

.small #videoclick {
    top: -50%;
}

#logo {
    margin: 0px;
    padding: 0px;
}

#logo a{
    margin: 0px;
    padding: 0px;
    position: absolute;
    bottom: -25px;
    right: 10px;
    z-index: 200;
    width: 367px;
    height: 72px;
    background: url(images/logo.png) 0px 0px no-repeat;
    text-indent: -5000em;
}
#logo a:hover{
    border: none;
}
#videomore {
    margin: 0px;
    padding: 0px;
}

#videomore a{
    margin: 0px;
    padding: 0px;
    position: absolute;
    bottom: 0px;
    left: 10px;
    z-index: 200;
	color:#FFF;
	font-size:12px;
	opacity:0.5;
}
#videomore a:hover{
    border: none;
	opacity:0.5;
}

#navigation{
	height:35px;
	background:white;
	color:#2a6a7e;
	position:relative;
}
#mailinglist{
	position:absolute;	
	bottom:-22px;
	left:10px;
	font-weight:bold;
}
#emailaddress {
	background: transparent;
	border: none;
	border-bottom: 2px solid #2a6a7e;
	font: bold 14px Helvetica, Arial, sans-serif;
	color: #2a6a7e;
	-webkit-transition: 0.25s ease-in-out;
}#emailaddress:hover, #emailaddress:focus {
	color: #dd3696;
}

#gobutton {
	border: none;
	background: none;
	font: bold 14px Helvetica, Arial, sans-serif;
	color: #2a6a7e;
	cursor: pointer;
	-webkit-transition: 0.25s ease-in-out;
}#gobutton:hover {
	color: #dd3696;
}
#navigation ul{
	margin:0px;
	padding:0px;	
	list-style:none;
	padding-right:10px;
	padding-top:3px;
	font-weight:bold;
}
#navigation ul li{
	float:right;
	margin-left:10px;
}
#navigation ul li a{
	color:#2a6a7e;	
	text-decoration: none;
	-webkit-transition: 0.25s ease-in-out;
	font-size:18px;
}
#navigation ul li a:hover{
	color:#dd3696;
}
#content{
	xbackground:url(images/contentbg.jpg) top center fixed;
	overflow:hidden;
}
#leftpanel{
	margin-left:15px;
	width:245px;
	margin-right:25px;
	xfloat:left;
	position:absolute;
	top:285px;
	left:0px;
	margin-top:25px;
}
#imnewheretitle {
	clear:both;
	float:left;
}

#imnewheretitle a{
    width: 18px;
    height: 155px;
    background: url(images/imnewheretitle.png) 0px 0px no-repeat;
    text-indent: -5000em;
	display: block;
	margin-right:10px;
}
#imnewheretitle a:hover{
    border: none;
}
#leftpanelcontent p{
	margin-left:27px;	
}
#leftpanelcontent object{
	width:210px;
}
#leftpanelcontent embed{
	width:210px;
}
#mp3player{
	margin-top:8px;
	margin-bottom:5px;
}
#rightpanel{
	xfloat:left;
	width:100%;
	padding-top:20px;
	margin-left:300px;
}
.heading{
	font-size:24px;
	margin-bottom:25px;
	font-weight:normal;
}
.item{
	margin-bottom:60px;
}
.itemtitle a{
	font-weight:normal;
	font-size:18px;
	line-height:10px;
	margin-bottom:0px;
	color:white;
	text-decoration: none;
	-webkit-transition: 0.25s ease-in-out;
}
.itemtitle a:hover{
	color:#dd3696;
}
.itemcategory {
	color:#6fbd4d;	
	font-weight:normal;
}
.itemcategory a{
	color:#6fbd4d;	
	text-decoration: none;
	-webkit-transition: 0.25s ease-in-out;
	text-transform:capitalize;
}
.itemcategory a:hover{
	color:white;	
}
.itemdate{
	font-size:12px;
	line-height:40px;
}

.articletitle{
	margin-left:5px;	
}
#comment{
	font-weight:normal;
	font-size:18px;
	margin-bottom:10px;
}
.comments_invite{
	color:#dd3696;
}
.comments{
	margin-left:20px;	
}
.comments p{
	margin-bottom:10px;
}
#userguide{
	width:600px;	
}
li{
	max-width:600px;	
}