/* Pratorhurst Records - CSS Document */
/* 10.23.2010 - dH */

/* Headings */

h1 {
	font-size: 30px;
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-weight: normal;
	}

h2 {
	font-size: 18px;
	font-weight: bold;
	}

h3 {
	font-size: 16px;
	font-weight: bold;
	}

h4 {
	font-size: 14px;
	font-weight: bold;
	}

h5 {
	font-size: 12px;
	font-weight: bold;
	}

h6 {
	font-size: 10px;
	font-weight: bold;
	}

/* Links */

a {
	color: #FF6600;
	text-decoration: none;
	}

a:hover {
	color: #FF6600;
	}

a:visited	{
	color: #3333FF;
	}

/* Paragraphs */

p {
	color: #666666;
	}

/* Strong/B em/I */

strong, b {
	font-weight:700;
	}

em, i {
	font-style:italic;
	}
	
/* UnOrdered List */

ul {
	list-style:none;
	}
	
ul li {
	}

/* Ordered List */

ol {
	list-style:decimal;
	margin-left:35px;
	}
	
ol li {
	}

/* Definition LIst */

dl {
	}
	
dt {
	font-weight:700;
	text-decoration:none;
	margin-top:10px;
	font-size:14px;
	border:0;
	}
	
dd {
	margin-left:18px;
	}

/* Misc */

blockquote {
	}

abbr {
	}

acronym {
	}

sub {
	font-size:10px;
	line-height:1.5;
	vertical-align:bottom;
	}

sup {
	font-size:10px;
	line-height:1.5;
	vertical-align:top;
	}

code {
	}

small {
	font-size:11px
	}
	
p.event {
	text-align: center;
	}
