/* 2009 JackCassidyMusic.com */

/*
The pixel widths of each div, including padding and margin, must not add up to more than the body width declared - This seems to work in Google Chrome, Firefox, IE7 on Windows....
*/

/* JCM WEBSITE COLORS

BODY BACKGROUND: #1E0A0A
menu_holder COLOR: #F26001
TEXT COLOR: #F26001
BOX COLOR: #4F3405
*/

/* this eliminates the page-shift between short and long pages due to the scrollbar.
WORKS ON ALL BROWSERS
Source: http://css-tricks.com/eliminate-jumps-in-horizontal-centering-by-forcing-a-scroll-bar/ */

html {
	/*

overflow: -moz-scrollbars-vertical;
	height: 100%;
	margin-bottom: 0.01em;*/
	overflow-y: scroll;
}

body {
	width: 900px;
	margin: 0 auto;
	background: #1E0A0A;
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
}

/* url(../workfiles/JCM_v1.jpg) no-repeat center top; */

p, blockquote, h1 {
	color: #F26001;
}

body h1 {
	text-align: center;
}

.orange {
	color: #F26001;
}

/* This is to remove the dotted lines around links */

a, a:active, a:hover, a:visited {
	color: #F26001;
	outline: none;
	text-decoration: none;
}

/* HEADER */

#header {
	margin: 0;
	text-align: center;
}

#header h1 {
	height: 29px;
	width: 419px;
	background: url(../images/JCM_LOGO.gif) no-repeat center;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
}

#header h1 span {
	display: none;
}

#menu {
	text-align: center;
	padding: 0px;
	color: #4F3405;
	font-size: 16px;
	margin-top: -18px;
	margin-bottom: 5px;
	padding-top: 5px;
}

#menu li {
	list-style: none;
	display: inline;
}

#menu a, #menu a:visited {
	color: #F26001;
	text-decoration: none;
	margin-right: 11px;
	margin-left: 11px;
	outline: none;
}

#menu a:hover {
	color: #F26001;
	outline: none;
}

/* CONTENT */

/* this pinpoints the #content div that has the class .jcmpage
Ex:   <div id="content" class="clearfix jcmpage">
*/

/*
.jcmpage>#content {
	background: url(../images/jcmPage_bg.jpg) no-repeat;
	height: 1300px;
}
*/

#content {
	margin-top: 5px;
	width: 900px;
	min-height: 400px;
	border-top: 1px solid #4F3405;
	border-bottom: 1px solid #4F3405;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content p, #promotion p, #sidebar p {
	font-size: 12px;
	line-height: 18px;
}

#content blockquote {
	font-size: 12px;
}

#sidebar {
	float: left;
	margin: 0;
	vertical-align: top;
	width: 550px;
	padding: 10 0 0;
}

#sidebar p {
	margin: 10 0 0;
	padding: 0;
}

/*
#sidebar img {
	padding: 35px 0 0;
}
*/

#jcmpage {
	margin: 20px 0 0;
}

#promotion {
	width: 300px;
	float: right;
	margin: 0;
	padding: 0;
}

/* FOOTER */

#footer {
	padding-top: 10px;
}

#footer p {
	font-size: 11px;
	text-align: center;
}

/* hide from ie on mac \*/

html {
	height: 100%;
/*

overflow: hidden;*/
}

/*

REMOVE "display" attribute if using swfobject */

#flashcontent {
	display: none;
	height: 891px;
	width: 934px;
	margin-top: 3px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/2009_BG_SHADOW.jpg) no-repeat center top;
	padding-top: 16px;
	padding-left: 34px;
}

/* end hide */

/* CSS HACKS
--------------------------------------------------------------------*/

.clearfix {
	display: inline-block;
	clear: both;
}

/* Hides from IE-mac \*/

.clearfix {
	display: block;
}

/* End hide from IE-mac */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
