/*
Theme Name: Springtides
Theme URI: http://www.springtidescorp.com
Description: A Wordpress theme for the Springtides Corporation
Version: 1.0
Author: Alex Mansfield
Author URI: http://www.alexmansfield.com/
*/

div{margin:0;}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #ffffff url(images/bg.jpg) repeat-x top left;
	color: #363636;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;	
}

#wrapper {
	text-align: left;
	width: 650px;
	margin: 0 auto;
}

a {
	color: #565656;
}

a:hover {
	color: #565656;
}


h1, h2, h3, h4 {
	font-family: Helvetica, Arial, sans-serif;
}

p {
	margin: 0;
	padding: 0;
}



/*------------- HEADER -------------*/

img {
	border: 0px;
}

#logo {
height: 50px;
width: 100%;
background: transparent url(images/springtides.jpg) no-repeat bottom center;
	padding: 70px 0 25px 0;
	_padding: 30px 0 35px 0;
}

#style {
	position: absolute;
	top: 10px;
	right: 10px;
}


h1, h1 a {
	text-decoration: none;
	color: #666666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2.0em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h1 a:hover {
	color: #444444;
}

h2{
	color: #777261;
	font-size: 2em;
	font-weight: normal;
	margin:0px;
	padding: 0 0 10px 0;
}



/*------------- NAVIGATION -------------*/


/*------------- RIGHT -------------*/

#nav {
	margin:0;
	padding: 0;
   position: absolute;
   top: 0;
   width: 650px;
}

#nav  ul {
	margin: 0px;
	padding: 0px;
}

#nav li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#nav li a {
   display:block;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #ffffff;
	float: left;
	font-size: 0.8em;
	font-weight: bold;
	height:40px;
	line-height:40px;
	text-transform: uppercase;
	padding: 0 15px;
}

#nav li a:hover {
	background: #224466;
}




/*------------- CONTENT -------------*/

#content {
	margin: 0;
	padding-bottom: 30px;	
	line-height: 21px;
}


.left {
	float: left;
}

.left img {
	width: 100px;
	width: expression(this.width > 100 ? 100: true);
	height: auto;
}

.right {
	width: 520px;
	float: right;
	line-height: 21px;
	_padding-top: 5px;
}

.pageleft {
	width: 400px;
	float: left;
	line-height: 23px;
}

.pageright {
	width: 400px;
	float: right;
	line-height: 23px;
}

.projects .post{

}

.post {
	padding: 30px 0;
	float: left;
	width: 650px;
	font-family: Georgia, Arial, 'Helvetica', sans-serif;
	
}

.post li {
	list-style: none;
}



.alignleft {
	padding: 5px 10px 5px 0;
}

.alignright  {
	padding: 5px 0 5px 10px;
}


#content h2 {
	font-size: 2.1em;
	color: #565656;
	line-height: 32px;
}

#content h2 a {
	text-decoration: none;
	color: #565656;
}

#content h2 a:hover {
	color: #000;
}



#content img {
	border: 0px solid #dadbbe;
}



.meta a, .meta {
	color: #a2987b;
	text-decoration: none;
	padding: 0 0 10px 0;
}

.meta a:hover  {
	color: #555;
	text-decoration: underline;
}


#browse {
	width: 830px;
	padding: 10px 0 20px 0;
}

div.alignleft,  div.alignright{
	display: block;
	width: 40%;
	padding: 3px 0px 3px 0px;
}

div.alignleft {
	float: left;
	text-align: left;
}

div.alignright {
	float: right;
	text-align: right;
}
div.alignleft a, div.alignright a {
	font-size: 0.8em;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	
}

div.alignleft a {
	padding: 3px 7px 3px 15px;
	background: #c0c2a4 url('images/arrow-left-off.png') top left no-repeat;
}

div.alignleft a:hover {
	background: #000000 url('images/arrow-left-on.png') top left no-repeat;
	color: #fff;
}

div.alignright a {
	padding: 3px 15px 3px 7px;
	background: #c0c2a4 url('images/arrow-right-off.png') top right no-repeat;
}

div.alignright a:hover {
	background: #000000 url('images/arrow-right-on.png') top right no-repeat;
	color: #fff;
}





/*------------- COMMENTS -------------*/

#comments , #commentform{
	width:500px;
	padding: 0;
	margin: 0;
	float: left;
	clear: both;
}

#comments h3 {
	font-size: 1.7em;
	color: #565656;	
	padding: 30px 0 10px 0;
}


div.avatar {
	width: 50px;
	float: left;
}

div.comment {
	width: 450px;
	float: left;
	padding-bottom: 40px;
}
.comment span{
	font-weight: bold;
	padding: 0;
	margin: 0;
	font-size: 1.2em;
}

ul.commentlist {
	padding: 0;
	margin: 0;
	float: left;
	
}

.commentlist li {
	padding: 10px 0 0;
	list-style: none;
}

form textarea {
	padding: 5px 0 0 0;
	width: 450px;
	padding: 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
}

form input {
	padding: 5px 5px 0 0;
	padding-left: 5px;
}



/*------------- FOOTER -------------*/

#footer {
   color: #246;
   line-height: 40px;
	text-align:center;
	background: #002244;
}


#infooter{
      margin-left: auto;
      margin-right: auto; 
   	width: 830px;
}

#infooter a{
	color: #666;
	text-decoration: none;
}

#infooter a:hover {
	color: #999;
}

#icons {
	text-transform: uppercase;
	float: right;
	font-size: 0.9em;
}

#icons a:hover {
	color: #555;
}

#icons img {
	float: left;
}




/*  
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, #wrapper {height: 100%;}

body > #wrapper {height: auto; min-height: 100%;}

#main {padding-bottom: 40px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -40px; /* negative value of footer height */
	height: 40px;
	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 */