* { margin: 0; padding: 0; border: 0; outline: 0;
}

/* Overall
------------------------------------------------------------------------- */

body { font-family: arial, verdana, sans-serif; font-size: small; text-align: center; color: white; background: #222222; }
div, p, img, a, td, ul, ol { font-size: 1em; }

ul, ol{ padding-bottom: 10px; }

.clear{ clear:both; }

.text-only{ display: none; }
.embellish { font-weight: bold; color: #598527; }

#mediamenu ol{ padding: 10px 5px 0px 5px; margin-left: 20px; }
#mediamenu ol a{ color: #fff; padding: 0px 15px 0px 0px; }
#mediamenu ol a:hover { color: #FFD721; background: url(images/blob_yellow.gif) center right no-repeat; text-decoration: none; }
#mediamenu ol a.selected { background: url(images/blob_yellow.gif) center right no-repeat; }

h1, h2, h3, h4 { margin: .5em 0; }
h1 { font-size: 140%; }
h2 { font-size: 130%; }
h3 { font-size: 120%; }
h4 { font-size: 110%; }

p { padding: 0 0 1em 0; }

a, a:link { text-decoration: none; color: yellow; }
a:visited { color: yellow; }
a:hover { color: yellow; text-decoration: underline; }
a:active { color: yellow;}

a img, a:hover img, img { border: none; text-decoration: none; }

#page { width: 760px; margin: 0 auto; text-align: left; background: #000000 url(images/bg_page.gif) bottom no-repeat; }

/* Main Content
-------------------------------------------------------------------------- */

#maincontent { float: left; text-align: left; width: 540px; padding-left: 15px; padding-bottom: 200px; }

#content h1 { color: #598527; }
#content p { font-size: 90%; }
#content ul { margin-left: 20px; padding: 5px; }

#mainmenu{ padding-bottom: 15px; font-size: 0.9em; }
#mainmenu a { padding: 2px 5px 5px 15px; color: white; text-decoration: none; background: url(images/blob_white.gif) center left no-repeat; }
#mainmenu a:hover{ color: #FFD721; background: url(images/blob_yellow.gif) center left no-repeat; }
#mainmenu ul { margin-left: 0; padding-left: 0; }
#mainmenu ul li {	margin-left: 0; margin-bottom: 0; list-style: none; display: inline; }

#mediamenu{ width: 200px; }

ol { padding-left: 20px; }

#maincontent img { margin-top: 15px; }
#bioPic img { float: left; margin: 0 15px 15px 0; }
#hogan_ad { margin-bottom: 10px; }

.width_200{ width: 200px; }

/* Header 
------------------------------------------------------------------------- */

#header { position: relative; padding: 5px 0px 0px 15px; }
#header h1 { font-size: 180%; font-weight: normal; padding-bottom: 10px; border-bottom: 1px solid white; width: 540px; }
#header h1 .com { font-size: 70%; }
#header a { text-decoration: none; border-bottom: none; color: white; }

/* Sidebar 
------------------------------------------------------------------------- */

#sidebar { margin: 0px 15px 15px 575px; font-size: 78%; text-align: center; width: 167px; }

#hogan_ad { background: url(images/Luther-DVD-panel.gif) no-repeat; }
#hogan_ad p { padding: 270px 8px 10px 8px; text-align: center; }

.bigger { font-size: 150%; }


/* Footer 
------------------------------------------------------------------------- */
#footer { font-size: 85%; text-align: right; padding: 0px 15px 0px 0px; }
#footer a { padding: 2px 5px 3px 15px; color: white; text-decoration: none; background: url(images/blob_green.gif) center left no-repeat; }
#footer a:hover { color: #FFD721; background: url(images/blob_yellow_green.gif) center left no-repeat; }
#footer ul li { list-style: none; display: inline; }

/* Rounded Corners appear throughout the site 
------------------------------------------------------------------------*/

.roundedcorners { margin: 0px 0px 10px 0px; }

<!-- 
/*
	| liquidcorners.css; feel free to adapt the style!
	| ================================================
	| use: 4 corners with borderline outside a contentbox with class="inside"; 
	|      image  = upper half: top left corner, long borderline, top right corner
	|               under half: bottom left corner, long borderline, bottom right corner
	|      CHANGE = you have to change this for fitting to your image
	|      YCC    = You Can Change (or omit), if wanted
	|      DNC    = Do Not Change
	| credits: original by francky kleyneman, see article/tutorial in Francky's Developers Corner:
	|          http://home.tiscali.nl/developerscorner/liquidcorners/liquidcorners.htm
	| adapted
	| by.....: ... (your name and site?!)
	|
	| + please let this text & links intact for a next user +
*/
.top-left, .top-right, .bottom-left, .bottom-right { 
	background-image: url(images/corners1280x14.gif); /* CHANGE: path and name of your image */
	height: 7px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}
.top-left, .bottom-left { 
	margin-right: 7px; /* CHANGE: replace by the width of one of your corners */
	}
.top-right, .bottom-right { 
	margin-left: 7px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -7px;  /* CHANGE: replace by the height of one of your corners */
	}
.top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
.bottom-left  { 
	background-position: 0 -7px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.bottom-right { 
	background-position: 100% -7px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.inside {
	border-left: 1px solid #598527; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #598527;/* YCC: color & properties of the right-borderline */
	background: #598527;            /* YCC: background-color of the inside */
	padding-left: 5px;             /* YCC: all texts at some distance of the left border */
	padding-right:5px;             /* YCC: all texts at some distance of the right border */
	text-align: center}
.notopgap    { margin-top: 0; }    /* DNC: to avoid splitting of the box */
.nobottomgap { margin-bottom: -1px; padding-bottom: 1px; } /* DNC: to avoid splitting of the box */

/*
implementation in the page:
	...
	<head>
	<link rel="stylesheet" type="text/css" href="liquidcorners.css">
	...
	</head>
	
	<body>
	...
	<div class="top-left"></div><div class="top-right"></div>
		<div class="inside">
		<p class="notopgap">Your text & other things inside</p>
		...
		<p class="nobottomgap">...</p>
		</div>
	<div class="bottom-left"></div><div class="bottom-right"></div>
	...
	</body>
*/
-->

/* Styling Text
----------------------------------------------------------*/

font_small{
font-size: 76%;
}

font_superbig{
font-size: 300%;
}

/* Forms
------------------------------------------------------------------------------- */
form {
	width: 360px;
	text-align: left;
	clear: both;
	padding-bottom: 20px;
	border: none;
}
form.full { width: 100%; }


fieldset {
    border: none;
}

legend {
	display: none;
}
form h3 {
	clear: both;
	padding: 15px 0 5px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

form label,
form p {
	display: block;
	clear: both;
	width: 310px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 9px;
}

/*
form input {
	display: block;
	margin-top: 3px;
}
*/
form select {
	float: left;
	display: block;
}

form label.first,
form label.city {
    clear: left;
    margin-right: 10px;
    width: 150px;
}

form label.second,
form label.state {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	width: 150px;
}
form label.state { width: 60px; }

form label.first input,
form label.city input,
form label.second input {
	float: left;
	width: 150px;
	padding: 0;
}

form label.state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

form label.zip,
form label.zip input {
	float: left;
	width: 80px;
}
form label.zip { clear: none; }

form label {
	float: left;
	clear: left;
	width: 310px;
	margin: 0;
	line-height: 1.5em;
}

form label input {
	float: left;
	width: 310px;
	padding: 0;
}

form input.radio,
form input#radiobutton_1,
form input#radiobutton_2,
form input#radiobutton_3,
form input#radiobutton_4 {
	
	clear: left;
	float: right;
	padding: 0;
	margin: 0;
}

form label.radio,
form label.radioitem {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

form input.checkbox,
form input#checkbox_1,
form input#checkbox_2,
form input#checkbox_3,
form input#checkbox_4 {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}

form label.checkbox {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

/* style the form elements to look similar across browsers ... emulates Safari */
form label input,
form textarea {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
    background: #fff url(images/input-bg.gif) repeat-x top left;
}
form input.checkbox,
form select {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #fff;
}
form textarea {
	margin-top: 3px;
	width: 383px;
	height: auto;
	display: block;
}

form label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}
form input.button {
    clear: left;
}
form input#sendBtn { padding: 5px 15px; background-color: #ccc; font-weight: bold; margin-top: 10px; }

/* Extra stuff ====================================================================================== */

div#player { margin: 10px 0px; }
img.imgLink { margin-bottom: 10px; }

.smallGapBetween li { margin-bottom: 5px; }
.medGapBetween li { margin-bottom: 10px; }

table.precart {width: 100%;}
table th.setWidthFifty { width: 50%; }
