/*----------------------------------------*/
/* PARADIGM PRODUCTIONS STYLES
/* Peter Jacobson & Linking Arts
/* Nov, 2005 http://www.linkingarts.com/
/*
/*----------------------------------------*/

/* LAYOUT
------------------------------------------*/
body {
	margin:0;
	padding: 0;
	text-align: center;
}
/* PAGE is a wrapper div to help center and contain everything */
#page {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 800px;	
}
/* HEADER contains the global nav, search, and logo */
#header {
	height: 200px;
	width: 500px;
}

/* yet another IE box-model screwup so everybody has to eat it */
* html div#header
  {
  h\eight: 100px;
  margin-bottom: 1.4em;   /* for IE5.x/win */
  m\argin-bottom: 1.4em;  /* for other IE versions */
  }

/* CONTENT div */
#content {
	width: 800px;
	position: absolute;
}
/* widecolumn is used for containing the section divs for #nowplaying, #comingsoon, and #incirculation */


#widecolumn {
	float: left;
	padding: 0;
	margin: 0;
	width: 800px;
}

/* SIDEBAR div */
#sidebar {
	padding: 0;
	margin: 0 0 0 500px;
	width: 300px;
	height: 324px;
	position: absolute;
	top: 0;
}

/* yet another IE box-model screwup so everybody has to eat it */
* html div#sidebar
  {
  top: -24px;
  position: relative;
  t\op: -24px;
  height: 250px;
  float: right;
  display:inline;
  p\osition: relative;
  margin: 0;padding: 0;
  m\argin: 0;
  left: 300px;   /* for IE5.x/win */
  l\eft: 500px;  /* for other IE versions */
  }

#sidebar .description {
	padding: 0 1em;
}



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




/* image boxes */
#fightinthefieldsimage {
	height: 200px;
	width: 200px;
	padding: 0 25px;
}

.productimage {
	height: 200px;
	width: 200px;
	padding: 0 24px;
}

/* FOOTER div */
#footer {
	padding: 0;
	margin-top: 1.5em;
	height: 3em;
	width: 800px;
	clear: both;
	border-top: 1.5em #C41414 solid;
}
#footer h6 {
	margin: 0;
	padding: 1.5em 0;
	text-align: center;
}


/* TYPOGRAPHY
------------------------------------------*/
body {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: .9em;
}

/* haaaack for IE type sizes */
* html body
  {
  font-size: .8em;   /* for IE5.x/win */
  f\ont-size: .85em;  /* for other IE versions */
  }

h1 {
	text-transform: uppercase;
	text-indent: -5000px;
}
h1,h2 {
	font-family: Impact, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.3em;
}
h6 {
	font-size: .8em;
}
h3,h4,h5,h6 {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.synopsis {
	font-size: .9em;
}
#comingsoon .synopsis {
	font-size: .85em;
	text-align: justify;
}
.synopsis a {
	text-decoration: underline;
}
.legalese {
	font-size: .75em;
	font-style: italic;
}

/* COLOR
------------------------------------------*/
body {
	background-color: #060516;
	color: #060515;
	background-image: url("images/top.png");
	background-repeat: repeat-x;
}
a:link {
	color: #C41414;
	background-color: #FFFFFF;
}

#nowplaying a:link,#nowplaying a:visited {color: #fff;background-color: #C41414;text-decoration:none}


#indistribution a:link,#indistribution a:visited {color: #060515;background-color: transparent}
	
#page {
	background-color: #C41414;
	color: #FFFFFF;
}
#header {
	background: url("images/logo.gif") no-repeat #F5DD3B center;
	color: #FFFFFF;
}
#content {
	background-color: #C41414;
	color: #FFFFFF;
}

/* SIDEBAR div */
#sidebar {
	color:#060516;
	background-color: #FF6306;
}



/* FOOTER div */
#footer {
	color: #FFFFFF;
	background-color: #FF6306;
}
#footer a:link {
	color: #C41414;
	background-color: #FF6306;
}
.legalese {
	color: #333333;
	background-color: #FFFFFF;
}

/* NAVIGATION
------------------------------------------*/

/* thanks List-O-Matic & Keith Burgin for */
/* http://css.maxdesign.com.au/listamatic/horizontal23.htm */	
#menu {
	background-color: #FF6306;
	color: #FFFFFF;
	height: 24px;
	width: 800px;
}
#menu ul { padding: 0; }
#menu ul li { display: inline; }

#menu ul
{
margin: 0;
padding: 0;
color: #FFFFFF;
background-color: #FF6306;
font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
font-size: .9em;
letter-spacing: 2px;
font-weight: bold;
}

#menu ul li a
{
padding: 0.4em 0;
width: 125px;
background-color: #FF6306;
color: #FFFFFF;
text-decoration: none;
float: left;
text-align: center;
}

#menu ul li a:hover
{
	color: #FF6306;
	background-color: #F5DD3B;
}

#navlist li a:hover, #navlist li a:active
{
text-decoration: none;
	color: #FF6306;
	background-color: #F5DD3B;
text-align: center;
}

#menu ul li #current {
	color: #F5DD3B;
	background-color: #C41414;
	text-decoration:none;
}


/* FORMS
------------------------------------------*/


/* search form styles */
#sidebar form {
	text-align: center;
	padding: 0;
	margin: 0;
}
#sidebar fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
#search {
	border: 1px solid #FF6306;
}
#sidebar input {
	font-family: "Andale Mono", odyssey, "courier new",monospace;
	font-size: .9em;
	height: .9em;
	text-align: center;
	margin: .2em 0;
	padding-bottom: .2em;
}
#sidebar .searchbutton {
	border:1px groove #FF6306;
	padding: 0 .2em;
	height: 1.3em;
	text-align: center;
	color: #FFFFFF;
	background-color: #C41414;
	width:3em;
}

