/*   
Theme Name: Integral
Theme URI: 
Description: Integral is a childthemem of Thematic by Ian Stewart
Author: Windesheim Design
Author URI: http://www.windesheimdesign.com
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

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

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

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

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

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

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

/* iPad [portrait + landscape] */

* {
	padding:0;
	margin:0;
}
html, body {
	text-align: center;
}
body {
	min-width:1042px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}
#branding {
	width:1042px;
	margin:-25px auto 25px;
	padding:  0;
	text-align:left;
}
p {
	font-size:13px;
	text-align:left;
}
h1, h2, h3, h4, h5, h6, h7 {
	text-align:left;
}
img {
	display:block;
}
table {
	border: none;
}
form {
	padding-left: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
form textarea {
	width: 500px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.clear {
	clear: both;
}
.small {
	font-size:12px;
	display: inline-block;
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 20px;
	padding-bottom:15px;
}
.home-title {
	color:#e3efa4;
	font-size:60px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
	letter-spacing:-3px;
	width:700px;
	float:right;
	margin-top:-75px;
}
#blog-title a {
	background:url(images/INTlogo.png) no-repeat;
	display:block;
	text-indent:-9000px;
	width: 228px;
	height: 92px;
	z-index: 200;
	margin-top: 10px;
}
#blog-title a:active, #blog-title a:hover {
	color: #ff4b33;
}
#blog-description {
	display:none
}
#header {
	z-index:100
	width:1042px;
	margin:0 auto 0;

}
/* =Menu
-------------------------------------------------------------- */
#access {
	border:0;
	background:#333333;
	z-index: 1000;
	text-align:left;
}
#access ul {
	float:right;
	color:#ffffff;
	text-transform: uppercase;
	font-size: 11px;
}
.menu {
	width:1060px;
	margin:0 auto;
}
.skip-link {
	display:none;
}
/*** THEMATIC SKIN ***/
.sf-menu {
	float:left;
	border:0;
	color: #FFFFFF;
}
.sf-menu a {
	padding:9px 13px;
	text-decoration:none;
	background-color:#333333;
	color: #FFFFFF;
}
/*active pagelink-------------------------------------------------------------- */
.sf-menu .current_page_item a, .sf-menu .current_page_ancestor a, .sf-menu .current_page_parent a {
	border:0;
	color:#ffffff;
}
.sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
	border:0;
	color: #FFFFFF;

}
.sf-menu li {
}
.sf-menu li li {
}
.sf-menu li li li {
}
/*hover states-------------------------------------------------------------- */
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	border:0;
	background-color:#191919;
}
.sf-menu ul {
	border:0;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	top:32px; 
	
/* overriding essential styles -------------------------------------------------------------- */
}
.sf-menu ul ul {
	margin-top:0;
}
.sf-menu ul a {
	background-image:url(images/accessBKG75p.png);
	border-bottom:none;
}
.sf-menu ul a:active {
	color: #666666;
}
.sf-menu ul a:hover {
	color: #93d5d6;
}
/*search-------------------------------------------------------------- */


#searchContainer {
margin-top: -100px;
padding-left: 650px;
float:right;
}

#search-align {

}
body, input, textarea 

{

font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-size-adjust: none;
font-stretch: normal;
-x-system-font: none;
line-height: 22px;

}
input#s {
	background:#fff;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	color:#333333;
	font-size:9px;
	float: left;
	width: 200px;
	margin: 55px 2px 0 110px;
	padding: 2px 2px 2px 2px;
	z-index:505;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
input#s:focus {
	background:#fff;
}
input#searchsubmit {
	background:#fff;
	color:#333;
	float:left;
	margin: 57px 10px 0 -270px;
	padding-top: 1px;
	z-index:506;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: #FFFFFF;
}
input#searchsubmit:hover {
	cursor:pointer;
}


/* page styles -------------------------------------------------------------- */
/* floating text box on homepage -------------------------------------------------------------- */
#primary-home {
	color:#FFFFFF;
	width: 1042px;
	background-image: url(images/accessBKG75p.png);
	background-repeat:repeat;
	margin-top: -200px;
	min-height: 175px;
	z-index:500;
	position: relative;
}

#primary-home-c1 {
	float:left;
	color:#FFFFFF;
	width: 300px;
	padding: 0px 20px 5px 20px;
	font-size: 12px;
	display:block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	z-index:501;
}
#primary-home-c2 {
	float:right;
	width: 650px;
	padding: 5px 10px 5px 40px;
	display:block;
	z-index:502;
}
.home-news-titles {
	font-size:11px;
	line-height: 14px;
	font-weight: bold;
	color:#CC3300;
}
#primary-home h1 {
	font-size: 12px;
}
#primary-home p {
	font-size:10px;
	line-height: 14px;
	padding-top: 10px;
	margin-bottom:10px;
}
#primary-home h3 a:link, #primary-home h3 a:active, #primary-home h3 a:visited {
	color:#D4EC9B
}
#primary-home a:hover {
	color:#EB3003
}
#primary-home h3 {
	font-size:16px;
	line-height: 24px;
	color: #ff4b33;
	font-weight:normal;
	padding-bottom: 10px;
	padding-top: 7px;
}

#page_title {
	margin:auto;
	color:#CC3300;
}
#photoTopContainer {
	width:1042px;
	height:320px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 75px;
	margin-left: 0;
}
#photoTopContainer h2 {
	display:none;
}
#container {
	width:750px;
	margin:0px;
	float:left;
}
#container-full {
	width:1042px;
	float:left;
}
#container-home {
	margin-top:-20px;
	width:1042px;
	height: 729px;
	z-index:0;
}
#content {
	margin:0;
	width:785px;
}
#content-single {
	margin:0;
	width:785px;
}
#content-single p {
	padding-top:20px;
	padding-right:5px;
	margin-bottom: 0px;
}
#content-full {
	margin:0;
	width:1060px;
}
#content-contact {
	margin:0;
	width:1042px;
}
/* four column layout no photos -------------------------------------------------------------- */
div#column_01 {
	float: left;
	clear: none;
	width: 245px;
	margin-right:20px;
}
div#column_02 {
	float: left;
	clear: none;
	width: 245px;
	margin-right:20px;
}
div#column_03 {
	float: left;
	clear: none;
	width: 245px;
	margin-right:20px;
}
div#column_04 {
	float: right;
	clear: none;
	width: 245px;
	margin-right:20px;
}
#award-content img {
	float:right;
}
#award-content {
	padding-right: 50px;
}
#image-not img {
	display:none;
}
.hentry {
	margin-left:0;
	padding-bottom:0;
}
.entry-title-page {
	font-size: 18px;
	margin-bottom:0px;
	color:#CC3300;
}
.entry-utility {
	display:none;
}
.entry-title {
	font-size: 18px;
	text-align: left;
	margin-bottom:0px;
	color:#CC3300;
}
.entry-title h4 {
	font-size: 13px;
	font-weight:bold;
	margin-bottom:0px;
	color:#CC3300;
	padding-right:50px;
}
#no-title h1 {
	color:#FFFFFF;
}
.entry-title-column {
	font-size: 11px;
	text-transform: uppercase;
	font-weight:bold;
	margin: 0;
	padding:0;
	color:#CC3300;
}
.entry-subtitle-column {
	font-size: 11px;
	line-height: 14px;
	font-weight:bold;
	padding-top: 10px;
	margin: 0;
}
.entry-content {
	padding:0 50px 20px 0;
}
.entry-content img {
	clear:both;
	padding-top:10px;
}
.entry-content-column p {
	font-size:11px;
	margin: 0;
	margin:0 0 10px 0;
	line-height:18px;
}
.entry-content ul {
	font-size: 12px;
	padding-left: 25px;
}
.entry-content h2 {
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 0 0 2px 0;
	line-height: 16px;
	width: 400px;
	clear:none;
}
.post-list h2 {
	font-size: 12px;
	line-height: 16px;
	width:600px;
	text-transform: uppercase;
	font-weight:bold;
	margin: 0;
	padding-bottom: 5px;
	color:#171717;
}
.post-list {
	font-size: 11px;
	line-height: 14px;
	width:500px;
	color:#171717;
	padding-bottom:10px;
}
#main {
	width:1042px;
	margin:35px auto;
	padding: 0 0 25px 0;
	text-align:left;
}
.main-aside {
	width:250px;
	float:left;
	background-color: #f1f2f2;
	border:0;
	list-style-image: none;
	list-style-type: none;
	margin-top:0;
	color:#171717;
}
.main-aside h2 {
	padding: 10px 5px 10px 20px;
}
.main-aside h3 {
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	font-style: normal;
	padding: 0 0 10px 10px;
}
.main-aside p {
	padding: 3px 10px 3px 10px;
	font-size:11px;
}
.main-aside ul {
	padding:0px 10px 20px 0px;
	text-decoration:none;
	list-style-type: none;
	font-size: 13px;
	line-height:16px;
	padding-bottom: 5px;
}
.main-aside ul a {
	text-decoration:none;
	color:#666666;
	list-style-type: none;
	list-style-image: none;
}
.main-aside ul a:hover {
	color:#DA3501
}
.main-aside li a {
	color:#171717;
	font-size:11px;
	list-style-type: none;
	list-style-image: none;
	padding-left:0px;
	padding-top:5px;
}
.aside h3 {
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	font-style: normal;
}
.aside ul ul li {
	padding-top: 1px;
	padding-right: 0pt;
	padding-bottom: 7px;
	padding-left: 0pt;
	list-style:none;
	line-height: 13px;
	font-weight:normal;
}
.aside img {
	padding-right:5px;
	display:inline;
}
#primary {
	border:0;
	float: right;
	color:#171717;
	margin-top:0;
	width: 250px;
	text-align: left;
}

.nav-next {
	float: left;
	width: 45%;
	text-align:left;
	font-size:14px;
	color:#000000;
}
.nav-previous {
	float: right;
	text-align: right;
	padding-right: 20px;
	width: 50%;
	font-size:14px;
	color:#000000;
}
#nav-previous {
	float:right;
}
#footer {
	clear:both;
	text-align:left;
}
#subsidiary {
	width:940px;
	margin:0 auto;
	overflow:hidden;
}
#subsidiary .aside {
	width:300px;
	float:left;
	margin:0 20px 0 0;
}
#subsidiary #third {
	margin:0;
}
#siteinfo {
	clear:both;
	width:1042px;
	margin:0 auto;
}
#siteinfo p {
	font-size:9px;
}
.floatRight {
	float:right;
}
.floatLeft {
	float: left;
}
#content .aside {
	border:0;
}
#content .aside ul {
	padding-left: 0px;
}
.post-date {
	font-size:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#thumbnail-wrap {
	clear:both;
}
.section-thumb {
	float:left;
	margin: 0 7px 7px 0;
	display: inline-block;
}
.section-thumb-project {
	float:left;
	display: inline;
}
.section-title {
	color:#fff;
	display:block;
	background:#333333;
	font-size: 10px;
	text-align:left;
	padding-left: 5px;
}
.section-title-main {
	color:#fff;
	display:block;
	padding-left: 10px;
	background:#333333;
	font-size: 11px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}
.section-thumb-project .thumbcaption {
	display:none;
}
#thumbnail-project .captitle {
	display:none;
}
.captitle {
	width: 240px;
	color:#FFFFFF;
	display:block;
	padding: 5px;
	background:#333333;
	text-align:left;
}
#sub-page-text {
}
#sub-page-text .entry-title {
	color:#FFFFFF;
	clear: both;
}
th, td {
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	vertical-align: top;
	border:none;
}
.withArrows a.open:hover {
	background-image: none;
}
.myGallery, #myGallerySet, #flickrGallery {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#shShutter *, #shDisplay * 

{

padding-top: 7px;

padding-right: 0pt;

padding-bottom: 7px;

padding-left: 0pt;

margin-top: 0pt;

margin-right: 0pt;

margin-bottom: 0pt;

margin-left: 0pt;

}
<!--single navigation-------------------------------------------------------------- */ 
.navigation {
 color: #666666;
 font-size: 13px;
 line-height: 18px;
 margin-top: 0px;
 margin-right: 0pt;
 margin-bottom: 22px;
 margin-left: 0pt;
 overflow-x: hidden;
 overflow-y: hidden;
}
#nav-above, #nav-below {
	width: 97%;
}
.navigation a {
	color:#006699;
	font-style: italic;
	font-size:12px;
	text-decoration: none;
}
.navigation a:active, .navigation a:hover {
	color: #ff4b33;
}
/*form checkbox-------------------------------------------------------------- */
span.wpcf7-list-item {
	margin-left: 0.5em;
	display:table-row;
}
/* Stylesheet for the Meteor Slides slideshow on the HOME PAGE-------------------------------------------------------------- */

.ngg-galleryoverview 

{

overflow-x: hidden;

overflow-y: hidden;

margin-top: 10px;

width: 300px;

clear: both;

float: right;

}
.ngg-gallery-thumbnail-box

{

float: right;

}
.entry-content .ngg-gallery-thumbnail img {
    height:auto;
    margin: 0 0 18px 0;
    max-width:none;
}
.ngg-navigation 

{

display:none;
}
.ngg-navigation a.page-numbers:hover, .ngg-navigation a.next:hover, .ngg-navigation a.prev:hover, .ngg-navigation span.page-numbers:hover, .ngg-navigation span.next:hover, .ngg-navigation span.prev:hover (line 193)

{

display:none;

}

#socialnetwork {
	padding-top: 6px;
	display: block;
	}

#socialnetwork a {
	margin-right: 4px;
	float: left;
	
}
