/*
Theme Name: Grip PAI Website Branch 2
Theme URI: http://www.peteinnes.com/
Description: The dogs.
Version: 0.4
Author: Pete Innes
Author URI: http://www.peteinnes.com
Tags: blueprint, jquery, widgets, grip
*/

/**************************************/
/*** Generic ***/
/**************************************/
body {
	margin: 5px;
	padding: 0;
	font-family: Helvetica, "Thesis Sans", "Myriad Pro", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size:85%;
}
textarea {
	font-family: Helvetica, "Thesis Sans", "Myriad Pro", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size:90%;
}
p {
	margin-bottom: 15px;
	line-height: 1.2;
}
a {
	text-decoration:none;
	font-weight: bold;
}
h2, h3, h4 {
	line-height: 1.2em;
}
h4 {
	margin-bottom: 2px;
	text-indent: 15px;
}
table, td, th {
	vertical-align:top;
	padding: 0;
}
hr {
	border:1px none;
	clear:both;
	float:none;
	height:1px;
	margin:0 0 15px;
	width:100%;
}
ol {
	margin-left: 20px;
	margin-bottom: 1.5em;
}
ul {
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 20px;
	padding: 0;
}
ul li {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.3;
}
ol li {
	margin: 0 0 10px 0;
	padding: 0;
}
small {
	margin-bottom: 15px;
	clear: both;
	display: block;
}
small span {
	margin-right: 20px;
}
fieldset {
	margin: 20px 0;
	padding: 30px 20px 10px 20px;
}
legend {
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight:bold;
}
input, textarea{
	padding: 5px;
}
textarea {
	height: 100px;
	width: 220px;
}
input#submit, input#sendbutton {
	font-size: 18px;
	letter-spacing: -2px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Helvetica, "Thesis Sans", "Myriad Pro", "Helvetica Neue", Arial, Helvetica, sans-serif;
	cursor: pointer;
	margin-bottom: 0;
	padding: 10px;
	text-align: left;
	width: 240px;
}
input#submit:hover, input#sendbutton:hover {
	cursor: pointer;
}
select.short-field {
	width: auto;
}
fieldset ol {
	margin: 0;
	padding: 0;
}
fieldset ol li {
	margin: 0;
	padding: 0;
	list-style: none;
}
fieldset ol li label {
	width: 200px;
	float: left;
	text-align: right;
	font-weight: bold;
	text-transform:uppercase;
	padding-right: 20px;
	padding-top: 11px;
}
fieldset ol li span {
	margin-left: 20px;
}
fieldset ol li input {
	width: 220px;
}
fieldset ol li textarea {
	width: 220px;
}
/**************************************/
/*** Wrapper ***/
/**************************************/
#wrapper {
}
#container {
	margin: 0 auto 0 0;
	clear: both;
	min-height: 800px;
	text-align: left;
}
/**************************************/
/*** Header ***/
/**************************************/
#header {
	clear: both;
	display: block;
	margin-bottom: 5px;
}
#header-logo{
	float: left;
}
#header-logo h1 {
	font-weight: bold;
	letter-spacing: -5px;
	font-size: 64px;
	margin-top: 30px;
	margin-bottom: 15px;
	margin-right: 5px;
	text-indent: 17px;
}
#header-aside {
	float: left;
	font-size: 18px;
	letter-spacing: -1px;
	font-weight: normal;
	white-space: nowrap;
	margin-top: 65px;
}
#header-aside span{
	margin-left: 20px;
}
#header-aside span a{
	font-weight: normal;
}
/**************************************/
/*** Breadcrumb ***/
/**************************************/
div.breadcrumb {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 5px;
	text-indent: 20px;
	font-weight:bold;
	letter-spacing: -1px;
	font-size: 14px;
}
/**************************************/
/*** Mains ***/
/**************************************/
#main-container {
}
#main-content {
}
#main-archive {
}
#main-links {
}
#main-contact {
}
#main-search {
}
#main-single {
}
#main-page {
}
#main-content h2, #main-archive h2, #main-links h2, #main-contact h2, #main-search h2, #main-single h2, #main-page h2, #main-home h2 {
	font-family: Helvetica, "Thesis Sans", "Myriad Pro", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -2px;
	line-height: 25px;
	font-size: 36px;
	margin-bottom: 25px;
}
#main-content h3, #main-archive h3, #main-links h3, #main-contact h3, #main-search h3, #main-single h3, #main-page h3, #main-home h3 {
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 15px;
	line-height: 14px;
}
#main-content ul, #main-archive ul, #main-links ul, #main-contact ul, #main-search ul, #main-single ul, #main-page ul, #main-home ul {
	margin: 0 0 15px 0;
	padding: 0;
}
#main-content ul li {
}
#main-content table tr td ul li {
}
#main-related {
}
#main-aside {
}
#main-related .widget {
	margin-bottom: 2.5em;
}
#main-related .widget h3, .entry h3 {
}
#main-related .widget ul {
}
#main-related .widget ul li {
}
/**************************************/
/*** Post ***/
/**************************************/
div.post {
	margin: 0;
	padding: 0;
}
div.post img.thumbnail {
	float:left;
	margin: 0 1em 0.5em 0;
}
.postmetadata {
}
/**************************************/
/*** Secondary ***/
/**************************************/
#secondary-content .widget h3 {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
}
#secondary-content .widget ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
#secondary-content .widget ul li {
	margin: 0;
	padding: 0;
}
/**************************************/
/*** Comments ***/
/**************************************/
ul.commentlist {
	padding: 30px 20px 0 0;
	margin: 0;
	list-style:none;
	width: 350px;
	float: left;
}
.comment-author img {
	margin: 0 15px 15px 0;
	padding: 0;
}
h3#comments {
	margin-top: 15px;
	font-weight:bold;
	letter-spacing: -2px;
}
/**************************************/
/*** Entry ***/
/**************************************/
div.entry-home, div.entry-archive, div.entry-single, div.entry-links, div.entry-page, div.entry-search {
	margin-bottom: 5px;
	width: 100%;
}

div.entry-links-category {
	width: 210px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}
div.entry-links-category a{
	font-weight: normal;
}
div.entry-inner {
	padding: 30px 20px 10px 20px;
}
div.entry-page {
	min-height: 600px;
	padding: 30px 20px;
}
div.entry-inner-1 {
	float: left;
	width: 690px;
}
div.entry-inner-2 {
	padding: 30px 20px 20px 20px;
	float: left;
	width: 240px;
}
div.entry-inner-2 p a{
	white-space:nowrap;
}
div.entry-inner-2 p.entry-inner-2-p {
}
div.entry-inner-3 {
	clear: both;
	padding: 30px 20px;
	margin-top: 15px;
}
div.entry ul {
	clear: both;
	margin: 0 0 1em 0;
	padding: 0;
}
div.entry ul li {
	margin: 0 0 0.5em 0;
	padding: 0;
	list-style: none;
}
/**************************************/
/*** Respond ***/
/**************************************/
div#respond {
	margin-top: 15px;
	margin-bottom: 25px;
}
div#respond h3 {
	margin-bottom: 15px;
	font-weight:bold;
	letter-spacing: -2px;
}
div#respond h3 span {
	font-weight: normal;
}
/**************************************/
/*** Forms ***/
/**************************************/
div#usermessagea {
	padding: 15px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 30px;
}
div.cf_info {
	display:none;
}
p.cf-sb {
	margin-bottom: 20px;
}
div.success {
	display:block;
}
div.failure {
	display:block;
}
div.waiting {
	display:block;
}
div.mailerr {
	display:block;
}
/**************************************/
/*** Pagination ***/
/**************************************/
.paginator {
	clear: both;
	margin-bottom: 5px;
	height: 110px;
	padding-left: 20px;
	padding-right: 20px;
}
.paginator table {
	border-collapse:collapse;
	table-layout:fixed;
	margin: 30px 0 35px 0;
	padding: 0;
}
.paginator table td {
	padding:0;
	margin: 0;
	white-space:nowrap;
	text-align:left;
}
.paginator span {
	display:block;
	padding: 0;
	margin: 0;
	font-weight: bold;
}
.paginator span strong, .paginator span a {
	padding:5px 16px;
}
.paginator span strong {
	font-style:normal;
	font-weight:normal;
}
.paginator .scroll_bar {
	width:100%;
	height:10px;
	position:relative;
}
.paginator .scroll_trough {
	width:100%;
	height:20px;
	overflow:hidden;
}
.paginator .scroll_thumb {
	position:absolute;
	z-index:2;
	width:0;
	height:10px;
	top:10px;
	left:0;
	font-size:1px;
	cursor: pointer;
}
.paginator .scroll_thumb:hover {
}
.paginator .scroll_knob {
	position:absolute;
	top:0;
	left:50%;
	margin-left:-10px;
	width:8px;
	height:7px;
	overflow:hidden;
	background:url(images/slider_knob.gif) no-repeat 50% 50%;
	cursor:pointer;
}
.paginator .current_page_mark {
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	width:0;
	height:10px;
	overflow:hidden;
}
.fullsize .scroll_thumb {
	display:none;
}
.paginator_pages {
	width:100%;
	text-align:right;
	font-size:0.8em;
	margin-top:-10px;
}
/***************************************************/
/*** Pixel Sitemap ***/
/***************************************************/
.pixel-sitemap {
	margin:0 auto;
	padding: 5px 20px 29px 0;
}
.pixel-sitemap a, .pixel-sitemap a:hover, .pixel-sitemap a:link, .pixel-sitemap a:visited {
	text-decoration:none;
	background:none;
}
a.pixel-sitemap-link, img.pixel-sitemap-px {
	margin:0;
	padding:0;
}
a.pixel-sitemap-link {
	width:5%;
	height:12px;
	float:left;
}
img.pixel-sitemap-px {
	width:90%;
	height:10px;
}
/**************************************/
/*** Footer ***/
/**************************************/
#footer {
	margin-bottom: 5px;
	padding-bottom: 15px;
	padding-top: 10px;
	clear:both;
	display:block;
}
#footer hr {
	margin:0 0 20px;
}
#footer ul li {
	margin-bottom: 10px;
}
#footer-content .widget {
	padding-top: 1em;
}
#footer-related .widget {
	padding-top: 1em;
}
#footer-aside {
}
div.footer-inner-1 {
	float: left;
	width: 670px;
	padding-left: 20px;
	padding-top: 20px;
}
div.footer-inner-2 {
	float: left;
	width: 240px;
	padding-top: 20px;
	padding-left: 20px;
}
div#footer h3 {
	margin-bottom: 0;
	margin-top: 15px;
	font-weight:bold;
	letter-spacing: -2px;
}
div#footer h2 {
	font-family: Helvetica, "Thesis Sans", "Myriad Pro", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -2px;
	margin-bottom: 15px;
	line-height: 18px;
}
/**************************************/
/*** Misc ***/
/**************************************/
.alignleft {
	float: left;
	margin-right: 20px;
}
.alignright {
	float: right;
	margin-left: 20px;
}
.alignleft, .alignright {
	margin-bottom: 20px;
}
.small {
	font-size: .9em;
}
div.small {
	margin-left: 20px;
}
img.size-medium {
	margin-bottom: 1em;
}
.attachment-post-thumbnail {
	float: left;
}
.avatar {
	float: left;
}
.linklove, .cf_hidden {
	display: none;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}  /* for IE/Mac */
.aktt_tweets{
	
}
.aktt_tweets ul{
	margin-left: 0;
	margin-right: 0;
}
.aktt_tweets ul li{
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.aktt_tweets ul li.aktt_more_updates{
}
/***************************************************/
/*** Start of Colours ***/
/***************************************************/
body, h1, h2, h3, h4, h5, h6 {
	color:#e3423b;
}
body, .paginator span strong, .paginator .current_page_mark, input#submit, input#sendbutton, input#submit:hover, input#sendbutton:hover {
	background-color:#e3423b;
}
input[type=text], input.text, input.title, textarea, select {
	border:5px solid #e3423b;
}
.aktt_tweets li{
	border-bottom: 1px solid #333333;
}
.aktt_tweets .aktt_more_updates{
}
hr {
	background:#e3423b none repeat scroll 0 0;
}
small span {
	border-bottom: 1px solid #e3423b;
}
#header, #footer, div.entry, div.entry-home, div.entry-links, div.entry-archive, div.entry-single, div.entry-search, div.entry-page, .navigation, div.entry-inner-1, div#respond, div.breadcrumb, .paginator {
	background-color:#1d011d;
}
fieldset ol li input.cf_error, .paginator span a:hover, .paginator .scroll_thumb:hover, img.pixel-sitemap-px {
	background-color:#fe5e15;
}
a, div#footer span, legend {
	color: #fe5e15;
}
input#submit, input#sendbutton {
	border:5px solid #fe5e15;
}
fieldset ol li input.cf_error {
	color: #000000;
}
.paginator span a, .paginator .scroll_trough {
	background-color: #000000;
}
input {
	border: 1px solid #000000;
}
input[type=text], input.text, input.title, textarea, select, #footer hr {
	background-color: #333333;
}
.avatar {
	border: 5px solid #333333;
}
input[type=text], input.text, input.title, textarea, select, div#footer h3 {
	color:#cccccc;
}
.post img.thumbnail, #footer-content .widget, #footer-related .widget, #main-content table tr td ul li, #secondary-content .widget h3, #main-related .widget ul li {
	border-top: 1px solid #cccccc;
}
a:hover, a:focus, #header-aside span a:hover, #main-content h3, #main-archive h3, hr, input#submit, input#sendbutton, .paginator span {
	color: #ffffff;
}
#footer-container, img.pixel-sitemap-px:hover {
	background-color: #ffffff;
}
input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus, input[type=text]:hover, input.text:hover, input.title:hover, textarea:hover, select:hover {
	border-color:#ffffff;
}
input#submit:hover, input#sendbutton:hover, div#respond-outer, fieldset, div#usermessagea {
	border: 5px solid #ffffff;
}
div.entry table tbody tr th, div.entry table.content-ad, div.entry table.content-ad tbody tr td {
	border: 1px solid #ffffff;
}
#header-logo h1, #main-content h2, #main-archive h2 {
	color: #644c4c;
}
#header-aside span a {
	color: #999999;
}
div#footer h2 {
	color: #644c4c;
}
.error {
	background-color:#FBE3E4;
}
.error, .error a {
	color:#8a1f11;
}
.notice {
	background-color:#FFF6BF;
}
.success, .success a {
	background-color:#E6EFC2;
}
.notice, .notice a {
	color:#514721;
}
.success, .success a {
	color:#264409;
}
.paginator .scroll_thumb {
	background-color:#3f273f;
}
.paginator_pages {
	color:#808080;
}
/***************************************************/
/*** Thank you and goodnight ***/
/***************************************************/ 