/*
	Brockton Creative Group
	John Kellyn Resman
	brocktoncg.com

	COLORS
			


*/

/* reset */

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,
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-weight: inherit; font-style: inherit; font-family: inherit; vertical-align: baseline; }

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

body		{ font-family: Verdana, Helvetica, sans-serif; font-size: 70%; color: rgb(100,100,100); }
ul   		{ list-style: none; }
ol          { margin: 20px 0 0 50px; } ol li { margin: 5px; list-style: square; font-size: 1.2em; }
a			{ color: rgb(103,145,70); }
a:hover     { text-decoration: none; }
a img		{ border: none; cursor: pointer; }
img			{  }
table		{  }

/* utility */

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

.wrap { width: 940px; margin: 0 auto; }

a.learnmore { background: url("../images/greenArrow.png") no-repeat right center; padding: 2px 20px 2px 0; margin: 5px 0; float: right; text-decoration: none; color: rgb(103,145,70);  }

/* forms */

.homestatement { width: 288px; height: 150px; padding: 5px; background: rgb(245,245,245); border: 1px solid rgb(214,214,214); margin-bottom: 5px; color: rgb(100,100,100); }
.hometext { width: 288px; padding: 5px; background: rgb(245,245,245); border: 1px solid rgb(214,214,214); margin-bottom: 5px; color: rgb(100,100,100); }

.contactstatement { width: 600px; height: 150px; padding: 5px; background: rgb(245,245,245); border: 1px solid rgb(214,214,214); margin-bottom: 5px; color: rgb(100,100,100); font-size: 1.4em; }
.contacttext { width: 600px; padding: 5px; background: rgb(245,245,245); border: 1px solid rgb(214,214,214); margin-bottom: 5px; color: rgb(100,100,100); font-size: 1.4em; }

button { background: rgb(181,18,27); padding: 3px 10px; float: right; color: rgb(255,255,255); border: none; cursor: pointer; }
	button:hover { background: rgb(147,14,22); }
	
	#LookingFor { display: none; }
	
	select { margin: 5px 0; }


/* type */

p { font-size: 1.2em; line-height: 1.5em; }

h1 { font-size: 2.2em; }

h2 { font-size: 1.4em; color: rgb(103,145,70); font-weight: bold; }

h2 a { color: rgb(103,145,70); font-weight: bold; }

h3 { font-size: 1.2em; color: rgb(50,50,50); font-weight: bold; }

h3 a { color: rgb(50,50,50); font-weight: bold; }

	h3 a:hover, h2 a:hover { text-decoration: none; }

.white { color: rgb(255,255,255); }
.red { color: rgb(181,18,27); }
.green { color: rgb(103,145,70); }
.slate { color: rgb(94,110,102); }

div.ditto_profile { padding: 20px; }
.divide { border-bottom: 1px dotted rgb(181,18,27); }

/* contact */

div#contact { display: none; width: 100%; height: 250px; background: rgb(181,18,27); }

/* header */

div#header { width: 100%; height: 215px; background: url("../images/headerBg.png") repeat-x top;}

a.logo { display: block; width: 200px; height: 133px; padding: 20px 0 0 0; float: left; }

ul.mainnav { float: right; margin: 85px 0 0 0; clear: right; }
	ul.mainnav li { display: inline; float: left; }
		ul.mainnav li a { display: block; height: 20px; background: url("../images/mainNav.png") no-repeat; text-indent: -9999px; }
			ul.mainnav li a.about { width: 100px; background-position: left bottom; }
			ul.mainnav li a.events { width: 173px; background-position: -100px bottom; }
			ul.mainnav li a.involved { width: 158px; background-position: -273px bottom; }
			ul.mainnav li a.contact { width: 114px; background-position: right bottom; }
			
			ul.mainnav li a.about:hover { background-position: left top; }
			ul.mainnav li a.events:hover { background-position: -100px top; }
			ul.mainnav li a.involved:hover { background-position: -273px top; }
			ul.mainnav li a.contact:hover { background-position: right top; }
			
ul.subnav { margin: 41px 0 0 0; float: right; clear: right; }
	ul.subnav li { float: left; margin:0 0 0 20px; }
		ul.subnav li a { display: block; font-size: 1.2em; color: rgb(94,110,102); text-decoration: none; }
			ul.subnav li a:hover { color: rgb(103,145,70); }

/* content */

div#content { margin-top: 20px; }			
			
.anythingSlider                         { width: 620px; height: 230px; position: relative; float: left; }
.anythingSlider .wrapper                { width: 620px; overflow: auto; height: 230px; margin: 0; position: absolute; top: 0; left: 0; border-bottom: 4px solid rgb(230,230,230); }

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 230px; width: 620px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 75px; width: 25px; text-indent: -9999px; position: absolute; top: 75px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -25px; }
.anythingSlider .back                   { background-position: -25px 0; left: -25px; }
.anythingSlider .forward:hover          { background-position: 0 -75px; }
.anythingSlider .back:hover             { background-position: -25px -75px; }

#thumbNav                               { position: relative; top: 234px; }
#thumbNav a                             { color: rgb(94,110,102); display: inline-block; padding: 2px 8px 0; height: 18px; margin: 0 5px 0 0; background: rgb(230,230,230) url(../images/cellshade.png) repeat-x; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; text-decoration: none; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: rgb(230,230,230); }

#start-stop                             { background: rgb(103,145,70); background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 0; top: 234px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; text-decoration: none; }
#start-stop.playing                     { background-color: rgb(181,18,27); }
#start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

#textSlide { }

#videoSlide { padding: 3px 0 0; }
	object { margin: 0 10px 0 0; float: left; }


/* content */

div#landings { width: 301px; height: 230px; background: url("../images/currentLandingsBg.png") no-repeat; float: right; clear: right; }
	#landings ul { margin: 66px 0 0 195px; }
		#landings ul li { height: 34px; width: 82px; margin: 0 0 9px 0; font-size: 2.2em; padding: 4px; } #landings ul li.totalecon { font-size: 1.5em; padding: 10px 4px 0; }

div#btmsections { margin-top: 50px; overflow: hidden; }

.btmheader { padding: 20px 0 0; }

	div.btmsect { width: 300px; height: 100%; float: left; margin-right: 20px; } .btmsectlast { width: 300px; float: left;}
	
	div.homeevent { padding: 10px 0; border-bottom: 1px dotted rgb(94,110,102); overflow: hidden; }
	
	ul.sociallinks { margin: 10px 0 0 40px; }
			ul.sociallinks li a { display: block; width: 210px; background: url("../images/socialLinks.png") no-repeat; text-indent: -9999px; }
			
			ul.sociallinks li a.chat { height: 34px; background-position: left top; }
			ul.sociallinks li a.fb { height: 39px; background-position: left -34px; }
			ul.sociallinks li a.linkedin { height: 34px; background-position: left -73px; }
			ul.sociallinks li a.yt { height: 38px; background-position: left -107px; }
			ul.sociallinks li a.twitter { height: 34px; background-position: left bottom; }
			
			ul.sociallinks li a.chat:hover { background-position: right top; }
			ul.sociallinks li a.fb:hover { background-position: right -34px; }
			ul.sociallinks li a.linkedin:hover { background-position: right -73px; }
			ul.sociallinks li a.yt:hover { background-position: right -107px; }
			ul.sociallinks li a.twitter:hover { background-position: right bottom; }
			
div#quicklinks { width: 100%; min-height: 200px; background: rgb(94,110,102) url("../images/btmBarBg.png") repeat-x top; margin-top: 50px; padding-bottom: 30px; overflow: hidden; }

ul.ql li { width: 100%; margin: 5px 0; }
	ul.ql li a { display: block; font-size: 1.5em; color: rgb(243,241,232); text-align: center; text-decoration: none; }
		ul.ql li a:hover { color: rgb(255,255,255); }

/* sub */

div#sectionHeader { margin-bottom: 20px; }

div#sidebar { width: 300px; min-height: 100%; margin: 0 20px 0 0; float: left; overflow: hidden; }

div#maincontent { overflow: hidden; }

div.event { padding: 0 0 20px; border-bottom: 3px solid rgb(94,110,102); margin-bottom: 20px; }
	h2.eventHeader { padding: 0 0 10px; font-size: 2.3em; }
		p.eventDate {  padding: 10px 0; border-bottom: 1px dotted rgb(94,110,102); margin-bottom: 20px; font-size: 1.5em; font-weight: bold; font-style: italic; }
		
ul.sidenav { width: 290px; }
ul.sidenav li { width: 100%; height: 35px; background: url("../images/subNavBg.png") repeat-x; margin-bottom: 5px; border-left: 1px solid rgb(214,214,214); border-right: 1px solid rgb(214,214,214); }
	ul.sidenav li a { display: block; font-size: 1.5em; text-decoration: none; color: rgb(94,110,102); padding: 7px 0 6px 15px; }
		ul.sidenav li:hover { background: rgb(94,110,102); } ul.sidenav li a:hover {  color: rgb(241,241,241); }

.vid-landing { margin-bottom: 40px; padding-bottom: 20px; border-bottom: 1px solid #bbb; overflow: hidden; }
.vid { width: 640px; float: left; margin-right: 20px; overflow: hidden; }

/* footer */

div#footer { width: 100%; min-height: 200px; background: rgb(35,47,41); }					
			
			div.sponsorsfoot { background: url("../images/sponsors.png") no-repeat left top; padding: 30px 0 0; margin-top: 20px; float: left; }
			
			div.navfoot { margin-top: 20px; float: right; }
				div.navfoot ul li { display: inline; float: left; margin-left: 10px; }
					div.navfoot ul li a { color: white; text-decoration: none; } div.navfoot ul li a:hover { text-decoration: underline; }
		
		
		
		
		
		
		
		
		
		
		
		
