/* 
Theme Name: Vortex
Theme URL: http://www.humanengines.com
Description: A custom theme by Human Engines
Author URI: http://www.humanengines.com
*/
#vortex-splash
{
	border-bottom: #e0e0e0 1px solid; 
	background-color: #f0f0f0; 
	margin: 20px 0px 48px;
	width: 750px; 
	height: 180px; 
	border-top: #e0e0e0 1px solid;
}

#vortex_calendar
{
	width: 753px;
}

#calendar_header
{
	background-color: #00A2C6;
	width: 240px !important;
	height: 20px;
	position: relative;
	float: left;
	padding: 0px 4px 1px;
	margin: 0px 3px 1px 0px;
	color: #efefef;
	font-weight: normal;
}

#calendar_entry
{
	border-bottom: 1px solid #2b2b2b;
	background-color: transparent;
	width: 230px !important;
	height: 200px;
	position: relative;
	float: left;
	padding: 1px 3px 1px;
	margin: 0px 13px 2px 0px;
	left: 0px;
	color: #2b2b2b;
	cursor: pointer;
	z-index: 100;
}

#calendar_dead_item
{
	background-image: url('../images/calendar_bg.gif');
	background-color: #F1F1EC;
	width: 238px !important;
	height: 200px;
	position: relative;
	float: left;
	padding: 0px 4px 2px;
	margin: 0px 5px 3px 0px;
}

#calendar_item_top
{
	border-bottom: 1px solid #2b2b2b;
	border-top: 3px solid #2b2b2b;
	margin: 6px 0px 10px !important;
	padding: 3px 0px 3px;
}

#calendar_item_top h2
{
	font-size: 14px;
	color: #00A2C6;
}

#calendar_two_row
{
	background-color: #F6F6F1;
	width: 240px !important;
	height: 405px;
	position: relative;
	float: right;
	padding: 0px 4px 2px;
	margin: 0px 3px 3px 0px;
}

#vortex_phone_overlay
{
	position: absolute; 
	top: 100px; 
	left: 180px; 
	top: 0px; 
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	opacity:0.0; 
	filter: alpha(opacity=0);
	clip:rect(0,100,100,0); 
	display:none;
}

#vortex_phoneborder_overlay
{
	position: absolute; 
	top: 0px; 
	left: 0px;
	clip:rect(0,100,100,0); 
	display:none;
}




