/* ---- Clear Default Browser Styles ---- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, p, blockquote, table, th, td, embed, object {
outline: none;
padding: 0;
margin: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
fieldset, img, abbr {
border: 0;
}
address, caption, cite, code, dfn, em,
h1, h2, h3, h4, h5, h6, strong, th, var {
font-weight: normal;
font-style: normal;
}
ul {
list-style: none;
}
caption, th {
text-align: left;
}
h1, h2, h3, h4, h5, h6 {
font-size: 1.0em;
}
q:before, q:after {
content: '';
}
a, ins {
text-decoration: none;
}
a {
outline: none;
}

/* ---- Global Styles ---- */

.Clear {
clear: both;
}

.Hidden {
display: none;
}

body {
font-family: Helvetica, Arial, sans;
color: #fff;
background: #583143 url(/assets/graphics/body-bg.jpg) repeat-y 50% 0;
}

#site-upper {
background: url(/assets/graphics/site-upper.jpg) no-repeat 50% 0;
}

#site-lower {
background: url(/assets/graphics/site-lower.jpg) no-repeat 50% 100%;
}

#container {

position: relative;
margin: 0 auto 0 auto;
width: 943px;
}

#inner {

}

/* ---- Header ---- */

#header-wrapper {
position: relative;
height: 189px;
}

#header {
background: url(/assets/graphics/logo.png) no-repeat 325px 17px;
width: 100%;
height: 100%;
}

#header a {
display: block;
text-indent: -5000px;
width: 100%;
height: 100%;
}

#header a:hover {
/* you could put a rollover here if necessary */
}

/* ---- Navigation ---- */

#navigation {
position: relative;
z-index: 2;
background: #111114 url(/assets/graphics/nav-bg.jpg) no-repeat;
height: 59px;
margin: 0 auto 0 auto;
width: 900px;
z-index:100;
}

#navigation ul {
float: left;
list-style: none;
background:none;
}

#navigation ul li {
float: left;
background:none;
}

#navigation ul li:hover,
#navigation ul .Active {
background: url('/assets/graphics/nav_hover.png');
background-repeat:no-repeat;
background-position:center;
}

#navigation ul li:hover li a {
background:none;
}

#navigation ul li a {
text-transform: uppercase;
text-align: center;
display: block;
padding: 0 13px 0 13px;
height: 59px;
color: #fff;
font-size: 13px;
line-height: 59px;
background:none;
}

#navigation ul li a:hover {
background:none;
}

#navigation ul li ul li {
float: none;
}

#navigation ul li ul li:hover,
#navigation ul li ul .Active {
background:#559EA5;
}

#navigation ul li ul {
background: #000;
left: -999em;
position: absolute;
}

#navigation ul li ul li a {
text-align: left;
padding: 0 12px 0 13px;
width: auto;
height: 30px;
font-size: 11px;
line-height: 30px;
background:none;
}

#navigation ul li ul li a:hover {
}

#navigation li:hover ul ul,
#navigation li:hover ul ul ul,
#navigation li.sfhover ul ul,
#navigation li.sfhover ul ul ul {
left: -999em;
}

#navigation li:hover ul,
#navigation li:hover ul,
#navigation li li:hover ul,
#navigation li li li:hover ul,
#navigation li.sfhover ul,
#navigation li li.sfhover ul,
#navigation li li li.sfhover ul {
left: auto;
}

/* ---- Content Block ---- */

#content {
min-height: 800px;
padding: 1px 0 1px 0; /* huh? */
background: #321e27;
margin: 0 auto 0 auto;
width: 900px;
}

.TitleWrapper {
margin: 25px 0 0 0;
position: relative;
left: -9px;
height: 57px;
line-height: 43px;
text-transform: uppercase;
color: #fff;
font-size: 24px;
}

.TitleWrapper .Left,
.TitleWrapper .Center,
.TitleWrapper .Right {
display: block;
height: 57px;
float: left;
}

.TitleWrapper .Left {
width: 19px;
background: url(/assets/graphics/heading-left.png) no-repeat;
}

.TitleWrapper .Center {
position: relative;
}

.TitleWrapper span {
position: relative;
z-index: 1;
}

.TitleWrapper .Center img {
position: absolute;
z-index: 0;
top: 0px;
left: 0px;
width: 100%;
height: 100%
}

.TitleWrapper .Right {
width: 45px;
background: url(/assets/graphics/heading-right.png) no-repeat;
}

.Context h2,
.PageCopy h2 {
color: #7ad0e3;
margin: 0 0 10px 0;
font-size: 14px;
}

#home-7a233 .Context h1{
	font-size: 22px;
	text-transform: uppercase;
}

.Context p,
.PageCopy p {
color: #fff;
margin: 0 0 10px 0;
font-size: 12px;
}

.Context a,
.PageCopy a {
color: #7ad0e3;
font-size: 12px;
font-weight: bold;
text-decoration: underline;
}

.Context ul,
.PageCopy ul {
font-size: 12px;
list-style: circle outside none;
padding: 0 0 0 25px;
}

strong {
color: #7ad0e3;
}

.PageCopy {
margin: 25px;
}

.PageCopy strong {
font-size: 14px;
}

/* ---- Footer ---- */

#footer-wrapper {
position: relative;
left: -9px;
background: url(/assets/graphics/footer.png) no-repeat;
height: 90px;
font-size: 12px;
line-height: 35px;
width: 962px;
}

#footer-wrapper a {
color: #fff;
}

#footer-wrapper a:hover {
text-decoration: underline;
}

#footer-wrapper u {
text-decoration: none;
}

#footer {
height: 44px;
margin: 0 auto 0 auto;
width: 900px;
}

#footer span {
margin: 0 0 0 25px;
float: left;
display: block;
width: 675px;
}

#footer span a {
margin: 0 0 0 20px;
}

#itdr-plug {
margin: 0 25px 0 0;
position: relative;
top: -44px;
float: right;
width: 150px;
}

/* ---- Blogset ---- */

.Blogset .Children {
margin: 25px;
}

.Blogset .Child {
clear: both;
margin: 0 0 25px 0;
text-align:center;
}

.Blogset .Child .Description{
color:#fff;
}

.Blogset .Child .Graphic {
float: left;
}

.Blogset .Context {
margin: 0 0 0 225px;
}

/* ---- Blogset Alternate ---- */

.MultiPageAlternate .Children {
position: relative;
left: -30px;
width: 890px;
padding: 15px 0 35px 25px;
}

.MultiPageAlternate .ChildrenBG {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.MultiPageAlternate .ChildAlt {
z-index: 1;
clear: none;
background: #000;
margin: 0 13px 13px 0;
position: relative;
float: left;
}

.MultiPageAlternate .ChildAlt .Graphic {
float: left;
}

.MultiPageAlternate .ChildAlt .Graphic img {
float: left;
}

.MultiPageAlternate .Context {
margin: 0 0 0 0;
width: 100%;
position: absolute;
top: 0px;
left: 0px;
}

.MultiPageAlternate h2 {
padding: 0 10px 0 10px;
font-size: 18px;
text-transform: none;
margin: 0 0 0 0;
}

.MultiPageAlternate .Description {
margin: 0 0 0 0;
padding: 0 10px 0 10px;
font-size: 11px;
}

/* ---- IndexedList (Aggregate Only) ---- */

.IndexedList .Children {
margin: 25px 45px 25px 45px;
}

.IndexedList .Child {
background: #000;
margin: 0 10px 10px 0;
position: relative;
float: left;
}

.IndexedList .Child .Graphic {
float: left;
}

.IndexedList .Child .Graphic img {
float: left;
}

.IndexedList .Context {
visibility: hidden;
text-align: center;
width: 100%;
position: absolute;
top: 0px;
left: 0px;
}

.IndexedList h2 {
margin: 0 0 0 0;
font-size: 14px;
text-transform: uppercase;
text-align:center;
}

.IndexedList .Description {
margin: 0 0 0 0;
color: #fff;
font-size: 11px;
}

.IndexedList .Child:hover .Graphic {
opacity: .1;
}


.IndexedList .Child:hover .Context {
visibility: visible;
}



/* ---- Home Items ---- */

#ID-f4f41 .Children {
position: relative;
height: 400px;
}

#ID-f4f41 .Child {
position: absolute;
top: 0px;
left: 0px;
}

#ID-f4f41 .Context {
position: relative;
left: -4px;
width: 915px;
margin-top: 2px;
overflow: hidden; /* huh? */
}

#ID-f4f41 .Context .ContextBG {
z-index: 0;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}

#ID-f4f41 h1 {
z-index: 1;
margin: 10px 0 -25px 25px;
padding: 0 0 0 0;
position: relative;
left: 0px;
height: auto;
line-height: auto;
}

#ID-f4f41 .PageCopy {
position: relative;
z-index: 1;
margin-bottom: 40px;
}

#ID-f4f41 .PageCopy p {
font-size: 15px;
font-weight:bold;
}

#ID-f4f41 .PageCopy a {
color: #fff;
}

#ID-1e888d h1 {
margin: 0px 0 -20px 25px;
padding: 0 0 0 0;
position: relative;
left: 0px;
height: auto;
line-height: auto;
}

#ID-1e888d .Children {
margin-bottom: 0;
width: 860px;
}

#ID-1e888d .Child {
clear: none;
background: #000;
margin: 0 10px 10px 0;
position: relative;
float: left;
}

#ID-1e888d .Child .Graphic {
opacity: .3;
filter:alpha(opacity=30)
float: left;
}

#ID-1e888d .Child .Graphic img {
float: left;
}

#ID-1e888d .Context {
margin: 0 0 0 0;
width: 100%;
position: absolute;
top: 0px;
left: 0px;
}

#ID-1e888d h2 {
padding: 0 10px 0 10px;
font-size: 18px;
text-transform: none;
margin: 0 0 0 0;
}

#ID-1e888d .Description {
margin: 0 0 0 0;
padding: 0 10px 0 10px;
font-size: 11px;
}

#homelinks-films a {
width: 423px;
height: 65px;
background: url(/assets/graphics/homelinks-films-bg.png) no-repeat 0 0;
text-indent: -5000px;
display: block;
}

#ID-1e888d #homelinks {
margin: 10px 25px 30px 25px;
height: 65px;
}

#homelinks-films a:hover {
background-position: bottom;
}

#ID-1e888d #homelinks div {
float: left;
}

#homelinks-books a{
width: 423px;
height: 65px;
background: url(/assets/graphics/homelinks-books-bg.png) no-repeat 0 0;
text-indent: -5000px;
display: block;
}

#homelinks-books a:hover {
background-position: bottom;
}

/* ---- Contact Page ---- */

.ContactPage form {
color: #000;
}


/* ---- IndexedList (Aggregate Only) ---- */

.Album .Children {
margin: 25px 45px 25px 45px;
}

.Album a {

}

.Album .Child {
position: relative;
background: #000;
margin: 0 10px 10px 0;
float: left;
}

.Album .Child .Graphic {
float: left;
}

.Album .Child .Graphic img {
float: left;
}

.Album .Context {
text-align: center;
width: 100%;
position: absolute;
top: 0px;
left: 0px;
}

.Album h2 {
margin: 0 0 0 0;
font-size: 14px;
text-transform: uppercase;
}

.Album .Description {
color: #fff;
margin: 0 10px 0 10px;
font-size: 11px;
}


/* ---- Testing ----- */
.cboxelement .Graphic img.Asset{
width:150px;
height:140px;
}

h2{
	text-align: left;
}
#home-7a233 h2, #galleries-7a232 h2, #ID-3d0a6e h2{
	text-align: center;
}