@import url(spot-layout.css);

/* ----- global ----------------------------------------- */
body,html,li,h1,h2,h3,h4,h5,h6,ul,ol,p,pre,form,blockquote,fieldset,input {
	margin:0; padding:0
}

body {
	background: #fff url(../Images/main_bg.gif) repeat-x;
	font: normal normal normal 0.9em/1.4em "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	color: #424240;
}

/* ----- links ------------------------------------------- */
a {
	color: #c49c34;
}

a img,
:link img,
:visited img { 
	border: none;
}

/* ----- forms fields & buttons -------------------------- */

/* ----- headings ---------------------------------------- */
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 150%;
	margin: 0;
}

/* ----- common ------------------------------------------ */
.selfClear:after {
    content: "."; 
    display: block;
   	height: 0; 
    clear: both; 
    visibility: hidden;
}

.selfClear {
	display: inline-block;
}

/* Hide from IE-mac \*/
* html .selfClear {
	height: 1%;
}

.selfClear {
	display: block;
}
/* End hide from IE-mac */

.hr {
	background: url(../Images/hr.png) no-repeat;
	width: 565px; height: 3px;
	border: 0;
	margin: 10px auto 10px auto;
}
.hr hr { display: none; }


.contentBox {
	margin: 0 0 0 32px;
}


.diaryEntryList {
	margin: 10px 32px 0 0;
}

.diaryEntryList .entry {
	margin: 0 0 20px 0;
}

.diaryEntryList .entry .entryImage {
	float: right;
	margin: 0 0 10px 10px;
}

.diaryEntryList .odd .entryImage {
	float: left;
	margin: 0 10px 10px 0;
}

.diaryEntryList .entry h3 {
	font-size: 1.5em;
	margin: 0 0 10px 0;
}

.diaryEntryList .entry .scribbles {
	display: block;
}


.friendPage #mainInfoBox {
	position: relative;
	background: url(../Images/friends_topboxbg.gif) 0 0 no-repeat;
	margin-right: 27px;
}

.friendPage #mainInfoBox .mainHeaderImg {
	position: absolute;
	top: 0; left: 0;
}

.friendPage #mainInfoBox .info {
	padding: 156px 0 0 0;
}

.friendPage #mainInfoBox p {
	line-height: 26px;
	margin-bottom: 26px;
}

.friendPage #mainInfoBox .img01 {
	float: right;
	margin: 40px 0 0 30px;
}

.friendPage #friendImageBox {
	background: url(../Images/friend_imageboxbg.gif) top center no-repeat;
	min-height: 215px;
	margin-right: 27px;
	margin-bottom: 20px;
	padding: 15px 0 0 0;
}

.friendPage #friendImageBox .leftImage {
	float: left;
}

.friendPage #friendImageBox .rightImage {
	float: right;
}

.friendPage #fpFriends {
	margin-bottom: 20px;
}

/* ---- main layout ------------------------------------ */
#container {
	width: 799px;
	margin: 38px auto 20px auto;
	position: relative;
}

#mw {
	background: url(../Images/paper_bg.gif) 174px 15px;
}

.subPage #mw {
	background-position: 174px 6px;
}

#mw2 {
	background: url(../Images/leftcol_bg.jpg) 0 85px repeat-y;
}

#mainContent {
	min-height: 750px;
}

#mainLeftCol {
	float: left;
	width: 174px;
}

#mainRightCol {
	float: left;
	width: 625px;
}

#mainLeftCol #mlw {
	background: url(../Images/leftcol_top.gif) no-repeat;
	padding: 47px 0 0 0;
}

#mainLeftCol #mainLogo {
	background: url(../Images/leftcol_sep2.jpg) 0 172px no-repeat;
	min-height: 238px;
	text-align: center;
}

#mainLeftCol #mainLogo .offLink {
	margin: 3px 0 0 0;
}

/* ---- main navitation ------------------------- */
#mainNav {
	position: absolute;
	top: 100px; right: -28px;
	z-index: 999;
}

#mainNav ul {
	list-style: none;
}

#mainNav ul li {
	margin: 0 0 50px 0;
}

/* ---- footer ---------------------------------- */
#footer {
	background: url(../Images/bg_footer.gif) no-repeat;
	padding: 62px 0 0 0;
}

#footer li img {
	vertical-align: middle;
}

#footer ul {
	text-align: center;
}

#footer li {
	display: inline;
	font: normal 0.75em Verdana, Arial, Helvetica, sans-serif;
	color: #51B848;
	border-left: 1px solid #51B848;
	padding: 0 5px 0 5px;

}

#footer .images {
	margin: 0 0 20px 0;
}

#footer .images li {
	border: none;
}

#footer .first {
	border: none !important;
}

#footer a {
	color: #51B848;
}
