/*
THEME NAME: Pacwebco Theme
THEME URI: http://pacwebco.com
DESCRIPTION: Custom theme built by Pacwebco
AUTHOR: Pacwebco
AUTHOR URI: http://pacwebco.com
*/


/* Custom Fonts */

@font-face {
	font-family: 'GothamHTFLight';
	src: url('fonts/GothamHTF-Light.otf');
}

@font-face {
	font-family: 'GothamHTFMedium';
	src: url('fonts/GothamHTF-Medium.otf');
}

@font-face {
	font-family: 'GothamHTFMedium';
	src: url('fonts/GothamHTF-MediumItalic.otf');
	font-style: italic;
}

@font-face {
	font-family: 'GothamHTFBook';
	src: url('fonts/GothamHTF-Book.otf');
}

@font-face {
	font-family: 'GothamHTFBook';
	src: url('fonts/GothamHTF-BookItalic.otf');
	font-style: italic;
}

@font-face {
	font-family: 'GothamHTFBook';
	src: url('fonts/GothamHTF-Medium.otf');
	font-weight: bold;
}

@font-face {
	font-family: 'GothamHTFBook';
	src: url('fonts/GothamHTF-MediumItalic.otf');
	font-weight: bold;
	font-style: italic;
}


/* Global */

html, body, span,
h1, h2, h3, h4, h5, h6,
p, a, img, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	text-decoration: none;
	font-family: 'GothamHTFBook', Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	color: #666;
	outline: none;
}

html, body {
	height: 100%;
}

/* Global Typography */
p, a, ul, ol, li {
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 24px;
	list-style-image: none;
	list-style-type: none;
	text-align: left;
}

.post .entry-content a {
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
}

.post .entry-content a:hover {
	text-decoration: underline;
	color: #074d8e;
}


.entry-content p, .sidebar p {
	padding: 7px 0;
}

.entry-content p, .entry-content ul, .entry-content ol {
	float: left;
}

.left-content .entry-content p {
	width: 480px;
}

.entry-content h2, .content h2, .content h2 span, .footer-widget-area h2 {
	font-family: 'GothamHTFLight', Helvetica, Arial, sans-serif;
	font-size: 48px;
	float: left;
	color: #074d8e;
	line-height: 48px;
	padding-bottom: 24px;
}

.page-title .vcard a {
	font-family: 'GothamHTFLight', Helvetica, Arial, sans-serif;
	font-size: 48px;
	float: left;
	color: #074d8e;
	line-height: 48px;
	padding-bottom: 0;
}

.archive-meta {
	border-bottom: #ccc 1px solid;
	padding-bottom: 40px;
	margin-bottom: 20px;
	float: left;
}

.content h2 span {
	float: left;
}

.home .entry-content {
	float: left;
}

.home .entry-content h2 {
	font-size: 40px;
	line-height: 45px;
	color: #666;
	padding-bottom: 60px;
}

.entry-content h3, .sidebar h3, .sidebar.contact h4  {
	font-family: 'GothamHTFMedium', Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #0098f9;
	padding: 24px 0 7px;
}

.sidebar.contact h4 {
	text-transform: none;
}

.entry-content h3 {
	float: left;
	width: 410px;
}

.entry-content h4 {
	padding-top: 30px;
	float: left;
}

.page .entry-content h4 a, a.emailus {
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-family: 'GothamHTFBook', Helvetica, Arial, sans-serif;
	background-color: #0098f9;
	padding: 10px 15px;
	text-shadow: 0px 1px 2px #000;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0px 1px 2px #000000;
	-moz-box-shadow: 0px 1px 2px #000000;
	box-shadow: 0px 1px 2px #000000;
	text-decoration: none;
}

.page .entry-content h4 a {
	float: left;
}

.post .entry-content h4, .post .entry-content h4 a {
	padding: 14px 0;
	color: #0098f9;
	font-family: 'GothamHTFBook', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
}

.post .entry-content h4 {
	width: 480px;
}

.page .entry-content h4 a:hover, a.emailus:hover {
	background-color: #0385d8;
	text-decoration: none;
}

.entry-content li {
	list-style: url(images/bullet.png);
	margin-left: 30px;
}

.entry-content ol {
	padding-left: 0;
	list-style-type: decimal;
}

blockquote {
	border-left: 5px solid #eee;
	margin-left: 10px;
	padding-left: 20px;
}

/* Link Styles */

.entry-content a {
	color: #666;
	text-decoration: underline;
}

a img {
	border: none;
}

a:hover {
	text-decoration: underline;
}


/* Page Container */

.container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
	margin: 0 auto -165px; /* the bottom margin is the negative value of the footer's height */
}

.content {
	width: 960px;
	margin: 0px auto;
}


/* START Header */

.topstripe {
	width: 100%;
	height: 20px;
	background: url(images/top.png) #fff repeat-x center top;
	position: absolute;
}

.header {
	padding: 40px 0 20px;
	border-bottom: 1px solid #ccc;
	overflow: auto;
	margin: 0px auto 60px;
	width: 960px;
}

h1.blog-title {
	width: 221px;
	float: left;
}

h1.blog-title a {
	float: left;
	width: 221px;
	height: 28px;
	background: url(images/logo.gif) no-repeat;
	text-indent: -10000px;
}

.menu, .menu ul {
	float: right;
}

.menu {
	text-align: right;
}

.menu ul li, .menu ul li a {
	float: left;
}

.menu ul li a {
	position: relative;
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding: 0 15px;
	text-transform: uppercase;
	color: #074d8e;
	font-family: Helvetica, Arial, sans-serif;
	z-index: 0;
	text-align: center;
	overflow: hidden;
}

.menu ul li.page-item-8 a {
	padding: 0 0 0 15px;
}

.menu ul li a:hover {
	text-decoration: none;
}

.menu ul li.back {
	background: url(images/navnip.png) no-repeat center center;
	width: 18px;
	height: 13px;
	top: 14px;
	z-index: 1000;
	display: list-item;
	position: absolute;
}

/* END Header */


/* START Content */

.content {
	position: relative;
	padding-bottom: 0px;
	width: 960px;
}

.left-content {
	padding-bottom: 60px;
	width: 480px;
	float: left;
}

.about img.wp-post-image {
	float: left;
	padding: 0 20px 8px 0;
}
/* END Content */


/* START Author page */

.author .left-content p {
	width: 480px;
}

.author-page-pic {
	width: 170px;
}

.author-page-pic img {
	float: left;
	padding: 6px 20px 6px 0;
}

.author .left-content h3.role {
	width: 480px;
	clear: both;
}

.role {
	padding-bottom: 16px;
	font-family: 'GothamHTFMedium', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 16px;
}

/* END Author page */


/* START Posts */

.blogrss {
	float: left;
	padding: 11px 0 0 14px;
}

.left-content .post {
	padding: 20px 0 80px;
	float: left;
	width: 480px;
}

.post h3.entry-title, .post h3.entry-title a, .post .entry-content, .post .entry-meta, .post .meta-wrap {
	float: left;
}

.post h3.entry-title, .post h3.entry-title a {
	font-family: 'GothamHTFMedium', Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #0098f9;
	width: 400px;
	line-height: 28px;
}

.post .entry-content, .post .entry-meta {
	clear: both;
}

.post .meta-wrap {
	position: relative;
	clear: both;
	width: 100%;
}

.post .entry-meta {
	background: #eee;
	padding: 3px 10px;
	position: absolute;
	top: 10px;
	left: 0;
}

.post .nip {
	width: 10px;
	height: 10px;
	background-image: url(images/nip.gif);
	position: absolute;
	top: 0;
	left: 0;
}

.post .entry-meta span, .post .entry-meta a {
	font-size: 12px;
	font-family: 'GothamHTFMedium', Helvetica, Arial, sans-serif;
}

.post .entry-meta a {
	color: #0098f9;
}

.entry-date {
	width: 35px;
	text-align: center;
	background: #074d8e;
	color: #fff;
	font-size: 11px;
	line-height: 11px;
	padding: 7px;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	float: left;
	font-family: 'GothamHTFBook', Helvetica, Arial, sans-serif;
	margin: 0 20px 10px 0;
	clear: both;

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0px 1px 2px #000000;
	-moz-box-shadow: 0px 1px 2px #000000;
	box-shadow: 0px 1px 2px #000000;
}

.entry-date .day {
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	font-family: 'GothamHTFMedium', Helvetica, Arial, sans-serif;
}

.clear {
	clear: both;
}

img.size-full {
	padding: 14px 0;
}

/* END Posts */


/* START Featured */

.featured-wrap {
	background: #666;
	width: 100%;
	height: 450px;
	float: left;
	overflow: hidden;
	background: url(images/featurebg.png);
}

.featured-edges {
	background: url(images/feature-grad.png) center no-repeat;
	height: 450px;
	position: relative;
}

.coda-nav {
	width: 960px;
	margin: 0 auto;
	height: 60px;
}

.coda-slider {
	width: 960px;
	height: 350px;
}

.panel {
	width: 962px;
	height: 350px;
	margin: 0 auto;
	position: relative;
	float: left;
	display: block;
}

.panel-wrapper {
	position: relative;
	height: 348px;
	margin-right: 24px;
	-webkit-box-shadow: 0px 1px 2px  #000000;
	-moz-box-shadow: 0px 1px 2px #000000;
	box-shadow: 0px 1px 2px #000000;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 0px;
	overflow: hidden;
	z-index: 6000;
}

.work-left {
	position: relative;
	float: left;
	width: 380px;
	height: 290px;
	padding:30px 40px;
	-webkit-box-shadow: 5px 1px 12px  rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 1px 10px rgba(0,0,0,0.5);
	box-shadow: 5px 1px 12px #000000;
	background: #FFF;
	z-index: 1000;
}

.work-right {
	position: relative;
	float: right;
	width: 478px;
	height: 348px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 0px;
	overflow: hidden;
	z-index: 0;
}

.panel h3 {
	font-weight: normal;
	font-family: 'GothamHTFMedium', Helvetica, Arial, sans-serif;
	color: #0098f9;
	font-size: 30px;
}

.panel h5 {
	padding: 10px 0 20px;
	border-bottom: 1px solid #ccc;
	font-family: 'GothamHTFLight', Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #0098f9;
	font-size: 18px;
}

.panel p {
	padding-top: 12px;
	line-height: 18px;
	font-size: 12px;
}

.panel p a {
	line-height: 18px;
	font-size: 12px;
	text-decoration: underline;
}

.loading-work {
	padding: 220px 360px;
}

.coda-nav ul {
	position: relative;
	float: left;
	display: block;
	margin: auto;
	overflow: hidden;
}

.coda-nav ul li {
	display: inline;
	float: left;
}

.coda-slider-wrapper {
	position: relative;
	clear: both;
	overflow: auto;
	width: 960px;
	margin: 0 auto;
}

.coda-slider {
	margin: 0px auto;
	overflow: hidden;
	position: relative;
}

.coda-slider .panel-container {
	position: relative;
}

.coda-nav h3 {
	font-size: 16px;
	line-height: 16px;
	text-align: left;
	text-transform: uppercase;
	font-family: 'GothamHTFMedium', Helvetica, Arial, sans-serif;
	color: #0098f9;
	padding: 30px 10px 0 10px;
	display: inline;
	float: left;
}

a.visit-site {
	background: url(images/visitsite-button.png) 0 0 no-repeat;
	width: 68px;
	height: 57px;
	display: block;
	text-indent: -99999px;
	position: absolute;
	bottom: 14px;
	right: -15px;
}

a.visit-site:hover {
	background: url(images/visitsite-button.png) 0 -57px no-repeat;
}

.coda-nav ul li a {
	background: url(images/featuredots.png) 0 0 no-repeat;
	width: 10px;
	height: 10px;
	display: block;
	text-indent: -99999px;
	float: left;
	margin: 33px 7px 0 0;
}

.coda-nav ul li a:hover {
	background: url(images/featuredots.png) 0 -20px no-repeat;
}

.coda-nav ul li a.current {
	background: url(images/featuredots.png) 0 -10px no-repeat;
}

/* END Featured */


/* START Blog Navigation */

.navigation .alignright {
	float: right;
}

.navigation .alignleft {
	float: left;
}

.navigation a {
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-family: 'GothamHTFBook', Helvetica, Arial, sans-serif;
	background-color: #0098f9;
	padding: 8px 12px;
	text-shadow: 0px 1px 2px #000;
	filter: dropshadow(color=#000, offx=0, offy=1);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0px 1px 2px #000000;
	-moz-box-shadow: 0px 1px 2px #000000;
	box-shadow: 0px 1px 2px #000000;
}

.navigation a:hover {
	background-color: #0385d8;
	text-decoration: none;

}

a.read-more {
	font-family: 'GothamHTFMedium', Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #0098f9;
	text-transform: uppercase;
}

a.read-more:hover {
	text-decoration: none;
}

/* END Blog Navigation */

/* START Comments */

.comments-holder {
	float: left;
	padding-top: 40px;
	width: 480px;
}

.comments-holder a {
	text-decoration: underline;
}

.formcontainer {
	padding: 5px 0;
}

.form-label {
	padding: 15px 0 5px;
	font-size: 14px;
}

p.comment-notes, p.login, p.login a {
	font-size: 12px;
}

.form-submit {
	padding-top: 10px;
}

.respond, #comments {
	border-top: 1px solid #ccc;
	padding: 30px 0;
}

#comments ol {
	padding: 0;
	margin: 0;
}

li.comment {
	padding: 15px 0;
}

.comment-meta, .comment-meta a {
	font-size: 12px;
	line-height: 30px;
	color: #0098f9;
}

.vcard span.fn, .vcard span.fn a {
	padding-right: 15px;
	line-height: 16px;
	font-size: 16px;
	font-family: 'GothamHTFMedium', Helvetica, Arial, sans-serif;
	text-decoration: none;
}

.comment-author img {
	padding-right: 10px;
}

/* START Sidebars */

.sidebar {
	float: right;
	text-align: left;
	width: 300px;
	padding-bottom: 60px;
}

.primary {
	width: 410px;
}

.screen-reader-text {
	color: #fff;
}

.primary ul.sidebar-list .widget-container {
	background-color: #eee;
	border-bottom: 2px solid #fff;
	padding: 20px 30px;
}

.primary ul.sidebar-list .widget_search {
	background-color: #c0c0c0;
	border-bottom: none;
}

.primary ul li ul li {
	list-style: url(images/bullet.png);
	margin-left: 16px;
	padding: 4px 0;
}

.primary ul li ul li a {
	line-height: 16px;
	text-decoration: none;
}

.primary ul li ul li a:hover {
	color: #074D8E;
}

.primary ul li {
		line-height: 16px;
}

.widget_twitter .entry-meta, .widget_twitter .entry-meta a {
	font-size: 11px;
	clear: left;
	font-style: italic;
	color: #0098F9;
}

a.twitterwidget-title {
	background: url(images/twittermini.png) no-repeat 0 0;
	padding-left: 26px;
}


.primary ul li.widget_twitter ul li {
	margin-left: 0;
	list-style: none;
}

a.featured-article {
	color: #0098F9;
	font-family: 'GothamHTFMedium', Helvetica, Arial, sans-serif;
}

a.featured-article:hover {
	text-decoration: none;
	color: #0385d8;
}

.feature-subtitle {
	font-size: 12px;
	color: #0098F9;
}

.contact {
	padding: 72px 180px 60px 0;

}
.contact iframe {
	margin: 14px 0;
	border: 1px solid #ccc;
}

.pageid-2 a.img-link {
	float: left;
}

.about {
	background: #eee;
	padding: 0 0 30px 0;
	width: 410px;
}

.about ul {
	padding: 0 30px;
}

h3.about-header {
	float: right;
	width: 350px;
	background-color: #c0c0c0;
	padding: 10px 30px;
	font-family: 'GothamHTFBook', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-shadow: 0px 1px 2px #000;
	color: #FFF;
	font-size: 24px;
}

.about-thumb {
	float: left;
	width: 100px;
	padding-right: 20px;
}

.about .post {
	padding-top: 30px;
	float: left;
	width: 350px;
}

.post.author p, .post.author p a {
	font-size: 11px;
	line-height: 19px;
}

.post.author p {
	padding: 7px 0;
}

.post.author p a {
	font-size: 11px;
	line-height: 16px;
	text-decoration: underline;
}

h5.about-title a, h4.widget-title, h4.widget-title a {
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
	font-family: 'GothamHTFMedium', Helvetica, Arial, sans-serif;
	color: #0098f9;
	font-weight: normal;
	padding-bottom: 10px;
	line-height: 16px;	
}

h5.about-title, h5.about-title a {
	line-height: 16px;
}

.home h4.widget-title {
	font-size: 18px;
	text-align: left;
	text-transform: uppercase;
	font-family: 'GothamHTFMedium', Helvetica, Arial, sans-serif;
	color: #0098f9;
	padding-top: 0px;
	line-height: 41px;
}

.footer-widget-area h4.widget-title {
	float: left;
}

ul.footer-widgets li ul li {
	padding-bottom: 10px;
	line-height: 18px;
	list-style: url(images/bullet.png);
	margin-left: 15px;
}

.callout-icon {
	width: 43px;
	height: 41px;
	float: left;
	padding: 0 10px 14px 0;
}

#text-4 .callout-icon {
	background: url(images/strategy.gif) no-repeat top left;
}

#text-5 .callout-icon {
	background: url(images/design.gif) no-repeat top left;
}

#text-6 .callout-icon {
	background: url(images/dev.gif) no-repeat top left;
}

.sidebar .role {
	font-size: 12px;
	text-transform: none;
	line-height: 14px;
}

.twittermini, .linkedinmini, .facebookmini  {
	display: block;
	width: 16px;
	height: 16px;
	background: url(images/twittermini.png) no-repeat;
	float: right;
	text-indent: -99999px;
	margin-top: 0;
	padding-left: 5px;
}

.linkedinmini {
	background: url(images/linkedinmini.png) no-repeat;
}

.facebookmini {
	background: url(images/facebookmini.png) no-repeat;
}

.search {
	margin: 0 7px 0 5px;	
}

.search-label {
	text-transform: uppercase;
	text-shadow: 0px 1px 2px #000;
	font-family: 'GothamHTFMedium', Helvetica, Arial, sans-serif;
	color: #FFF;
	font-size: 12px;
}

/* END Sidebars */


/* START Home Sidebar Top Footer thing */

ul.footer-widgets {
	float: left;
	width: 960px;
}

.footer-widget-area {
	width: 100%;
	float: left;
}

.footer-widget-area p {
	line-height: 18px;
	font-size: 14px;
	padding-bottom: 10px;
}

.home .widget-area {
	width: 960px;
	margin: 0 auto;
}

.home .first-wrap {
	width: 960px;
	float: left;
	padding: 60px 0;
}

.home .second-wrap {
	background: #EEE;
	width: 100%;
	float: left;
	padding: 60px 0;
}

.home .textwidget {
	text-align: left;
	float: left;
	width: 250px;
	padding-left: 10px;
}

.home .widget-container {
	width: 250px;
	padding: 0 49px;
	float: left;
	border-right: 1px solid #CCC;
}

.home #text-6.widget-container, .home #text-9.widget-container {
	padding-right: 0;
	border-right: none;
}

.home #text-4.widget-container, .home #text-7.widget-container {
	padding-left: 0;
}

.home .widget-container p {
	text-align: left;
}

/* END Home Sidebar Top Footer thing */


/* START Footer */

.footer {
	float: left;
	clear: both;
	background: #514f4f url(images/bottom.png) top repeat-x;
	width: 100%;
	color: #FFF;
}

.footer, .push {
	height: 165px;
	clear: both;
}

.home .footer {
	height: 40px;
}

.footercontent {
	width: 960px;
	margin: 0 auto;
}

.footercontent p {
	color: #fff;
}

.footercontent .mission {
	font-size: 30px;
	line-height: 36px;
	padding: 30px 0;
	border-bottom: 1px solid #666;
	font-family: 'GothamHTFLight', Helvetica, Arial, sans-serif;
}

.footercontent .copy {
	font-size: 12px;
	line-height: 32px;

}

.home .copy {
	line-height: 40px;
}

.talkwrap {
	width: 100%;
	background: #05335e;
	height: 150px;
	float: left;
}

.talk {
	width: 960px;
	margin: 0 auto;
}

.talk h2 {
	margin: 0 auto;
	font-family: 'GothamHTFLight', Helvetica, Arial, sans-serif;
	font-size: 48px;
	color: #0098f9;
	line-height: 150px;
	text-shadow: 0px 2px 4px #000;
	float: left;
}

.talk p {
	float: right;
	line-height: 150px;
	color: #fff;
	font-size: 18px;
	font-family: 'GothamHTFLight', Helvetica, Arial, sans-serif;
}

.emailus {
	margin-left: 15px;
}

/* END Footer */



.arrow-container {
	position: absolute;
	top: 29px;
	left: 273px;
}

.coda-nav-right a {
	width: 53px;
	height: 20px;
	float: left;
	text-indent: -99999px;
	background: url(images/next-button.png);
	background-position: 0 0;
}

.coda-nav-right a:hover {
	background-position: 0 20px;
}


/* Contact form, bitch */
div.wpcf7-response-output  {
	float: left
}