/* 
Title:		greatpuffin.com screen styles
Author: 	gordon@slickfishstudios.com
*/

html, body, table { 
	height: 100%;
	width: 100%; 
	margin: 0; 
	padding: 0;

	font-size: small;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #656565;
}
* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}

body {
	background: #e0e9ee url(../images/great-puffin-bkg.jpg) repeat-x center top;
}


td {vertical-align: middle;}

a:link, a:hover, a:visited, a:active {
	outline: none;
}
a {
	color: #698eaf;
	text-decoration: none;
	border-bottom: 1px dotted #698eaf; 
}
a:hover {
	color: #0f5ca1;
	text-decoration: none;
	border-bottom: 1px solid #0f5ca1; 
}

h1,
#middle #middleCol b,
#middle #middleColWide b {
	color: #6088aa;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
}
#middle #middleCol b,
#middle #middleColWide b {
	font-size: 13px;
}
h2 {
	color: #536163;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-style: italic; 
	font-size: 15px;
}
.white {
	color: #fff;
}
.nada {
	margin: 0;
	padding: 0;
}
.gray {
	color: #666;
}
.blue {
	color: #5a98dd;
}
.left_side, .right_side {
	float: left;
	color: #666;
	font-size: 11px;
	line-height: normal;
	padding: 0;
	margin: 0 10px 3px 0;
}
.right_side {
	float: right;
	margin: 0 0 3px 10px;
}
/* *************** EXTRAS *************** */
.clear {
	padding: 0;
	margin: 0;
	clear: both;
	display: block;
}
hr {
	color: #ccd8df;
	background: #ccd8df;
	border: none;
	height: 1px;
	margin: 10px 25px;
}


/* *************** ALTERNATE FLASH CONTENT *************** */
#noflash {
	background: url(../images/no_flash-bkg.jpg) no-repeat left top;
	width: 900px;
	height: 500px;
	color: #fff;
}
#noflash #noflash-format {
	padding: 15px;
	text-align: center;
}

/* ***************//*************** */
/* ***************WRAPPERS*************** */
/* wrapper etc */
#wrapper { 
	margin: 0 auto;
	padding: 0;
	width: 900px;
	/*background: url(../images/shadow-full.png) no-repeat left top;*/
}
#wrapper-inner { 
	margin: 0 auto;
	width: 900px;
	border: 0;
	padding: 0;
}
/* ***************BANNER*************** */
#banner {
	width: 900px;
	height: 220px;
	background: url(../images/great-puffin-banner-bkg.jpg) no-repeat left top;
}
#banner img,
#banner a
{
	border: none;
	outline: none;
}
#banner #contact-info {
	width: 250px;
	padding-top: 12px;
	text-align: left; 
	float: right;
	color: #949494;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	line-height: 140%;
}
#banner #contact-info b,
#banner #contact-info span
{
	color: #536163;
}
#banner #contact-info a {
	color: #698eaf;
	text-decoration: none;
	border: none;
}
#banner #contact-info a:hover {
	color: #0f5ca1;
	text-decoration: underline;
	border: none;
}
/* ***************MIDDLE*************** */
#middle {
	width: 900px;
	overflow: auto;
	background: url(../images/great-puffin-middle-bkg.png) repeat-y left top;
}
/* ***************leftCol*************** */
#middle #leftCol {
	width: 225px;
	float: left; 
	margin: 0;
	padding: 0;
}
#middle #leftCol .social-header {
	padding-left: 20px;
	font-weight: normal;
	color: #945000;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
}
/* ***************SOCIAL MEDIA*************** */
#social-box {
	width: 190px;
	height: 100px;
	overflow: hidden;
	margin: 50px 0 0 17px;
	background: url(../images/social-bkg.jpg) no-repeat left top;
	font-family: Arial, Verdana, sans-serif;
}
#social-box .header {
	color: #536182;
	font-size: 11px;
	text-transform: uppercase;
	display: block;
	font-weight: bold;
	text-align: center;
	padding-top: 9px;
}

#social-box ul#social-media-list {
	margin: 8px 0 10px 17px;
	padding: 0;
	list-style-type: none;
}
#social-box ul#social-media-list li {
	padding: 0;
	margin: 5px 0;
	list-style-type: none;
	font-weight: bold;
}
#social-box ul#social-media-list li a.facebook,
#social-box ul#social-media-list li a.twitter
{
	color: #eee;
	font-size: 12px;
	background: url(../images/facebook20x20.png) no-repeat left top;
	padding: 0 0 0 26px;
	text-decoration: none;
	height: 20px;
	line-height: 20px;
	display: block;
	border: none;
}
#social-box ul#social-media-list li a.twitter
{
	background: url(../images/twitter20x20.png) no-repeat left top;
}
#social-box ul#social-media-list li a.facebook:hover,
#social-box ul#social-media-list li a.twitter:hover
{
	color: #fff;
	text-decoration: underline;
	background: url(../images/facebook20x20.png) no-repeat left top;
}
#social-box ul#social-media-list li a.twitter:hover
{
	background: url(../images/twitter20x20.png) no-repeat left top;
}


/* ***************NAV*************** */
ul#nav {
	width: 180px;
	padding: 0;
	margin: 0 0 10px 22px;
	list-style-type: none;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
}
ul#nav li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
ul#nav li a,
ul#nav li a.current
{
	display: block;
	padding: 0 10px 0 10px;
	margin: 5px 0;
	text-decoration: none;
	color: #adb5be;
	background: #fff;
	line-height: 22px;
	height: 22px;
	border-bottom: none;
}
ul#nav li a:hover {
	text-decoration: none;
	color: #6088aa;
	background: #fff;
}
ul#nav li a.current
{
	color: #6088aa;
	background: #fff url(../images/nav-bkg.png) no-repeat left top;
}
ul#nav li a.current:hover
{
	color: #27577f;
	background: #fff url(../images/nav-bkg.png) no-repeat left top;
}

/* ***************middleCol*************** */
#middle #middleCol,
#middle #middleColWide 
{
	width: 345px;
	float: left; 
	margin: 0;
	padding: 0 10px 0 0;
}
#middle #middleColWide 
{
	width: 650px;
	padding-right: 25px;
}

#middle  {
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 135%;
}

#middle ul.lefty {
	font-size: 12px;
	width: 130px;
	list-style-type: circle;
	margin: 6px 0 15px 0;
	padding: 0 10px 0 25px;
	float: left;
}	
#middle ul.lefty li {
	color: #6088aa;
	margin: 0;
	padding: 3px 0;
}	


/* ***************rightCol*************** */

#middle #rightCol {
	width: 295px;
	float: left; 
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
}
ul#testimonials {
	list-style-type: none;
	margin: 0 0 7px 6px;
	padding: 0 0 0 6px;	
	line-height: 120%;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
ul#testimonials li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.format {
	font-size: 11px;
	color: #97a0a7;
	padding: 0 10px;
	display: block;
}
.righty {
	font-size: 11px;
	color: #97a0a7;
	text-align: right;
	display: block;
	padding-top: 5px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* *************** SEARCH MAINE LISTINGS *************** */
#search-btn {
	border: none;
	outline: none;
	display: block;
	width: 350px;
	height: 40px;
	text-indent: -10000px;
	overflow: hidden;
	text-decoration: none;
	background: #fff url(../images/search-listings-btn.png) no-repeat left top;
}
#search-btn:hover {
	border: none;
	outline: none;
	text-decoration: none;
	background: #fff url(../images/search-listings-btn.png) no-repeat left -40px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* ***************//*************** */
#footer { 
	width: 900px;
	height: 30px;
	clear: both;
	font-size: .80em;
	color: #758899;
	border: 0;
	margin: 0;
	padding: 0;
	background: url(../images/great-puffin-footer-bkg.png) no-repeat left top;
}
#footleft { 
	margin: 0;
	padding: 0;
	width: 30%;
	float: left;
}
#footleft p {
	margin: 0;
	padding: 12px 0 10px 25px;
}
#footmiddle { 
	float: left;
	margin: 0;
	padding: 0;
	width: 40%;
	display: inline;
	text-align: center;
}
#footmiddle p {
	margin: 0;
	padding-top: 12px;
}
#footright { 
	margin: 0;
	padding: 0;
	width: 30%;
	float: left;
	position: relative;
	text-align: right;
}
#footright p {
	margin: 0;
	padding: 12px 25px 10px 0;
}
#footer a {
	border-bottom: none;
	color: #758899;
	text-decoration: none;
	outline: none;
}
#footer a:hover {
	border-bottom: 1px dotted #1f97ff;
	color: #264e72;
	text-decoration: none;
}