/* Start of CMSMS style sheet 'module_news' */
/*
--- NEWS MODULE
Type: stylesheet
Site: ned's vineyard
Purpose: managing news module
Author: Stuart Steel - Acorn Web Sites
Date: 6/12/06
Dependencies:  None

*/

/*
--- NEWS in RH column/ sidebar
*/

#sidebar .NewsSummary h3
{
font-size: 11px;
margin: 0.2em 0 0 0;
padding-left: 10px;
background: url(/uploads/images/layout/news_bullet.gif) 0px 3px no-repeat;
}

#sidebar .NewsSummaryMorelink ,
#sidebar .NewsSummaryPostdate {display: none;}
#sidebar  .NewsSummary h3 a {color: #0E485D;}


/*
--- NEWS Summary
*/


#news h2
{
margin: -7px 0 13px 0;

}

.NewsSummary
{
margin-bottom: 12px;
}

.NewsSummary h3
{
font-size: 11px;
margin: 0.2em 0 0 0;
}

.NewsSummary p
{
margin: 0 0 0.5em 0;
}

.NewsSummaryMorelink 
{
padding-left: 10px;
background: url(/uploads/images/layout/news_bullet.gif) 0px 3px no-repeat;
font-weight: bold;
}

/*
--NEWS DETAIL
*/

#NewsPostDetailDate {}
#NewsPostDetailPrintLink {float: left;}
#NewsPostDetailReturnLink { float: left; margin-left: 15px;}
#NewsPostDetailTitle
{
font-size: 13px;
color: #7187B4;
margin: 0;
}
#NewsPostDetailSummary
{
margin: 15px 0 10px 0;
font-size: 1.1em;
}
/* End of 'module_news' */

/* Start of CMSMS style sheet 'typography' */
/*
--- TYPOGRAPHY
Type: stylesheet
Site: ned's vineyard
Purpose: managing site typography
Author: Stuart Steel - Acorn Web Sites
Date: 6/12/06
Dependencies:  None

*/

/*
--- GLOBAL
*/

body 
{
	font-family: arial, helvetica, sans serif;
	color: #333;
	font-size: 11px;
}


/*
--- HEADINGS
*/

h1
{
	font-size: 1.6em;
  	margin: 1em 0;
}

h2
{
	font-size: 1.75em;
	margin: 0 0 0.4em 0;
	color: #99877D;
}
p+h2 {margin: 1.5em 0 0.4em 0; }

h3
{
	font-size: 12px;
	margin: 0 0 0.15em 0;
	color: #7187B4;
        line-height: 1.45em;
}
#pagetitle + hr + h3
{
margin: 0 0 12px 0;
font-size: 1.25em;
}
h4
{
	font-size: 11px;
	margin: 0 0 0.3em 0;
	color: #7187B4;
        line-height: 1.45em;
}
h2 a, h3 a, h4 a {color: #7187B4;}

/*
--- CONTENT
*/

#sidebar
{
color: #9a897b;
}

p
{
	margin: 0 0 1em 0;
	line-height: 1.4em;
}


blockquote
{
margin-left: 1.5em;
}

blockquote p
{
margin: 0 0 0.5em 0;
}


/*
--- LISTS
*/

ul
{
	
	margin: 0em 0 1em 1em;
        list-style-image: url(/uploads/images/layout/list_bullet.gif);
}
p+ul {margin-top: -1em;}
ul li
{
	
	margin: 0.4em 0 0.4 0.5em;
        list-style-image: url(/uploads/images/layout/list_bullet.gif);

}

#pagecontent li {line-height: 1.45em;}

ol {
	margin: 1em 0 1em 1em;
line-height: 1.45em;
}

ol li 
{
	/*overflow: hidden;*/
	margin: 0.4em 0 0.4em 0.8em;
	padding: 2px 2px 2px 0.5em
}

dt
{
	float: left;
	clear: left;
	font-weight: bold;
	margin: 0 0 1em 0;
        width: 55px;
color: #AE1A22;
}

dd {
display: block;
margin: 0 0 1em 0;
padding-left: 55px;
}

/*
--- HORIZONTAL RULES
*/
hr
{
	border: solid 1px #F4F2F0;
	color: #F4F2F0;
	border-width: 1px 0 0 0;
	margin: 1px 0;
	height: 1px;
	overflow: hidden;
}
#pagetitle+hr {margin: 0px -100px 15px -24px; *width: 746px; *margin: -5px -100px 15px -24px;}


/*
--- HYPERLINKS
*/
a
{
	color: #223b55;
	text-decoration: none;
}
a:hover
{
	color: #5c74a5;
}

a:active
{
outline: none;
}

a img {border: none;}



:focus
{-moz-outline-style: none;}


/*
--- FORMS
*/

fieldset {
border: none;

}

input, select
{
font-size: 11px;
color: #0e485d;
border: solid 1px #E7E9EA;
padding: 1px 2px;
*margin-left: 10px !important;
}

#registration
{
background: url(/uploads/images/layout/sidebar_map.jpg) 0 32px repeat-x;
margin: 20px -10px 10px -10px;
padding: 10px;
}


#registration .registration_email input,
#registration .registration_name input
{
width: 190px;
}

#registration .submit input
{
width: auto;
margin-left: 0;
}

#registration h2
{
margin-bottom: 10px;
}

.button
{
border: none;
background: #C4B8B0;
color: #FFF;
display: block;
margin: 5px 0px;
padding: 2px 7px;
cursor: pointer;
}
.button:hover {background: #B3A8A0;}
/*
--- TABLES
*/


td { line-height: 1.45em;vertical-align: top;}

/*
--- CUSTOM STYLES
*/

.highlightbox
{
background: #F5F3F1;
padding: 10px;
}

.highlight
{
	color: #0e485d;
}

.grey
{
	color: #6D6D70;
}

.black
{
	color: #000;
}

.large {
	font-size: 1.2em;
}

.small {
	font-size: 0.9em;
}
/* End of 'typography' */

