/*-------------------------------------
Name:	Messy Kid Products
URI: 	http://www.messykid.ca/
Media: 	Screen
Date: 	2 November 2008
Author:	Marco Battilana
Notes:
This file dictates the layout and design 
of the entire site. BE CAREFUL!
-----------------------------------------*/
/* Global styles
-----------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
html, body {
	color: #000;
	background: #fff url(../gfx/container-bg.gif) 0 0 repeat;
	font: 100.1%/1.25em Arial, "Lucida Sans", "Trebuchet MS", sans-serif;
}
body {
	
}
a, a:link {
	color: #333;
}
a:visited {
	color: #666;
}
a:focus {
	
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #fff;
	background: #333;
}
button {
	display: block;
}
caption {
	
}
dt {
	
}
dd {
	
}
em {
	
}
fieldset {
	padding: 10px;
}
h2, h3 {
	
}
h2 {
	
}
h3 {
	
}
hr {
	margin: 25px 0;
	border: 0;
	height: 0;
	color: #ccc;
}
img {
	border: 0;
}
label {
	display: block;
	margin: 0.5em 0 0 0;
	font-weight: bold;
	font-size: 0.9em;
}
legend {
	font-size: 0.9em;
}	
strong {
	
}
p {
	margin: 0 0 1.0em 0;
}
.skip,
.offleft {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}
/* Main Container
-----------------------------------------*/
#container {
	position: relative;
	min-width: 760px;
	width: 760px;
	color: #000;
	background: #fff;
	margin: 0 auto;
	padding: 0 5px 5px 5px;
	border-left: solid 1px #aaa;
	border-right: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
}
/* Banner
-----------------------------------------*/
#banner {
	display: block;
	float: left;
	width: 380px;
	height: 150px;
	
} 
#banner-container {
	
}

	/* Site logo
	-------------*/
#banner h1 {
	display: block;
	width: 380px;
	height: 150px;
	background: url(../gfx/header/logo.gif) 0 0 no-repeat;
}
#banner h1 a {
	
}	
	
/* Navigation
-----------------------------------------*/
#navigation {
	
}
#navigation ul {
	display: block;
	float: right;
	width: 370px;
	list-style: none;
	padding-top: 25px;
}
#navigation ul li {
	display: block;
	float: left;
	width: 90px;
	height: 51px;
	margin-left: 2px;
	margin-bottom: 5px;
}

#navigation ul li#nav-home a,
#navigation ul li#nav-products a,
#navigation ul li#nav-shop a,
#navigation ul li#nav-events a,
#navigation ul li#nav-press a,
#navigation ul li#nav-about a,
#navigation ul li#nav-contact a,
#navigation ul li#nav-blog a {
	display: block;
	width: 90px;
	height: 51px;
}
#navigation ul li#nav-home a {
	background: url(../gfx/navigation/home.gif) 0 0 no-repeat;
}
#navigation ul li#nav-home a:hover {
	background: url(../gfx/navigation/home.gif) 0 100% no-repeat;
}
#navigation ul li#nav-products a {
	background: url(../gfx/navigation/products.gif) 0 0 no-repeat;
}
#navigation ul li#nav-products a:hover {
	background: url(../gfx/navigation/products.gif) 0 100% no-repeat;
}
#navigation ul li#nav-shop a {
	background: url(../gfx/navigation/shop.gif) 0 0 no-repeat;
}
#navigation ul li#nav-shop a:hover {
	background: url(../gfx/navigation/shop.gif) 0 100% no-repeat;
}
#navigation ul li#nav-events a {
	background: url(../gfx/navigation/events.gif) 0 0 no-repeat;
}
#navigation ul li#nav-events a:hover {
	background: url(../gfx/navigation/events.gif) 0 100% no-repeat;
}
#navigation ul li#nav-press a {
	background: url(../gfx/navigation/press.gif) 0 0 no-repeat;
}
#navigation ul li#nav-press a:hover {
	background: url(../gfx/navigation/press.gif) 0 100% no-repeat;
}
#navigation ul li#nav-about a {
	background: url(../gfx/navigation/about.gif) 0 0 no-repeat;
}
#navigation ul li#nav-about a:hover {
	background: url(../gfx/navigation/about.gif) 0 100% no-repeat;
}
#navigation ul li#nav-contact a {
	background: url(../gfx/navigation/contact.gif) 0 0 no-repeat;
}
#navigation ul li#nav-contact a:hover {
	background: url(../gfx/navigation/contact.gif) 0 100% no-repeat;
}
#navigation ul li#nav-blog a {
	background: url(../gfx/navigation/blog.gif) 0 0 no-repeat;
}
#navigation ul li#nav-blog a:hover {
	background: url(../gfx/navigation/blog.gif) 0 100% no-repeat;
}




/* Content container and content related styles
-----------------------------------------*/
#content-container {
	clear: both;
	margin: 1.0em 0;
	padding: 1.0em 0;
	border-top: solid 3px #ccc;
}
#blog #content-container-maincontent {
	float: left;
	width: 100%;
}
#blog #maincontent {
	margin: 0 200px 0 0;
}
#blog #subcontent {
	float: right;
	margin: 0 0 0 -100%;
	width: 193px;
	font-size: 0.8em;
}
* html #blog #subcontent,
html #blog #subcontent
{
	margin: 0 0 0 -200px;
}

	/* Main Content
	-------------------*/
#maincontent h2 {
	background: url(../gfx/header-bg.gif) 0 50% no-repeat;
	margin: 0 0 0.5em 0;
	padding-left: 35px;
	font: bold 1.9em Georgia, "Times New Roman", serif;
}
#maincontent h3 {
	margin: 0 0 1.0em 0;
}
#maincontent ol,
#maincontent ul {
	margin: 0 0 1.0em 2.0em;
	font-size: 0.95em;
}
#maincontent p {
	font-size: 0.95em;
}
#maincontent .container-image {
	padding: 5px 0;
}

#maincontent .imagecontainer-left {
	float: left;
	padding: 5px;
	margin: 0 0.5em 0 0;
}

#maincontent .imagecontainer-right {
	float: right;
	padding: 5px;
	margin: 0 0 0 0.5em;
}
#maincontent .imagecontainer-left img,
#maincontent .imagecontainer-right img,
#maincontent .container-image img {
	border: solid 1px #ccc;
}
#blog #maincontent h3 {
	margin-bottom: 0;
	
}
#maincontent .subnote {
	margin-top: 0;
	font-size: 0.7em;
}


/* Product Page
-------------------*/

#maincontent .image-gallery {
	
}
#maincontent .image-gallery ul {
	list-style: none;
}
#maincontent .image-gallery ul li {
	display: block;
	float: left;
	width: 100px;
	height: 133px;
	margin: 2px;
	padding: 2px;
}
#maincontent .image-gallery img {
	border: solid 1px #ccc;
}

#maincontent #products-boy,
#maincontent #products-girl,
#maincontent #products-baby,
#maincontent #products-unisex {
	display: block;
	width: 350px;
	height: 102px;	
}

#maincontent #products-boy {
	background: url(../gfx/boy-products.gif) 0 0 no-repeat;
}
#maincontent #products-girl {
	background: url(../gfx/girl-products.gif) 0 0 no-repeat;
}
#maincontent #products-baby {
	background: url(../gfx/baby-products.gif) 0 0 no-repeat;
}
#maincontent #products-unisex {
	background: url(../gfx/unisex-products.gif) 0 0 no-repeat;
}

#maincontent h3 {
	font: bold 1.0em Georgia, "Times New Roman", serif;
	padding: 0.5em 0 0 0;
}

#maincontent .postmetadata {
	background: #ddd;
	border-bottom: solid 1px #999;
	font: bold 0.8em Georgia, "Times New Roman", serif;
	margin-bottom: 25px;
	padding: 1.0em 0 0 20px;
}

	/* Sub Content
	-------------------*/
#subcontent {
	border-left: solid 1px #999;
	border-bottom: solid 1px #999;
	margin: 0 0 0.5em 0;
}
#subcontent-container {
	border-bottom: solid 10px #ddd;	
	padding: 0 0 10px 10px;
}
#subcontent h3 {
	font: bold 1.0em Georgia, "Times New Roman", serif;
	padding: 1.0em 0;
}
#subcontent ul {
	margin-left: 25px;
}

/* Footer
-----------------------------------------*/
#footer {
	clear: both;
	display: block;
	height: 160px;
	color: #333;
	background: #fff url(../gfx/footer/footer-bg.gif) 0 0 no-repeat;
	font: normal 1.0em Georgia, serif;
}
#footer-container {
	color: #fff;
	text-align: right;
	padding: 25px 10px 10px 10px;
}
#footer h3 {
	font: bold 1.2em Georgia, serif;
}
#footer a, #footer a:link, #footer a:visited {
	color: #fff;
}

#ads {
	display: block;
	float: right;
	position: absolute;
	bottom: 20px;
	right: 5px;
	background: #3685bf
}

/* Hacks, Misc.
-----------------------------------------*/
* html div,
html div {
	height: 1%;
}
.clear {
	clear: both;
}
/* ERROR CHECKING
This is to determine if deprecated tags are 
used. If so, they should be replaced.
1. <font>: Shouldn't be used. CSS should 
dictate font attributes.
2. <b>: Use <strong></strong>.
3. <i>: Use <em></em>.
4. <center>: Shouldn't be used. CSS should
dictate horizontal alignment.
5. <u>: Use border-bottom or <em></em>.
-----------------------------------------*/
font, b, i, center, u {
	display: block;
	height: 1.0em;
	color: #fff;
	background: #fa8888;
	margin: 1.0em 0;
	padding: 0.5em;
	border: solid 1px #900;
	font-size: 3em;
}
