/* working default css */
body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 130%;
	color: #333333;
}

	h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	}
	
	h1 {
	font-size: 180%;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 110%;
	color:#0737bd;
	padding: 0 0 20px 0;

	}
	
	h2 {
	font-size: 150%;
	line-height: 100%;
	font-weight: bold;
	color:#035b99;
	padding: 0 0 5px 0;
		}
		
		h3 {
		font-size: 120%;
		line-height: 120%;
		color:#cc3300;
		}

h4 {
font-size: 180%;
font-weight: bold;
padding: 0 0 20px 10px;
	letter-spacing: -1px;
	line-height: 110%;
	color:#0737bd;
}

h5 {
padding: 0 0 5px 10px;
	font-size: 150%;
	font-weight: bold;
	color:#035b99;
		}

	a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	}
	
	a.hover {
	text-decoration:underline;
	}
	
	a.top {
	color: #3e3e3e;
	text-transform: uppercase;
	}
	
	ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
	p {
	margin: 0;
	padding: 0;
	}
	
	img {
	border: none;
	}
	
	hr {
	margin: 15px 0 0 0;
	padding: 0;
	border: 1px solid #fff;
	}
	
	.clear {
	clear: both;
	margin: 0;
	padding: 0;
	}
	
	.image {
	margin: 0 0 0 10px;
	padding: 3px;
	border: 1px solid #999;
	}
	
	
	address.vcard {
	font-style: normal;
	}
	
	#wrap {
	margin: 0 auto;
	padding: 0 25px;

	min-width: 765px;
	max-width: 965px;
	font-size: 100%;
	}
	
	/*Header Navigation*************************/
	#header,
	#home_header {
	float: left;
	margin: 0;
	padding: 0;
	background: url(../images/header-bar.gif) repeat-x top right;
	width: 100%;
	}
	
	#home_header {
	position: relative;
	}
	
	#nav {
	float: left;
	position: relative;
	top: -1px;
	margin: 0;
	padding: 0;
	background: #fff;
	}
	
	#nav ul {
	background: url(../images/header-bar.gif) repeat-x 1px 1px;
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	}
	
	#nav ul li {
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	}
	
	#nav ul li a {
	float: left;
	margin: 0;
	padding: 12px 8px 5px 10px;
	color: #000099;
	font-size: 95%;
	}
	
	#nav ul li a:hover {
	text-decoration: underline;
	}
	
	#home_header .login {
	float:right;
	margin: -25px 10px 15px 0;
	padding: 0;
	font-size: 95%;
	}
	
	#home_header .login a {
	margin: 0;
	padding: 0;
	color: #000099;
	font-size: 95%;
	}
	
	#home_header .login a:hover {
	text-decoration: underline;
	}
	
	#home #home_nav,
	#browse #browse_nav,
	#make #make_nav,
	#upload #upload_nav,
	#download #download_nav {
	margin: 0;
	padding: 0px;
	background: #000099 url(../images/header-tab-right.gif) no-repeat bottom right;
	}
	
	#forum_nav {
	margin: 0;
	padding: 0px;
	background: #000099 url(http://www.mediamachines.com/images/header-tab-right.gif) no-repeat bottom right;
	}
	#forum_nav a {
		margin: 0;
	padding: 12px 8px 1px 8px;
	border-top: none;
	color: #fff;
	background: url(http://www.mediamachines.com/images/header-tab-left.gif) no-repeat bottom left;
	}

	#home #home_nav a,
	#browse #browse_nav a,
	#make #make_nav a,
	#upload #upload_nav a,
	#forum #forum_nav a,
	#download #download_nav a {
	margin: 0;
	padding: 12px 8px 1px 8px;
	border-top: none;
	color: #fff;
	background: url(../images/header-tab-left.gif) no-repeat bottom left;
	}
	
/*Register*********************/
	#register {
	margin: 0 0 0 10px;
	padding: 0;
	line-height: 1em;
	font-size: 95%:
	_font-size: 95%;
	color: #333;
	}

#register .error {
		margin: 0 5px 0 0;
	padding: 0;
	line-height: 1.25em;
	font-size: 100%;
	color: #CC0000;
	}

#register a {
	margin: 0;
	padding: 0;
	font-size: 95%;
	color:: #000099;
	border-bottom: 1px solid #000099;
	}
	
	#register a:hover {
	border: none;
	}
	
	#register a:visited {
		color: #000099;
	}

/*Logo related - need this?*****************/

#home_header .home_logo {
	float: right;
	margin: 0px 10px 0px 0;
	padding: 0;
}

#header .logo {
	float: right;
	margin: 0 20px 0px 0;
	padding: 0;
}

.headertext {
position: absolute;
top: 75px;
right: 20%;
margin: 0;
padding: 0;
}

/*Home Page Headline***************/

	#headlinetext {
	position: absolute
	top: 80px;
	margin: -40px 0 20px 0;
	padding: 0;

	}
	
	/*BG Image****************/

#bgimage {
position: absolute;
top: 100px;
left: 0px;
margin: 0;
padding: 0;
}

/*Download Button*****************/

#button {
	position: absolute;
	top: 50px;
	left: 30px;
	margin: 0;
	padding: 0;
}

#buttontext a {
	margin: 0;
	padding: 0;
	font-size: 85%;
	color:: #000099;
	border-bottom: 1px solid #000099;
	}
	
	#buttontext a:hover {
	border: none;
	}
	
	#buttontext a:visited {
		color: #000099;
	}

#buttontext p {
margin: 0;
	padding: 0;
	font-size: 85%;
	line-height: 1em;
	color:: #000099;
}

body#news #header .logo{
	height: 20px;
}
	
/*Home Page Content - incomplete*****************/	
	#content {
	float:left;
	margin: 0;
	padding: 0;
	}	
	
	#content .main {
	margin: 0;
	padding: 0;
	line-height: 1.6em;
	font-size: 115%;
	}
	
	#content .main a {
	margin: 0;
	padding: 0;
	color:: #000099;
	border-bottom: 1px solid #000099;
	}
	
	#content .main a:hover {
	border: none;
	}
	
	#content .main a:visited {
	color: #000099;
	}
	
	#content .main p {
	margin: 0;
	padding: 0;
	color: #000099;
	}
	
	#content .sub {
	margin: 0;
	padding: 0;
	}
	
	#content .sub a {
	margin: 0;
	padding: 0;
	color:: #000099;
	border-bottom: 1px solid #000099;
	}
	
	#content .sub a:hover {
	border: none;
	}
	
	#content .sub a:visited {
	color: #000099;
	}
	
	#content .sub p {
	margin: 0;
	padding: 0;
	color: #000099;
	}
	
	/*Other Pages******************/
	#content .about {
	margin: 0 5px 0 10px;
	padding: 0;
	width: 100%;
	}
	
	#content .about a {
	margin: 0;
	padding: 0;
	color: #000099;
	border-bottom: 1px solid #000099;
	}
	
	#content .about a:hover {
	border: none;
	}
	
	#content .about a:visited {
	color: #000099;
	}
	
	#content .about p {
	margin:  0;
	padding: 0;
	line-height: 1.25em;
	font-size: 100%:
	color: #333;
	}

/*Other Tabled Content Pages****************/
	#content .tablemain {
	margin: 0;
	padding: 0;
	line-height: 1.25em;
	font-size: 100%;
	}
	
	#content .tablemain a {
	margin: 0;
	padding: 0;
	color:: #000099;
	border-bottom: 1px solid #000099;
	}
	
	#content .tablemain a:hover {
	border: none;
	}
	
	#content .tablemain a:visited {
	color: #000099;
	}
	
	#content .tablemain p {
	margin: 0;
	padding: 0;
	color: #000099;
	}
	
	#content .tablesub {
	margin: 0;
	padding: 0;
	line-height: 1.25em;
	font-size: 100%;
	}
	
	#content .tablesub a {
	margin: 0;
	padding: 0;
	color:: #000099;
	border-bottom: 1px solid #000099;
	}
	
	#content .tablesub a:hover {
	border: none;
	}
	
	#content .tablesub a:visited {
	color: #000099;
	}
	
	#content .tablesub p {
	margin: 0;
	padding: 0;
	color: #000099;
	}
	
	/*Legal Page*******************/
	#legal {
	margin: 0 5px 0 10px;
	padding: 0;
	line-height: 1.25em;
	font-size: 95%:
	_font-size: 95%;
	color: #333;
	}
	
	/*Error Red Text****************/
	#content .error {
	margin: 0 5px 0 10px;
	padding: 0;
	line-height: 1.25em;
	font-size: 100%;
	color: #CC0000;
	}
	
	
	/*Help Page*********************/
	
	#content .help {
	float: left;
	margin: 0 5px 0 10px;
	_margin: 0;
	padding: 0;
	_padding: 0 15px 0 10px;
	line-height: 1.25em;
	width: 100%;

	}
		
	#content .help p {
	margin: 0;
	padding: 0;
	font-size: 100%;
	_font-size: 100%;
	color: #333;
	}
	
	#content .help a {
	margin: 0;
	padding: 0;
	color:: #000099;
	border-bottom: 1px solid #000099;
	}
	
	#content .help a:hover {
	border: none;
	}
	
	#content .help a:visited {
	color: #000099;
	}
	
	#content .helpanswer a {
	margin: 0;
	padding: 0;
	color:: #333;
	font-weight: bold;
	border: none;
	}
	
	#content .helpanswer a:hover {
	border: none;
	}
	
	#content .helpanswer a:visited {
	color: #333;
	}
	
		#content .helpanswer p {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	color: #333;
	}
	
		#content .helpsmall a {
	margin: 0;
	padding: 0;
	color:: #000099;
	font-weight: bold;
	border: none;
	border-bottom: none;
	}
	
	#content .helpsmall a:hover {
	border: underline;
	}
	
	#content .helpsmall a:visited {
	color: #000099;
	}
	
/*footer*****************************/
	#footer {
	float: left;
	margin: 10px 0 0;
	padding: 20px 0 15px 0;
	text-align: center;
	width: 95%;
	background: url(../images/footer-bar.gif) no-repeat top center;
	}
	
	#footer p.links {
	margin: 0 0 15px 0;
	_margin: 0 0 10px 0;
	padding: 0;
	}
	
	#footer p.links a {
		margin: 0;
		padding: 0;
		color: #000099;
		font-size: 100%;
	}
	
	#footer p.links a:hover {
	text-decoration: underline;
	}
	
	#footer p {
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 95%;
	}
	
	
