﻿@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: #442317;
  text-decoration: none;
}

a:hover,
a:active
{
  font: bold 12px arial,helvetica,san-serif;
  color: #442317;
  font-weight:bold;
  text-decoration: underline;
}

H1  {
    
    font-size: 2em;
    font-weight: bold;    
    line-height: 40px;
    padding: 0;
    margin: 0;
    color: #452317;
}

H2
{
    font-size: 1.7em;
    color: #452317;
    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: #452317;
    line-height: 20px;
    font-weight: bold;
    background-color: #ccc;
    border: solid 1px #b75b07;
    padding: 0 0 0 5px;
    margin: 0;
}

H5
{
    color: #452317;
    font-weight: bold;
    font-size: 12px;
    padding: 0;
    margin: 0;
}

H6
{
    color: #452317;
    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: #f9f5e3 url(images/general/content_bkgd_interior.jpg) no-repeat left top;
	height: 771px;
	padding: 10px 0 0 0;
	margin: 0;
}

#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: #f9f5e3;
}

#mastheadSearch
{
    width: 1000px;
    height: 129px;
    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: 500px;
    height: 129px;
    margin: 0;
    padding: 0;
    float: left;
}

/*.searchPane
{
    width: 467px;
    margin: 0;
    padding: 10;
    float: right;
}
/* Breadcumb definitions.  Controls Breadcrumb, search and User */
.breadCrumb
{
 width:1000px;
 height:21px;
 vertical-align:middle;
 background: #000 url(images/general/breadcrumb_background.jpg) no-repeat left top;
font-size:12px;
 padding:0px;
}

.breadCrumbFont,
a.breadCrumbFont:link,
a.breadCrumbFont:visited
{
 color:#ffffff;
 font-size:12px;
 background-color:Transparent;
  text-decoration:none;
}

a.breadCrumbFont:hover
{
 color:#ffffff;
 font-size:12px;
 background-color:Transparent;
  text-decoration:none;
}

.rightPane
{
    height: 600px;
    min-height: 600px
	width: 310px;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #f9f5e3;
}

.contentpane
{
  height: 600px;
  min-height:600px;
  background-color: #f9f5e3; 
  padding: 0px;
  text-align: left;
  vertical-align:top;
}

.googlepane 
{
 width: 728px;
    height: inherit;
	background-color: #f9f5e3;
    margin: 0;
    padding: 12px;
	
}
