/*
Theme Name: Two Think
Theme URI: http://twothink.com/
Description: The default WordPress theme for Twothink.com
Version: 1.0
Author: Mark Malta
Author URI: http://markmalta.com/
Tags: graphic design, web redesign, web design, print

*/

/* BEGIN 960.gs imports */
@import url("960/960.css");
@import url("960/reset.css");
@import url("960/text.css");
/* END 960.gs imports */

/* Global */

body {
	font-family: "Helvetica", "Arial", sans-serif;
	color: #5f5f5c;
	font-size: 12px;
	background: #f5f4ee url("images/backgroundPage.gif") repeat-x;
	}
	
a {
	text-decoration: none;
	color: #33a7e3;
	font-weight: bold;
	}
	
a:hover {text-decoration: underline;}

a.homeLink{
	color: #c2de53;
	}

a:hover.homeLink{
	text-decoration: none;
	}

h1 {
	font-size: 16px;
	font-weight: normal;
	}

h1.title {
	font-size: 22px;
	color: #464646;
	font-weight: normal;
	margin: 0;
	}

li.liSpace {
	margin-bottom: 15px;
}

.alignright {float: right;}

.alignleft {float: left;}

#backgroundWrapH {
	background: url("images/backgroundRepeatY.gif");
	width: 960px;
	margin: 0 auto;
	}
	
#backgroundWrap {
	background: url("images/backgroundRepeatWide.gif");
	width: 960px;
	margin: 0 auto;
	}
	
#centerColumn {
	min-height: 235px;
}

#post {
	margin-top: 15px;
	float: left;
	}
	
#content {
	margin-top: 15px;
	float: left;
	}

/* 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: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Left Column */
#leftColumn {text-align: right;}

.authorPic{
	margin-left: 30px;
	padding: 4px;
	border: solid 1px #c7c6c1;
	background: white;
	width: 100px;
	}
	
.name {
	font-size: 14px;
	margin-top: 5px;
	padding-right: 20px;
	background: url("images/author.gif") no-repeat 122px 1px;
	}

/* Date */

.date {
	width: 100px;
	margin-top: 5px;
	margin-left: 40px;
	}
	
	.day {
		font-size: 38px;
		font-weight: bold;
		margin: -7px 0 0 0;
		padding-right: 5px;
		float: left;
		}
		
	.month {
		font-size: 18px;
		font-weight: bold;
		text-transform: uppercase;
		}
		
	.year {
		font-size: 15px;
		font-weight: bold;
		margin-top: -9px;
		letter-spacing: 0.13em;
		}
	
.dateContainer {
	float: right;
	padding-left: 5px;
	border-left: solid 1px #6c6c6c;
	}
		
.comments {
	font-size: 12px;
	padding-right: 20px;
	background: url("images/comments.gif") no-repeat 122px 1px;
	}
	
/* Center Column */

#postmeta {width: 440px;}
	
.category {
	margin: 0;
	}

.postInfo {margin-bottom: 15px;}

.backToTop {margin-top: -45px;}

/* Sidebar */

#sidebar {
	width: 240px;
	float: right;
	}

#sidebar ul {
	list-style: none;
	margin: 0 1px;
	}
	
#sidebar li {
	margin: 0;
	padding: 5px;
	}

h2.widgettitle {
	font-size: 16px;
	font-weight: normal;
	margin: 5px 0;
	}
	
.widget {
	background: url("images/widgetBg.gif") repeat-x;
	background-position: bottom;
	}

/* Navigation */	
#menu {height: 58px;}

#logo a{
	display: block;
	height: 33px;
	width: 173px;
	margin-top: 11px;
	background: url("images/logo.png");
	}
	
	#logo a:hover {background-position: 0 -33px;}

.nav li{
	list-style: none;
	margin: 0;
	float: left;
	}

	#navAbout a{
		display: block;
		height: 55px;
		width: 120px;
		background: url("images/menu.png") 0 0;
		}
		
		#navAbout a:hover {background-position: 0 -55px;}
		#navAbout a:active {background-position: 0 -110px;}
		
	#navPort a{
		display: block;
		height: 55px;
		width: 120px;
		background: url("images/menu.png") -120px 0;
		}
		
		#navPort a:hover {background-position: -120px -55px;}
		#navPort a:active {background-position: -120px -110px;}
		
	#navServices a{
		display: block;
		height: 55px;
		width: 120px;
		background: url("images/menu.png") -240px 0;
		}
		
		#navServices a:hover {background-position: -240px -55px;}
		#navServices a:active {background-position: -240px -110px;}
		
	#navContact a{
		display: block;
		height: 55px;
		width: 120px;
		background: url("images/menu.png") -360px 0;
		}
		
		#navContact a:hover {background-position: -360px -55px;}
		#navContact a:active {background-position: -360px -110px;}
		
	#navPhone a{
		display: block;
		height: 55px;
		width: 220px;
		background: url("images/menu.png") -480px 0;
		cursor: default;
		}
		
		#navPhone a:hover {background-position: -480px -55px;}
		
#postnavigation {
	margin-left: 175px;
	}

/* Page Header */
.page {margin-top: 25px;}

#pageHeader {
	height: 152px;
	background: url("images/homeHeader.jpg");
	}
	
.pageTitle{
	font-size: 45px;
	color: #c2de53;
	font-weight: bold;
	margin-top: 20px
	}

.pageTitle a{
	font-size: 45px;
	color: #c2de53;
	font-weight: bold;
	margin-top: 20px
	}
	
.pageDescript {
	font-size: 45px;
	color: white;
	margin: 0;
	margin-top: -35px
	}

/* Footer */

#gridWrapper {
	height: 135px;
	background: url("images/footerRepeat.gif");
	padding-top: 15px;
	}
	
.url {
	font-size: 18px;
	font-weight: bold;
}

#footerClient p {
	text-align: right;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
}

#footerClient img {
	padding-right: 10px;
}

#socialIcons p {
	margin-top: 20px;
	margin-left: -5px;
}

#copyright p {
	padding-top: 30px;
	text-align: right;
}

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 150px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear:both;} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */