html, body							{	margin: 0; padding: 0; background: #1e2527; min-height: 100%; 
										font: normal 100% "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif; text-align: center; }
h1, h2, h3, h4						{	font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; margin: 0; padding: 0; }
p									{	margin: 0 0 1em 0; padding: 0; }
a									{	color: #66c9e7; }
a:hover, a:active					{	color: #fff; }

.button								{	overflow: hidden; }
  .button a							{	display: block; float: left; background: #000; padding: 5px 10px; border-radius: 6px; -moz-border-radius: 6px; 
  										-webkit-border-radius: 6px; text-decoration: none; border: 1px solid #000; }
  .button a:hover					{	text-decoration: underline; border-color: #282e2f; }
									
#container							{	max-width: 60em; min-height: 275px; margin: 20px auto 0 auto; padding: 0 1em; text-align: left; color: #fff;
										position: relative; }
										
#logo, #logo a						{	display: block; width: 230px; height: 220px; position: absolute; left: 0; top: 4px; }

#content							{	margin: 0 0 0 16em; position: relative; min-height: 1000px; }
  #content h2						{	padding: 10px; margin: 0 0 15px 0; background: #151a1b; font-size: 2.2em; }
  #content .content					{	padding: 0 12px; }

#today								{	margin: 0; padding: 0; }
  #today h2							{	padding: 55px 0 0 0; font-size: 1.75em; color: #e25134; background: none; }
  #today h2 strong					{	display: block; font-size: 2em; color: #f9dc05; margin: 3px 0 0 0; font-weight: normal; }
  #today .events					{	min-height: 220px; background: url(../images/gradient.jpg) repeat-x; margin: 25px 0 0 0; padding: 20px;
										border-top-right-radius: 10px; -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px;
										border-top-left-radius: 10px; -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px;
										overflow: hidden; }
  #today .no-events					{	font-size: 1.8em; }
  #today .event						{	clear: left; margin: 0 0 10px 0; }
    #today .time					{	float: left; width: 70px; height: 70px; background: #1e2527; border-radius: 8px; -moz-border-radius: 8px; 
  										-webkit-border-radius: 8px; text-align: center; margin: 0 10px 10px 0; color: #000; position: relative; overflow: hidden; }
	  #today .time .hour,
	  #today .time .minute,
	  #today .time .am,
	  #today .time .pm				{	position: absolute; background-image: url(../images/time.gif); background-repeat: none; text-indent: -9999px; 
	  									width: 70px; height: 70px; top: 0; left: 0;}
	  #today .time .hour			{	background-position: 0 0; }
	  	#today .time .hour-2		{	background-position: -70px 0; }
		#today .time .hour-3		{	background-position: -140px 0; }
		#today .time .hour-4		{	background-position: -210px 0; }
		#today .time .hour-5		{	background-position: -280px 0; }
		#today .time .hour-6		{	background-position: -350px 0; }
		#today .time .hour-7		{	background-position: -420px 0; }
		#today .time .hour-8		{	background-position: -490px 0; }
		#today .time .hour-9		{	background-position: -560px 0; }
		#today .time .hour-10		{	background-position: -630px 0; }
		#today .time .hour-11		{	background-position: -700px 0; }
		#today .time .hour-12		{	background-position: -770px 0; }
	  #today .time .minute-0		{	background: none; }
	    #today .time .minute-5		{	background-position: 0 -140px; }
		#today .time .minute-10		{	background-position: -70px -140px; }
		#today .time .minute-15		{	background-position: -140px -140px; }
		#today .time .minute-20		{	background-position: -210px -140px; }
		#today .time .minute-25		{	background-position: -280px -140px; }
		#today .time .minute-30		{	background-position: -350px -140px; }
		#today .time .minute-35		{	background-position: -420px -140px; }
		#today .time .minute-40		{	background-position: -490px -140px; }
		#today .time .minute-45		{	background-position: -560px -140px; }
		#today .time .minute-50		{	background-position: -630px -140px; }
		#today .time .minute-55		{	background-position: -700px -140px; }
	  #today .time .am				{	background-position: 0 -70px; }
	  #today .time .pm				{	background-position: -70px -70px; }
	  #today .after-9 .hour			{	left: -2px; }
	  #today .after-9 .minute,
	  #today .after-9 .am,
	  #today .after-9 .pm			{	left: 9px; }
    #today .event h3				{	font: 1.7em "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif; margin: 0; padding: 0; }
	#today .event h3,
	#today .event p					{	margin-left: 80px; }
	
#calendar h2						{	margin-bottom: 0; }
table.calendar						{	border-collapse: collapse; font-size: 0.7em; width: 100%; table-layout: fixed; margin: 0 0 30px 1px; }
  table.calendar .weekend			{	color: #a5a8a9; }
  table.calendar th					{	text-align: center; border: 1px solid #000; color: #d2d3d4; background: #1b2123; }
  table.calendar td					{	border: 1px solid #000; padding: 1px 5px; overflow: visible; }
    table.calendar .has-events		{	background: #252c2e; }
	table.calendar .today			{	background: #343824; }
	table.calendar .today .number	{	font-weight: bold; color: #f9dc05; }
	table.calendar .previous,
	table.calendar .next			{	background: #1b2123; color: #d2d3d4; }
	  table.calendar .previous a	{	color: #427787; }
  table.calendar .number			{	text-align: right; margin: 0 0 3px 0; padding: 0; font-size: 1.1em; }
  table.calendar .events			{	margin: 2px; overflow: hidden; }
  table.calendar ol					{	display: block; list-style: none; margin: 0; padding: 0; overflow: hidden; }
  table.calendar ol li				{	white-space: nowrap; }
  table.calendar .time				{	font-weight: normal; }
#calendar .data						{	display: none; }
.ui-dialog							{	min-width: 35em; }
.event-data							{	text-align: left; }
  .event-data h3					{	color: #f9dc05; margin: 0 0 10px 0; }
  .event-data table					{	border: 0; margin: 0 0 10px; }
  .event-data th, .event-data td	{	vertical-align: top; margin-bottom: 5px; }
  .event-data th					{	padding: 0 10px 5px 0; }
  .event-data p						{	max-height: 200px; overflow: auto; padding: 5px; }
  	
#blogs .content h3					{	font-size: 1.1em; color: #e25134; }
  #blogs .content h3 strong			{	display: block; font-weight: normal; font-size: 1.3em; margin: 0 0 15px 0; color: #f9dc05; }
  #blogs p							{	font-size: 0.875em; }
  #blogs .button					{	margin-bottom: 25px; }
  
#lists ul							{	font-size: 0.875em; list-style: square; }
  #lists q:before, #lists q:after	{	content: ""; }
  
#listsignup form					{	margin: 0 0 15px 0; }
#listsignup label					{	font-size: .875em; }
#listsignup input, 
#listsignup select					{	margin: 0 0 8px 0; }
#listsignup #mce-EMAIL				{	width: 80%; }
#listsignup #mce-FNAME,
#listsignup #mce-LNAME				{	width: 50%; }
#listsignup .input-group ul			{	list-style: none; }
  #listsignup .input-group input	{	margin: 0; }
#listsignup a						{	font-size: 0.7em; }

#blog .content						{	font-size: 0.875em; }
	
#nav								{	width: 14.375em; position: absolute; left: 0; top: 220px; max-height: 1000px; overflow: hidden; }
  #nav h2							{	font-size: 2.75em; margin: 30px 0 15px 0; color: #d2d3d4; }
  #nav h3							{	font-size: 1.96em; margin: 20px 0; }
  #follow							{	margin: 0; padding: 0; list-style: none; overflow: hidden; }
    #follow li						{	width: 70px; margin-right: 6px; float: left; }
	#follow a						{	display: block; width: 70px; padding: 70px 0 0 0; text-align: center; text-decoration: none; 
										color: #4b5152; background-image:url(../images/follow.gif); background-repeat: no-repeat;
										font-size: 0.8em; }
	#follow a:hover					{	color: #fff; text-decoration: underline; }
	#follow .rss a					{	background-position: 0 0; }
	#follow .rss a:hover,
	 #follow .rss a:active			{	background-position: 0 -140px; }
	#follow .twitter a				{	background-position: -70px 0; }
	#follow .twitter a:hover,
	 #follow .twitter a:active		{	background-position: -70px -140px; }
	#follow .ical a					{	background-position: -140px 0; }
	#follow .ical a:hover,
	#follow .ical a:active			{	background-position: -140px -140px; }
	#newsletter						{	margin: 20px 0 0 0; }
	  #newsletter a					{	background: url(../images/envelope.gif) no-repeat; padding: 0 0 0 42px; font-size: 0.93em;
										color: #66c9e7; text-decoration: none; min-height: 23px; }
	  #newsletter a:hover,
	  #newsletter a:active			{	text-decoration: underline; color: #fff; background-position: 0 -77px; }
  #nav .buttons						{	margin: 0; padding: 0; list-style: none; }
    #nav .buttons li				{	display: block; background: #000; border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; 
										margin: 0 0 10px 0; padding: 5px; font-size: 1.5em; min-height: 32px; }
	#nav .buttons a					{	color: #66c9e7; font-weight: bold; text-decoration: none; display: block; padding: 0 0 0 40px;
										background-image: url(../images/icon.gif); background-repeat: no-repeat; background-position: 0 -1px; }
	#nav .buttons a:hover,
	#nav .buttons a:active			{	color: #fff; text-decoration: underline; background-position: 0 -252px; }
	#nav .buttons .twitter a		{	background-position: 0 -84px; }
	#nav .buttons .twitter a:hover,
	#nav .buttons .twitter a:active	{	background-position: 0 -334px; }
	#nav .buttons .lists a			{	background-position: 0 -169px; }
	#nav .buttons .lists a:hover,
	#nav .buttons .lists a:active	{	background-position: 0 -418px; }
  #nav p em							{	display: block; line-height: 1.1em; color: #8f9293; font-size: 0.8em; font-style: normal;
  										text-align: center; margin: 55px 0 7px 0; }
	
#footer								{	clear: both; background: #293032; padding: 20px; font-size: 0.8em; border-top: 100px solid #1e2527;
										color: #949899; margin: 0;  }
  #footer h4						{	font-size: 1.5em; margin: 0 0 5px 0; }
  #footer ul						{	margin: 0 0 25px 0; padding: 0; list-style: none; }
  #footer > ul > li					{	float: left; width: 33%; }
    #footer li li h4,
	#footer li li					{	padding: 0 10px 0 0; }
	#footer li li					{	padding-left: 10px; text-indent: -10px; }
  #footer p							{	padding: 10px 0 0 0; margin: 0; clear: both; border-top: 1px solid #343b3c; text-align: right; }
  #footer p#powered-by				{	height: 69px; background: url(../images/powered-by.gif) no-repeat right bottom; border: none; 
  										text-align: left; text-indent: -9999px; }
