﻿/* 
Mediaburst Textburst Style 2010

Author: Martin Steel / Mediaburst Ltd.
Copyright: Mediaburst Ltd.
*/

/* HTML Tags*/
html { overflow-y: scroll; }
body
{
	background-color: #e6e6e6;
	font: 14px/1.4 Arial, Helvetica, sans-serif;
	color: #333;
}
body { background: #ffffff url(/images/tb-bg-page.gif) repeat scroll top left; }

div, form { margin: 0px; padding: 0px; }

/* Template items */
#wrapper
{
	margin: 35px 100px 35px 100px; 
	padding: 0px;
	background-color: #ffffff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
}
#loggedout 
{
	position: absolute;
	left: 50%;
	width: 400px;
	margin-top: 15%;
	margin-left: -200px;
	padding: 15px;
	background-color: #ffffff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#header .name
{
	font-size: 40px;
	padding-left: 15px;
	color: #993366; 
	text-transform: lowercase; 
	font-weight: bold; 
	letter-spacing: -3px;	
	float: left;		
}
#outheader h1
{
	font-size: 40px;
	color: #993366; 
	text-transform: lowercase; 
	font-weight: bold; 
	letter-spacing: -3px;
	text-align: center;
	width: 100%;
	margin-bottom: 5px;
	margin-top: 0px;
}

input.button, button 
{
	padding: 2px 10px;
	font: bold 16px  Arial;
	border: 1px solid #E3E3E3;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #E3E3E3 url(/images/tb-bg-button.jpg) repeat-x scroll bottom left; 
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
