/* $Id: style.css,v 1.23 2007/12/17 15:05:09 goba Exp $ */


/*
** BASIC HTML elements
*/
body {
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #fff;
  font: 76% Verdana, Arial, Helvetica, sans-serif;
  background: url('../images/bullseye-bkg.jpg') repeat top;

}
tr.odd td, tr.even td {
  padding: 0.3em;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}
a {
  text-decoration: none;
  font-weight: bold;
}
a:link {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  color: #000;
  text-decoration: none;
}

.mature p {
    color: #FFFFFF;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: 7px;
}

#nice-menu-1 a:hover, .changeview a:hover{
  color: #000;
  text-decoration: none;
 background: url("/sites/all/themes/AIDs-Edu/images/boxbk.png") repeat scroll left top transparent;
box-shadow: 0px 0px 2px #000;
}

fieldset {
  border: 1px solid #ccc;
}
pre {

  background: url("/sites/all/themes/AIDs-Edu/images/boxbk.png") repeat scroll left top transparent;
    font-size: 12px;
    padding: 5px;
    font-family: verdana;
width:945px;
white-space:pre-wrap;
word-wrap:break-word;
}

table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}
.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0;
}
.comment .links {
  margin-bottom: 0;
}

/*
** Page layout blocks / IDs
*/
#header, #content {
  width: 100%;
float:left;
   text-align: center;
}
#header {
background: url('images/headerbkg.png') repeat-x left top;
}
#logo {
  vertical-align: middle;
  border: 0;
  float:left;
}
#logo img {
  float: left; /* LTR */
  padding: 0 1em;
  border: 0;
}
#menu {
  padding: 0.5em 0.5em 0 0.5em; /* LTR */
  text-align: right; /* LTR */
  vertical-align: middle;
}
#navlist {
  font-size: 1.0em;
  padding: 0 0.8em 1.2em 0; /* LTR */
  color: #9cf;
}
#navlist a {
  font-weight: bold;
  color: #fff;
}
#subnavlist {
  padding: 0.5em 1.2em 0.4em 0; /* LTR */
  font-size: 0.8em;
  color: #9cf;
}
#subnavlist a {
  font-weight: bold;
  color: #9cf;
}
ul.links li {
  border-left: 1px solid #9cf; /* LTR */
}
ul.links li.first {
  border: none;
}
#search .form-text, #search .form-submit {
  border: 1px solid #369;
  font-size: 1.1em;
  height: 1.5em;
  vertical-align: middle;
}
#search .form-text {
  width: 8em;
  padding: 0 0.5em;
}
#mission {
  background-color: #369;
  padding: 1.5em 2em;
  color: #fff;
}
#mission a, #mission a:visited {
  color: #9cf;
  font-weight: bold;
}
.site-name {
  margin: 0.6em 0 0 ;
  padding: 0;
  font-size: 2em;
}
.site-name a:link, .site-name a:visited {
  color: #fff;
}
.site-name a:hover {
  color: #369;
  text-decoration: none;
}
.site-slogan {
  font-size: 1em;
  color: #eee;
  display: block;
  margin: 0;
  font-style: italic;
  font-weight: bold;
}
#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
}
#mission, .node .content, .comment .content {
  line-height: 1.4em;
}

.node .content ul{
background: url("/sites/all/themes/AIDs-Edu/images/boxbk.png") repeat scroll left top transparent;
padding-top:10px;
padding-bottom:10px;
padding-right:15px;

}


#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
  margin-bottom: .5em;
}
.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}
#sidebar-left, #sidebar-right {
  background-color: #ddd;
  width: 16em;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
  vertical-align: top;
}
#footer {
 float: left;
    font-size: 0.8em;
    padding: 1em;
    width: 100%;
}

/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
.title, .title a {
  font-weight: bold;
  font-size: 1.3em;
  color: #777;
  margin: 0 auto;  /* decrease default margins for h<x>.title */
}
.submitted {
  color: #999;
  font-size: 0.8em;
}
.links {
  color: #999;
}
.links a {
  font-weight: bold;
}
.block, .box {
  padding: 0 0 1.5em 0; /* LTR */
}
.block {
/*   border-bottom: 1px solid #bbb; */
  padding-bottom: 0.75em;
/*   margin-bottom: 1.5em; */
}
.block .title {
  margin-bottom: .25em;
}
.box .title {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 2em; /* LTR */
}
.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}
.node .content, .comment .content {
  margin: .5em 0 .5em;
}
.node .taxonomy {
  color: #999;
  font-size: 0.8em;
  padding-left: 1.5em; /* LTR */
}
.node .picture {
  border: 1px solid #ddd;
  float: right; /* LTR */
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right; /* LTR */
  font-weight: bold;
  font-size: 0.8em;
  float: right; /* LTR */
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right; /* LTR */
  margin: 0.5em;
}

/*
** Module specific styles
*/
#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#forum table {
  width: 100%;
}
#forum td {
  padding: 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
  background-color: #ddd;
}
#forum td.container {
  background-color: #ccc;
}
#forum td.container a {
  color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
  color: #96c;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
div.admin-panel .description {
  color: #999;
}
div.admin-panel .body {
  background: #f4f4f4;
}
div.admin-panel h3 {
  background-color: #69c;
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}
.messages{
display:none;
}

#block-nice_menus-1{
border-bottom:0px;

}

.changeview a{
padding:5px;
}

.changeview span{
padding:5px;
}

/*
** HEADER STYLES
*/
body.node-type-homepage{
text-align:center;
}

.hpHeaderShell{
 margin: 0 auto;
    text-align: left;
    width: 950px;
position:relative;
}

.hpHeaderShell #block-block-5{
 padding-top: 5px;
 float: left;
width:405px;
}

#block-nice-menus-1{
    float: right;
    font-family: arial;
    text-align: center;
    text-shadow:1px 1px 0 #e8e8e8;
    text-transform: uppercase;
      width: 450px;
}


#block-nice-menus-1 ul.menu{
margin-top:40px;
    text-align: right;
}

#block-nice-menus-1 ul.menu li{
    display: inline;
    list-style-image: none;
    list-style-type: none;
    padding-left: 12px;
    padding-right: 0;
}


#block-nice-menus-1 ul li a{
color:#000000;

}



#block-block-6{
float: right;
    margin-top: 10px;
    text-align: right;
    width: 402px;
}

/*
.hpSearch input[type="text"]{
    background-color: #C9C8C4;
    border: 1px solid #959595;
    margin-left: -11px;
    padding: 5px 37px 5px 5px;
    width: 310px;
}
.hpSearch input[type="submit"]{
background:url("/sites/all/themes/AIDs-Edu/images/searchBtn.png") no-repeat 8px 5px;
    border: medium none;
    height: 25px;
    margin-left: -33px;
    margin-top: 1px;
    position: absolute;
    width: 30px;
cursor:pointer;
}
*/

.hpSearch input[type="text"]{
     background-color: #EEEEEE;
    border: 1px solid #959595;
 
    padding: 5px;
    width: 250px;
}
.hpSearch input[type="submit"]{
    border: 1px solid #959595;
    cursor: pointer;
    font-family: verdana;
   height: 27px;
    padding-bottom: 4px;
    text-transform: uppercase;
}

table.LanguageT{
    margin-bottom: 50px;
    width: 100% !important;
border-collapse:separate !important;
border-spacing:4px;
}


table.LanguageT tr td {
    background: url("/sites/all/themes/AIDs-Edu/images/boxbk.png") repeat scroll left top transparent;
    margin-top: 5px;
    padding: 3px;
    width: 33%;
}

table.LanguageT tr td:hover{
background-color:white;

}


table.LanguageC {
    border-collapse: separate !important;
    border-spacing: 4px;
    margin-bottom: 50px;
    width: 100% !important;
}

table.LanguageC tr td:hover{
background-color:white;

}

table.LanguageC tr td {
    background: url("/sites/all/themes/AIDs-Edu/images/boxbk.png") repeat scroll left top transparent;
    margin-top: 5px;
    padding: 3px;
    width: 33%;
}

#main {
    border-top: 1px solid #ffffff;
    margin: 0 auto;
    padding: 36px 10px 10px;
    text-align: left;
    width: 950px;
}

#content{

}


/*Footer*/

#footer{
 margin-top: 40px;
}

#footerShell{
      margin: 0 auto;
    padding-top: 15px;
    text-align: left;
    width: 950px;
position:relative;
}


#block-block-7{
    float: right;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    text-transform: uppercase;
    width: 400px;

}

#footer_links a:hover{
text-decoration:underline;

}

#footer_links p.copyright{
line-height:12px;
font-size:11px;
 text-shadow: 1px 1px 0 #eee;
text-transform:uppercase;
}

#block-block-8{ /*was footer_links */
 float: left;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    width:360px;
line-height:20px;
}

.posterbrowse img {
 border: 2px solid #C9C8C4;
    box-shadow: 0 0 4px #000000;
    padding: 0px !important;
margin:5px;
}

.views-exposed-widgets {
    background: url("/sites/all/themes/AIDs-Edu/images/boxbk.png") repeat scroll left top transparent;
    border-bottom: 2px solid #959595;

    border-top: 2px solid #959595;
    margin: 0 auto;
    padding: 8px;
    width: 780px;
}

.view-id-browse .view-filters {
	clear: both;
    margin: 40px auto;
    width: 100%;
}

.views-exposed-form input[type="text"]{
padding: 4px;
    width: 228px;
  background-color: #C9C8C4;
   
}

.views-exposed-form label {
    font-family: arial;
    font-weight: bold;
    padding-top: 10px;
    text-transform: uppercase;
}

.views-exposed-form .views-exposed-widget {
    float: left;
    padding: 10px;
}

.views-exposed-form .views-exposed-widget .form-submit {
    background: url("/sites/all/themes/AIDs-Edu/images/submitSearch.png") no-repeat scroll left center transparent;
    border: medium none;
    color: white;
    font-family: arial;
    font-weight: bold;
    left:190px;
    margin: 0;
    padding: 4px;
    position: relative;
    text-transform: uppercase;
    width: 180px;
}

.item-list .pager {
    border: 1px solid;
    border-radius: 10px 10px 10px 10px;
    clear: both;
    margin-top: 30px;
    padding: 4px;
    text-align: center;
 background: url("/sites/all/themes/AIDs-Edu/images/boxbk.png") repeat scroll left top transparent;

}

.item-list .pager li{
padding:2px !important;
}

.changeview {
    display: block;
    float: right;
    font-family: arial;
    margin-bottom: 30px;
    text-transform: uppercase;
 background: url("/sites/all/themes/AIDs-Edu/images/boxbk.png") repeat scroll left top transparent;
font-size:14px;
}

tr.even, tr.odd {
   background: url("/sites/all/themes/AIDs-Edu/images/boxbk.png") repeat scroll left top transparent;
  
    font-family: arial;
padding-top:10px;
padding-bottom:10px;
}

tr td{
  border-bottom: 2px solid #818181 !important;

}


#nyroModalContent{
background:transparent;
 margin-top: 25px;
    overflow: hidden;
color:#000000;
font-weight: bold;
}

#posterinfo{
background: url("/sites/all/themes/AIDs-Edu/images/boxbk.png") repeat scroll left top transparent;
font-family:arial;
 border-radius: 10px 10px 10px 10px;
    padding: 10px 10px 40px;
border: 1px solid #818181;
}

#posterinfo h2{
    background: url("/sites/all/themes/AIDs-Edu/images/boxbk.png") repeat scroll left top transparent;
    border: 1px solid #DDDDDD;
    border-radius: 10px 10px 10px 10px;
    display: block;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 5px;
    text-transform: capitalize;

}
#posterinfo a{
text-decoration:underline;
}

#posterinfo .field-items{
margin-bottom:5px;
}

.node-type-homepage .breadcrumbs{
display:none;
}

.breadcrumbs {
    background: url("/sites/all/themes/AIDs-Edu/images/boxbk.png") repeat scroll left top transparent;
    border-bottom: 1px solid #818181;
    border-top: 1px solid #818181;
    margin-bottom: 40px;
    margin-top: -36px;
    padding: 4px;
}

div#nyroModalWrapper{
 background: url("/sites/all/themes/AIDs-Edu/images/warningbkgd.png") no-repeat scroll left top transparent !important;
 border:0px!important;
text-align:center;
width:410px!important;

}

div#nyroModalWrapper table{
  margin: 10px auto!important;
}

div#nyroModalContent{
 height: 300px;
    width: 460px;
}

div#nyroModalWrapper table tr.even, div#nyroModalWrapper table tr.odd{
background:transparent!important;
border-bottom:0px;
border-top:0px;

}

tr td.views-field-title{
font-weight:bold;
border-right:1px dotted #818181;
background-color:#EEEEEE !important;
}

tr td.views-field-field-poster-image{
border-right:0px!important;

}

tr td.views-field-field-trans-title-value{
width:20%;
border-right:1px dotted #818181;
}

tr td.views-field-field-series{
border-right:1px dotted #818181;
width:10%;
}

tr td.views-field-field-creators-group{
border-right:1px dotted #818181;
width:20%;

}

tr td.views-field-field-language{
border-right:1px dotted #818181;
width:8%;
text-align: center;
}


tr td.views-field-field-location{
border-right: 1px dotted #818181;
    text-align: center;
    width: 8%;

}

tr.odd td, tr.even td {
  font-family: arial;
    font-size: 12px;
    padding: 10px;
 background: url("/sites/all/themes/AIDs-Edu/images/boxbk.png") repeat scroll left top transparent !important;
    
}

tr th{
 background-color: #EEEEEE;
    border-right: 1px dotted #818181;
    height: 29px;
    padding-left: 5px;
border-top:2px solid #000000;
font-size:11px;
text-align:center;
text-decoration:underline;
}

tr td.views-field-field-poster-image{
    width: 10%;
 background-color: #EEEEEE !important;
text-align:center;
}

tr td.views-field-field-date{
    width: 10%;
text-align:center;
}


tr td.views-field-title{
width:15%;
 background-color: #EEEEEE !important;
}

tr th.views-field-title{
text-align:left;
}

tr th.views-field-field-poster-image{
border-right:0px !important;
border-left:1px dotted #818181;

}


#footer_topMenu{
    border-bottom: 3px ridge #000000;
    clear: both;
    display: block;
    float: right;
    margin: 10px auto;
    text-align: right;
    width: 950px;
 font-family: arial;
    font-size: 12px;
text-transform:uppercase;
padding-bottom:5px;
}


#footer_topMenu ul li{
display:inline;
padding-left:10px;
margin:0px;
}

#footer_topMenu ul{
padding:0px;
margin:0px;
float:right;
}


.view-id-search label {
float:left;
margin-right:5px;
}

/* from content-module.css from cck */
.field .field-label-inline, .field .field-label-inline-first {
    display: inline;
    font-weight: bold;
}

/* sg added */
/*.posterbrowse {
	position: absolute; left: 0px; top: 0px; transform: translate3d(0px, 0px, 0px);
}*/
.posterbrowsecontent .view-content {
	    overflow: hidden;
    position: relative;
    height: 1081px;
}