/*------------------------------------------------------------
   GLOBAL
------------------------------------------------------------*/
body
{
   background: none;
   color: #000;
   overflow: visible !important;
   font-family: Times, serif !important;
}

#bg { display: none; }

h1 
{ 
   font-size: 22pt !important;
   width: auto;
}

h2 
{
   font-size: 16pt !important;
   width: auto;
}

h3 
{ 
   font-size: 13pt !important;
   width: auto;
}

p, ul, li, td 
{ 
   font-size: 12pt !important; 
}

hr {
   color: #fff;
   background-color: #fff;
   height: 1px;
}

a:link, a:visited { color: #323232; text-decoration: underline; }
a:hover,a:active { color: #960c73; text-decoration: underline; }

.imageRight { margin: 0px 0 10px 20px; }
.imageLeft { margin: 0px 20px 10px 0; }
/*------------------------------------------------------------
   Disable Global Elements
------------------------------------------------------------*/
#header,
#nav
{ 
   display: none;
}

/*------------------------------------------------------------
   Home page
------------------------------------------------------------*/


/*--------------------------------------------------
   Inner Page Layout
--------------------------------------------------*/
#page-wrapper #sidebar { display: none; } 

#home #page-wrapper #sidebar {
   display: block;
}

#page-wrapper {
   width: 100%;
   padding: 0;
   margin: 0;
   float: none !important;
   overflow: visible !important;
}

#content-wrapper {
   width: 98%;
   padding: 0;
   margin: 0;
   float: none !important;
   overflow: visible !important;
   border: none;
}

#content-wrapper #content { 
   width: 95%;
   margin: 0;
   padding: 0;
   float: none !important;
   overflow: visible !important;
   border: none;
   background: none;
   
}

.column-small {
   width: 100%;
}

.column-medium {
   width: 100%;
   padding-right: 20px;
   float: none;
}

.column-border {
   border-right: 5px dotted #fff1b8;
}

.column-large {
   width: 100%;
   margin-right: 30px;
   padding-right: 30px;
   border-right: 5px dotted #fff1b8;
}

#actions {
   display: none;
}

table.gallerySearch {
   display: none;
}
/*------------------------------------------------------------
   Footer
------------------------------------------------------------*/
#footer { display: none; }
#footer-nav { display: none; }
