@charset "UTF-8";
/*
Theme Name: Creamery Simple Layout
Theme URI: http://creameryshop.com
Description: Debut theme for creameryshop.com
Version: 1.0
Author: Ben Rellick
Author URI: http://benrellick.com
*/

body {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	text-align: center;
	color: #000;
	line-height: 150%;
	}
* {
	margin: 0;
	padding: 0;
	outline: 0;
	}

/*===========================
Begin Typography and Colors
=============================*/

/* Make caption under shirt picture bold */
.storefront p, .shirt_main p {
	font-weight: bold;
	}
#help p {
	margin-bottom: 30px;
	}
/* Smaller font for shirt description */
#shirt .shirt_info {
	font-size: 12px;
	line-height: 170%;
	}
/* Sets date in blog to Arial */
h2 span.date {
	font: 16pt Arial, Helvetica, sans-serif;
	}
p {
	margin: 0 0 10px;
	}
p.caption {
	font-size: 10px;
	}
/*=================
Begin Structure
===================*/

#header {
	margin: 0 auto;
	max-width: 960px;
	min-width: 720px;
	height: 173px;
	}
#content {
	width: 680px;
	min-height: 500px;
	margin: auto;
	padding: 20px;
	text-align: left;
	}
/* Center content on shop and contact page */
#shop #content,
#contact #content {
	text-align: center;
	}
#footer {
	position: relative;
	width: 680px;
	padding: 0 20px;
	margin: 20px auto;
	text-align: left;
	}
#navigation {
	margin: auto;
	width: 720px;
	height: 100px;
	}
#spacer {
	clear: both;
	}
/* Box that shirts go in on the Shop page */
.storefront {
	float: left;
	position: relative;
	margin: 0 35px 40px;
	text-align: center;
	}
/* Left column on shirt pages */
.shirt_main {
	float: left;
	position: relative;
	width: 340px;
	text-align: center;
	}
/* Shirt thumbnail container */
.shirt_thumbs {
	float: left;
	width: 304px;
	height: 80px;
	padding: 10px 18px;
	border: #444 solid 0px;
	}
/* Shirt info on right side of page */
.shirt_info {
	float: right;
	position: relative;
	width: 300px;
	min-height: 500px;
	padding: 0 20px;
	}
	
/*===============
Begin Navigation
=================*/

/* Sets size of blocks, hides text */
.shop,
.blog,
.about,
.contact {
	display: block;
	width: 160px;
	height: 97px;
	background: no-repeat;
	text-indent: -9999px;
	margin: 0 4px;
	}
/* displays hover effect */
a.shop:hover,
a.blog:hover,
a.about:hover,
a.contact:hover {
	background-position: 0 -97px;
	border-bottom: none;
	}
/* "onpage" */
#shop a.shop,
#blog a.blog,
#about a.about,
#contact a.contact,
#shirt a.shop {
	background-position: 0 -194px;
	}
/* Sets individual class' pictures */
.shop {
	background: url(../images/shop.jpg);
	}
.blog {
	background: url(../images/blog.jpg);
	}
.about {
	background: url(../images/about.jpg);
	}
.contact {
	background: url(../images/contact.jpg);
	}
/* Back to Shop button */
.mininav {
	display: inline-block;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 90px;
	height: 45px;
	background: url(../images/back2.gif) no-repeat;
	text-indent: -9999px;
	}
/* Back to shop hover */
a.mininav:hover {
	background-position: 0 -45px;
	border-bottom: none;
	}
/* Link to portfolio site, personal logo */
.ben {
	display: inline-block;
	position: absolute;
	right: 40px;
	bottom: -10px;
	width: 75px;
	height: 42px;
	background: url(../images/benrellick3.gif) no-repeat;
	text-indent: -9999px;
	}
/* Link to portfolio site hover */
a.ben:hover {
	background-position: 0 -42px;
	border-bottom: none;
	}

/*==============
Begin Headings
===============*/

/* Sets header fonts */
h1, h2, h3 {
	font-family: "Cooper Std", Georgia, Times New Roman, Times, serif;
	}
/* Main Masthead text, floats it left */
h1 {
	font-size: 24pt;
	float: left;
	}
h2 {
	font-size: 18pt;
	line-height: 200%;
	}
h3 {
	font-size: 12pt;
	line-height: 190%;
	}
/* Gets rid of left float for h1 headings */
#content h1 {
	float: none;
	text-align: center;
	line-height: 180%;
	}
/* Sets FAQ Q's to Verdana */
#help h3 {
	font-size: 11pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
/* Aligns h2 headers on help page to center */
#help h2 {
	text-align: center;
	}

/*==============
Begin Images
================*/
img.blogpic {
	margin: 0 auto 10px;
	}
/* Gets rid of borders in Firefox */
img {
	border: 0;
	}
img.alignright {
	float: right;
	}
img.alignleft {
	float:left;
	}
img.centered {
	margin: auto;
	}
/* sets margins to pictures in Shop */
img.main {
	margin: 4px;
	}
/* Gets rid of margins for main image on Shirt page */
.shirt_main img.main {
	margin: 0;
	}
/* $20 Star positioning */
img.star {
	position: absolute;
	right: -20px;
	bottom: 5px;
	}
/* $20 Star positioning on shirt pages */
.shirt_main img.star {
	position: absolute;
	right: -3px;
	bottom: 5px;
	}
/* Thumbnails on shirt page */
.shirt_thumbs img {
	border: #ccc solid 2px;
	margin: 0 2px;
	}
/* Thumbnails on shirt page hover effect */
.shirt_thumbs a img:hover {
	border: #000 solid 2px;
	}
img.banner {
	margin: 0 0 20px;
}
/*===========
Begin Lists
===========*/

ul {
	list-style: none inside;
	}
li {
	display: inline-block;
	*display: inline;
	}
/* Adds circle to lists in content area */
#content ul {
	list-style: circle inside;
	}
#content li {
	display: list-item;
	}

/*=================
Begin Form Elements
==================*/

#contact input, textarea {
	margin: 10px 5px 40px;
	}
#shirt table {
	margin: 0 0 20px;
	}
#shirt td {
	font: 12pt Times New Roman, Times, serif;
	font-style: italic;
	padding: 2px 0;
	}
/* Styles the appearance of the [?] */
.tooltip {
	font-style: normal;
	font-weight: bold;
	color: #000;
	font-size: 12px;
	}
/* Styles the actual tooltip that appears */
.tooltip span {
	background: #c8c8c8;
	display: none;
	padding: 10px;
	z-index: 1000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/*==========
Begin Links
============*/

p a {
	outline: 0 none;
	text-decoration: none;
	border-bottom: dashed #000 1px;
	color: #000;
	font-weight: bold;
	}
p a:hover {
	color: #FFF;
	text-decoration: none;
	border-bottom: 0px;
	background: #000;
	}
/* Sets border on storefront boxes to white with black text */
a .storefront {
	border: #fff solid 4px;
	color: #000;
	}
/* Sets border on storefront boxes to black with white text and a black background */
a .storefront:hover {
	color: #fff;
	border: #000 solid 4px;
	background: #000;
	text-decoration: none;
	}
