/*
Theme Name: GoRegster
Theme URI: http://goregister.com.au
Description: GoRegister Theme
Version: 1.0
Author: Rocco Howard
Author URI: http://bluora.com.au
Tags: Bluora

Bluora Hosting Services
http://bluora.com.au
*/

body {
	background-color:#FFF;
	margin: 0px;
}

body,td,th {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:small;
}

#container {
	
	background-image: url(images/page-background.png);
	background-repeat: repeat-x;
}

#page {
	width:972px;
	margin: 0 auto;
	padding-top:0px;
}


#header {
	height:94px;
}

#header div.logo {
	float:left;
	margin-left:10px;
}

#header div.logo a {
	display:block;
	background-image:url('images/header_logo.png');
	height:94px;
	width:300px;
}

#header div.title {
	float:right;
	font-size:24px;
	color:#FFF;
	margin-left:10px;
	font-family:"DeconStruct_Medium",Tahoma;
	border:1px solid #53BFDB;
	background-color: #99DAEA;
	padding:5px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

#header div.user {
	float:right;
	font-size:10px;
	color:#FFF;
	padding:4px;
	z-index:99;
}

#ACTION_jump_to {
	background:#7FD1E5;
	border:none;
	border:1px solid #FFF;
	margin-left:5px;
	font-size:x-small;
	color:#FFF;
}


#header2 {
	margin-top:2px;
	height:40px;
	background-image:url(images/page-header2-background.png);
	background-repeat:repeat-x;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

#header2 div.top-menu,
#header2 div.top-menu-right {
	float:left;
	padding-left:10px;
	padding-top:12px;
}

#header2 div.top-menu-right {
	float:right;
	padding-left:10px;
	padding-top:12px;
	margin-right:10px;
}


#header2 div.top-menu ul,
#header2 div.top-menu-right ul {
	list-style:none;
	margin:0;
	padding:0;
}
#header2 div.top-menu li {
	float:left;	
}

#header2 div.top-menu a:first-child {
	
}

#header2 div.top-menu a,
#header2 div.top-menu-right a {
	font-family:"DeconStruct_Medium",Tahoma;
	color:#A6DFEC;
	float:left;
	font-size:18px;
	text-decoration:none;
	padding-left:8px;
	padding-right:8px;
	height:28px;
	display:block;
	text-transform:uppercase;
	border-right:1px solid #65C8E0;
}


#header2 div.top-menu span,
#header2 div.top-menu-right span {
	color: #F3F4CA;
}

#header2 div.top-menu a.back ,
#header2 div.top-menu-right  a.back {
	background-color:#7FD1E5;
	height:17px;
	color:#2BAACA;
	margin-right:15px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#header2 div.top-menu a:hover
#header2 div.top-menu-right  a:hover {
	color:#D5F0F7;
}

#header2 div.top-menu li.current_page_item a,
#header2 div.top-menu-right li.current_page_item  a {
	background-image:url(images/MENU_selector.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	color:#FFF;
}


#header2 div.top-menu-right a:last-child {
	border-right:none;
}


#show_reel {
	width:972px;
	height:250px;
	margin-top:-5px;
	margin-right:-7px;
	margin-left:-7px;
	margin-bottom:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

#show_reel img {
}

#content {
	padding:7px;
	min-height:500px;
	
}

#content h1 {
	margin-top:0;
	margin-bottom:5px;
	color:#F60;
	font-size:24px;
	font-weight:normal;
}
#content h2 {
	margin-top:10px;
	margin-bottom:5px;
	color:#333;
	font-size:16px;
	padding:5px;
	padding-left:8px;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	border-radius:10px;
	background-color:#EFEFEF;
	margin-left:-10px;
}

#content hr {
	border:none;
	border-top:1px solid #EFEFEF;	
	padding-bottom:5px;
}

#content p {
	margin-top:10px;
	margin-bottom:10px;
	line-height:20px;
	color:#666;
}
#content a {
	color:#269AB7;
}

#content a:hover {
}

#content .curvedblock {
	padding:5px;
	padding-left:8px;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	border-radius:10px;
}

#content .curvedblock p {
	margin-top:2px;	
	margin-bottom:2px;	
}

#footer-container {
	border-top:1px solid #33393C;
	padding:6px;
	padding-top:12px;
	background-color:#546063;
}

#footer {
	
	margin: 0 auto;
	width:972px;
	color:#2BAACA;
}

#footer ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
#footer ul li.header {
	color: #2BAACA;
	font-weight:bold;
}
#footer a {
	color: #2BAACA;
	text-decoration:none;
}
