@charset "UTF-8";

/*  Desc: Main - BlueCloud Theme
    Design: Forty Media Corporation
    Author: Daniel Ritzenthaler
=== === === === === === === === === === */

/* --------------- General -------------- */

html {

}
body {
  text-align: center;
  font: normal 12px/1.5em "Lucida Grande", "Verdana", sans-serif;
  background-color: #4388C9;
}
.container{
  margin: 0 auto;
  width: 924px;
  text-align: left;
  background-color: #FFFFFF;
}
p,
li {
  line-height: 150%;
  color: #666666;
}

p{
  padding: 0 30px 10px 10px;
  margin: 0;
}

img {
  border: 0
}
a:link, a:visited {
  color: #4388C9;
  outline:none;
}
a:hover, a:active {
  color: #2670B5;
}
a.edit:link, a.edit:visited {
  color: #CC0000;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}
a.edit:hover, a.edit:active {
  color: #FF0000;
  text-decoration: underline;
  font-weight: bold;
  text-transform: uppercase;
}
a.view_more_link {
  padding-left:0px;
}
h1, h2, h3, h4, h5, h6{
  margin: 0;
}
h1{
  font-weight: normal;
  padding: 25px 20px 5px 20px;
  font-family: "Trebuchet", "Trebuchet MS", "Lucida Grande", "Verdana", sans-serif;
  color: #2670B5;
}
h2{
  font-weight: normal;
  padding: 15px 40px 10px 0px;
  font-size: 200%;
  font-family: "Trebuchet", "Trebuchet MS", "Lucida Grande", "Verdana", sans-serif;
  color: #333333;
}
h3{
  font-weight: normal;
  padding: 15px 40px 10px 0px;
  font-size: 150%;
  font-family: "Trebuchet", "Trebuchet MS", "Lucida Grande", "Verdana", sans-serif;
  color: #333333;
  clear: left;
}
h4{
  font-weight: normal;
  padding: 5px 40px 5px 10px;
  font-size: 125%;
  font-family: "Trebuchet", "Trebuchet MS", "Lucida Grande", "Verdana", sans-serif;
  color: #333333;
  clear: left;
}
h5{
  font-weight: normal;
  padding: 5px 40px 0 10px;
  font-size: 125%;
  font-family: "Trebuchet", "Trebuchet MS", "Lucida Grande", "Verdana", sans-serif;
  color: #333333;
  clear: left;
}

/* --------------- Header --------------- */

#header {
  background:#4388C9;  /*url(../images/bg_body_top.gif) repeat-x top*/
  float: left;
  width: 100%;
}
#header>.container{
  margin: 20px auto 0 auto;
}
#header .container #title{
  background: #fff url(../images/bg_header.jpg) no-repeat top right;
  float: left;
  width: 100%;
}
#header .container #title p{
  padding: 0 20px 10px 20px;
  font-weight: bold;
  color: #2670B5;
}
#header .largecontent{
  float: left;
  width: 650px;
}
#header .largecontent h1 {padding-top: 12px;}
#header .sitesearch{
  float: left;
  width: 272px;
}
#header .sitesearch form fieldset{
  border: none;
  background: url(../images/texture.gif) repeat top;
  padding: 10px 5px;
  margin: 0;
  text-align: center;
}
#header .sitesearch form fieldset input{
  font-size: 85%;
}
#header .sitesearch form fieldset input.textfield{
  width: 160px;
  margin: 0 0 5px 0;
}

/* --------------- Navigation ------------ */
#navigation .menu_primary   { background: #CFAC79 url(../images/bg_nav_main.gif) repeat-x bottom; }
#navigation .menu_secondary { background: #E7D5BC url(../images/bg_nav_sub.gif) repeat-x bottom; }

#navigation .menu_primary,
#navigation .menu_secondary {
  float: left;
  width: 100%;
  padding: 5px 0;
}

#navigation ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 20px;
}

#navigation .menu_primary ul li,
#navigation .menu_secondary ul li {
  float: left;
  margin-right: 10px;
}

#navigation a {
  text-decoration: none;
}

#navigation .menu_primary ul a:link,
#navigation .menu_primary ul a:visited{
  text-decoration: none;
  color: #FFECD4;
}
#navigation .menu_primary ul a:hover,
#navigation .menu_primary ul a:active {
  text-decoration: underline;
  color: #FFECD4;
}

#navigation .menu_secondary ul a:link,
#navigation .menu_secondary ul a:visited{
  text-decoration: none;
  color: #9F7231;
}
#navigation .menu_secondary ul a:hover,
#navigation .menu_secondary ul a:active{
  text-decoration: underline;
  color: #9F7231;
}

/* --------------- Body ----------------- */

#bodyarea {
  background: url(../images/bg_body_main.gif) repeat-y top;
}
#bodyarea ul, #bodyarea ol{
  padding:0px !important;
  margin: 0;
}
#bodyarea h3.datehighlight{
  background-color: #E7D5BC;
  margin: 0 20px 0 0;
}
#bodyarea h4.datehighlight{
  background-color: #F2E8DB;
  margin: 0 20px 0 0;
}
#bodyarea p.datehighlight{
  background-color: #F2E8DB;
  font-size: 85%;
  margin: -5px 20px 0 0;
  padding: 0 30px 5px 10px;
  color: #999999;
}
#bodyarea .sidebar, .store_sidebar{
  float: left;
  width: 272px;
}
#bodyarea .smallcontent{
  float: left;
  width: 380px;
  padding: 10px 0 0 0;
}
#bodyarea .largecontent, .store_main{
  float: left;
  width: 631px;
  padding:5px 10px 30px 10px;
}
#bodyarea .fullcontent{
  float: left;
  width: 100%;
  padding: 10px 0 0 0;
}
#bodyarea .fullcontent p,
#bodyarea .fullcontent h1,
#bodyarea .fullcontent h2,
#bodyarea .fullcontent h3,
#bodyarea .fullcontent h4,
#bodyarea .fullcontent h5,
#bodyarea .fullcontent h6{
  padding-left: 20px;
}
#bodyarea .fullcontent ul,
#bodyarea .fullcontent ol{
  padding: 0 10px 10px 40px;
}
#bodyarea .imagecaption{
  float: right;
  width: 280px;
}
#bodyarea .mediacat p{
  padding: 0 10px 0 10px;
}
#bodyarea .mediacat h3.video,
#bodyarea .mediacat h3.document,
#bodyarea .mediacat h3.image,
#bodyarea .mediacat h3.news,
#bodyarea .mediacat h3.event{
  padding: 10px 40px 10px 20px;
  margin: 0 0 0 10px;
}
#bodyarea h4.video,
#bodyarea h4.document,
#bodyarea h4.image,
#bodyarea h4.news,
#bodyarea h4.event{
  margin: 0 0 0 10px;
  padding: 5px 40px 5px 20px;
}
#bodyarea .mediacat h3.video,
#bodyarea h4.video{
  background: url(../images/icon-media.gif) no-repeat left;
}
#bodyarea .mediacat h3.document,
#bodyarea h4.document{
  background: url(../images/icon-article.gif) no-repeat left;
}
#bodyarea .mediacat h3.image,
#bodyarea h4.image{
  background: url(../images/icon-images.gif) no-repeat left;
}
#bodyarea .mediacat h3.news,
#bodyarea h4.news{
  background: url(../images/icon-news.gif) no-repeat left;
}
#bodyarea .mediacat h3.event,
#bodyarea h4.event{
  background: url(../images/icon-event.gif) no-repeat left;
}
#bodyarea .sort{
  clear: both;
}
#bodyarea .sort ul li.other span{
  float: right;
  padding: 2px 5px 0 5px;
}
#bodyarea .sort ul li.other span select{
  font-size: 85%;
}
#bodyarea .sort p{
  font-size: 85%;
  padding: 5px 10px 0 10px;
  clear: both;
  text-align: center;
}
#bodyarea .sort ul{
  list-style: none;
  padding: 0;
  width: 100%;
  float: left;
  background-color: #CCE3F8;
  margin: 0;
  border-bottom: 1px solid #4388C9;
}
#bodyarea .sort ul li{
  display: inline;
}
#bodyarea .sort ul li.current span{
  background-color: #FFFFFF;
}
#bodyarea .sort ul li span{
  display: block;
  float:left;
  padding: 4px 12px 5px 10px;
  margin: 3px 0 -2px 0;
}
#bodyarea .imagecaption img{
  margin: 0 20px 0 10px;
  border: 1px solid #4388C9;
}
#bodyarea .imagecaption p{
  font-size: 85%;
  padding: 0 20px 0 15px;
  font-style: italic;
  color: #999999;
}
#bodyarea #searchcontent{
  width:100%;
}

#bodyarea #searchcontent .smallcontent{
  padding: 0;
}

#bodyarea #searchcontent form{
  margin: 0;
  padding: 0;
}

#bodyarea #searchcontent form fieldset{
  padding:5px 0;
  margin: 0;
  border: none;
}
#bodyarea #searchcontent p{
  padding: 0 10px 0 20px;
  font-size: 85%;
}
#bodyarea #searchcontent form fieldset input,
#bodyarea #searchcontent form fieldset select{
  font-size: 85%;
}
#bodyarea #searchcontent form fieldset input.textfield{
  width: 150px;
  margin: 0 5px 0 0;
}
#bodyarea p.clearfloat{
  clear: both;
  text-align: center;
  font-size: 85%;
  padding: 15px 0 0 0;
}
#bodyarea p.meta,
#bodyarea p.catmeta{
  font-size: 85%;
  margin: -5px 0 0 0;
  padding: 0 30px 0px 0px;
  color: #999999;
}
#bodyarea p.pages{
  font-size: 85%;
  padding: 5px 30px 5px 10px;
  margin: 10px 20px 0 0;
  color: #999999;
  border-top: 1px solid #CCE3F8;
  font-weight: bold;
  clear: both;
}
#bodyarea p.meta span{
  float: right;
}
#bodyarea p.catmeta span,
#bodyarea p.icons span{
  float: left;
}
#bodyarea p.meta span img,
#bodyarea p.catmeta span img,
#bodyarea p.icons span img{
  margin: 0;
}
#bodyarea p.archives{
  font-size: 85%;
  margin: 0 0 0 10px;
  padding: 0 10px 5px 10px;
  color: #999999;
  background: url(../images/bullet.gif) no-repeat left;
  clear: both;
}
#bodyarea .newsitemsmall{
  clear: both;
}
#bodyarea .newsitemsmall .image{
  float: left;
  width: 270px;
}
#bodyarea .newsitemsmall .content{
  float: left;
  width: 300px;
}
#bodyarea .newsitemsmall img{
  margin: 0 5px 5px 10px;
  border: 1px solid #4388C9;
}
#bodyarea ul.rel_con{
  padding: 0;
  margin: 0 0 10px 10px;
  list-style: none;
}
#bodyarea ul.rel_con li{
  padding: 0 0 0 20px;
}
#bodyarea ul.rel_con li.rel_announce{
  background: url(../images/icon-announcement.gif) no-repeat left;
}
#bodyarea ul.rel_con li.rel_image{
  background: url(../images/icon-images.gif) no-repeat left;
}
#bodyarea ul.rel_con li.rel_media{
  background: url(../images/icon-media.gif) no-repeat left;
}
#bodyarea ul.rel_con li.rel_article{
  background: url(../images/icon-article.gif) no-repeat left;
}
#bodyarea ul.rel_con li.rel_news{
  background: url(../images/icon-news.gif) no-repeat left;
}
#bodyarea ul.rel_con li.rel_event{
  background: url(../images/icon-event.gif) no-repeat left;
}
#bodyarea blockquote{
  font-style: italic;
  padding: 5px 60px 20px 30px;
  font-size: 125%;
  margin: 0;
  color: #666666;
}

/* --------------- Footer --------------- */

#footer {
  /*background: url(../images/bg_body_bottom.gif) no-repeat top;*/
  clear: both;
}
#footer .container{
  background-color: transparent;
}
#footer p{
  font-size: 85%;
  text-align: center;
  padding: 10px 20px 20px 20px;
  color: #CCE3F8;
}
#footer p.seventh{
  padding: 0px 20px 30px 20px;
}
#footer p a:link,
#footer p a:visited{
  color: #CCE3F8;
}
#footer p a:hover,
#footer p a:active{
  color: #FFFFFF;
}

#login {
  text-align: center;
  padding-top: 15px;
  color: #FFF;
}
.document_group_widget_holder img {
	margin-left: 10px;
}
#login a {
    color: #FFF;
    text-decoration: none;
}
/* --------------- Miscellaneous --------- */

/*.tableevent{
  padding: 10px 35px 10px 10px;
  clear: both;
}
.tableevent table{
  border-collapse: collapse;
  margin: 0;
}
.tableevent table th{
  border-bottom: 3px solid #CCE3F8;
  vertical-align: top;
  font-size: 85%;
  color: #666666;
  width: 75px;
}
.tableevent table td{
  border-bottom: 1px solid #CCE3F8;
  vertical-align: top;
}
.tableevent table td.datehighlight{
  background-color: #F2E8DB;
}
.tableevent table td.datehighlight p{
  background-color: #E7D5BC;
}
.tableevent table td p{
  padding: 0;
  margin: 0;
  font-size: 85%;
}
#bodyarea .tableevent table td ul{
  font-size: 85%;
  margin: 0;
  padding: 5px 0 0 0;
  list-style: none;
}
#bodyarea .tableevent table td ul li{
  padding: 0 0 10px 0;
  line-height: 1.2em;
}*/
#events {
  margin-top:25px;
}
.event {
  margin-left:10px;
}

/* --------------- Calendar --------- */

.calendar {
  height:500px;
  margin-right:auto;
  padding-left:10px;
  width:646px;
  font-family:"Lucida Grande","Verdana",sans-serif;
  font-size:12px;
  font-size-adjust:none;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:1.5em;
  text-align:center;
  clear: left;
  
}


.dayName {
  text-align: center;
}

.dayName th {
  border-bottom:3px solid #CCE3F8;
  color:#666666;
  font-size:85%;
  vertical-align:bottom;
  width:75px;
  background-color:#FFF;
  padding-bottom: 0;
  padding-top: 0;
  height: 35px;
}

.monthName th {
  font-weight:normal;
  padding-bottom:0em;
  padding-top:0em;
  text-align:left;
}

.specialDay {
  background-color: white;
  border-bottom:1px dotted #BBBBBB;
}

.calendar .day, .calendar .specialDay {
  border-bottom:1px dotted #BBBBBB;
  text-align:left;
  vertical-align:top;
  height:85px;
}

.weekendDay {
  border-bottom:1px dotted #BBBBBB;
  text-align:left;
  vertical-align:top;
}
.today {
  background-color:#CCE3F8;
}

.otherMonth.weekendDay {
  color: #c0c0c0;
}

.otherMonth {
  color: #c0c0c0;
  border-right:1px solid white;
  padding:0.7em 1em;
  text-align:left;
  vertical-align:top;
  border-bottom:1px dotted #BBBBBB;
}

.product_description p {
  margin-left:100px;
  width:350px;
}
.upcoming_events {
  margin-top:25px;
}


/* -------------------SHOPPING CART ------------------------*/

.products_list h5 {
  color:#000000;
  font-family:"Trebuchet","Trebuchet MS","Lucida Grande","Verdana",sans-serif;
  font-size:125%;
  padding: 0px;
  clear: none;
  font-weight: bold;
}
.top_cart_links {
  margin-top:30px;
}

#cart {
  float: right;
  text-align: right;
}

#cart img {
  margin: 0px;
}
/* ---------------------------------------------------------*/

em.hint {
  font-size: 12px;
  color: #999;
}

/* -------------------MEDIA LIBRARY ------------------------*/

.podcast_links a {
  float: left;
  padding: 1px;
}

#media_library .catmeta {
  font-size: 0.8em;
}
#media_library .media_col_name {
  font-size: 1.8em;
  font-weight: bold;
}

#media_library .media_coll_contents {
  padding: 0 10px;
}
.podcast_links {
  /*float: right;*/
  width: 200px;
  margin-bottom: 20px;
  /*padding: 5px;*/
}
.podcast_links a {
  margin-right: 5px;
  float: right;
  text-decoration: none;
}
.podcast_links img {
  margin: 5px;
}

.map {
  width: 160px; 
  height: 150px;
  margin-left: 3px;
}

#admin_map {
  width: 160px; 
  height: 150px;
  margin-left: 3px;
}

.google_text {
  font-size: .8em;
  color: #CCC;
  padding:0px;
}

.content_collection{
  width: 90%; 
}
/*=STORE
=== === === === === === === === === === */

#bodyarea #buysteps{
  margin: 0 0 10px 0;
  font-size: 85%;

}
#bodyarea #buysteps ul{
  padding: 0 10px 4px 10px;
  margin: 0;
  list-style: none;
}
#bodyarea #buysteps ul li{
  padding: 0 10px 0 0;
  display: inline;
  float: left;
  color: #999;  
}
#bodyarea #buysteps ul li.current{
  font-weight: bold;
  color: #666;
}

#bodyarea ul.products_list{
  list-style: none;
  padding: 0;
  margin: 0 24px 0 12px;
}
#bodyarea ul.products_list li{
  padding: 10px 0 0 0;
  margin: 0 24px 0 0;
/*  border-bottom: 1px solid #ccc;*/
}
#news ul.products_list li {
  border:none !important;
}
#bodyarea ul.products_list li .product_img{
  overflow: hidden; 
  float: right;
  display: inline-table;
/* Hides from IE-mac \*/
  height: 1%;
  display: block;
/* End hide from IE-mac */  
}
#news ul.products_list li .product_img{
  float:left !important;
  width:110px;
}
#news h3{
  padding-left:0px;
}
html>body #bodyarea ul.products_list li .product_img {
  height: auto;
}

#bodyarea ul.products_list li .product_img:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}


#bodyarea ul.products_list li .product_img img{
  display: block;
  margin: 0 0 10px 0;
}
#bodyarea ul.products_list li .product_desc{
  width: 350px;
  float: left;
}
#bodyarea ul.products_list li p{
  padding: 0 0 10px 0;
  margin: 0;
}
#bodyarea #cart p{
  text-align: right;
  font-size: 85%;
  margin: 0;
  padding: 10px 20px 0 20px;
}


#bodyarea table.products_list {
  margin: 0 24px 40px 12px;
  border-collapse: collapse;
}

#bodyarea .summary table {
  margin: 0px 24px 40px 12px;
  border-collapse: collapse;
}

#bodyarea table.products_list tr th,
#bodyarea .summary table th{
  padding: 3px;
  color: #999
  font-weight: normal;
  font-size: 85%;
}
#bodyarea table.products_list td,
#bodyarea .summary table td{
  padding: 6px;
  border-top: 1px solid #ccc;
  font-size: 85%;

}

#bodyarea div#searchcontent fieldset {
border: none;
}

div#paginate {
clear: both;
display: block;
height: 20px;
padding: 12px 24px 12px 12px;
}

div#paginate div.next {
display: inline; 
float: right;
}

div#paginate div.previous {
display: inline;
float: left;
}

form label {
margin-left: 12px;
}

p.top_cart_links {
margin: 12px 0 12px 0;

}

.view_links{
  margin:-26px 20px 0px 0px;
}

.themed_pagination{
  margin-left: 15px;
}
.flash_player {
  margin-left:10px;
}

.news_list {
  
}

.news_widget_photo img {
  padding:7px 5px 15px 8px !important;
}