/*
1.GENERAL
2.TEXT
3.IMAGES
4.LISTS
5.TABLES
6.LINKS
7.PAGES/SECTIONS
*/

/* -- 1.GENERAL -- */
body {
	font: 76%/1.4 Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}
	
dl, ol, p, blockquote, table, ul {
	margin: 0 0 1.5em 0;
}

/* -- 2.TEXT -- */
h1 {
	margin: 0 0 0.5em 0;
	font-size: 1.8em;
	line-height: 1.5;
	font-weight: normal;
}
h2 {
	margin: 0 0 0.5em 0;
	font-size: 1.5em;
	line-height: 1.5;
	font-weight: normal;
}
h3 {
	margin: 0 0 0.5em 0;
	font-size: 1.3em;
	line-height: 1.3;
}
h4 {
	margin: 0 0 0.25em 0;
	font-size: 1.2em;
	line-height: 1.3;
}
h5 {
	margin: 0 0 0.25em 0;
	font-size: 1.1em;
	line-height: 1.3;
}
h6 {
	margin: 0 0 0.25em 0;
	font-size: 1em;
	line-height: 1.3;
}

p {
	padding: 0;
}

blockquote {
	font-style: italic;
	padding-left: 4em;
}

pre {
	font-family: Corbel, Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 1.0em;
}

code {
	font-family: Consolas, "Bitstream Vera Sans Mono", "Courier New", Monaco, Courier, monospace;
	font-size: 1em;
	white-space: pre;
}

/* -- 3.IMAGES -- */
a img {
	border: none;
}
img.image-left {
	float: left;
	margin: 0 10px 10px 0;
}
img.image-right {
	float: right;
	margin: 0 0 10px 10px;
}

/* -- 4.LISTS -- */
ul li {
	margin: 0 0 0.25em 30px;
}
ol li {
	margin: 0 0 0.25em 30px;
}
dl dt {
	margin: 0.25em 0 0.25em 0;
	font-weight: bold;
}
dl dd {
	margin: 0 0 0 30px;
}

/* -- 5.TABLES -- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1em;
}
table caption {
	padding: 0 0 1.5em 0;
	font-weight: bold;
}
th {
	font-weight: bold;
	text-align: left;
}
td {
	border: 1px #ccc solid;
	padding: 5px;
	font-size: 1em;
}

/* -- 6.LINKS -- */
a {
	color: #66c0d9;
	text-decoration: none;
}

a:hover, a:focus {		
	color: #fff;
	text-decoration: underline;
}

/* -- 7.PAGES/SECTIONS -- */

/* - Home Page - */
.home-featured {
	background: url(/images/layout/bg/home-featured.gif) top left no-repeat;
	padding: 3px;
}
.home-featured div {
	background: #fff;
	color: #222;
	padding: 16px 18px 16px 188px;
	background-position: left top;
	background-repeat: no-repeat;
	min-height: 219px;
	height: auto !important;
	height: 219px;
}
.home-featured h2 {
	margin-bottom: 0;
}
.home-featured p {
	margin-bottom: .2em;
}
.home-featured ul li {
	margin-bottom: 0px;
}
.home-featured ul.gallery {
	margin: 0;
	padding: 0;
	list-style: none;
}
.home-featured ul.gallery li {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0;
}
#home-calendar div {
	background-image: url(/images/layout/bg/home-calclub.jpg);
}
#home-go div {
	background-image: url(/images/layout/bg/home-gogames.jpg);
}
#home-gotoys div {
	background-image: url(/images/layout/bg/home-gotoys.jpg);
}
#home-sfmbc div{
	background-image: url(/images/layout/bg/home-sfmbc.jpg);
}
#home-go, #home-gotoys, #home-sfmbc {
	display: none;
}
ul#home-logos {
	position: relative;
	margin: 0;
	height: 140px;
	list-style: none;
}
ul#home-logos li {
	position: absolute;
	top: -3px;
	text-align: center;
	margin: 0;
	padding: 0;
}
ul#home-logos li a.point {
	background: url(/images/layout/bg/home-featured-point.gif) top center no-repeat;
}
ul#home-logos li a {
	display: block;
}
ul#home-logos li#logo-calendar {
	left: 20px;
}
ul#home-logos li#logo-calendar a {
	padding: 30px 0;
}
ul#home-logos li#logo-go {
	left: 215px;
}
ul#home-logos li#logo-go a {
	padding: 25px 0;
}
ul#home-logos li#logo-gotoys {
	left: 410px;
}
ul#home-logos li#logo-gotoys a {
	padding: 20px 0;
}
ul#home-logos li#logo-sfmbc {
	left: 590px;
}
ul#home-logos li#logo-sfmbc a{
	padding: 25px 0;
}

.column-left {
	float: left;
}
.column-right {
	float: right;
}
.column-left, .column-right {
	width: 340px
}