/********************************************************************************
Nice Shorts Website, v4 :: Master Style Sheet
********************************************************************************/

@import url('nice_layout.css');
@import url('nice_content.css');
@import url('nice_pages.css');
@import url('nice_sponsors.css');

/* ----- TAGS ----- */

html { min-height: 100%; margin-bottom: 1px; }

body, td, th, form, input, textarea, select, option { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size:12px; color:#454545;  }

body {
	background-color:#fff;
	background-image:url(../rebrand-images/page_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

div, td, th { margin:0px; padding:0px; text-align:left; }
td, th { vertical-align:top; }

p, br, dl, dt, dd, ul, ol, li { margin:0px; padding:0px; }
p { line-height:160%; margin-bottom:1em; }

a { text-decoration:none; font-weight:bold; outline:none; }
a:link, a:visited { color:#4073db; }
a:hover { color:#8dbff3; }
a:active { color:#ff8000; }

img { border:0px; margin:0px; padding:0px; }

h1, h2, h3, h4, h5 { margin-top:0px; font-family: Trebuchet MS, Arial, Helvetica, sans-serif; }
h3, h4 { color:#9aa2a8; }
h1 { font-size:32px; padding:0px; margin:0px; display:inline; float:left; }
h2 { color:#000000; border-bottom:1px solid #d1d2d4; }
h2 { font-size:26px; }
h3 { font-size:20px; }
h4 { font-size:16px; }

iframe { border:0px none; }

form, input { padding:0px; margin:0px; }
fieldset { border:1px solid #d1d2d4; }
legend { font-family:Trebuchet MS, Arial, Helvetica, sans-serif; font-size:14pt; font-weight:bold; color:#9aa2a8; }

acronym { border-bottom:1px dotted; color:#838c93; cursor:help; }