/*  
Theme Name: Consume v.1
Theme URI:
Description: For me
Version: 2011
Author: todd
Author URI: 


*/

html, body
{
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: 'Alex Brush', cursive;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	text-shadow: 0px 0px 1px rgba(128,128,128,0.01);
}

a:focus
{
	outline: none;
	text-decoration: none;
}

.email
{
	text-decoration: none;
	color: #666;
	font-size: 24px;
	font-weight: bold;
	padding: 20px 20px 20px 20px;
	position: relative;
	top: -140px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	float: right;
}

.email:hover
{
	color: #fff;
	background-color: #000;
	/* DROPSHADOW */
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Glow(Color=black, Strength=10)";
}

.page
{
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 1000px;
	position: relative;
	top: 20px;
}

.logo
{
	position: relative;
	margin-left: -40px;
	z-index: 101;
}

.header { }

.content
{
	position: relative;
	top: -160px;
	/* DROPSHADOW */
	-moz-box-shadow: 0px 0px 20px #000;
	-webkit-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Glow(Color=black, Strength=20)";
	background-image: url(images/main_back.png);
	width: 1000px;
	padding-bottom: 200px;
}

.main
{
	position: relative;
	top: 200px;
	border-top: 1px #666 solid;
}

.item
{
	padding: 24px;
	width: 202px;
	height: 202px;
	color: white;
	text-decoration: none;
	background-position: center center;
	background-color: #fff;
}

.title
{
	padding: 6px;
	background-color: #000;
	/* ALPHA */
	filter: alpha(opacity=40);
	opacity: .4;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	/* DROPSHADOW */
	-moz-box-shadow: 0px 0px 6px #000;
	-webkit-box-shadow: 0px 0px 6px #000;
	box-shadow: 0px 0px 6px #000;
	font-size: 14px;
	text-align: center;
	/* RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif
}

.item:hover
{
	/* DROPSHADOW */
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Glow(Color=black, Strength=10)";
	background-color: #fff;
	cursor: pointer;
	position: relative;
	z-index: 201;
}

.float-left { float: left; }
.float-right { float: right; }
.clear { clear: both; }

.tooltip
{
	display: none;
	font-size: 12px;
	padding: 4px 10px 4px 10px;
	background-color: #000;
	color: #fff;
	/* DROPSHADOW */
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #000;
	text-transform: uppercase;
	z-index: 10002;
}

.footer
{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.typekit-badge { display: none !important; }

.extra-content
{
	position: absolute;
	z-index: 1001;
	display: none;
}

.extra-content-text
{
	/* RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 20px 10px 20px 10px;
	font-size: 14px;
	background-color: #000;
	min-width: 100px;
	text-align: center;
	/* DROPSHADOW */
	-moz-box-shadow: 0px 0px 20px #000;
	-webkit-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	line-height: 24px;
	width: 250px;
	color: white;
	font-family: 'Trebuchet MS', Helvetica, sans-serif
}

.extra-content-arrow
{
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #000;
	position: relative;
	left: 120px;
}

/* **************** loading *********************** */
.loading
{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: white;
	/* ALPHA */
	filter: alpha(opacity=80);
	opacity: 0.8;
	z-index: 6001;
	background-image: url(images/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
}



