/* ################################################################ *\
   Created By: Ken Iovino
   Email:  KenIovino@gmail.com
   --
   Copyright ©2006-2007 Zydeca Media Group. All Rights Reserved.
   This file may not be redistributed in whole or significant part.   	
\* ################################################################ */

        /* ********** Default Styling ********** */
	body {
		background:#fff; 
		font: small Verdana, Arial, Helvetica, sans-serif;
		color:#636363;
	}
	a:link, a:visited 	{color: #0066CC; text-decoration: underline;}
	a:hover, a:active 	{color: #FF4400; text-decoration: underline;}	

	*{margin:0; } 

	/* aligning styling */
	.floatright {float:right;}
	.floatleft  {float:left;}
	.tcenter {text-align:center;}
	.alignright {text-align:right;}
	.alignleft {text-align:left;}
	.aligncenter {text-align:center;}
	.tleft	 {text-align:left;}
	.tright  {text-align:right;}
	.button  {background:#cbd2d9;}
	.inline	 {display:inline;}
	.clearfix {clear:both;}

	/* common text colors */
	.green {color:#63bc46;}
	/* misc backgrounds */
	.whitebg  {background:#fff;}
	.yellowbg {background:#f9f8a3;}	
	
	/* no image borders */
	img 	 {border:none;}

	/* input forms & fields */
	.textfield 	{color:#7e97ae; height:20px; font-size:127%; padding:3px;}
	.selectfield	{color:#7e97ae; height:30px; font-size:127%; padding:3px;}
	.edittextarea	{color:#7e97ae; height:250px; width:99%; font-size:100%; padding:3px;}

	/* sexy input buttons */
	.inputbutton		{background:#fff; border:1px solid #c8d2db; color:#0066cc; font-size:110%; padding:3px;}
	.inputbutton:hover	{background:#fff; border:1px solid #c8d2db; color:#FF4400; font-size:110%; padding:3px; cursor:pointer;}

	.inputbutton2		{background:#fff url('../images/siteimages/arrow2.gif') right no-repeat; border:1px solid #aaaaaa; color:#333333; font-size:110%; padding:4px 25px 4px 10px; font-weight:bold;}
	.inputbutton2:hover	{background:#f0f0f0 url('../images/siteimages/arrow2.gif') right no-repeat; border:1px solid #aaaaaa; color:#333333; font-size:110%; padding:4px 25px 4px 10px; font-weight:bold; cursor:pointer;}
	
	
	/* ********** Header ********** */
	#header h1 a	, 
		#header h1 a:visited, 
		#header h1 a:hover, #header h1 a:active {
		
		background: url('../images/siteimages/logo.gif') left top no-repeat; 
		position:absolute; top:30px;
		display: block; width: 165px; height: 44px; font-size:0px;
	}
	
	/* *********** Footer ********** */
	/*#footer 			{background: #416D92 url('../images/siteimages/footerbg.gif') repeat-x top left; color: #fff; text-align: center; height: 66px; width: 100%; margin: 0px; padding: 0px; border-bottom: 1px solid #214A6E; }
	#footer div.footerlinks 	{padding-top: 20px;}
	#footer div.copyright 		{color: #ffffff; font: 10px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;}
	#footer div.copyright a 	{color: #ffffff;}
	#footer div.copyright a:visited	{color: #ffffff;}
	#footer div.copyright a:hover 	{color: #FDFA00;}
	#footer ul 			{list-style: none; margin: 0px; padding: 0px;}
	#footer li 			{display:inline;}
	#footer li a 			{color: #ffffff; font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-variant: normal;}
	#footer li a:visited		{color: #ffffff;}
	#footer li a:hover 		{color: #FDFA00;}*/
	
   	/* main content containers */
	#container	{margin:0 10px;}
	#wrapper	{float:left; width:100%;}
	
	#content	{margin: 10px 25%}
	#content2	{margin: 0 25% 0 -20px;}
	#content3	{margin: 0 50% 0 -20px;}
	#content4	{float:right; width:75%;}

	#right-content	{float:left; width:25%; margin-left:-25%;}
	#left-content	{float:left; width:25%; margin-left:-100%;}
	#blog-content	{float:left; width:25%; margin-left:-50.9%;}
	#cfooter	{clear:left; width:100%;}

