body {
	margin: 0; 
	background-color: #CEF6F5;
	color:#585858;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 24px; 
	font-weight:800; 
	margin-left: 20px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	font-weight:800; 
	margin-left: 100px;
	width: 90%;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	font-weight:800; 
	margin-left: 100px;
	width: 100%;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  0.9em;  
	margin-left: 100px;
	width: 75%;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight:500; 
	color:#585858; 
	margin-left: 100px;
	margin-right: 40px;
}
h6 {
	border-top: 3px dotted #A4A4A4; 
	margin-top: 20px; 
	margin-left: 100px;
	width: 90%;
}
.containTable {display: table; background-color: #D8CEF6; width: 100%;}
.row {display: table-row;}
.cell {display: table-cell; width: 80%; height: 210px; padding: 1em; background-color: #D8CEF6;}
.cell2 {display: table-cell; width: 100%;}
container {
	background-color: #585858;
	width: 100%;
}
blockquoteI {
	text-indent: -0.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 24px; 
	font-weight:800; 
	color:#585858;
}
blockquoteI:before {
	content: open-quote; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 24px; 
	font-weight:800; 
	color:#585858; 
	vertical-align: text-top
}
blockquoteI:after {
	content: close-quote; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 24px; 
	font-weight:800; 
	color:#585858;
}
.dropshadow {
    background-image:-moz-linear-gradient(top, #585858, #585858);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D8CEF6), to(#D8CEF6), color-stop(1,#D8CEF6));
    border:2px solid #D8CEF6;
    height: 75px;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.25);
    -moz-box-shadow: 10px 10px 10px rgba(0,0,0,0.25);
    -webkit-box-shadow: 10px 10px 10px rgba(0,0,0,0.25);
    margin: 20px;
}
.res_bubble {
	border:2px solid #D8CEF6;
    height: 125px;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.25);
    -moz-box-shadow: 10px 10px 10px rgba(0,0,0,0.25);
    -webkit-box-shadow: 10px 10px 10px rgba(0,0,0,0.25);
    margin: 20px;
    padding: 50px;
    position: relative;
    background: #D8CEF6; 
    border-color: #D8CEF6;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; 
    -khtml-border-radius: 10px; 
}
.bubble {
	border:2px solid #D8CEF6;
    height: 125px;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.25);
    -moz-box-shadow: 10px 10px 10px rgba(0,0,0,0.25);
    -webkit-box-shadow: 10px 10px 10px rgba(0,0,0,0.25);
    margin: 20px;
    padding: 50px;
    position: relative;
    background: #D8CEF6; 
    border-color: #D8CEF6;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; 
    -khtml-border-radius: 10px; 
}
.bubble:before {
   content: "";
   position: absolute;
   top: 100%;
   left: 20px;
   border-top: 20px solid blue;
   border-top-color: inherit; 
   border-left: 20px solid transparent;
   border-right: 20px solid transparent; 
}
article#pitches {float:left; width:90%; margin-left: 10%;}
nav {position: absolute; left: 0; width: 100%;}  
nav ul {margin: 0 auto; width: 1050px; list-style: none;}  
nav ul li {float: left;}  
nav ul li a {text-decoration: none;}  
nav ul li a:hover {color: #fff;}  
nav ul li.selected a {color: #fff;}
.nav-button-container {
    overflow:inherit;
    height:auto;
    z-index: 10;
}
.nav-button {
    float: left;
    width: 14%;
}
.block_footer {
	display: block;
}
.horiz-container {
    overflow:auto;
}

.horiz-button img {
    float: left;
    width: 70px;
    margin: 5px;
}
a:link {
	color:#585858;
}
a {
	text-decoration:none;
}
a:hover {
	background-color:#D8CEF6;
	text-decoration:underline;
}
a:visited {
	color:#585858;
}
footer {
	position:absolute; 
	bottom: 0;
	width: 100%;
	z-index: 15;
}
#main-content-wrapper { 
  overflow:hidden;
}
#main-content-wrapper section:not(:first-child) { 
	display:none; 
}
#main-content-wrapper section:target { 
	display:block; 
}
#tag_holder {
	width:25%;
}

.tag {
	/* Some standard .tag settings: starting point */
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight:lighter;
	text-decoration:none;
	padding-left: 12px;
	color:#585858;
}

.tag:hover {
	font-size:12px;

}

.tag:nth-child(2n) { font-size: 0.9em; font-weight: 600; }
.tag:nth-child(3n) { font-size: 0.9em; font-weight: 100; }
.tag:nth-child(4n) { font-size: 0.9em; font-weight: 600; }
.tag:nth-child(5n) { font-size: 0.9em; font-weight: 100; }

.wrapper {
  .make-row();
}
.content-main {
  .make-column(8);
}
.content-secondary {
  .make-column(3);
  .make-column-offset(1);
}
