/*
Theme Name: TelePacific Video
Theme URI: http://solutionset.com/
Description: The Telepacific Theme.
Version: 1.0
Author: Dylan Harrington & Amadeo Donofrio
Tags: telepacific, solutionset

	TelePacific Video
	
	This theme was designed and built by Dylan Harrington,
	then implemented by Amadeo Donofrio

*/

/**
* Author:		
* Project: 	Template
-------------------------------------**/

/** Base
-------------------------------------**/
html {
	overflow-y: scroll;
}
ul,
ol {
	padding-left: 0;
	list-style-type: none;
}

a {
	color: #0082c4;
	text-decoration: none;
}
a:hover,
a:active,
a:focus	{
	text-decoration: underline;
}
a:active {
	outline: 0;
}
a img {
	border: 0;
}
/** Reset for LTE IE7
-------------------------------------**/
h1							{ *margin-top: .67em; *margin-bottom: .67em; *font-size: 2em; }
h2							{ *margin-top: .83em; *margin-bottom: .83em; *font-size: 1.5em; }
h3,h4,h5,h6,p,ul,ol			{ *margin-top: 1em; *margin-bottom: 1em; }
ul,ol						{ *margin-left: 0; }

/** Alternate colors
-------------------------------------**/
.alt {
	color: #a6a6a6;
}
.alt a {
	color: #fff;
}


/** Utility -> Replacement
-------------------------------------**/
.replace {
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
}

/** Utility -> Replacement -> Backgrounds
-------------------------------------**/
.telepacific-logo {
	width: 188px;
	height: 51px;
	background-image: url(images/logo.telepacific.png);
}
.telepacific-videos {
	width: 310px;
	height: 27px;
	background-image: url(images/text.telepacific-videos.png);
}

/** Utility -> Misc Accessibility
-------------------------------------**/
.offscreen { /* because screen readers sometimes can't view display: none content */
	position: absolute;
	top: -9999px;
}

/** Utility -> Clearfix
-------------------------------------**/
/*.nlist:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
*/

/** Layout -> Body
-------------------------------------**/
body {
	margin: 0 auto;
	width: 1000px;
	font-size: 12px;
	line-height: 1.35;
	font-family: Arial, sans-serif;
	background-color: #5c666b;
	color: #5c666b;
}

/** Layout -> Header
-------------------------------------**/
#h { /* header */
	background: url(images/layout.header-top.png) no-repeat 0 0;
	background-color: #a0a6b6;
	position: relative;
	margin-top: 12px;
	overflow: hidden; /* clear inside content */
	_zoom: 1; /* clear inside content in ie6 */
}
#l { /* logo */
	position: absolute;
	top: 29px;
	left: 29px;
}
#h h1 {
	margin: 39px 17px 30px 245px;
}
#h h1 a {
	color: #cbcbcc;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 36px;
}
#h h1 a:hover {
	text-decoration: none;
}

/** Layout -> Content
-------------------------------------**/
#c { /* content */
	background: #cbcbcc url(images/layout.content-top.png) no-repeat 0 0;
	overflow: hidden; /* clear inside content */
	_zoom: 1; /* clear inside content in ie6 */
	padding: 0 17px 29px 21px;
	position: relative;
}
/* page heading */
#ph { /* page heading */
	color: #56718c;
	font-size: 36px;
	font-weight: 200;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 5px;
	padding-left: 7px;
	text-transform: lowercase;
}
#psh { /* page sub-heading */
	width: 680px;
	padding-left: 7px;
	margin-top: 0;
}
#hn { /* heading nav */
	position: absolute;
	top: 84px;
	right: 50px;
}
#hn a {
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #0082c5;
	border-left: 1px solid #000;
}
#hn a:hover {
	text-decoration: underline;
}
#hn .first a {
	border-left: 0;
}

.vn { /* video nav */
	margin: 0;
	overflow: hidden;
}
.vn a {
	padding: 7px;
	display: block;
	_zoom: 1; /* clear inside content in ie6 */
}
.vn .vimages {
	overflow: hidden; /* clear inside content */
	zoom: 1; /* clear inside content in ie6 */
}
.vn .tlink,
.vn .llink {
	padding: 0;
}
.vn .tlink {
	margin-right: 4px;
	padding-right: 10px;
	background: url(images/layout.thumb.separator.png) no-repeat right center;
}
.vn .llink,
.vn .tlink {
	float: left;
}

#n .selected,
#m {
	background-color: #bfc4d0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#m { /* main */
	position: relative;
	padding: 10px 0 20px 17px;
	overflow: hidden;
	_zoom: 1; /* clear inside content in ie6 */
}
#m h3 {
	margin: 0 0 14px;
	color: #56718c;
	font-size: 24px;
	font-weight: 200;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#m .vn a {
	padding-left: 0;
}
.vn a:hover strong {
	text-decoration: underline;
}
.vn strong {
	display: block;
	color: #4f5153;
}
.vn .selected strong {
	color: #56718c;
}
#v { /* video */
	width: 461px;
	height: 284px;
	float: left;
}
#v-aside {
	float: right;
	width: 227px;
}
#v-aside p{
	margin-top: 0;
	padding-right:10px;
}
#v-aside h4 {
	font-size: 16px;
	margin: 0 0 4px;
	color: #56718c;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#v-aside .vn li {
	margin-bottom: 8px;
}
#r{
	clear: both;
}

#r li{
	display: inline;
	float: left;
	margin:	0 20px 0 0;
}

/** Layout -> Footer
-------------------------------------**/
#f {
	background: url(images/layout.footer-top.png) no-repeat 0 0;
	padding-bottom: 20px;
	overflow: hidden; /* clear inside content */
	_zoom: 1; /* clear inside content in ie6 */
	position: relative;
	padding-left: 21px;
}
#f-pri-list {
	margin-left: -12px;
}

#f-tel {
	position: absolute;
	right: 14px;
	top: 3px;
	color: #56718c;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#f-copy {
	font-size: 11px;
	display: inline;
}
#f-sec-list {
	position: absolute;
	right: 14px;
	top: 25px;
	margin-right: -12px;
}

/** Grids
-------------------------------------**/
.u { /* unit */
	margin-right: 22px;
	float: left;
}
.lu { /* last unit */
	margin-right: 0;
	float: left;
}
.s14 {
	width: 210px;
}
.s24 {
	width: 442px;
}
.s34 {
	width: 730px;
}

/** Components -> Logo & Thumbnail links
-------------------------------------**/
.llink span {
	width: 104px;
	height: 77px;
	display: block;
	display: table-cell !important;
	text-align: center;
	vertical-align: middle;
	zoom: 1;
	*font-size: 69.685px;
}
.llink img {
	vertical-align: middle;
}
.tlink {
	width: 104px;
	height: 77px;
}
.tlink img {
	border: 1px solid #e1e1e1;
}


/** Components -> Navigation List
-------------------------------------**/
.nlist {
	overflow: hidden;
	_zoom: 1; /* clear inside content in ie6 */
	margin: 6px 0 8px;
}
.nlist a {
	float: left;
	padding: 0 11px 0 10px;
	color: #d4d5d6;
	text-transform: uppercase;
	font-size: 11px;
}
.nlist li {
	float: left;
}
.nlist a.i {
	padding-left: 18px;
	margin-left: 11px;
}
.nlist a:hover,
.nlist a:active,
.nlist a:focus {
	color: #fff;
	text-decoration: none;
}
.nlist-alt a {
	color: #fff;
}
.nlist-alt a:hover,
.nlist-alt a:active,
.nlist-alt a:focus {
	text-decoration: underline;
}

/** Components -> Icons
-------------------------------------**/
.nlist .i {
	background-position: 0 0;
	background-repeat: no-repeat;
}
.twitter {
	background-image: url(images/icon.twitter.png);
}
.blogger {
	background-image: url(images/icon.blogger.png);
}