/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 12px Arial, 'Helvetica Neue', sans-serif;
}
a, a:active, a:visited {
	text-decoration:none;
	color:#000;
}
a:hover {
	color:#ec008c;
}
a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 16px;
	
}

h2 {
	font-size: 16px;
	color:#ec008c;
}

h3 {
	font-size: 14px;
	color:#ec008c;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 13px;
	color:#ec008c;
}

h6 {
	font-size: 13px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 2px;
}

@font-face {
 font-family: starrynight;
 src: url("../images/starrynight.eot") /* EOT file for IE */
}

@font-face {
    font-family: starrynight;
    src: url("../images/starrynight.ttf") format("truetype");
}
big.starry,
span.starry {font-family: starrynight, Arial, 'Helvetica Neue', sans-serif;
}
big.starry{
	font-family: starrynight, Arial, 'Helvetica Neue', sans-serif;
	color:#ec008c;
	font-size:30px;
	font-weight:normal;
	margin-bottom:5px;
	display:block;
	float:left;
}
span.starry  {
	font-size:16px;
	color:#64554e;
	line-height:10px;
	display:block;
	width:100%
}
* + html span.starry{
	line-height:16px;
}
* + html big.starry{
	margin-top:-4px
}
span.date {
	font-size:12px;
	color:#ec008c;
	display:block;
	width:100%;
	float:left;
	padding:2px 0;
}
.brown {
	color:#64554e;display:block;float:left;width:100%;}
	
.sidebar_content div h2 a, 
.sidebar_content div h2 a:active, 
.sidebar_content div h2 a:visited {
	color:#ec008c!important;
}
p.legal a {color:#ec008c}
div.product_desc p {font-size:11px!important; line-height:14px}