@import url("/common/css/pagebase.css");
@import url("/common/css/leftmenu.css");


body#page {
  background-color: #F2F2F2;
}
#testimonial {
	text-align: left;
		}
#tithebarn {
	position: relative;
	z-index: 10000;
	float: right;
	margin-right: 8px;
	margin-top: -8px;
		}
		
.logo {
	float: left;
	margin-left: 10px;
	margin-top: 0px;
		}
a {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  color: #b50000;
}

a:link, a:visited {
	color: #054245;
  border-bottom-color: #ccc;
}

a:hover, a:active {
  border-bottom-color: #333;
}

a.imagelink:link, a.imagelink:visited, a.imagelink:hover, a.imagelink:active {
  border-bottom-width: 0;
}
img {border: none;}

h1, h2, h3 {
  color: #054245;
  font-weight: normal;
}
h4 {
	background-color: #333333;
	color: #7AB09F;
	font-weight: normal;
}

h1 { font-size: 130%}
h2 { font-size: 120% }
h3 { font-size: 110% }
h4 {fontpsize: 100%}

h4 {padding: 5px 0 5px 5px;}

.castpro ul {
	float: left;
	width: 29%;
	list-style-position: outside;
	list-style-type: none;	
	padding-left: 5px;
	margin-left: 5px;
	}

.castpro h2 {
  height: 3em;
  margin: 0.5em 0;
  line-height: 1em;
}

* html .castpro { height: 1% } /* IE/Win < 7.0 - force layout */

table h2, table h3 {
  margin-top: 0.5em;
  margin-bottom: 0;
}

.highlight { color: black }

.wrap {
  margin: 0 0 0 0;
  border: 1px solid green;
  padding: 0 0 0 0;
}

#pagetop a:link, #pagetop a:active, #pagetop a:visited, #pagetop a:hover {
  text-decoration: none;
  border: none;
}

/*
 *   news article page styles
 */

.newsfilter { float: right }

.headlinelist {
  float: right;
  width: 20em;
  margin: 10px;
  border: 1px solid black;
  padding: 10px;
}


/*
 *   contentspot link style overrides
 */

#creditlink {
  bottom: -30px;
  right: 20px;
  background-color: #fffcf9;
  border: 1px solid #787835;
  line-height: 1.5em;
}


/*
 *   page structure styles
 */

#pagetop {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 0;
  height: 128px;
  width: 84%;
  margin: 10px 8% 0 8%;
  background: url("../resources/pagetop.png") repeat-x top;
  text-align: center;
}

.topleft {
	margin: 15px 0 0 10px;
	float: left;
	}
.topright {
	margin: 35px 10px 0 0;
	float: right;
		}
#body {
  position: absolute;
  top: 120px;
  left: 0;
  margin: 0 8% 0 8%;
  width: 84%;
}

#content {
  padding: 10px 10px 10px 175px;
  text-align: left;
  line-height: 140%;
  color: #1E1E1E;
  border: 1px solid #6EAB96;
  background-color: #FFFFFF;	
}

#testimonials {
  border: 1px solid #FBFBFB; /* for ie/win < 7 */
}

#testimonials p{
	margin-bottom: 0;
	margin-left: 25px;
	}
.testers {
	margin-top: 0;
	text-align: right;
	margin-right: 35px;
	color:  #054245;
		}
/*
 *   left menu style overrides
 */

#navigate { position: absolute; top: 67px; left: 5px }

#menu { position: relative }
#menubar { position: relative }
#menuoffset { left: 130px }
#menupad { top: -50px; left: -50px; width: 500px; height: 500px }

#menubar a:link, #menubar a:visited, #menubar a:active, #menubar a:hover {
  border: 1px solid #717131;
}

#menubar a:link, #menubar a:visited, #menubar a:active,
#menu .menubag a:link, #menu .menubag a:visited, #menu .menubag a:active {
  background-color: #8FE0C5;
  color: #000000;
}

#menubar a:hover, #menu .menubag a:hover,
#menubar a.hover:link, #menubar a.hover:visited,
#menubar a.active:link, #menubar a.active:visited {
  background-color: #054245;
  color: #FFFFFF;
}

#menu .menubag div {
  margin-top: 0.8em;
  border-color: #357910;
}

#menubar, #menu .menubag { opacity: 0.85 }
/* non-standard alpha settings - will not validate */
#menubar, #menu .menubag { filter: alpha(opacity=85) } /* IE/Win */
#menubar, #menu .menubag { -moz-opacity: 0.85 }        /* early Gecko */
#menubar, #menu .menubag { -khtml-opacity: 0.85 }      /* early Konqueror/Safari */

#navigate input {
  background-color: #F6F6F6;
  color: #333333;
  border: 1px solid #CECFCE;
}

#navigate input.text { width: 120px }
#znavigate input.button { width: 150px }

#imdb {
	font-size: 80%;
	text-align: center;
	}
#ximdb input {
	background-color: #F6F6F6;
	color: #333333;
	border: 1px solid #CECFCE;
	}

#imdb input.button { width: inherit }
/*
 *   thumbnail and gallery styles
 */

.thumb {
  position: absolute;
  width: 125px;
  height: 125px;
  text-align: center;
}

.thumb img {
  border-style: none;
  margin-left: auto;
  margin-right: auto;
}

.piximage img { border-style: none }

.thumblist, .thumbnail { position: relative }
.thumblist .thumbback, .thumblist .selected, .thumblist .thumbforward { display: inline }
.thumblist img { border: 1px solid white; margin: 4px 1px }
.thumblist img.missing { border-color: #ddd }
.thumblist .selected img {
  border-color: white;
  opacity: 0.30;
  /* non-standard alpha settings - will not validate :) */
  -moz-opacity: 0.30;
  -khtml-opacity: 0.30;
  filter: alpha(opacity=30);
}
.thumblist a { border-bottom-width: 0 }
.thumblist a:hover img { border-color: #357910 }

/*
 *   in-page admin menu style overrides
 */

#pageadmin { top: 100px; right: 10px }
