/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #000 url(../img/logo2.jpg) repeat-x;
	font: normal small Arial, Helvetica, san-serif;
	color: #333;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
}

h2 {
	font-size: 2em;
	text-transform: uppercase;
}


a{
	text-decoration: none;
	color: #06c;
	font-weight: bold;
	}

a.nochange{
	color: inherit;
	}

a:visited{
	color: #05a;
	}

a:hover{
	text-decoration: underline;
	color: #889446;
	}

a.nochange:hover{
	text-decoration: none;
	}
a img {
	border: 0;
}

img {
	border: none;
}


/* Header */

#header {
	width: 700px;
	margin: 0 auto;
	height: 100px
}

/* Logo */

#logo {
	height: 110px;
}

#logo h1 {
	float: left;
	padding: 40px 40px 0 0;
	background: url(../img/logo.gif) no-repeat right center;
	letter-spacing: -2px;
	font-size: 48px;
}

#logo h2 {
	float: right;
	padding: 61px 0 0 0;
	font-size: 24px;
	color: #fff;
}

#logo a {
	text-decoration: none;
	color: #1A1A1A;
}

/* Menu */

ul#navmenu {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 700px; /*For KHTML*/
  list-style: none;
  height: 27px;
  text-transform: uppercase;
  background-color: #000000;
}

ul#navmenu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
}

ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu ul li {
  width: 160px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu a {
  border: 1px solid #000;
  border-right-color: #000;
  border-bottom-color: #000;
  padding: 0 6px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;

  color: #999;
  font: bold 12px/24px Arial, Verdana, SunSans-Regular, Sans-Serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background: #000;
  color: #FFF;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
  float: none;
  background: #ECBA4B;
  color: #333;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #ECBA4B;
  color: #FFF;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background: #ECBA4B;
  color: #333;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  background: #ECBA4B;
  color: #FFF;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
  background: #ECBA4B;
  color: #333;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
  background: #ECBA4B;
  color: #FFF;
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}

/* Gallery */

#gallery {
	clear: both;
	width: 700px;
	height: 440px;
	margin: 40px auto 0;
	background: #3e342a url(../img/vault.gif) no-repeat;
	border-bottom: #663352 solid 26px;
	border-top: #663352 solid 26px;
}
#linksgallery {
	clear: both;
	width: 700px;
	height: 300px;
	margin: 0px auto;
	background: #3e342a;
	border-bottom: #663352 solid 26px;
	border-top: #663352 solid 26px;
}

/* Content */
#content {
	clear: both;
	width: 700px;
	margin: 0 auto;
	min-height: 700px;
	padding: 0;	
	background-color: #dad3c8;
	overflow: auto;
}

/* Posts */

#posts {
	float: right;
	width: 430px;
	clear: both;
}

.post {
	margin-bottom: 10px;
}

.post .title {
	padding: 0.5em 20px 0 20px;
	color: #cc6600;
}

.post .meta {
	padding: 10px 20px;
	font-size: smaller;
}

.post .meta p {
	margin: 0;
}
.post h3 {
	font-size: 14px;
	color: #cc6600;
}
.post .story {
	padding: 10px 20px;
	line-height: 140%;
}



/* VAULT
-------------------------------------------------*/

.reviewlist{
	clear: both;
	padding: 0;
	margin: 0;
	border-top: #663352 solid 2px;
	}

.reviewlist h3 {
	font-size:30px;
	font-weight: bold;
	text-transform:uppercase;
	color: #000;
	background-color: transparent;
	padding: 0 0 0 1em;	
}


.reviewrow{
	clear:both;
	width:100%;
	height: 100%
	}
	
.reviewthumb{
	float: left;
	width: 300px;
    margin: 0 30px 0.75em 0; *padding-bottom:0.75em;_padding-bottom:0;
	_overflow:hidden;
	}
.reviewthumb img{
	float: left;
	margin:0 1em ;
	width:84px;
	height:84px;
    display:block;
	}
.reviewthumb h4{
	color: #000;
	background-color: transparent;
    margin: 2em 0 2px 55px;
	font-size: 1em;
	font-weight: bold;

	}
.reviewthumb h4 a{
	color: #000;
	background-color: transparent;
	text-decoration: none;
	}
.reviewthumb h4 a:hover{
	color: #a00;
	background-color: transparent;
	text-decoration: underline;
	}


/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
	padding: 1em;
}

/* Boxed1 */

.boxed {
	margin-bottom: 1em;
	padding: 0;
}

.boxed h2 {
	font-size: 18px;
	color: #06c;
}

.boxed .content {
	padding: 0;
}

.boxed ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxed li {
	padding: 10px;
	border-bottom: 1px dotted #06c;
}

.boxed a {
	text-decoration: none;
	color: #06c;
}

.boxed a:hover{
	text-decoration: underline;
	color: #889446;
	}

.boxed a.nochange:hover{
	text-decoration: none;
	}



.contact {
	margin-bottom: 1em;
	padding: 1em;
}

.contact h2 {
	font-size: 18px;
	color: #06c;
}



.contact ul {
	margin: 0;
	padding: 0;
	list-style: disc;
}

.contact li {
	padding: 5px;
}

.contact a {
	text-decoration: none;
	color: #06c;
}

.contact a:hover {
	text-decoration: underline;
}
.contact a:hover{
	text-decoration: underline;
	color: #889446;
	}

.contact a.nochange:hover{
	text-decoration: none;
	}


/* Links */

.linkslist{
	clear: both;
	padding: 0 0 1em 0;
	margin: 0;
	border-top: #663352 solid 2px;
	}

.linkslist h3 {
	font-size:18px;
	text-transform:uppercase;
	color: #000;
	background-color: transparent;
	padding: 1em 0 0 1em;
}
.linkslist img{
	margin:1em 1em 0 2em ;

	}

/*** Production/Misc Notes ----------------------------------------------------*/

.pub {
	margin: 0;
	padding:0;
	float: right;
	background-color: #dad3c8;
}

.poster {
	margin: 0;
	padding:0;
	float: left;
	background-color: #dad3c8;
}
.production {
	background: url(../img/production.gif) no-repeat;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0;
	color: #fff;
	height: 278px;
	font-size: 11px;
	line-height: 13px
}

.production h2 {
	text-indent: -9999999px;
	background-color: transparent;
	height: 25px;
	color: #000;

}

.production li {
	list-style: none;
	line-height: 20px;
	margin: 0 1em 0 -25px;
	padding: 0 1em;
}




/* Rating----------------------------------------------------------- */
.rating{
	float: left;
	padding: 1em;
	margin: 0;
	}
	
/* Clear----------------------------------------------------------- */
.clear{
	clear: both;
	font-size:0;
	line-height:0;
	height:0;
	}

/*** New Releases -------------------------------------------------------------------------*/
#new_releases {
	float: right;
	padding: 0;
	margin: 40px auto 0 0;
	width: 270px;

}
#new_releases img {
	display: inline;
	padding-left: 1.2em;
	
}

#new_releases h3 {
	border: 0;
	padding-bottom: 0.5em;
	text-indent: -9999999px;
	
}


/*Search----------------------------------------*/
.search {
	margin-top: 225px;
	background-color: transparent;
	margin-left: 40px;
	padding: 1.1em 0 0 0;
	width: 180px;
	height: 220px;
	color: #000;
	font-size: 20px;
	line-height: 42px;
	text-align: justify;
	text-transform: capitalize;
}

.search a {
	color: #000;
	background-color: transparent;
	font-weight: bold;
}

.search a:hover{
	color: #a00;
	background-color: transparent;
	text-decoration: underline;
	}
/*Top----------------------------------------*/
.top {
	margin: 0 1em;
	padding: 0;
	float: right;
	background-color: #dad3c8;
	color: #000;
	font-size: 10px;
}

.top a {
	text-decoration: none;
	color: #06c;
}

.top a:hover {
	text-decoration: underline;
}
.top a:hover{
	text-decoration: underline;
	color: #889446;
	}

.top a.nochange:hover{
	text-decoration: none;
	}

.hidden {
	display: none;
}
#description {
	margin: 0;
	padding-left: 0;

}

/* FORM------------------------------------------------------------ */
form.cmxform fieldset {
  margin-bottom: 10px;
  margin-right: 10px;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 150px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}
/* Footer */

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 90px;
	text-decoration: none;
	text-align: center;
	font-size: smaller;
	color: #B8BD52;
}


#footer {
	clear: both;
	padding: 18px;
	background: #552b44 url(../img/img16.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #fff;
}

#footer a {
	color: #fff;
}

