/*
Theme Name: TelePacific Blog
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: 0;
	margin: 0;
	list-style-type: none;
}
/* prepending body for newsletter section, which loads in remote stylesheet */
a {
	color: #0082c4;
	text-decoration: none;
	font-family: Arial, sans-serif;
}
a:hover,
a:active,
a:focus {
	color: #0082c4;
	text-decoration: underline;
}
body 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; line-height: 1em; }
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);
}
.telepacific-newsletters {
	width: 400px;
	height: 27px;
	background-image: url(images/text.telepacific-newsletters.png);
}

/** Utility -> Misc Accessibility
-------------------------------------**/
.offscreen { /* because screen readers sometimes can't view display: none; content */
	position: absolute;
	top: -9999px;
}

/** Layout -> Body
-------------------------------------**/
body {
	margin: 0 auto;
	width: 1000px;
	font-size: 12px;
	line-height: 1.5;
	font-family: Arial, sans-serif;
	background-color: #5c666b;
	color: #5c666b;
}

/** Layout -> Header
-------------------------------------**/
#h { /* header */
	background: #a0a6b6 url(images/layout.header-top.png) no-repeat 0 0;
	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: 0;
	padding: 0;
}
#h h1 a{
	display: block;
	background-image: url(images/layout.header-text.png);
	height: 33px;
	width: 272px;
	text-indent: -999em;
	overflow: hidden;
	margin: 38px 0 30px 245px;
	color: #cbcbcc;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 36px;
}
#h h1 a.agent {
	width: 383px;
	background-image: url(images/layout.header-text-agent.png);
}

#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: 65px 15px 29px 21px;
	position: relative;
}
#c .post {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px #a7b3bd solid;
}
#c .readmore {
	font-weight: bold;

}
#c .readmore a {
	vertical-align: bottom;
	vertical-align/*\**/: top\9; /* ie7, ie8 */
	*vertical-align: top;
}

#c .postmetadata {
	font-size: 11px;
}
#c textarea, #c input {
	background-color: #fff;
	color: #9a9a9a;
	border: 1px #cbcbcb solid;
	padding-left: 5px;
	padding-right: 5px;
	height: 23px;
}
#c textarea {
	height: 150px;
	padding: 5px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	width: 425px;
}
#c #submit {
	background-color: #a0a6b6;
	color: #fff;
	border: 0px;
	height: 23px;
}
#c .navigation {
	font-weight: bold;
	overflow: hidden;
	zoom: 1;
}
#c .navigation a {
	text-decoration: none;
	margin-right: 10px;
	float: left;
}
/** Layout -> Sidebar
-------------------------------------**/
#s { /* content */
	background: #bdc3d1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 15px 0 15px 15px;
}

/** 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 */
	float: left;
}
.lu { /* last unit */
	margin-right: 0;
	float: right;
}
.s12 {
	width: 453px;
	padding-left: 20px;
}
.s14 {
	width: 210px;
}
.s24 {
	width: 442px;
}
.s34 {
	width: 730px;
}
.s14.lu {
	margin-right: 12px;
	display: inline; /* just incase to avoid ie6 double margin bug */
}
.s14.u {
	margin-right: 0;
}

/** 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);
}


/** Components -> Pagination
-------------------------------------**/
.p {
	margin: 0;
}
.p li {
	display: inline;
	background: url(images/layout.pagination.separator.png) 0 1px no-repeat;
	padding-left: 10px;
	font-weight: bold;
	cursor: pointer;
}
.p .prev,
.p .next {
	color: #0082C4;
}
.p .selected {
	color: #5C666B;
	cursor: default;
}
.p a:hover,
.p a:focus {
	text-decoration: none;
	outline: 0;
}
.p li.first {
	padding-left: 0;
	background-image: none;
}


/** Components --> Box groups
-------------------------------------**/
#s ul li {
	border-bottom: 1px #a7b3bd solid;
	padding-bottom: 30px;
	padding-left: 15px;
	margin-bottom: 26px;
}
#s .s14.lu ul li {
	padding-left: 0;
}
#s ul li li {
	border-bottom: 0px;
	padding: 5px 0;
	margin-bottom: 0;
}
#s ul li li a {
	font-size: 12px;
	font-weight: bold;
}
#s .widget.widget_calendar {
	background-color: #cbcbcb;
	padding: 1px 10px 10px 10px;
	border: 0;
}
#s .widget.widget_calendar h2 {
	border-bottom: 1px #a7b3bd solid;
	padding-bottom: 5px;
	margin-top: 5px;
}
#calendar_wrap table {
	width: 100%;
}
#calendar_wrap table td {
	text-align: center;
}
#calendar_wrap table td#today {
	background-color: #a0a6b6;
}
#calendar_wrap table td#today a {
	color: #fff;
}
#calendar_wrap table td a {
	font-weight: bold;
}
#s input.input {
	background-color: #fff;
	color: #9a9a9a;
	width: 165px;
	height: 20px;
	border: 1px #cbcbcb solid;
	padding-left: 5px;
}
#s input.button {
	background-color: #a0a6b6;
	color: #fff;
	border: 0px;
	width: 28px;
	height: 23px;
}
#s .textwidget a {
	font-weight: bold;
}
#s .widget.widget_tag_cloud {
	background: #cbcbcb;
	padding: 10px 15px;
	border: 0;
}
#s .widget.widget_tag_cloud div a {
	font-size: 12px !important;
	font-weight: bold;
}
#s .widget.widget_tag_cloud h2 {
	margin-top: 0;
}
#s .widget.widget_tag_cloud div a:after {
	content: ',';
}
#s .widget.widget_tag_cloud div a:last-child:after {
	content: '';
}
#s .widget.widget_search {
	border: 0;
	padding: 0;
}
#s .categories, #s .widget_authors {
	border: 0;
	margin-bottom: 0;
}
.subscribe-widget .img-container {
    display: block;
    overflow: hidden;
    zoom: 1;
}
#s img {
	float: left;
	margin-right: 5px;
}
#s .author {
	font-size: 14px;
	font-weight: bold;
}
#s ul.author-list li {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 10px;
}

#s ul.recent-posts li {
	padding: 0;
}
#s ul.authorposts li {
	font-size: 12px;
}

/* AddThis button container hidden until javascript places it correctly. This is to avoid editing the core plugin. */
.addthis_container {
  display: none;
}
