/*
Theme Name: The Penningtons
Theme URI: http://thepenningtons.com
Description: The Penningtons theme by Jaitra Gillespie.
Version: 1.0
Author: Jaitra Gillespie
Author URI: http://specialops.co.nz
Tags: special operations, specialops, jaitra gillespie
*/



/* Begin Typography & Colors */
body {
	margin: 0;
	padding: 0;
	border: none;
	background-color: #fff;
	font-family: Helvetica, Arial, Sans-Serif;
	color: #666;
	text-align: center;
	}
	
/* Simple Reset */	
	
img {
	border: none;
	}
	
div {
	margin: 0;
	padding: 0;
	}
	
/* Body text */	

p, ul {
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 8px 0;
	padding: 0;
	}

p.date {
	color: #D2D2D2;
	margin: 0;
	padding: 8px 0 13px 0;
	line-height: 12px;
	}
	
#sidebar p.date {	
	color: #A0A0A4;
	padding: 0 0 4px 0;
	}
	
/* Link styles */	
	
a {
	text-decoration: none;
	color: #000;
	}
	
a:hover {
	color: #ff0033;
	}

a:active, 
a:focus {
	outline: 0;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	}
	
h1, h2 {
	font-size: 21px;
	line-height: 21px;
	margin: 0;
	padding: 0 0 30px 0;
	color: #000;
	}	

h1.page-heading {
	display: none;
	}
	
.work h2, h4 {
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	padding: 0 0 24px 0;
	margin: 0;
	color: #000;
	}
	
.work h2 {
	padding: 0;
	}
	
body#profiles h4,
.work-page h4 {
	padding-bottom: 74px;
	}
	
.work-page h4.two-lines {
	padding-bottom: 60px;
	}
	
#sidebar h4 {
	padding-bottom: 12px;
	color: #808080;
	}

#sidebar h4 a {
	color: #808080;
	}
	
h5 {
	color: #646669;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	margin: 0;
	padding: 0;
	}
	
h5 a, h5 a:hover {
	color: #646669;
	}
	
.clients h5 {
	height: 34px;
	}
	
.work h5, .work h5 a {
	color: #D2D2D2;
	}	

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	display: none; /* we probably will not be needing comments, so... */
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



small, .sidebar ul ul li, .sidebar ul ol li, .nocomments, .postmetadata, strike, #content p.tags, .commentmetadata, #content p.note {
	color: #000;
	}
	


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/* End Typography & Colors */


/* Begin Structure */
#page {
	width: 980px;
	margin: 0 auto;
	padding: 18px 20px 0 20px;
	border: none;
	}
	
#wrapper {
	width: 100%;
	border: none;
	border-top: #ED145A solid 3px;
	position: relative;
	text-align: left;
	overflow: hidden;
	}	

#header {
	margin: 0;
	padding: 0 0 0 1px;
	height: 97px;
	width: 100%;
	}
	
#header	h2 {
	padding: 11px 0 0 0;
	margin: 0;
	color: #ED145A;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	}
	
#header	h2 a {
	color: #ED145A;
	text-decoration: none;
	}
		
#header	h2 span {
	font-weight: normal;
	}
	
#content {
	float: left;
	padding: 0;
	margin: 0 0 0 20px;
	border-top: #000 solid 1px;
	width: 780px;
	}
	
/* Homepage styles */

.home-wrapper #content {
	border-top: none;
	}
	
.slideshow {
	position: relative;
	overflow: hidden;
	}
	
.slideshow ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
.slideshow ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 780px;
	position: relative;
	text-align: center;
	}
	
.slideshow ul li img {
	margin: 0 auto;
	}
	
.slideshow-nav { /* slideshow-nav	*/
	position: absolute;
	z-index: 1000;
	padding: 0;
	margin: 0;
	left: 10px;
	top: 264px;
	width: 761px;
	height: 20px;
	display: none
	}
	
.slideshow-visible { /* we reveal the slideshow nav by adding this class with jQuery in functions.js */
	display: block;
	}
	
.slideshow-nav #prev,
.slideshow-nav #next {
	float: left;
	width: 10px;
	height: 20px;
	margin: 0;
	padding: 0;
	text-indent: -9000px;
	}
	
.slideshow-nav #next {
	float: right;
	}
	
.slideshow-nav a {
	width: 10px;
	height: 20px;
	margin: 0;
	padding: 0;
	line-height: 0;
	display: block;
	background: url(images/slide-arrow-left.png) no-repeat;
	}
	
.slideshow-nav #next a {
	background-image: url(images/slide-arrow-right.png);
	}
	
li#text-3 {
	display: none;
	}
	
body#home li#text-3 { /* more link */
	display: block;
	}
	
body#home .news-current li#text-3 { /* more link */
	display: none;
	}	
	
	
	
/* News post styles */	
	
.news {
	overflow: hidden;
	}
	
.news .wrapper { /* news pages have a smaller width */
	width: 560px;
	}
	
.news .post {
	padding: 0 0 40px 0;
	}

/* level 2 nav */

.sidebar-3,
.sidebar-4 { 
	height: 98px;
	width: 100%;
	border-bottom: #000 solid 1px;
	}
	
.casestudies .sidebar-3, /* bottom border not needed on L2 nav on some pages */
.clients .sidebar-3 { 
	border-bottom: none;
	}
	
body#profiles .sidebar-4 {
	border-bottom: none;
	}
	
ul.who-we-are, 
ul.what-we-do {
	padding: 8px 0 0 0;
	margin: 0;
	list-style: none;
	line-height: 14px;
	}
	
ul.who-we-are li, 
ul.what-we-do li {
	float: left;
	width: 200px;
	}
	
ul.who-we-are li a,
ul.what-we-do li a {
	color: #000;
	}
	
ul.who-we-are a:hover,
ul.what-we-do a:hover,
ul.who-we-are li.current_page_item a,
ul.what-we-do li.current_page_item a {
	color: #ED145A;
	}

.column {
	float: left;
	margin: 0;
	padding: 8px 20px 0 0;
	width: 180px;
	}
	
.column p {
	margin-bottom: 20px;
	}
	
body#profiles .column {
	width: 381px;
	padding-right: 0;
	border-top: #000 solid 1px;
	}
	
.work-page .last {
	padding-right: 0;
	}
	
body#profiles .post .last {
	float: right;
	}
	
p.post-edit-link { /* Edit posts link, only visible to logged in user */
	margin-top: 20px;
	clear: left;
	float: left;
	}
	
/* Post navigations */	
	
	
/* News section */	
ul.post-navigation {
	padding: 10px 0 0 0;
	margin: 50px 0 0 0;
	width: 100%;
	list-style: none;
	border-top: #ACAEB2 solid 1px;	
	}
	
ul.post-navigation li {
	float: left;
	margin: 0 8px 0 0;
	padding: 0 8px 0 0;
	color: #A0A0A4;
	border-right: #A0A0A4 solid 1px;
	font-size: 12px;
	line-height: 12px;
	}
	
ul.post-navigation li.last {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
	}
	
ul.post-navigation li a {
	color: #A0A0A4;
	}
	
/* Work Page */

.work-page ul {
	margin: 0;
	list-style: none;
	}
	
.work-page ul li {	
	margin: 0;
	padding: 8px 0 5px 0;
	color: #808080;
	border-top: #A7AAAC solid 1px;
	}
	
.work-page ul li a {
	color: #808080;
	}

	
/* Case Studies & Clients Pages */

.case-study-page,
.clients-page {
	width: 800px;
	overflow: hidden;
	}	
	
.case-study-page ul,
.clients-page ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}
	
.case-study-page li.recent-posts,
.clients-page li.recent-posts {
	padding: 10px 18px 0 0;
	margin: 0;
	width: 182px;
	float: left;
	border-top: #000 solid 1px;
	}	
	
.clients-page li.recent-posts {
	padding-right: 20px;
	width: 180px;
	}
	
li.recent-posts	img.wp-post-thumbnail {
	margin: 0 0 4px 0;
	padding: 0;
	border: #F2F2F3 solid 1px;
	}
	
.clients-page li.recent-post img.wp-post-thumbnail {
	border: none;
	}
	
.case-study-page p.pdf {
	color: #BDBEC1;
	line-height: 14px;
	margin: 0;
	padding: 0 0 20px 0;
	}
	
/* Work Posts */

.header-wrapper {
	padding: 8px 0 0 0;
	height: 90px;
	}	

ul.work-post-nav { /* Work Post navigation */
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
	}
	
ul.work-post-nav li {
	float: left;
	margin: 0;
	padding: 0 0 0 12px;
	color: #000;
	font-size: 12px;
	line-height: 12px;
	}

ul.work-post-nav li.client {
	margin-left: 18px;
	border-left: #000 solid 1px;
	padding-left: 14px;
	}
	
ul.work-post-nav li.client span {
	padding-right: 7px;
	}
	
ul.work-post-nav li.last {
	padding-left: 6px;
	}

ul.work-post-nav li a {
	color: #000;
	}

ul.work-post-nav li a:hover,
ul.work-post-nav li.serieslist-li-current {
	color: #A0A0A0;
	}
	
.work .entry { /* Work Post Image and Description Styles */
	position: relative;
	}
	
.work .entry #work-details {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 780px;
	height: 550px;
	}
	
.transparent-background	{
	width: 780px;
	height: 550px;
	background: #fff;
	opacity: 0.5; 
	filter: alpha(opacity=50);
	}
	
.details-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 372px;
	height: 531px;
	padding: 18px 18px 0 0;
	background: #fff;
	border-top: #000 solid 1px;
	}
	
.work .entry #work-details p {
	color: #000;
	}
	
.work .entry #work-details p a#hide-work-details {	
	color: #939598;
	}
	
/* Clear */	

.clear {
	clear: both;
}


/* Begin Sidebars */

#sidebar ul {
	list-style: none;
	}
		
#sidebar ul li {
	list-style: none;
	font-size: 12px;
	line-height: 14px;
	}

/* Sidebar 1 - Navigation */

.sidebar-1 {
	width: 180px;
	padding: 0;
	margin: 0;
	border-top: #000 solid 1px;
	float: left;
	}
	
.sidebar-1 ul,
.sidebar-1 ul li {
	padding: 0;
	margin: 0;
	}
	
.sidebar-1 h2 { /* hide heading of recent posts widget */
	display: none;
	}	
		
.sidebar-1 ul li li {
	padding: 0 0 5px 1px;
	border: none;
	}
				
.sidebar-1 ul li li a {
	color: #000;
	text-decoration: none;
	}
	
.sidebar-1 ul li#recent-posts li a {
	color: #A0A0A4;
	}
	
.sidebar-1 ul li li a:hover,
.sidebar-1 ul li li.current_page_item a,
.news-current ul li li.page-item-11 a,
.what-we-do ul li li.page-item-7 a,
body#profiles .sidebar-1 ul li li.page-item-2 a {
 	color: #ED145A;
	}
	
.sidebar-1 ul li#flexipages-2 { /* sidebar-1: left-col navigation */
	padding: 8px 0 0 0;
	margin: 0;
	}
		
.sidebar-1 ul li#flexipages-2 li.page-item-11 { /* news page link */
	margin-top: 33px;
	padding-top: 8px;
	border-top: #000 solid 1px;
	}
	
/* Sidebar 2 - Right Column */

.sidebar-2 {
	width: 182px;
	padding: 13px 0 0 17px;
	margin: 0 0 0 20px;
	border-left: #000 solid 1px;
	float: right;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
	overflow: hidden;
	}	
	
.sidebar-2 img.wp-post-thumbnail {
	padding: 0 0 16px 0;
	margin: 4px 0 16px 0;
	border-bottom: #A0A0A4 solid 1px;
	}
	

	
	

/* End Sidebars */




/* Footer */

#footer {
	padding: 0 0 100px 0;
	margin: 60px auto 0 auto;
	width: 100%;
	clear: both;
	border-top: #999 solid 1px;
	text-align: left;
	}
	
#footer ul {
	margin: 0;
	padding: 10px 0 0 0;
	color: #818385;
	list-style: none;
	line-height: 14px;
	}
	
#footer ul li {	
	float: left;
	list-style: none;
	margin: 0 7px 0 0;
	padding: 0 7px 0 0;
	border-right: #818385 solid 1px;
	}
	
#footer ul li.first, 
#footer ul li.last {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
	}
	
#footer ul li.first {
	float: right;
	color: #D1D3D4;
	}
	
#footer ul li a {
	color: #818385;
	}
	
#footer ul li a:hover {
	color: #000;
	}	
	
	
	
	
/* End Structure */








/* Begin Form Elements */


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}

.work #respond { /* no comments on work posts */
	display: none;
	}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */




/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dotted #999;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
	

	
/* End Various Tags & Classes*/


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0px;
	margin: 0 0 10px 20px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0 20px 10px 0;
	display: inline;
	}
	
img.alignright {
	padding: 0px;
	margin: 0 0 10px 20px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0 20px 10px 0;
	display: inline;
	border: #b7b4ad solid 3px;
	}	

.alignright {
	float: right;
	}
	
#post-2	img.alignright {
	margin: 0;
	}

.alignleft {
	float: left
	}
	
.alignnone {
	margin: 0 0 20px 0;
	}
	
img.no-border {
	border: none;
	}	
	
/* End Images */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Sociable plugin */

.sociable_tagline {
	margin: 40px 0 0 0;
	padding: 12px 0 6px 0;
	background: url( images/paragraph-divider-wide.png) no-repeat left top;
	}

#content .sociable ul li {
	background: none;
	padding: 0 3px 0 0;
	margin: 0;
	}
	
#content .sociable ul li a {
	border-bottom: none;
	}
	
/* Commentluv plugin */

#content span#mylastpost a {
	border: none;
	padding: 0;
	margin: 0;
	}
	
/* Forms */

#content .gform_wrapper ul li {
	padding-left: 0;
	background-image: none;
	}



	