/*-----------------------------------------------------------------------------
version:   1.0
date:      10/01/2008
author:    Brian Johnson, Applicode LLC



/* Import other stylesheets
-----------------------------------------------------------------------------*/

/* @import url("otherstylesheet.css"); */


/* Remove margin, padding and border from everything
-----------------------------------------------------------------------------*/
/*
* 
	{
	margin: 0;
	padding: 0;
	
	border: 0;
}*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* Styles for layout
-----------------------------------------------------------------------------*/

.clear
	{
	clear:both;
}
.clear-left
	{
	clear:left;
}
.clear-right
	{
	clear:right;
}
.right
	{
	float: right;
}

.left
	{
	float: left;
}

.pad30 { padding: 0px 30px; }

.error
	{
	color: red;
	font-weight: bold;
}
.red
	{
	color: red;
	font-weight: bold;
}
.strong
	{
	font-weight: bold;
}

h2.center
	{
	text-align: center;
}

.line {
	border-top:         1px solid #D3D9DC;
	margin: 10px 0px 30px 0px;
}
/* Set up the document
-----------------------------------------------------------------------------*/

html {
	color:					#666;
	font:					76% Arial, Helvetica, sans-serif; /*62.5%/1.5  "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif; /*76% Arial, Helvetica, sans-serif; */
}


body {
	text-align: 			center;
	background:				#1A3F7D;
	margin-top:				10px;
	/*line-height:			1em;*/
}
body#member
{
	background:				#8A372A;
}

#container
{
	text-align: 			left;
	width: 					925px;
	margin: 				0 auto;
	background: 			#fff;
	
}



/* Typography
-----------------------------------------------------------------------------*/

h1
	{
	font-size: 2.0em; /* Equivalent to 22pt */
}
	
h2
	{
	font-size: 1.8em; /* Equivalent to 20pt */
}
	
h3
	{
	font-size: 1.6em; /* Equivalent to 18pt */
}
	
h4
	{
	font-size: 1.4em; /* Equivalent to 18pt */
}
	
h5
	{
	font-size: 1.2em; /* Equivalent to 14pt */
}

a 			
{ 
	text-decoration:none;
	color: #4176ad;
	font-weight: bold; 
}

a:hover
{
	text-decoration: underline; 
}	

p, q, cite
	{
	font-size: 13px;
	quotes: none; /* added */
	text-align: left;
	margin: 15px 0;
	line-height: 1.4em
}

ul, ol, dl
	{
	list-style: none;
	font-size: 1.2em; /* Equivalent to 12pt */
}

li, dd, dt
	{
	font-size: 1.2em; /* Equivalent to 12pt */	
}

/* remember to define focus styles! */
:focus 
	{
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins 
	{
	text-decoration: none;
}
del 
	{
	text-decoration: line-through;
}


/* Header
-----------------------------------------------------------------------------*/
#header
{
	height: 90px;
	background: #1A3F7D url(/images/site/piaggiologo.jpg) no-repeat;
	background-position: 20px 10px;
}
#member #header
{
	background: #8A372A url(/images/site/piaggiologored.jpg) no-repeat;
}

#headerx a
{
	float: left;
	position: relative;
    width: 350px;
	height: 75px;
}

#headerx a p
{
    display: none;
}


#hlogin {
	float:					right;
	height:					22px;
	color:					#fff;
	font-size:				11px;
	text-align: 			right;
	padding: 10px 0px;
}

#hlogin a {
	color: #CCC;
	font-weight: bold;
}

/* Site Nav
-----------------------------------------------------------------------------*/
#nav, #nav ul { /* all lists */
	float: left;
	width: 925px;
	list-style: none;
	line-height: 2.2;
	background:  url(/images/site/main_menu_bg.png) 0 0 repeat-x;
	font-weight: normal;
	padding: 0;
	margin: 0;
	font-size: 12px;
	height: 34px;
}
#member #nav, #member #nav ul
{
	background:  url(/images/site/main_menu_member_bg.png) 0 0 repeat-x;
}
#nav
{
	border-bottom: 1px solid white;
	/* border-top: 1px solid #21509E; */
}

#nav a {
	display: block;
	color: white;
	text-decoration: none;
	padding: 0px 15px;
}

#nav li { /* all list items */
	float: left;
	padding: 0;
	 /* width needed or else Opera goes nuts */
	background: url(/images/site/main_menu_bg.png) 0 0 repeat-x;
}
#member #nav li 
{
	background:  url(/images/site/main_menu_member_bg.png) 0 0 repeat-x;
}
#nav li.current
{
	background:  url(/images/site/main_menu_member_bg.png) 0 0 repeat-x;
}
#member #nav li.current
{
	background:  url(/images/site/main_menu_bg.png) 0 0 repeat-x;
}

#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
	background: orange;
	z-index: 9999; /* BJJ */
}
#nav li li {
	padding-right: .1em;
	width: 13em
}

#nav li ul a {
	width: 14.4em;

}
#nav li ul li {
	background: #1A3F7D;
}
#member #nav li ul li {
	background: #8A372A;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #CDBE7A;
}
#member #nav li:hover, #member #nav li.sfhover {
	background: #CDBE7A;
}
/* Page Nav
-----------------------------------------------------------------------------*/
#page_nav 
{
	padding:20px 0px 40px 0px;
}

#page_nav_title {
	font-size: 14px;
	color: #fff;
	text-align: left;
	height: 19px;
	line-height: 13px;
	font-weight: 700;
	padding-left: 10px;
	padding-top: 7px;
	background-color: #1A3F7D;

}
#member #page_nav_title {
	background-color: #8A372A;
}

.page_nav_content {
	padding: 5px 0px 5px 10px;
	background-color: #f2f2f2;
}

#page_nav_bottom {
	color: #536A86;
	text-align: left;
	font-weight: 700;
	padding: 3px;
	background-color: #1A3F7D;
}
#member #page_nav_bottom {
	background-color: #8A372A;
}

#page_nav_sponsor {
	color: #536A86;
	height: 100px;
	text-align: left;
	font-weight: 700;
	margin: 10px 0px 25px 0px;
	padding: 3px;
	background-color: #fff;
}
#member #page_nav_sponsor {
	background-color: #fff;
}

.page_nav_discount {
	color: #536A86;
	text-align: left;
	font-weight: 700;
	margin: 10px 0px 25px 0px;
	padding: 3px;
	background-color: #fff;
}
#member .page_nav_discount {
	background-color: #fff;

}

/* Content
-----------------------------------------------------------------------------*/

#wrapper {
	background: #ffffff;
	/* border-left: 1px solid #BBB; */
	/* border-right: 1px solid #BBB; */
	width: 925px;
}
#wrapper h2
{

	font-weight: bold;
	font-size: 18px;
	padding: 15px 0px 5px 0px;
	color: #444; /* #2559AF; */
	font:	Arial, Helvetica, sans-serif;
	
}


/* Home Content
-----------------------------------------------------------------------------*/

#slider { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	padding: 0px;
	width: 100%;
	min-height:280px;
	height:auto !important;
	height:280px;
	margin: 0px 0px 20px 0px;
}
#slider-slideshow
{
	position: relative;
	float: left;
	width: 925px;
	height: 280px;
	margin: 0px;
}



#slider-slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slider-slideshow IMG.active {
    z-index:10;
}

#slider-slideshow IMG.last-active {
    z-index:9;
}


#home_welcome
{
	float: left; 
	width: 445px;
	padding: 0px 10px;
}
#home_welcome p
{
	font-size: 1.4em;
	line-height: 1.6em;
}


#home_quote
{
	float: left; 
	width: 220px;
	padding: 0px 8px;
	margin: 0px 7px;
	min-height:400px;
	height:auto !important;
	height:400px;	
	border-left:	solid #AAA 1px;
	border-right:	solid #AAA 1px;
}

#home_quote p
{
	color: #848768; 
	font-size: 13px; 
	font-style: italic; 
	text-align: center; 
	line-height: 25px;
}
#home_quote p.src
{ 
	color: #858668;
	text-align: right;
	font-size: 11px; 
	line-height: 15px;
	font-style: normal;
	padding-right: 5px;
}



#home_learn
{
	float: right; 
	width: 188px;
	padding: 0px 5px;
}
#home_learn p
{
	font-size: 12px;
	line-height: 1.6em;
}

/* Subpages
-----------------------------------------------------------------------------*/
#content_left
{
	float: left; 
	width: 220px;
	padding: 0px 0px 0px 10px;
}
#content_right
{
	float: right; 
	width: 635px;
	padding: 0px 15px 0px 0px;
}
#content_whole
{
	float: left; 
	width: 855px;
	padding: 0px 0px 0px 10px;

}

#content_right_picture
{
	float: right;
	padding: 15px 0px 5px 5px;
}

/* Comment Entries and Forms
-----------------------------------------------------------------------------*/
#comments
{

	margin: 20px 5px 20px 0px;
	padding: 0px 10px 5px 10px;
	background: #E3DCB7;
	color: black;
}
.comment_entry
{
	padding: 0px 0px 0px 40px;
}

#comment_form
{
	padding: 0px 10px 5px 10px;
	background: #E2ACA5;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer
{
	background: #1A3F7D;
	color: #CCC;
	padding: 15px 5px 65px 5px;
}
#member #footer
{
	background: #8A372A;
}
#footer a
{
	color: #CCC;
}
#designed {
	background: #1A3F7D;
	text-align: right;
}
#member #designed
{
	background: #8A372A;
}


#designed a {
	color: #777;
	font-weight: normal;
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 15px 5px 10px 5px;
	margin: 15px 5px 10px 5px;
	text-decoration: none;
 	letter-spacing:	.1em;

}
#designed a:hover {
	color: #FF6600;
}

/* Homepage
-----------------------------------------------------------------------------*/



/* Your template
-----------------------------------------------------------------------------*/

/* Pagination
-----------------------------------------------------------------------------*/
 .pagination {
	margin:             6px 0;
	border-top:         1px solid #D3D9DC;
	text-align:         left;
	padding-top:        8px;
	padding-left:       20px;
	}
	
.pagination b{
       border:              1px solid #9FCDE7;
       padding:             1px 4px;
       background-color:    #DEE9EF;
       color:               #67A9D6;
       }
	
.pagination a {
	font-size:			12px;
	padding:			0 2px;
	}    



/* Events Calendar and Listings
----------------------------------------------- */
.event_listing {
padding: 0px 0px 10px 20px;
}

.calendarcol {
  float: left;
  width: 100%;
  font-family: "Lucida Grande", Arial, Tahoma, Helvetica, Verdana, sans-serif;
  font-size: 90%;
  line-height: 1.0em;
  overflow:hidden;
  display: inline;
  }

.calendarBG {
 background-color: #fff;
 border: 1px solid #fff;
}

.calendarBlank { 
 background-color: #fff;
}

.calendarHeader { 
 font-family: "Lucida Grande", Arial, Tahoma, Helvetica, Verdana, sans-serif;
 font-size: 24px;
 font-weight: bold;
 color: #000; 
 text-align: center;
 background-color: #eee; 
 border: 0px solid #fff;
}

.calendarMonthLinks {
 font-family: "Lucida Grande", Arial, Tahoma, Helvetica, Verdana, sans-serif;
 font-size: 24px;
 font-weight: bold;
 color: #000; 
 padding: 5px 0px 8px 0px;
 text-align: center;
 background-color: #eee; 
 border: 0px solid #fff;
}

.calendarMonthLinks a {
 color:             #000;
 text-decoration:   none;
 background-color:  transparent;
}
  
.calendarMonthLinks a:visited {
 color:             #666;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:hover {
 color:             #6BBB26;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarDayHeading {
 font-weight: bold; 
 font-size: 10px;
 color: #fff; 
 height: 25px;
 background-color: #8A372A; 
 text-align:  center;
 vertical-align: middle;
}


.calendarToday { 
 font-family:       Lucida Sans, Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         9px;
 font-weight:		normal;
 text-decoration:   none;
 text-align:  left;
 vertical-align: top;
 color: #999;
 background-color: #FFF;
 overflow: hidden;
 border-color="#E8E8E8";
}

.calendarCell {
 width: 90px;
 height: 100px;
 font-size:         9px;
 font-weight:		normal;
 text-decoration:   none;
 text-align:  left;
 vertical-align: top;
 color:             #999;
 background-color:  #fff;
 overflow: hidden;
 border-color="#E8E8E8";
}

.daynumTOC,
.todayTOC {
	padding: 2px;
	margin-bottom: 2px;
	background: #EBE9DB;
	border-top: 2px solid #C6C5AF;
	border-bottom: 4px solid #C6C5AF;
	text-align: left;
	}
	
.todayTOC { /* today's style */
	color: white;
	font-weight: bold;
	background: #E8E8E8;
	}
	
.titleTOC {
   color: #333300;
    width: 80px;
    padding-left: 10px;
    font-size: 1.0em;
    overflow: hidden;
    white-space: normal;
	background: url(/images/site/event_block.gif) 0 .4em no-repeat;
	}
	
.titleTOC:hover {
	color: #6BBB26;
	font-weight: bold;
	}

.calendarCell a {
 color:             #333300;
 text-decoration:   none;
 background-color:  transparent;
}
  

.calendarCell a:hover {
 color:             red;
 text-decoration:   none;
 font-weight: bold;
 background-color:  transparent;
}

/* formatting of tables */
.table_heading    {
	font-size: 11px; 
	font-weight: bold; 
	color: #fff; 
	padding: 7px 6px 7px 6px; 
	background: #8A372A;
}

#payments_table 
{
width: 600px;
margin: 20px;
}

#payments_table tr td {
	padding: 3px;
}


#payments_table  th  {
	font-size: 11px; 
	font-weight: bold; 
	white-space: nowrap; 
	color: #0C1216; 
	padding: 5px 6px 5px 6px; 
	background: #B8C6CE;
}

#payments_table  tr.odd td {
	color: #333; 
	padding: 6px 10px 6px 6px; 
	border-bottom: 1px solid #CAD0D5; 
	background-color: #EEF4F9; 
}
#payments_table  tr.even  td {
	color: #333; 
	padding: 6px 10px 6px 6px; 
	border-bottom: 1px solid #CAD0D5; 
	background: #fff; 
}
#payments_table  tr.action  td {
	color: #333; 
	padding: 6px 10px 6px 6px; 
	border-bottom: 1px solid #CAD0D5; 
	background: #e8e8e8; 
}
#payments_table  .aaa {
	font-weight: bold;
}


/* Forms
-----------------------------------------------------------------------------*/
input.text
	{
	padding: 3px;
	border: 1px solid #999999;	
}

/* Tables 
-----------------------------------------------------------------------------*/
table 
	{ 
  	border-spacing: 0;
	border-collapse: collapse;
}

td 
	{
  	text-align: left;
	font-weight: normal;
}

