/*
Theme Name: Beadtini Boutique
Theme URI: http://beadtiniboutique.com
Description: The Beadtini website, designed for wordpress
Author: Will Mooney
Version: 1.0
Tags: Beadtini

No other comments.
*/
*
{
	margin: 0;
	padding: 0;
	font-family: "Garamond",Georgia, Verdana, Helvecta, "sans-serif";
}

/**
*** Eliminate image borders.
**/
img
{
	border: 0;
}

/**
*** Abbreviation styles.
**/
abbr
{
	text-decoration: none;
	border: 0;
}

/**
*** Sets the height of the page.
**/
html
{
	width: 100%;
	height: 100%;
	background-color: #CCAE63;
	color: #000;
	background-image: url('back.png');
}

/**
*** Centers the body of the page and places a border around it.
**/
body
{
	width: 85%;
	//min-height: 99%;
	height: auto;
	margin: auto;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	background: #fff url('topstripe.png') repeat-x top;
}

/**
*** Styles for the main header on the page.
**/
div#header
{
	background: transparent url('bottomstripe.png') repeat-x bottom;
	text-align: center;
	font-size: 2.5em;
	//padding-top: 1em;
	font-family: "Berlin Sans FB Demi",helvecta;
}

div#header img
{
	margin: auto;
	padding-top: 9px;
	padding-bottom: 9px;	
}

/**
*** Navigation list styles.
**/
div#sidebar
{
	width: 150px;
	height: 75px;
	position: relative;
	float: left;
	clear: left;
}

ul#navigation
{
	width: 100%;
}

ul#navigation li
{
	height: 75px;
	width: 150px;
	line-height: 2em;
	text-align: center;
	width: 100%;
	list-style-type: none;
}

ul#navigation li a
{
	display: block;
	width: 150px;
	height: 75px;
}

ul#navigation li a:hover
{
	display: block;
	width: 150px;
	height: 75px;
}

/**
*** Content div styles.
**/
div#content
{
	margin-left: 20%;
	background-color: #fff;
	min-height: 675px;
}

div#content *
{
	margin-left: 1%;
	margin-right: 1%;
}

div#content p
{
	margin-bottom: 0.5em;
	text-indent: 1em;
	font-size: 1.05em;
}

div#content p.center
{
	text-indent: 0;
	text-align: center;
}

/**
*** Content styles.
**/
h1,h2,h3
{
	font-family: "Garamond","Berlin Sans FB Demi","Trebuchet MS",helvecta;
	font-size: 2em;
	width: 80%;
	text-align: center;
	line-height: 2;
	background: #fff url('../../../images/dot.png') repeat-x bottom;
	color: #C4CE6A;
}

div#content h1, div#content h2, div#content h3
{
	margin: auto;
}

/**
*** Schedule styles.
**/
table#schedule
{
	table-layout: fixed;
	width: 100%;
	margin: auto;
	margin-top: 0.5em;
	border-collapse: collapse;
}

table#schedule caption
{
	display: none;
}

#schedule ul
{
	list-style-type: none;
}

tr th.daysOfWeek
{
	border: double 3px #ADD3C9;
	background-color: #BFD359;
	color: #BD2340;
	font-size: 1.25em;
}

th.monthAndYear
{
	font-size: 1.5em;
	color: #BD2340;
}

tr.week
{
	height: 100px;
}

td
{
	width: 14%;
	height: 12%;
	border: solid 1px #000;
}

td.day
{
	text-align: right;
	color: #BD2340;
	font-size: 1em;
}

td.ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0.8em;
}

td.nothing
{
	background-color: #999;
}

.class
{
	width: 100%;
	min-height: 150px;
	margin-top: 1em;
	border-top: solid 1px #000;
}

.product
{
	position: relative;
	float: left;
}

table#form
{
	border-collapse: collapse;
	border: 0;
	width: 60%;
	margin: auto;
}

table#form td
{
	border: 0;
	text-align: left;
	padding-bottom: 5px;
}

table#form td.label
{
	text-align: right;
}

table#form td#submit
{
	text-align: center;
}
