/*
THEME NAME: Thematic
THEME URI: http://themeshaper.com/thematic/
DESCRIPTION: The ultimate in SEO-ready themes, Thematic is a highly extensible, WordPress Theme Framework featuring 13 widget-ready areas, drop-down menus, grid-based layout samples, plugin integration, shortcodes for your footer, &amp; a whole lot more. Perfect for any blog and <strong><em>the</em></strong> starting point for theme development.
VERSION: 0.9.6.2
AUTHOR: Ian Stewart
AUTHOR URI: http://themeshaper.com/
TAGS: white, three-columns, two-columns, fixed-width, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, microformats
.
The Thematic Theme is copyright Ian Stewart http://themeshaper.com/
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset browser defaults */
@import url('library/styles/reset.css');

/* Apply basic typography styles */
@import url('library/styles/typography.css');

/* Apply a basic layout */
@import url('library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('library/styles/images.css');

/* Apply default theme styles and colors */
@import url('library/styles/default.css');

/* Prepare theme for plugins */
@import url('library/styles/plugins.css');

/* -------------------------------------------------------------- 
   
   Default styles for Images
   
   I've duplicated these styles here from images.css in
   order to get Thematic through the auto-checker at the
   official WordPress Themes directory.
   
   When the directory can hunt though css files linked
   through @import the styles below will no longer be
   neccesary and will be removed.
   
   Cheers. --Ian Stewart
  
-------------------------------------------------------------- */   
/*Tim's IPC changes start*/

a:link {
text-decoration: underline;
}


#blog-title {
vertical-align: bottom;
}

#blog-title a {
color: white;
hover: white;
visited: white;
}

#main {
padding-top: 10px;
width: 940px;
}

h1, h2 {
color: #586592;
}

h4 {
clear: none;
}

p {
margin-bottom: 20px;
}

.entry-title a {
color: #586592;
font-size: 18px;
}

.entry-title {
color: #586592;
font-size: 18px;
}

.entry-content {
font-size: 14px;
padding-top: 0px;
}


#main {
color: #666666;
}


#footer {
background-color: #dedede;
color: #586592;
}

.aside {
width: 280px;
background-color: #dedede;
color: #586592;
font-size: 14px;

}

.aside a {
color: #586592;
font-size: 14px;
text-decoration: none;
}

.aside a:visited {
color: #586592;
}

.aside a:hover {
color: black;
}

.aside a:active {
color: black;
}

.aside .current_page_item a {
color: black;
}

.aside .current_page_item a:visited {
color: black;
}

.aside .current_page_item a:hover {
color: black;
}

.aside .current_page_item .page_item a{
color:#586592;
}

.aside .current_page_item .page_item a:hover, .aside .current_page_item .page_item a:active {
color: black;
}


.aside h3 {
font-style: normal;
color: #586592;
}

.s {
size: 12;
}

/* IPC Windfarm Header */
/*
#header {
background: url(https://support.planningportal.gov.uk/ipctest/wp-content/uploads/2009/08/headerfarm2.jpg);
background-repeat: no-repeat;
background-color: black;
}
#access {
border-color: black;
}

*/

.header-post{
	list-style-type: none;
	margin: 0;
}

.header-post li{
	margin:0 0 10px 0;
	border: 1px solid rgb(204, 204, 204);;
	padding: 20px;
}



/*Tim's IPC changes end*/

/* 14aug2010 cje project stage template stuff */

#main input, #main textarea, #main select {
	background: white;
	color: #666;
}

#main input {
	margin: 5px 3px;
}

.sf-menu ul {
	opacity: 0.95;
	border-left: 1px solid white;
//	-moz-box-shadow: 3px 2px 16px #333;
//	box-shadow: 3px 2px 16px #333;
}

.sf-menu ul ul {
	opacity: 1;
}

.ipcglossterm {
	font-style: italic;
}

.ipcglossterm a {
	text-decoration: none;
}

h5 {
	font-style: italic;
}

#main .ipc-form textarea, #main .ipc-form select {
	width: 600px;
	margin: 5px 0px;
}

#main .ipc-form input:focus, #main .ipc-form textarea:focus, #main .ipc-form select:focus {
	background: #eef;
	color: #666;
}

legend, fieldset, .inabox, .ipcInfoField, #main input, #main textarea, #main select {
	border: 1px solid #ccc;
}

fieldset {
	background: #eee;
	margin: 5px 0px;
	padding: 5px 10px;
}

legend {
	size: 1.5em;
	font-weight: bold;
	background: white;
	padding: 0 12px;
	border-radius: 12px;
}

.ipcformmagic {
	display: table;
	width: 100%;
}

.ipcformmagic label, .ipcformmagic input {
	display: table-cell;
}

.ipcformmagic label {
	padding-right: 5px;
	vertical-align: middle;
	width: 1px;
}

#main .ipcformmagic input {
	float: right;
	margin: 5px 0;
	width: 100%;
}

#main input.ipcsubmit {
	margin: 1em auto;
	display: block;
	width: 250px;
}

a:link {
	color: #586592;
}

a:visited {
	color: #555;
}

a:hover {
	color: #45b;
}

a:active {
	color: #34d;
}

#docs-sidebar {
	width: 280px;
	float: right;
	clear: right;
}

#ipc_repbuttons li {
	float: left;
	list-style: none;
}

ul#ipc_repbuttons {
	margin-left: 0;
}

#ipc_repbuttons h2 {
	color: white;
}

#ipc_repbuttons a {
	height: 200px;
	width: 291px;
}

.aside h3 {
	clear: none;
	overflow: hidden;
}

.aside p {
	word-wrap: break-word;
}

.aside hr {
	margin: 3px 0 16px;
	background: -moz-linear-gradient(left center, #ddd 0%, #aaa 50%, #ddd 100%);
	background: -webkit-gradient(linear, left center, right center, color-stop(0, #ddd),color-stop(0.5, #aaa),color-stop(1, #ddd));
}

.ipc_project_banner {
	background: #474d80; /* Old browsers */
	background: -moz-linear-gradient(left, #474d80 0%, #474d80 66%, #dbe1ff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#474d80), color-stop(66%,#474d80), color-stop(100%,#dbe1ff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #474d80 0%,#474d80 66%,#dbe1ff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #474d80 0%,#474d80 66%,#dbe1ff 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(left, #474d80 0%,#474d80 66%,#dbe1ff 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474d80', endColorstr='#dbe1ff',GradientType=1 ); /* IE6-9 */
	background: linear-gradient(left, #474d80 0%,#474d80 66%,#dbe1ff 100%); /* W3C */
	margin-top: -10px;
	padding: 10px;
}

#ipc_stage_display {
	background: #ccd;
	padding: 9px 2px 5px;
}

#ipc_stage_display .ipc_greybar {
	background: #666;
	position: absolute;
	left: 0pt;
	width: 700px;
	margin: 16px 115px;
}

#ipc_stage_display ol {
	margin: 0 17.5px;
	list-style-type: none;
	z-index: 40;
	position: relative;
	font-size: 80%;
}

#ipc_stage_display li {
	color: black;
	float: left;
	font-weight: bold;
	margin: 3px -10px 6px 15px;
	text-align: center;
	width: 142px;
	z-index: 40;
	position: relative;
}

.ipc_substage, .ipc_nextaction{
	display: none;
	position: relative;
	padding: 5px 13px;
}

.ipc_substage {
	width: 260px;
	border: 1px solid #77a;
}

.ipc_nextaction {
	width: 300px;
	background: white;
	border: 1px solid black;
}

ol.ipcprojecttabs, ol.ipcprojectsections {
	list-style-type: none;
	margin-left: 0;
}

ol.ipcprojecttabs {
	height: 39px;
}

.ipcprojecttabs li {
	color: black;
	float: left;
	font-weight: bold;
	margin: 9px 0 0;
}

.ipcprojecttabs a {
	padding: 12px 0 0;
	text-decoration: none;
	display: inline-block;
	height: 20px;
	line-height: 1em;
}

#ipc-project-stage-docs {
	text-align: center;
}

.stage-box img {
	float: left;
}

#ipc-project-stage-docs a.widebutton{
	width: 342px;
}

#ipc-project-stage-docs a.halfbutton{
	width: 148px;
}

#ipc-project-stage-docs a.button{
	float: left;
	padding: 10px;
	margin-left: 2px;
	background: #ccc;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	border: 2px solid #666;
	display: inline;
	text-shadow:#fff 0px 0.5px 0, #000 0 -0.5px 0;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	background: -moz-linear-gradient(center top, #ddd 5%,#777 95%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ddd),color-stop(0.95, #777));
	box-shadow: 2px 2px 3px #888;
	-moz-box-shadow: 2px 2px 3px #888;
}

#ipc-project-stage-docs a:hover.button{
	background: #dedede;
	background: -moz-linear-gradient(center top, #eee 5%,#888 95%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #eee),color-stop(0.95, #888));
	text-shadow:#fff 0px 0.75px 0, #000 0 -0.5px 0;
	box-shadow: 3px 3px 4.5px #aaa;
	-moz-box-shadow: 3px 3px 4.5px #aaa;
	margin: -1px 1px 1px 1px;
}

#ipc-project-stage-docs a:active.button{
	background: #eee;
	background: -moz-linear-gradient(center top, #999 5%,#fff 95%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #999),color-stop(0.95, #fff));
	text-shadow:#fff 0px 0.75px 0, #000 0 -0.5px 0;
	box-shadow: 1px 1px 1.5px #aaa;
	-moz-box-shadow: 1px 1px 1.5px #aaa;
	margin: 1px -1px -1px 3px;
}

.ipcdocthumb {
	box-shadow: 1px 1px 1px grey;
	-moz-box-shadow: 1px 1px 2px grey;
}

.ipcbutton {
	background: #ccc;
	background: -moz-linear-gradient(center top, #eee 5%,#aaa 95%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #eee),color-stop(0.95, #aaa));
	text-shadow:#ddd 0px 0.5px 0, #222 0 -0.5px 0;
	box-shadow: 2px 2px 3px #888;
	-moz-box-shadow: 2px 2px 3px #888;
	margin-left: 4px;
	margin-right: 5px;
	margin-bottom: 1em;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}

#docs-sidebar .ipcbutton, #ipc_repbuttons a {
	color: white;
	text-shadow:none;
	background: #a64f5e;
	background: -moz-linear-gradient(center bottom, #a64f5e 30%,#c27784 100%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0.3, #a64f5e),color-stop(1, #c27784));
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#docs-sidebar .ipcbuttonon {
	background: #474d80;
	background: -moz-linear-gradient(center bottom, #474d80 30%,#7b80a8 100%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0.3, #474d80),color-stop(1, #7b80a8));
}

.ipcbutton:hover, .ipcbutton:active {
	color: #23a;
	text-shadow:#ddd 0px 0.5px 0, #222 0 -0.5px 0, #45a 0 0 50px;
	background: #ccd;
	background: -moz-linear-gradient(center top, #eee 5%,#aab 95%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #eee),color-stop(0.95, #aab));
}

.ipcbuttonon:hover, .ipcbuttonon:active {
	color: #46c;
	text-shadow:#ddd 0px 0.5px 0, #222 0 -0.5px 0, #68e 0 0 50px;
	background: #eee;
	background: -moz-linear-gradient(center top, #eee 5%,#bbb 95%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #eee),color-stop(0.95, #bbb));
}

.ipcbuttontiny {
	width: 80px;
}

.ipcbuttonsmall {
	width: 128px;
}

.ipcbuttonbig {
	width: 330px;
}

.ipcbuttonside {
	width: 230px;
}

.ipcbutton a, a.ipcbutton {
	text-decoration: none;
}

.ipcbuttonon, .ipcbuttonon:hover, .ipcbuttonon:active {
	background: #eec;
	background: -moz-linear-gradient(center top, #ffe 5%,#cca 95%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffe),color-stop(0.95, #cca));
	box-shadow: none;
	-moz-box-shadow: none;
}

.ipcdisabled, .ipcdisabled:hover, .ipcdisabled:active {
	background: #eee;
	color: #aaa;
	text-shadow: none;
	box-shadow: 2px 2px 3px #aaa;
	-moz-box-shadow: 2px 2px 3px #aaa;
}

.ipcbuttonsub {
	text-align: center;
	margin-top: -15px;
	font-size: 90%;
	font-style: italic;
}

.ipcbuttongroup {
	background: #e8e8e8;
	font-weight: bold;
	margin: 4px 0px;
	padding: 4px 8px;
}

.ipcright {
	float: right;
}

.ipcleft {
	float: left;
}

.ipcsmall {
	padding: 2px;
}

.ipcthree {
	margin-left: 17%;
}

.ipcthin {
	padding: 2px 10px;
	width: auto;
	margin: 5px;
}

.ipcmapsub {
	float: right;
	clear: right;
	width: 242px;
	margin-left: 20px;
	background: #dedede;
	padding: 5px;
	font-weight: bold;
}

.aside .ipcmapsub {
	margin: 3px 0 0;
	padding: 0;
	width: auto;
	float: none;
}

#ipc-project-stage-docs img{
	margin: 0px;
	padding: 10px 0px;
	vertical-align: middle;
}

.doctitle{
	margin-left: 10px;
	font-size: 1.5em;
	text-align: left;
}

.docsize{
	font-style: italic;
	padding-left: 1em;
}

.ipcInfoPane{
	color: black;
	font-weight: bold;
	width: 368px;
	float: left;
	clear: left;
}

#ipc_project_activity .ipc_document_rename {
	background: #eee;
}

#ipc_project_activity .ipc_new_document {
	background: #cef;
}

#ipc_project_activity .ipc_application {
	background: #cf8;
}

#ipc_project_activity .ipc_procedural_decision_notice {
	background: #fc8;
}

#ipc_project_activity .ipc_new_project {
	background: #8cf;
}

#ipc_project_activity .ipc_project_details_update {
	background: #ee8;
}

#ipc_project_activity .ipc_activity_notice {
	background: #fcc;
	border: 1px solid #daa;
}

#ipc_project_activity .ipc_milestone {
	background: #fce;
	border: 1px solid #dac;
}

.ipcprojecttabs {
	background: #ccd;
	margin-bottom: 6px;
	padding: 0 6px;
	font-size: 80%;
}

.ipcprojecttabs div {
	display: inline;
}

.ipcprojecttabs .ipcbutton {
	width: auto;
	border-radius: 15px 15px 0px 0px;
	margin: 10px 0px 0px;
	padding: 3px 7px;
	box-shadow: 2px 2px 3px #888 inset;
	border: 1px solid black;
	border-bottom: 0;
}

.ipcprojecttabs .ipcbuttonon {
	background: white;
	box-shadow: none;
}

.ipc-form form ol {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}

.ipc-form form ol h4 {
	clear: right;
	display: inline;
}

.inabox {
	background: #dedede;
	padding: 8px;
	margin: 5px 0px;
}

.projectname {
	font-size: 1.5em;
	font-weight: bold;
}

.formhelp, .formnotice{
	background: #eed;
	background: -moz-linear-gradient(center top, #eed 5%,#ddb 95%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #eed),color-stop(0.95, #ddb));
	padding: 2.5em;
	margin: 8px 0px;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
}

.formhelp:before, .formnotice:before{
	float: left;
	font-size: 3em;
	font-weight: bold;
	font-style: normal;
	color: white;
	background: #474D80;
	background: -moz-linear-gradient(center top, #676DA0 5%,#474D80 95%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #676DA0),color-stop(0.95, #474D80));
	-moz-border-radius: 2.25em;
	-webkit-border-radius: 2.25em;
	margin-right: 8px;
	margin-left: -6px;
	text-align: center;
}

.formhelp:before{
	content: "?";
	padding: 0.25em;
}

.formnotice:before{
	content: "!";
	padding: 0.25em 0.39em;
}

.invalid, .invalid a, .invalid a:hover, .invalid a:active, .invalid a:visited{
	font-weight: bold;
	color: #A64F5E;
}

.invalid:after{
	content: "!";
	font-size: 1.5em;
	color: white;
	background: #A64F5E;
	background: -moz-linear-gradient(center top, #C66F7E 5%,#A64F5E 95%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #C66F7E),color-stop(0.95, #A64F5E));
	padding: 0em 0.43em;
	-moz-border-radius: 0.75em;
	-webkit-border-radius: 0.75em;
	margin-left: 0.5em;
	text-align: center;
}

.note{
	float: right;
}

.ipcInfoField{
	background: #dedede;
	padding: 0px 8px;
	margin: 5px 0px;
	height: 110px;
	text-shadow:#fff 0.5px 0.5px 0px;
	position: relative;
	z-index: 10;
}

.ipcInfoField h3 {
	font-style: normal;
	font-weight: bold;
	font-size: 1.2em;
}

.ipcFieldLeft{
	float: left;
	text-align: left;
	width: 162px;
}

.ipcFieldRight{
	float: right;
	text-align: right;
	width: 162px;
}

.ipcFieldCentre{
	float: left;
	clear: none;
	text-align: center;
	width: 352px;
	height: 60px;
	z-index: 5;
}

#content h2{
	clear: left;
}

.redacted{
	background: black;
	margin: 0.5em;
	padding: 0 2.5em;
}

.entry-content img.redacted{
	width: 5em;
	height: 1.5em;
	margin: 0;
	padding: 0;
}

.ie6 .notipcbigquote{
	border: 1px solid white; /* un-breaks some grey border weirdness */
}

.ipcbigquote:before{
	content: "\201C ";
}

.ipcbigquote:after{
	content: " \201D";
}

.ipcbigquote:before, .ipcbigquote:after{
	font-size: 3em;
}

.ipcformshow {
	border: 2px solid #ccc;
	-moz-border-radius: 0.75em;
	-webkit-border-radius: 0.75em;
	padding: 1em;
	margin-top: 0.5em;
}

.ipcformhead {
	background: #ccc;
	margin: -1em -1em 1em;
	padding-left: 1em;
}

/* end of ipc project stage template stuff */
/* cje 29dec2010 increase font size in menu */
.sf-menu a {
	padding: 9px 13px 8px;
}

#access {
	font-size: 15px;
}

/* cje 29dec2010 highlight selected parents in menu */
/* doesn't appear to work - in firefox at least */
.sfHover {
	background: #a46;
}

/* cje 1sep2010 IPC colours override for dataTables */
.wp-table-reloaded{
	font-size: 14px;
}

.dataTables_info, .dataTables_paginate{ margin-top: 10px;}

table.wp-table-reloaded thead tr th.sorting_asc{
        color:#FFFFFF !important;
        background-color:#474D80;
}

table.wp-table-reloaded thead tr th.sorting_desc{
        color:#FFFFFF !important;
        background-color:#474D80;
}
table.wp-table-reloaded thead tr th.sorting{
        color:#FFFFFF !important;
        background-color: #A64F5E;
}
table.wp-table-reloaded tbody tr td {
       color:#666666 !important;
}
table.wp-table-reloaded tbody tr.odd td {
        background-color:#e8e8e8;
}
/* end of dataTables IPC override */

.entry-content img {
    margin: 0 0 18px 0;
    /*max-width:100%;*/
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}

