﻿@import url("snapsisMenu/skin.css");
@import url("css/admin_page.css");
@import url("css/search.css");


/* 
===================================================
Skin styles for DotNetNuke Community Site Redesign
===================================================
*/

/*Elements*/
html {height:100%; overflow: auto;}
html>body #PortalBorder {height:auto}/*for mozilla */

body
{
    behavior:url("DesktopModules/SnapsisDNN/NavMenu/csshover.htc");
    font: normal 12px arial, helvetica, sans-serif;
    padding:0;
    margin:0;
    height: 100%;
    text-align: center; /*IE needs this to center*/
    color: #000000;
    background: transparent url(images/general/background_image.jpg) repeat-x left top;
}

a:link,
a:visited
{
  font: bold 12px arial,helvetica,san-serif;
  color: #b75b07;
  text-decoration: none;
}

a:hover,
a:active
{
  font: bold 12px arial,helvetica,san-serif;
  color: #b75b07;
  font-weight:bold;
  text-decoration: underline;
}

H1  {
    
    font-size: 2em;
    font-weight: bold;    
    line-height: 40px;
    padding: 0;
    margin: 0;
    color: #b75b07;
}

H2
{
    font-size: 1.7em;
    color: #666;
    font-weight: bold;
    line-height: 20px;
    padding: 0;
    margin: 0;
}

H3
{
    color: #fff;
    line-height: 20px;
    font-weight: bold;
    background-color: #b75b07;
    border: solid 1px #666;
    text-align: center;
    padding: 0;
    margin: 0;
}

H4
{
    color: #666;
    line-height: 20px;
    font-weight: bold;
    background-color: #ccc;
    border: solid 1px #b75b07;
    padding: 0 0 0 5px;
    margin: 0;
}

H5
{
    color: #b75b07;
    font-weight: bold;
    font-size: 12px;
    padding: 0;
    margin: 0;
}

H6
{
    color: #666;
    font-size: 12px;
    font-weight: bold; 
    font-style: italic;
}

p
{
    font-size: 12px;
    padding: 5px;
}

ol 
{
    font-size: 12px;
}

table
{
   font-size: 12px;
}

td 
{
    padding: 2px;
}
/*IDs*/

#LeftNav
{width: 210px;
background: #fff url(images/general/content_bkgd_interior.jpg) no-repeat left top;
height: 828px;
}

#wrapper 
{
    *position: relative; /*IE needs this to position things in the center*/
    width: 100%;
    padding: 0;
    margin: 0 auto;
    overflow: auto; /*Firefox needs this to make sure the divs inside it expand with the content*/
}

#skinWrapperShadow 
{
    width: 1010px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    background: transparent url(images/general/shadow.png) repeat-y left top;
}

#skinWrapper 
{
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    background-color: #fff;
}

#mastheadSearch
{
    width: 1000px;
    height: 155px;
    margin: 0;
    padding: 0;
    background: #fff url(images/general/masthead_full.jpg) no-repeat left top;
    text-align: left;
}

#footerWrap 
{
    clear: both;
    background: #000;
    padding: 4px 0 0 0;
    margin: 0;
    color: #fff;    
}

#footerWrap a
{
    color: Gray;
}
/*eof IDs*/

/*Classes*/

.masthead
{
    width: 533px;
    height: 155px;
    margin: 0;
    padding: 0;
    float: left;
}

.searchPane
{
    width: 467px;
    height: 155px;
    margin: 0;
    padding: 10;
    float: right;
}
/* Breadcumb definitions.  Controls Breadcrumb, search and User */
.breadCrumb
{
 width:1000px;
 height:25px;
 vertical-align:middle;
 background: #fff url(images/general/breadcrumb_background.jpg) no-repeat left top;
font-size:12px;
 padding:0px;
}

.breadCrumbFont,
a.breadCrumbFont:link,
a.breadCrumbFont:visited
{
 color:#000000;
 font-size:12px;
 background-color:Transparent;
  text-decoration:none;
}

a.breadCrumbFont:hover
{
 color:#000000;
 font-size:12px;
 background-color:Transparent;
  text-decoration:none;
}



.rightpane
{
    height: 600px;
    min-height: 600px;
    background-color: #fff;
    padding: 0px;
    text-align: left;
    vertical-align: top;
}

.contentpane
{
  height: 600px;
  min-height:600px;
  background-color: #fff; 
  padding: 0px;
  text-align: left;
  vertical-align:top;
}

.googlepane 
{

}
