/*   
Theme Name: Earth and Sky
Theme URI: http://inversesip.com
Description: The default theme for inveresip.com
Author: Daniel Moore
Author URI: http://northhorizon.net
Version: 1.0.0
.
This theme is for INTERNAL USE ONLY. This theme is NOT for redistribution,
reuse, or to be copied in whole or part under ANY circumstances.
.
*/

@import 'css/header.css';
@import 'css/footer.css';
@import 'css/sidebar.css';

@import 'css/home.css';
@import 'css/links.css';
@import 'css/contactform.css';
@import 'css/portfolio.css';

h1 {
	color: #503B25; 
	font: 17pt 'georgia'; 
	text-transform: lowercase;
	text-align: left;
}

h2, h2 a { 
	color: #02978b; 
	font: 11pt 'georgia';
	border: none;
}

h2 a:hover {
	background: none;
	border: none;
	text-decoration: underline;
}

h3 {
	font: bold 10pt 'georgia';
	margin: 0;
}

h5 {
	font: italic 8pt 'georgia';
	margin: 0 0 5px 0;
}

p, li, .gen {
	color: #4d4d4c;
	font: 10pt 'georgia';
}

a {
	text-decoration: none;
	color: #02978b;
	border-bottom: 1px dashed #02978b;
	cursor: pointer;
}

a:hover {
	/*
	background-color: #D5F1EE;
	*/
	border-bottom-style: solid;
}

a.nb {
	border: none;
}

a.nb:hover {
	background: none;	
}

a img {
	border: none;
}

.randomLetter {
	font-style: italic;
	font-weight: bold;
}

a.browser-nav {
	font: 9pt Georgia, Helvetica;
	color: #009999;
	background: #efe0c3;
	border: none;
	margin: 0 3px;
	padding: 3px 5px;
}

a.browser-nav:hover {
	color: #efe0c3;
	background: #009999;
}

#headlines {
	background: url('images/headline-left.png') no-repeat left center;
	padding: 0 0 0 80px;
	margin: 10px 0 25px;
}

#headlines img {
	vertical-align: middle;
}

