/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'module_forms' */
.standardform
{
width: 420px;
_width: 410px;
}
#sidebar .standardform
{
width: auto;
}


.standardform div
{
	overflow: hidden;
	margin: 6px 0;
}


.standardform label
{
	width: 105px;
	display: block;
	float: left;
        text-align: right;
padding-right: 10px;
}

.standardform input,
.standardform textarea
{
width: 270px;	
font-size: 11px;
color: #0e485d;
border: solid 1px #E7E9EA;
padding: 1px 2px;
*display: block;
}
.standardform textarea {height: 80px;}
.standardform textarea.twocolumn {height: 44px;}

.standardform .checkboxset label
{
	width: auto;
	margin: -7px 0 0 25px;
float: none;
display: block;
height: 13px;
}

.standardform .checkboxset input
{
width: auto;
display: block;
float: left;
clear: left;
border: none;
margin-top: 5px;
height: 13px;
}

.standardform  .button, .standardform  .button:hover
{
background: transparent;
padding: 0;
border: none;
}

.standardform  .button input
{
border: none;
background: #C4B8B0;
color: #FFF;
display: block;
margin: 5px 0px;
padding: 2px 7px;
cursor: pointer;
width: auto;
margin-left: 110px;
}
.standardform  .button input:hover {background: #B3A8A0;}

.topmargin {padding-top: 2em; }
.smalltext { font-size: 10px; }
.boldtext, .strong {font-weight: bold; font-size: 1.1em;}


.rightcolumn .standardform {
width: 280px;
}


.rightcolumn .standardform label,
.leftcolumn .standardform label
{
width: 80px;
}

.leftcolumn .standardform input,
.leftcolumn .standardform select,
.leftcolumn .standardform textarea,
.rightcolumn .standardform input,
.rightcolumn .standardform select,
.rightcolumn .standardform textarea
{
width: 170px;	
}
.leftcolumn  .standardform  .submit .fbsubmit,
.rightcolumn  .standardform  .submit .fbsubmit
{
margin-left: 80px;
}
.leftcolumn .standardform textarea,
.rightcolumn .standardform textarea
{
*margin-left: 10x;
}



/* End of 'module_forms' */

/* Start of CMSMS style sheet 'sifr-screen' */
/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/

/*---- sIFR ---*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* 
  Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it.
  Conveniently, the object tab is always in a div, so we hide all divs directly inside the replaced element.
*/

.sIFR-replaced > div {
  display: none !important;
}

/*---- Header styling ---*/

    .sIFR-active #pagetitle,
    .sIFR-active #sidebar h2
     {
    visibility: hidden;
      font-family: Verdana;
      line-height: 1em;
    }

    .sIFR-active h2 {
    	font-size: 18px;
      display: block;
	  
    }
	
	.sIFR-active #pagetitle{
    	font-size: 26px;
      display: block;
	  width: auto;
	  padding-bottom: 0px;
    }


   

.sIFR-flash {margin-bottom: -7px; }




/* End of 'sifr-screen' */

/* Start of CMSMS style sheet 'screen' */
/*
--- SCREEN
Type: stylesheet
Site: ned's vineyard
Purpose: managing screen layout
Author: Stuart Steel - Acorn Web Sites
Date: 6/12/06
Dependencies:  None

*/

/*
--- GLOBAL
*/
html {height: 100%;}
body
{
margin: 0;
background: #DFD6D1 url(/uploads/images/layout/tile_bg.gif);
height: 100%;
}

body *
{
margin: 0;
padding: 0;
}

#bodywrapper
{
margin: 0 auto;
width: 950px;
background: transparent url(/uploads/images/layout/bodywrapper_map3.png) 0 0 repeat-y;
position: relative;
min-height: 100%;
}
* html #bodywrapper {background: transparent url(/uploads/images/layout/bodywrapper_map3.gif) 0 0 repeat-y; height: 100%;}

/*
-- BANNER
*/

#banner
{
background: url(/uploads/images/layout/banner_map.gif) 0 0 no-repeat;
position: absolute;
left: 2px;
top: 0px;
height: 255px;
width: 100%;
}

#banner h1
{
position: absolute;
left: -60px;
top: -17px;
z-index: 2;
}

#banner h1 a
{
width: 364px;
height: 142px;
background: url(/uploads/images/layout/banner_logo.gif) 0 0 no-repeat;
overflow: hidden;
display: block;
text-indent: -5000px;
}

#banner img
{
position: absolute;
left: 14px;
top: 142px;
z-index: 3;
}

/*
-- NAVIGATION
*/

#menu
{
position: absolute;
right: 20px;
top: 120px;
z-index:100;
}

#nav
{

}

#nav li
{
float: left;
list-style: none;
}

#nav li a
{
color: #0e485d;
display: block;
text-align: center;
margin: 0 12px;
font-weight: bold;
font-size: 12px;
}
#nav li a:hover
{
color: #5c74a5;
text-decoration: none;
}

/*
-- PAGE CONTENT
*/
#pagebody
{
min-height: 100%;
overflow: hidden;

}

#pagecontent
{
padding: 270px 280px 60px 41px;
}
* html #pagecontent
{
padding: 270px 0px 60px 41px;
}

#pagetitle
{
/*border-bottom: solid 1px #F4F2F0;*/
padding: 0 0 2px 0;
margin: -3px 0px 0px 0;
color: #0e485d;
}

.leftcolumn
{
float: left; width: 48%;
}

.rightcolumn
{
float: right; width: 48%;
}
* html .rightcolumn
{
margin-right: 5px;
}

#sidebar
{
background: url(/uploads/images/layout/sidebar_map.jpg) 0 25px repeat-x;
margin: 270px 15px 0 0;
float: right;
width: 205px;
padding: 10px 10px 200px 10px;
}


/*
-- FOOTER
*/


#footer
{
background: url(/uploads/images/layout/pagebody_map.png) 16px -122px no-repeat;
margin: -66px auto 0 auto;
padding: 35px 15px 0 40px;
height: 30px;
width: 895px;
position: relative;
z-index: 5;
}
#footer p {margin: 0;}
#footer .logo
{
background: url(/uploads/images/layout/pagebody_map.png) 100% 100% no-repeat;
position: absolute;
width: 200px;
height: 200px;
right: 14px;
bottom: 0;

}
/* End of 'screen' */

