/*******************************************************************************
*       Inspired by:                                                                       *
*  Typo Theme  :  Phokus                                                       *
*  Author      :  John Serris (a.k.a JB)                                       *
*  Web         :  http://phonophunk.com/                                       *
*  E-mail      :  phonophunk ( at ) gmail ( dot ) ( com )                      *
*  Modified    :  04-DEC-2005                                                  *
*                                                                              *
*******************************************************************************/

* {
	margin: 0;
	padding: 0;

}
html {
	padding: 10px;
}
body {
	background: #F1F3C0;
	color: #fff;
	font: 76% "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	overflow: auto;
}

/* Layout
*******************************************************************************/

#page {
	font-size: 1em;
	margin: 0 auto;
	width: 758px;
}
#header {
	background: #71a67c url(images/banner.jpg) no-repeat;
	height: 168px;
	margin: 0 4px;
	position: relative;
	width: 750px;
}
#main {
	background: #fff url(images/magesmn-bg.gif) repeat-y;
	color: #444;
	float: right;
	margin: 0 4px 0 0;
	padding: 0;
	width: 575px;
text-align:justify;
}
#sidebar {
	background: #006816 url(images/sb-bg.gif) repeat-y;
	color: #fff;
	float: left;
	font-size: .9em;
	margin: 0 0 4px 4px;
	padding: 0;
	width: 175px;

}
#footer {
	background: #71A67C;
	color: #ffffff;
	font-size: .8em;
	margin: auto;
	text-align: center;
	width: 750px;
height:20px;
line-height:20px;
clear: both;

}
#footer2 {
	color: #ffffff;
	font-size: .8em;
	margin: auto;
	text-align: center;
width: 750px;
height:20px;
line-height:20px;
clear: both;
border-width:1px;
color:#00cc00;
border-style:dotted;
}
.layout-002 #main {
	float: left;
	margin: 0 0 0 4px;
}
.layout-002 #sidebar {
	float: right;
	margin: 0 4px 4px 0;
}
.layout-002 #footer {
	float: left;
	margin: 0 0 0 4px;
}
.panel {
    width: 175px;
	padding: 0 15px 15px;
    background: transparent url(images/sb-bottom.gif) no-repeat scroll 0pt 100%;
}

.panel h3, label{
    margin: 0 0 5px -15px;
	padding: 15px 34px 0 15px;
     width: 150px;
     background: transparent url('images/sb-top.gif') no-repeat scroll 0%;
     color: #FFFFFF;
     display: block;
     font-family: "Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
     font-size: 0.8em;
     font-weight: bold;
     position: relative;
     text-transform: uppercase;
     cursor: pointer;
 }

.panelContent {
   width:170px;
}
/* General
*******************************************************************************/
img.logo1 {
margin-top:2px;
margin-left:465px;
position:relative;
 z-index:2
}

img.lagoonbeach1{
float:right;
position:relative;
margin-top:-40px; 
margin-right:-40px; 
margin-left:10px; 20px;
border-width:1px;
color:#71a67c;
border-style:solid;
}

img.lagoonbeach2{
float:right;
position:relative;
margin-top:-40px; 
margin-right:-40px; 
margin-left:10px; 20px;
}

.typo_date {
margin-left:225px;
}

li.buttongr {background-image: url(images/buttongr.gif);text-align:left;
	}
hr.menu1{width:125px;margin-bottom:10px; color:#EEFC06; }

h1,
h2 {
	color: #fff;
	font-family: "Lucida Grande", "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h3,
h4,
h5,
h6 {
	color: #777;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	margin: 1em 0;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 1em;
	font-style: italic;
}
a {
	
	color: #006816;
	text-decoration: none;
}
a:hover {
	border-bottom-color: #EEFC06;
}
h1 a,
h2 a {
	background: none;
	border: none;
	color: #fff;
	text-decoration: none;
}
h1 a:hover,
h2 a:hover {
	background: none;
	border: none;
	color: #71a67c;
	text-decoration: none;
}
img {
	border: none;
	max-width: 501px;
}
p,
ul,
ol,
dl,
pre {
	margin: 1em 0;
}
ul ul,
ol ol {
	margin: 0;
}
li {
	list-style-position: inside;
}
li li {
	margin: 0 0 0 1em;
}
 li {
	background: url(images/blt-01.gif) no-repeat 0 .2em;
	list-style: none;
	padding: 0 0 0 15px;
}
blockquote {
	background: #f5f5f5;
	border: 1px solid #eee;
	font-style: italic;
	margin: 1em;
	padding: 0 1em;
}
pre,
code {
	background: #e5f6ff;
	color: #074f88;
	font-family: Courier, monospace;
	font-size: 1em;
}
pre {
	border: 1px solid #71a67c;
	overflow: hidden;
	padding: 10px;
	width: 479px;
}
input,
textarea {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

/* Header
*******************************************************************************/

h1 {
	bottom: 50%;
	font-size: 2.8em;
	margin: 0 0 5px 40px;
	position: absolute;
}
h1.headtitle {
	bottom: 50%;
	font-size: 2.8em;
	margin-left:270px;
	position: absolute;
}
#header small {
	color: #71a67c;
	font-size: .9em;
	margin: 5px 0 0 40px;
	position: absolute;
	top: 50%;
}

/* Posts
*******************************************************************************/

.post {
	color: #444;
	padding: 0 25px 9px;
	position: relative;
	width: 501px;
}

/* mn-top.gif url(images/bckgrdbox.gif) no-repeat 0 0*/
h2 {
	background: #006816;
	font-size: 2.2em;
	margin: 0 0 0 -25px;
	padding: 15px 34px 12px 20px;
	width: 497px;
}
.auth,
.meta,
.meta.alt {
	background: #71A67C url(images/meta-top.gif) no-repeat;
	color: #ffffff;
	font-size: 80%;
	margin: 0 0 15px -25px;
	padding: 10px 10px 5px 40px;
	position: relative;
	width: 525px;

}


.copyr{
	background: #71A67C;
	color: #ffffff;
	font-size: 80%;
	margin: 0 0 -10px -25px;
	padding: 5px 5px 5px 5px;
	position: relative;
	width: 565px;

}

.meta {
	background: #71a67c url(images/meta-bottom.gif) no-repeat 0 100%;
	margin: 20px 0 -10px -25px;
	padding-bottom: 5px;
}
.toggle {
	background: url(images/sb-tog-02.gif) no-repeat 0 0;
	cursor: pointer;
	display: block;
	height: 15px;
	position: absolute;
	right: 12px;
	top: 12px;
	width: 21px;
}


/* Side Bar
*******************************************************************************/

#sidebar h3, {
	background: url(images/sb-top.gif) no-repeat;
	color: #fff;
	display: block;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 5px -15px;
	padding: 15px 34px 0 15px;
	position: relative;
	text-transform: uppercase;
	width: 150px;
}

#sidebar li {
	background: none;
	list-style: none;
	margin: 0;
	padding: 0 0 5 0;
	position: relative;
background-image: url(images/button.gif);background-repeat: no-repeat;
}
#sidebar a {
	border: none;
	color: #ddd;
}
#sidebar li a {
	display: block;
	border: none;
	width: 154px;

}
#sidebar li a:hover {
	color: #F4FD05;
}
#sidebar em {
	color: #71a67c;
	font-style: normal;	
}
#sidebar li em {
	position: absolute;
	top: 6px;
	right: 0;
}
#sidebar #flickr img {
	background: #fff;
	padding: 2px;
	border: 1px solid #555;
	vertical-align: bottom;
}
#customize,
#customize ul {
	height: 39px;
	width: 199px;
	background: url(images/cz-03.gif) no-repeat;
}
.layout-002 #customize ul {
	background: url(images/cz-03.gif) no-repeat 0 -39px;
}
#customize li {
	cursor: pointer;
	height: 39px;
	width: 199px;
	float: left;
	margin: 0;
	padding: 0;
	display: none;
}
.layout-002 #customize #layout-001-btn {
	display: block;
}
.layout-002 #customize #layout-002-btn {
	display: none;
}
#customize #layout-002-btn {
	display: block;
}
#sform {
	position: relative;
	margin: 0 0 5px 0;
}
#search_spinner {
	background: url(images/spinner.gif) no-repeat 50% 50%;
	height: 16px;
	width: 16px;
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 0;
	right: 0;
}
#q {
	border: none;
	margin: 5px 0 0 0;
	width: 145px;
}
#search-results h4 {
	background: #0a78cb url(images/shr-bg.gif) no-repeat;
	border: 1px;
	border-color: #5e5e5e #000 #808080 #000;
	border-style: solid none;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	margin: 10px 0 0 -11px;
	padding: 10px 10px 10px 25px;
	position: relative;
	text-transform: uppercase;
	width: 156px;
}
#search-results h4 span {
	background: url(images/sb-close.gif) no-repeat;
	cursor: pointer;
	height: 17px;
	position: absolute;
	top: 7px;
	right: 10px;
	width: 17px;
}

/* Footer
*******************************************************************************/



}
#footer p {
	background: url(images/ft-bottom.gif) no-repeat 0 100%;
	font: bold .9em/1em Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin: 0 auto;
	padding: 10px 15px 20px;
	text-transform: uppercase;
}


/* Link icons
*******************************************************************************/

.link-ico {
	border: none;
	display: inline-table;
	position: relative;
	padding: 0;
	top: 5px;
	width: 17px;
}
.link-ico span {
	background-color: #fff;
	background-repeat: no-repeat;
	display: table-cell;
	height: 1.5em;
	width: 17px;
}
#sidebar .link-ico {
	padding: 0;
	width: 19px;
}
#sidebar .link-ico span {
	background-color: transparent;
	width: 19px;
}
#commentList .author-details .link-ico span {
	background-color: #f5f5f5;
}
.meta .link-ico span {
	background-color: #71a67c;
}
.ico-feed {
	background-image: url(images/ico-feed.gif);
}
.ico-external {
	background-image: url(images/ico-external.gif);
}


/* Fixes
*******************************************************************************/

.clearfix:after {
	content: ".";
	display: block; 
	font-size: 1px;
	height: 0px;
	clear: both;
	visibility: hidden;
	overflow: scroll;
	margin: 0;
	line-height: 0px;
	padding: 0;
}


.credits {
margin-left:auto;
margin-right:auto;
margin-top:0px;
padding:5px;
border-width:1px;
color:#00cc00;
border-style:dotted;
width:750px;
font-size:5px;
}

