/**** BASIC STYLES ****/
* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff url("../images/bg.png") repeat-x;
	font: 12px/18px Georgia, serif;
	color: #666; 
}
a {
	color: #ff0483;
	text-decoration:none;
}
a:hover {
	border-bottom:1px dotted;
}
a#logo:hover, ul#navigation a:hover, div.floatleft a:hover {
	border-bottom:0;
}
h1,h2,h3,p,ul,ol {
	margin-bottom: 13px;
	font-weight:normal;
}
ul,ol {
	padding-left: 15px;
}
img {
	border:0;
}
.centered {
	display:block;
	margin:auto;
	position:relative;
	left:-15px;
}

/*Colors*/
.yellow {
	color:#ffff33;
}
.pink {
	color:#ff0483;
}
.blue {
	color:#44d5b8;
}
.lightpink {
	color:#ffa2a2;
}
.grey {
	color:#999;
}

/**** LAYOUT ****/
div#wrapper {
	margin: auto;
	width: 900px;
}

/* Utility nav */
div#topbar {
	position:relative;
	top:20px;
	left:230px;
	width:300px;
	height:50px;
}
div#topbar a {
	font:9px Arial, sans-serif;
	color:#fff;
	position:relative;
	top:-5px;
	left:5px;
}
/* Left bar */
div#leftbar {
	float:left;
	margin-right:25px;
	text-align:center;
	width:195px;
}
a#logo {
	display:block;
	height:291px;
	width:195px;
	background: url("../images/logo.png") no-repeat bottom;
	text-indent:-3000px;
	margin-bottom:20px;
}
a#logo:hover {
	height:296px;
	background-position:top;
	margin-bottom:15px;
}

/**** CONTENT ****/
div#content {
	float:left;
	width:650px;
	margin-bottom:50px;
}
div#content table td {
	padding: 0 10px 10px 0;
}
div#content h1 {
	font-size: 25px;
	padding-bottom:20px;
}
div#content h2 {
	font-size:20px;
}
.floatleft {
	float:left;
	margin:0 25px 25px 0;
	font-style:italic;
}
.clear {
	clear:both;
	padding-top:20px;
	border-top:1px dotted #ccc;
}

/*Shop*/
input.addtocart {
	display:block;
	width:100px;
	height:30px;
	background:url(../images/addtocart.png) bottom;
	position:relative;
	top:20px;
	left:-10px;
}
input.addtocart:hover {
	background-position:top;
}
div.captions {
	width:350px;
	float:left;
	font-style:italic;
}
ul.thumbs {
	list-style:none;
	width:350px;
	float:left;
	padding-left:0;
}
.thumbs li {
	display:block;
	width:50px;
	height:50px;
	float:left;
	margin:10px 10px 0 0;
	padding:0;
}
.hoodie {
	background-image:url(../images/shop/cupcakehoodie_img02.jpg);
	width:350px; height:263px;
}
.newhoodie {
	background-image:url(../images/shop/new-cupcakehoodie_img01.jpg);
	width:350px; height:263px;
	margin-bottom:150px;
}
.babytee {
	background-image:url(../images/shop/cupcake_babytee_img01.jpg);
	width:300px; height:343px;
}
.brandl-tee {
	background-image:url(../images/shop/brandl-tee_img01.jpg);
	width:350px; height:263px;
}
.newbrandl-jersey {
	background-image:url(../images/shop/newbrandl-jersey_img01.jpg);
	width:350px; height:350px;
}
.brandl-jersey {
	background-image:url(../images/shop/brandl-jersey_img02.jpg);
	width:350px; height:280px;
}
.brandl-littletee {
	background-image:url(../images/shop/brandl-littletee_img01.jpg);
	width:225px; height:300px;
}

/*Bottom bar*/
div#bottombar {
	clear:left;
	font-size:10px;
	text-align:center;
	border-top:dotted 2px #ffa2a2;
	padding-top:10px;
	width:700px;
	margin:auto;
}
ul#textnav {
	list-style:none;
	margin:0;
	padding:0;
}
ul#textnav li {
	display:inline;
	padding:0 7px 0 10px;
	border-left:1px solid;
}
ul#textnav li:first-child {
	border:0;
	padding-left:0;
}
