/*

*/

/* --- General Formatting --- */

* {
	margin: 0;
	padding: 0;
}
body {
	background: url(/site_images/bg_body.jpg) top center no-repeat;
	font: normal .75em/1.4em arial,helvetica,sans-serif;
}
p, ul, ol, li, dt, dd, td, th, blockquote {
	line-height: 1.4;
	color: #333;
}
th, b, strong {
	font-weight: bold;
}
i, em, cite {
	font-style: italic;
}

/* Links */
a {
	text-decoration: none;
}
a:link {
	color: #9e3c6f;
}
a:visited {
	color: #666666;
}
a:hover {
	text-decoration: underline;
}

/* Paragraphs */
p {
	margin: 0 0 1.4em;
}
p.first-line:first-line {
	font-weight: bold;
}
blockquote {
	font-style: italic;
}
blockquote:before {
	content: '"'
}
blockquote:after {
	content: '"'
}
blockquote.highlighted {
	padding: 10px 50px 20px 50px;
	font-size: 1.1em;
}

/* Lists */
ul, ol {
	margin: 0 0 1.4em 2em;
}
.award-list, .skill-list {
	list-style: none;
	margin: 0 0 1.4em 0;
}
.award-list li {
	margin: 0 0 .75em 0;
}
.skill-list li {
	margin: 0 0 .85em 0;
	font-weight: bold;
}

/* Images */
a img {
	border-style: none;
}

/* General float and align*/
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
img.float-left {
	padding: 0 10px 10px 0;
}
img.float-right {
	padding: 0 0 10px 10px;
}

/* Headings */
h1 {
	position: relative;
	width: 323px;
	height: 124px;
	color: #000099;
	text-indent: -999em;
	background: url(/site_images/logo_penny.png);
	z-index: 5;
}
h1 a {
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
}
h2	{
	clear: both;
	padding: 0;
	margin:0;
	color: #ba518b;
	font-weight: normal;
}
.go-big {
	color: #333;
	font-weight: bold;
}
h2.go-big {
	font-size: 1.9em;
}
h3 {
	clear: both;
	padding: 0 0 5px 0;
	color: #333;
}
h3.go-big {
	font-size: 1.3em;
}
h4 {
	color: #555;
}
h5 {
}

/* Layout */

#container {
	position: relative;
	width: 972px;
	margin: 0 auto;
}

/* Banner */
#banner {
	padding: 0 16px 0 25px;
}
#main-nav {
	position: absolute;
	top: 82px;
	right: 16px;
	font-size: 1.2em;
}
#main-nav li {
	float: left;
	list-style: none;
	margin: 0 5px;
}
#main-nav a {
	display: block;
	padding: 2px 5px;
	color: #333;
}
#main-nav a:hover, #main-nav a.active {
	background: #ccc;
	text-decoration: none;
}
#main {
	width: 972px;
	margin: -28px 0 0 0;
}
#content {
	min-height: 642px;
	background: url(/site_images/bg_content.png) top center no-repeat;
}
.lead-in {
	margin: 35px 0 0 0;
}
.lead-in p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: lighter;
	color:#555555;
	letter-spacing:-0.5px;
}
.lead-in a, .lead-in a:visited { 
	color:#9e3c6f; text-decoration:none;
}
.testimonial-byline {
	margin: 10px 0 0 40px;
	font: 1.1em Garamond, serif;
}
.testimonial-byline:before {
	content: "-";
}
.testimonial-co {
	display: block;
	text-indent: 15px;
}
.video-latest {
	margin: 10px 0 0 0;
}
.video-details {
	margin: 10px 0 0 0;
	font-size: .9em;
}
.clients {
	margin: 50px 0 0;
}
.client-list {
	position: relative;
	padding: 0 15px;
}
.client-list .prev, .client-list .next {
	position: absolute;
	/* display: none; */
	top: 30px;
	z-index: 10;
	cursor: pointer;
}
.client-list .prev {
	left: 5px;
}
.client-list .next {
	right: 5px;
}
.clients h3 {
	margin: 40px 0 20px 0;
}
.client-list ul {
	margin: 0;
}
.client-list li {
	margin: 0 15px;
	list-style: none;
	float: left;
}
.video-playing .video {
	margin: 0 0 15px 0;
}
.columns.two-b .first, #dyn-video-info { 
	width:480px;
}
.video-playing h3 {
	padding: .3em 0;
}
.video-playing p {
	color: #555;
	margin: 0;
}
#portfolio-list {
	height: 500px;
	background: url(/site_images/bg_portfolio_list.png) top left repeat;
	overflow-y: scroll;
}
.teaser a {
	display: block;
	padding: 5px 15px;
	outline:none;
}
.teaser a:first-child {
	padding: 15px 15px 5px 15px;
	min-height:77px;
}
.teaser a:hover {
	text-decoration: none;
	background: url(/site_images/bg_teaser_active.png) top left repeat;
}
.teaser.active {
	background: url(/site_images/bg_teaser_active.png) top left repeat;
}
.teaser img {
	float: left;
}
.teaser-detail {
	margin: 0 0 0 110px;
}
.teaser h3 {
	clear: none;
	padding: 0;
	color: #ba518b;
	font-size: 1.1em;
}
.teaser p {
	margin: 0;
	color: #555;
	font-size: .9em;
	line-height: 1.2;
}
.teaser-img { 
	border:1px solid silver;
	background:#fff;
	padding:3px;
}

/* Columns */
.columns {
	margin: 0 0 0 60px;
	padding: 65px 0 0 0;
}
.columns:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.column {
	float: left;
}
.two-a .first {
	width: 351px;
	padding: 0 20px 0 0;
}
.two-a .second {
	width: 481px;
}
.two-b .first {
	width: 481px;
}
.two-b .second {
	width: 371px;
}
.two-c .first {
	width: 505px;
}
.two-c .second {
	width: 297px;
	margin: 0 0 0 50px;
}
#footer {
	padding: 10px 16px;
	background: url(/site_images/bg_footer.png) top center no-repeat;
}
#footer a, #footer p {
	color: #aaa;
}
#footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Form */
form { 
	margin: 0;
	padding:0;
}
input.text, .acol .textinput, .acol .textareainput, .textarea { 
	border: 1px solid #bfbfbf;
	color: #666;
	padding: 5px;
	background: url(/site_images/input_text.gif);
}
input.button, .formsubmit { 
	border: 1px solid #bfbfbf;
	color: white;
	text-align: center;
	padding: 4px; /* FIREFOX AND CHROME */
	padding: 3px; /* MSIE */
	padding: 5px; /* SAFARI */
	background: url(/site_images/input_button.gif);
	outline: none;
}
.qcol, .acol {
	font-size: 1.1em;
	width: 250px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.acol .textinput, .acol .textareainput { 
	width: 250px;
}
.acol .textareainput, .textarea {
	height: 120px;
	background: url(/site_images/input_textarea.gif);
}
