@charset "utf-8";
/*
    AUTHOR: Nicholas Rivera / 2GO Creative - nick@2gocreative.com
*/

/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */

@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('font/League_Gothic-webfont.eot');
	src: local('☺'), url('font/League_Gothic-webfont.woff') format('woff'), url('font/League_Gothic-webfont.ttf') format('truetype'), url('font/League_Gothic-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}



* { margin: 0; padding: 0; }
html { overflow-y: scroll; height: 100% }
body { font-family: Tahoma, Geneva, sans-serif; font-size:10px;  background-color: #c4e5f4;background: url("http://www.walkathome.com/images/bg_body.jpg") top repeat-y; background-attachment: fixed; color: #333;min-width: 820px;  }
ul { list-style: none inside; }
	ul li {list-style-type:disc; padding-left: 5px; margin-left: 10px; line-height:1.8em;}
p { font-size: 1.4em; margin-bottom: 1.2em; line-height:1.6em }
a { outline: none; color: #daf690; }
	a:hover {color: #9C0;}
a img { border: none; }
ul li {font-size: 1.4em;}
li {margin-bottom: 8px;}
big {color: #fff; font-size:1.2em; font-weight:bold;}

h2 {color: #ff5185; font-size:2.4em; margin-bottom: 18px; font-family: "Arial Black", Gadget, sans-serif; font-weight:normal } 
h4 {color: #fff; font-size: 1.4em; font-weight:bold; text-decoration:underline;}
/* END RESET */

/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
.transpBlack { background: url(file:///E|/wamp/www/oldanchor/css/transpBlack.png); }
.sidebarL {width: 220px; position: relative; float: left; margin-right: 20px; background:#ffedf2; padding: 20px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border: 1px solid #facbd9; margin-bottom: 20px }
.main {width: 480px; position: relative; float: left; }
/* END TOOLBOX */

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */
#container {width: 82em;  margin: 0 auto; padding-bottom: 20px;}
	#topbar {background:#08395b; color: #fff; padding: 5px 20px;}
		#topbar ul li {display: inline; list-style:none; margin:0 10px;}
		#topbar a, #topbar a:visited {color: #fff; text-decoration:none; font-weight:bold; }
		#topbar a:hover {color:#FCC; text-decoration:underline}
	#header {height: 515px; width: 820px; background:url(images/header.jpg) top no-repeat}
	/*  #menu { padding: 0 20px; text-align:center; background:url(images/menu.jpg) top; background: #86c73a; border-top:1px solid #a5e35b; border-bottom: 1px solid #5f9e14 }
		#menu ul li {display: inline; list-style:none; }
		#menu ul li a, #menu ul li a:visited {color: #fff; text-decoration:none; font-size: 3em; line-height:1.8em; margin: 0 10px; font-family: "LeagueGothicRegular"}
		#menu ul li a:hover {color: #daf690;}  */
		#main { background:#fff; }
			#homeL {width: 14em;  position: relative; float: left; text-align:right;}
				#homeL p {font-size: 1.2em; line-height: 1.4em; color: #cfd4dd}
			#homeC {width:62em; position: relative; float: left; margin: 0 30px; font-size:10px; }
			#homeR {width: 14em;  position: relative; float: right;}
				#homeR p {font-size: 1.2em; line-height: 1.4em; color: #cfd4dd}
.footer {background: url(../images/footer2.jpg) top no-repeat ;  padding: 15px 37px 0px 37px; margin: 0 auto;}

#footer{ background: #3F80C2; padding: 10px; font-size:1.2em; color: #fff; margin: 0px auto; text-align: center;}        
#footer a, #footer a:visited {color:#ffd5e2; }
#footer a:hover {color: #fff;}
/* END STRUCTURE */

/* ------------------------------------------ */
/* CLASSES */
/* ------------------------------------------ */
.clear {clear:both; visibility:hidden;}


/* END CLASSES */
