﻿/*----------------------------------------------------------
 HTML tags. Defaults
----------------------------------------------------------*/
body
{
    font-size: 12px;
    font-family: Verdana, Helvetica, Sans-Serif;
}

.screen-reader-text {
     position: absolute;
     left: -1000em;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

p
{
    margin-bottom: 10px;
    line-height: 16px;
}

a img {
  border: none;  
  }

a
{
  text-decoration: none;
}

a:hover 
{
  text-decoration: underline;
}
ul
{
	list-style-type: square;
}
ul ul
{
	list-style-type:circle;
	padding-left: 10px;
}

ol
{
	list-style-type: decimal;
	list-style-image: none;
	list-style-position:outside;
	padding-left:30px;
	margin: 16px 0px 16px 0px;
}



/*----------------------------------------------------------
 HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 20px;
}

h1
{
    font-size: 24px;
}
h2
{
    padding: 0 0 10px 0;
}

div#main h2
{
	text-align:right;
	padding-right: 20px;
	padding-bottom:5px;	
}
h3
{
    font-size: 16px;
}
h4
{
    font-size: 14px;
}
h5, h6
{
    font-size: 12px;
}


/*----------------------------------------------------------
 COLORS   
----------------------------------------------------------*/
body
{
    color: #000000;
    background-color: #93ad58;
}

div#upperbg /* background upper color block */
{
	background-color:#0069be;
	background-image:url(/Content/images/dogbone-tile.gif);
	background-repeat:repeat;
}

#footer 
{
	background-color:#222;
}

#container2 /*main area */
{

	background-color: #e5e5e5; /*#74BBFB; /*blue sean likes is #93adb9; /*#FFFFFF;  /*#b6cd81;  #e4e4e4;*/
	background-image:url(/Content/images/pawbgsmall.png);
    background-repeat:repeat-y;
    background-position:right;
}


#container1 /*left area */
{
	background-color: #d5d5d5; 
    background-image:url(/Content/images/pawborder.png);
    background-repeat:repeat-y;
    background-position:right top;
}

.menucontainer /* h menu bar */
{
	background-color: black;
}

div.spacer	/* spacer between main content and menu bar and main content and footer */
{
	background-color:#0069be;
}

#topmenu
{
	background-color: #222;
}


div#BusSpon /* left bar */
{
    background-color:#93ad58; /* #618c2f;*/
}

div#IndSpon /* left bar */
{
    background-color: #0069BE; /*#68401a; /* #618cc3; */
}


/* TEXT COLORS */

/* links */
a
{
	color:#003362;
}

div#footer a
{
	color:#2AA9FA;
}

/* headerings and paragraphs */
div#footer p, div#footer h3, div#topmenu p
{
	color: white;
}


h1, h2, h3, h4, h5, h6
{
	color: black;
}

/* Table colors */
th { 
	color: black;
	background: white;
}




/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width:1024px;
    margin-left: auto;
    margin-right: auto;
}

div#upperbg
{
	width:100%;
	margin:0px;
	padding:0px;
}

#topmenuwrapper
{
	padding-top:10px;
}

#topmenu
{
	height:35px;
}


#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0px;
    height:212px;
}

div#logo
{
	width: 100%;
	margin-left:auto;
	margin-top:10px;
	margin-right:auto;
	text-align:center;
}
div#loginmenu
{
	width:100%;
	position:relative;
	text-align:right;
}

div#topmenu p
{
	float:left;
	padding-left:10px;
	padding-top: 10px;
}		

/* 
Menu container
*/
div.menucontainer
{
	position:relative;
	clear:both;
	width:100%;
	z-index:3;
}

div.spacer	/* spacer between main content and menu bar and main content and footer */
{
	width:100%;
	position:relative;
	height:20px;
	margin:0px;
	padding:0px;
}

/* 
Contents area and divisions of area (2 column design)
*/

#content
{
	position:relative;
	overflow:hidden;
}

#container1 {
    float:left;
    width:100%;
    position:relative;
    right:75%; /* To make left bigger subtract */
    border-right:solid 3px black;
}

#left
{
	float:left;
	position:relative;
	text-align: left;
	width:21%; /* to make left side bigger add */
	left:77%;  /* to make left side bigger subtract */
	overflow: hidden;
	margin-bottom:10px;
}

#container2 
{
	clear:left;
    float:left;
    width:100%;
    position:relative;
}


#main
{
    position:relative;
    width:71%; /* to make main smaller subtract */
    float:left;
    left:81%; /* to make main smaller subtract */
    /*overflow:hidden; */
    /*_height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

/*
Footer
*/
#footer
{
    padding: 10px 0px 10px 0px;
    text-align: center;
    position:relative;
}

/* Main nav */
ul.mainnav {
	list-style: none;
	padding: 0 0px;
	margin: 0 0px;
	width:100%;
	float: left;
	background: #222;
	font-size: 1.2em;
	background: url(/Content/images/DropDownMenu/topnav_bg.gif) repeat-x;
}
ul.mainnav li {
	float: left;
	margin: 0;
	padding: 0 15px 0 15px;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	color:White;
}
ul.mainnav li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.mainnav li a:hover{
	background: url(/Content/images/DropDownMenu/topnav_hover.gif) no-repeat center top;
}
ul.mainnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(/Content/images/DropDownMenu/subnav_btn.gif) no-repeat center top;
}
ul.mainnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.mainnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 200px;
	border: 1px solid #111;
	z-index:201;
}
ul.mainnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 200px;
}
html ul.mainnav li ul.subnav li a {
	float: left;
	width: 175px;
	background: #333;
	padding-left: 20px;
}
html ul.mainnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222;
}


/* top nav */
ul.topnav {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 15px 0px 0px;
	float: right;
	background: #222;
	font-size: 1.2em;
	background: url(/Content/images/DropDownMenu/topnav_bg.gif) repeat-x;
	min-height:35px;
}
ul.topnav li {
	float: right;
	margin: 0;
	padding: 0 15px 0 15px;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	color:White;
}
ul.topnav li a{
	padding: 10px 5px 0px 0px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	background: url(/Content/images/DropDownMenu/topnav_hover.gif) no-repeat center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(/Content/images/DropDownMenu/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav 
{
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 200px;
	border: 1px solid #111;
	z-index:20;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 200px;
}
html ul.topnav li ul.subnav li a 
{
    padding: 3px 10px 3px 10px;
	float: left;
	width: 175px;
	background: #333;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222;
}


div#IndSpon b, div#BusSpon b
{
    color:White;
}

div#IndSpon, div#BusSpon
{
    padding: 10px;
    margin: 10px;
    text-decoration:none;
    color:white;
}

div#Spon a:link
{
       text-decoration:none; 
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

.HiddenMsg, .HiddenError
{
	background-color:White;
	border:solid 5px;
	display:none;
	margin: 20px;
}
.HiddenMsg
{
	color:Green;
	border-color:Green;
	
}

.HiddenError
{
	color:Red;
	border-color:Red;
}


/* fancybox and smoothdivscroller
----------------------------------------------------------*/
	
#friendsParade
{
	width: auto;
	height: 140px;
	position: relative;
	border:solid 4px black;
}

#friendsParade div.scrollableArea img
{
	float: left;
	margin-left: 25px;
	margin-right: 25px;
}

/* some basic table style */

table 
{
    font-size: 14px;
}

td, th
{
    padding: 3px 10px;
}

table.RulesTable
{
    width:98%;
    border: solid 2px black;
}

table.RulesTable th
{
    background-color:#202020;
    border-bottom: 3px solid black;
    color:White;
    font-size: 18px;
    font-weight:bold;
    text-align:center;
    padding: 8px;
}

table.RulesTable td
{
	border:1px solid black;
	padding: 5px;
}

/* My Account page */
table.AccountTable
{
	width:98%;
	border:solid 1px black;
}

table.AccountTable td
{
	border:1px solid black;
}

/* Business Sponsor page */
table#no3 td, table#no3 th
{
    height:60px;
    border-left: 2px solid #E5E5E5;
    border-right: 2px solid #E5E5E5; 
    text-align:center;   
}

td.bdcol-4, th.bdcol-4
{
    background: url('/Content/images/backgrounds/gGreen.gif') repeat-x bottom center;
    width:23%
}

td.bdcol-3, th.bdcol-3, td.bdcol-5, th.bdcol-5
{
    background: url('/Content/images/backgrounds/g2.gif') repeat-x bottom center;
    width:14%;
}

td.bdcol-2, th.bdcol-2
{
    background: url('/Content/images/backgrounds/g1.gif') repeat-x bottom center;
    width:14%;
}

table#no3 td.bdcol-1, table#no3 th.bdcol-1
{
    width:35%;
    text-align:left;
    background-color:#e5e5e5;
}

table#no3 td.bdcol-1
{
    border:1px solid black;
}

table#no3 th
{
    height:100px;
    color:black;
    border-top:none;
    vertical-align:bottom;
    background-color: #e5e5e5;
}

table#no3 th#titleTh, table#no3 th#titleTh h3
{
    border:none;
    color:Black;
    vertical-align: middle;
}


table#no3 th h3
{
    color:White;
}

table#no3 th p
{
    font-size: 10px;
}

/* Personal Sponsor page */
table#no4 td, table#no4 th
{
    height:60px;
    border-left: 2px solid #E5E5E5;
    border-right: 2px solid #E5E5E5;   
    text-align:center; 
}


td.pdcol-4, th.pdcol-4
{
    background: url('/Content/images/backgrounds/gBlue.gif') repeat-x bottom center;
}

td.pdcol-3, th.pdcol-3, td.pdcol-5, th.pdcol-5
{
    background: url('/Content/images/backgrounds/g2.gif') repeat-x bottom center;
}

td.pdcol-2, th.pdcol-2, td.pdcol-6, th.pdcol-6
{
    background: url('/Content/images/backgrounds/g1.gif') repeat-x bottom center;
}

table#no4 td.pdcol-1, table#no4 th.pdcol-1
{
    width:35%;
    text-align:left;
    background-color:#e5e5e5;
}

table#no4 td.pdcol-1
{
    border:1px solid black;
}

table#no4 th
{
    height:100px;
    color:black;
    border-top:none;
    vertical-align:bottom;
    background-color: #e5e5e5;
}

table#no4 th h3
{
    color:White;
}

table#no4 th p
{
    font-size: 10px;
}


table#no4 th#titleTh, table#no4 th#titleTh h3
{
    border:none;
    color:Black;
    vertical-align: middle;
}

/* end of sponsor description table */

div#intro, div#Tax  /* shared sponsor definition */
{
    background-color: #93ad58;
    border: 2px solid black;
    margin-top: 20px;
    color:white;
    font-size: 14px;
    line-height: 150%;
}

div#introPer, div#TaxPer  /* shared sponsor definition */
{
    background-color: #0069be;
    border: 2px solid black;
    margin-top: 20px;
    color:white;
    font-size: 14px;
    line-height: 150%;
}

div#introMain  /* shared sponsor definition */
{
    background-color: white;
    border: 2px solid black;
    margin-top: 20px;
    color:black;
    font-size: 14px;
    line-height: 150%;
}

div#intro p, div#Tax p, div#introPer, div#TaxPer, div#introMain /* shared sponsor definition */
{
    padding: 10px;
}

/* Sponsor page elements */
div.SponsorTextOnlyWrapper 
{
    float:left;
    margin-left: 20px;
    margin-right: 20px;
    vertical-align:middle;
}

div.SponsorTextWrapper 
{
    float:left;
    margin-left: 20px;
    vertical-align:middle;
    max-width: 70%;
}

div.SponsorLogoWrapper
{
    float:left;
    vertical-align:middle;
    width:25%;
    text-align:center;
}
div.SponsorEntry 
{
    vertical-align:middle;
    padding: 20px 0px 20px 0px;
    margin-left: 10px;
}

div.BusinessSponsor
{
    height:48px;
    text-align:center;
    width:100%;
    vertical-align:middle;
    position:relative;
    margin: 35px 0px 8px 0px;
    margin-bottom: 0px;
}

div.SponsorListWrapper
{
    border-left: 4px solid black;
    border-right: 4px solid black;
    border-bottom: 4px solid black;
    border-top: 4px solid black;
    margin-top: 0px;
    padding: 0px 5px 15px 5px;
    background-color:White;
}

div.BusinessSponsor p
{
    padding: 16px;
    color:black;
    text-transform:uppercase;
    font-size: large;
    font-weight:bold; 
}



div#ppheader /* platinum Paw */
{
    background-image: url('/Content/images/backgrounds/platinum.png');
    background-repeat:repeat-x; 
}

div#gbheader /* gold bone */
{
    background-image: url('/Content/images/backgrounds/golden.png');
    background-repeat:repeat-x;
}

div#sbheader /* silver bowl */
{
    background-image: url('/Content/images/backgrounds/silver.png');
    background-repeat:repeat-x; 
}

div#bbheader /* bronze biscuit */
{
    background-image: url('/Content/images/backgrounds/bronze.png');
    background-repeat:repeat-x; 
}

div.PersonalSponsor
{
    float:left;
    width:28%;
    margin:10px;
    border: 4px solid black;
    padding: 5px;
    background-color:White;
    text-align:center;
}

div.PersonalSponsor p
{
    margin: 3px;
    padding:5px;
}

/* homepage side bar for showing gold and platinum sponsors */
div.hpSponsorEntry 
{
    vertical-align:middle;
    padding: 10px 0px;
    /*margin-left: 10px; */
    text-align:center;
}

div.hpBusinessSponsor
{
    height:48px;
    text-align:center;
    vertical-align:middle;
    position:relative;
    margin: 35px 10px 8px 0px;
    margin-bottom: 0px;
    border-top: 4px solid black;
    border-left: 4px solid black;
    border-right: 4px solid black;
}

div.hpSponsorListWrapper
{
    border-left: 4px solid black;
    border-right: 4px solid black;
    border-bottom: 4px solid black;
    border-top: 4px solid black;
    margin-top: 0px;
    margin-right:10px;
    padding: 0px 5px 15px 5px;
    background-color:White;
}

div.hpBusinessSponsor p
{
    padding: 16px;
    color:black;
    text-transform:uppercase;
    font-size: 14px;
    font-weight:bold; 
}


/* For the Event table */
td.date 
{
	width:20%
}

td.time
{
	width:30%;
}

td.title
{
	width: 50%
}

/* For the Auth ID table */
td.provider
{
	width: 33%;
}

td.yourid
{
	width: 33%;
}


td.action
{
	width: 33%;
}

div#calendar 
{
	background-color:White;
	width:100%;
	overflow:visible;
}

div#calendar table
{
	overflow:visible;
	width:100%;
}



/* rss meetup twitter facebook connection bar styles */
div#ConnectIconBar a img
{
    margin: 7px 5px 10px 5px;
    padding: 2px;
}

div#ConnectIconBar a:link
{
    text-decoration:  none;
}


/* DateCard related CSS */
div.datecard 
{
  float: right;
  margin-right: 6px;
  width: 42px;
  height: 42px;
}

div.datecard-day {
  font-weight: bold;
  font-size: 1.3em;
  color: #000;
  width: 42px;
  text-align:center;
  padding-top: 14px;
}

div.datecard-icon-01
{
    background: url('/Content/images/DateCard/01.gif');    
}
div.datecard-icon-02
{
    background: url('/Content/images/DateCard/02.gif');    
}
div.datecard-icon-03
{
    background: url('/Content/images/DateCard/03.gif');    
}
div.datecard-icon-04
{
    background: url('/Content/images/DateCard/04.gif');    
}
div.datecard-icon-05
{
    background: url('/Content/images/DateCard/05.gif');    
}
div.datecard-icon-06
{
    background: url('/Content/images/DateCard/06.gif');    
}
div.datecard-icon-07
{
    background: url('/Content/images/DateCard/07.gif');    
}
div.datecard-icon-08
{
    background: url('/Content/images/DateCard/08.gif');    
}
div.datecard-icon-09
{
    background: url('/Content/images/DateCard/09.gif');    
}
div.datecard-icon-10
{
    background: url('/Content/images/DateCard/10.gif');    
}
div.datecard-icon-11
{
    background: url('/Content/images/DateCard/11.gif');    
}
div.datecard-icon-12
{
    background: url('/Content/images/DateCard/12.gif');    
}


/* Gallery related CSS */
div.MainGallery
{
	border:solid 2px black; 
	float:left;
	padding: 12px;
	margin: 5px;
	background:white;
}

div.MainGallery a, div.MainGallery a:hover
{
	text-decoration:none;
}

span.MainGalleryTitle
{
	width: 100%;
	text-align:center;
}



/* MVC defaul validation styles */
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

.display-label,
.editor-label,
.display-field,
.editor-field
{
    margin: 0.5em 0;
}


/* jquery tooltip */
.tooltip {
	display:none;
	background:transparent url(/Content/images/tooltip/black_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;	
}

.tooltip_big 
{
    background: transparent url(/Content/images/tooltip/black_arrow_big.png);
    height: 163px;
    padding: 40px 30px 10px 30px;
    width: 310px;
    font-size: 12px;
    color: white;
}

/* block quote for twitter posts WHITE ONLY --- NEED TO FIGURE OUT HOW TO DETECT GRADIENT SUPPORT SO WE CAN USE COLORs*/

.newslink_quoteW
{
    font-size:13px;
	position:relative;
	padding:15px 30px;
	margin: 6px 0px;
	color:#000;
	background:#fff; /* default background for browsers without gradient support */
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

/* display of quote author (alternatively use a class on the element following the blockquote) */
.newslink_quoteW span { font-style:italic;}

