body {
	font: 12pt/125% "Times New Roman", Times, serif; 
	background: #FFF;
}

#holder {
	color: #000;
    width: 7in; 
	padding: 0;
	margin: 0 auto;
}

#popstick {
	text-align: center;
	display: block;
}

#nav, #list, #bread, .tagleft {
	display: none;
	}

/* individual page heading graphical placement */
#pagehead {
	margin-top: 20px; 
}


/* link styles */

#content a, #contentTeam a {
	color: #333;
	font-weight: bold;
}


/* --main content area styles-- */

#content h1 {
	color: #333;
	font-size: 120%;
}
#content p, #sidebar p, #boxContainer p, #contentTeam p, #content .news p {
	color: #000;
}
#content .date {
	color: #666;
	margin-top: 25px;
}

/* --main press page news blurb styling-- */
#content .news {
	margin: 15px 0;
}
#content .news p.date {
	color: #666;
	font-weight: bold;
}
#content .news h1 {
	font-size: 105%;
	color: #333;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

/* --Home page styling-- */

#sidebar h1 {
	color: #333;
	font: 150% "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#contentHome h2 {
	color: #333;
	font: 140% "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 0;
}

#boxContainer {
	width: 7in;
}
#boxContainer div {
	float: left;
	width: 2.1in;
	padding: 3px 0 10px 0;
	margin: 0 10px 0 0;
}


/* --Team page styling-- */

#bio {
	border-left: 1px solid #D1D1D1;
	padding: 0 0 0 30px;
	float: right;
	width: 4.5in; /* this is required and, if tweaked, will change the spacing between the image and the bio */
	margin: 25px 0 10px;
}
/* this brings the pic down even with the rest of the team bio */
.pic {
	margin-top: 25px;
}



/* miscellaneous selectors */
.fltlft {
	float: left;
	margin: 0 20px 10px 0;
}
.fltrt {
	float: right;
	margin: 0 0 10px 20px;
}

/* the following two selectors will cause the links to print out (in compliant browsers) so that the client can type them into the browser from the printed page if they need them later. If you don't want the links to show on the printed page, remove these. Especially if your links are very long or you're putting them in the page as a link path already. -- does not work in IE yet. */
#holder a:link:after, #holder a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
 
#holder a[href^="/"]:after {
   content: " (http://www.popstick.com" attr(href) ") ";
   }
