/*
	EPIDEMIC default styles
	@author leif.hickey@gmail.com
*/

/* index.html, home.html */
body
{
	background: #010101;
	width: 100%;
	margin: 0px;
	padding: 0px
}

/* all pages contained within home.html */
body.subpage
{
	background: #EEEEEE url(../images/bg.jpg) no-repeat fixed center bottom;
	padding: 5px;
	width: 98%;
}

/* caption text for images in intro.html */
h1
{
	font-family: arial;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #2F2F2F;
	width: 100%;
	float: bottom;
	padding: 0px;	
	text-align: center
}

/* title for subpages */
h2
{
	color: #860C0C;
	font-family: verdana;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold;
	border-bottom: 1px solid #999999;
	width: auto
}

/* categories in sidebar */
h3
{ 
	padding: 3px;
	margin: 0;
	text-align: center;
	border: 1px solid #333333;
	border-left: none;
	border-top: 1px solid #333333;
	border-right: none;
	color: #750C0C;
	font-family: verdana;
	font-size: 13px;
	letter-spacing: 2px;
	font-weight: bold
}

/* large headers in price list */
h4
{
	color: #750C0C;
	width: 100%;
	font-family: verdana;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 3px;
	float: center;
}

/* big rectangle header in learn.html, locations.html, and featured artists */
h5
{
	color: #336699;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 2px;
	border: 1px solid #333333;
	background: #131313;
	padding: 2px;
	padding-left: 4px
}

h5 b
{
	color: #EFEFEF;
}

/* normal text */
p
{
	color: #202020;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	word-spacing: 2px
}

/* special eye-catching text */
strong
{
	color: #3375B8
}

/* Link definitions */
a
{
	color: #0A4582;
	text-decoration: none;
	font-weight:bold
}

a:visited
{
	color: #3375B8;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: #3375B8;
	text-decoration: underline;
	font-weight: bold;
}

a:active
{
	color: #0A4582;
	text-decoration: none;
	font-weight: bold;
}

/* defines main content in home.html */
#content
{
	min-height: 100%;
	padding: 0px;
	border-left: 1px solid #333333;
	margin: 0px 0 0 20%;
}

/* defines frame within content in home.html */
#iframe
{
	width: 100%;
	height: 583px;
	position: relative;
	padding: 0;
	margin: 0;
}

/* sidebar logo */
img.sidebar
{
	border: none;
	height: 192px;
	width: 150px;
	padding: 0;
	margin: 0;
}

/* used for locations.html and product intro pages */
img.retail
{
	border: 1px solid #333333;
	width: 300px;
	height: 150px;
}

/* clothes.html, product sample pages */
img.border
{
	width: 200px;
	height: 150px;
	border: 1px solid #2F2F2F
}

/* side menu */
#sidebar
{
	background: #EEEEEE;
	text-align: center;
	width: 20%;
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	top: 0px;
	border-bottom: 1px solid #333333;

}

#sidebar ul
{
	text-align: left;
	margin: 0;
	padding: 0;
	border-right: none;
}

/* normal text in side menu */
#sidebar li
{
	background: #EEEEEE;
	list-style: none outside;
	padding: 4px;
	margin: 0;
	font-size: 11px;
	color: #3375B8;
	font-family: helvetica;
	font-weight: bold;
}

/* link text in side menu */
#sidebar li a
{
	font-size: 11px;
	color: #114477;
	text-decoration: none;
}

/* changes color when cursor over */
#sidebar li a:hover
{
	color: #3375B8;
	text-decoration: none;
}

/* Three top pictures in intro.html */
#picturebar
{
	text-align: center;
	width: 100%;
	padding: 0;
	margin: 0;
	padding-top: 25px;
	padding-bottom: 200px;
	border: none;
}

#picturebar li
{
	width: 33%;
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;

}

/* list setup for products.html */
#pricelist
{
	text-align: left;
	width: 100%;
	padding: 0;
	border: none;
	list-style: none;
	font-size: 12px;
	color: #114477;
}

#pricelist li
{
	width: 20%;
	float: left;
	padding: 0;
	margin: 0;
	text-align: right;
}

/* list setup for locations.html and featured artist pages */
#store 
{
	width: 100%;
	height: 200px
}

#store img
{
	float: left;
	margin: 3px;
	margin-top: 0;
	margin-left: 0
}

#footer
{
	color: #333333;
	background: #010101 url(../images/footer.jpg) repeat center;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 2px;
	width: auto;
	height: 40px;
	padding: 0;
	margin: 0;
	border: 1px solid #333333;
	border-right: none;
	border-left: none;
}
