/*

Theme Name: Celestial Aura
Theme URI: http://www.dkszone.net/2009/08/celestial-aura-free-3-column-wordpress.html
Description: Elegant 3-column Theme with Admin Options for easy customization of Header image, Background Color, Search Box, Post Meta Data, RSS Icon, etc. Easily turn on/off Search Box, RSS Icon. Theme designed by  www.dkszone.net.
Version: 2.1.5
Author: dkszone.net
Author URI: http://www.dkszone.net/
Tags: custom-header,theme-options,custom-colors,blue,white,three-columns,fixed-width,left-sidebar,right-sidebar

	This theme is released under the GPL: http://www.gnu.org/licenses/gpl.html
    
*/



/*----------
=contact form
------------*/
/*radio*/
#gotcha1, #gotcha2 {
	display:inline;
	width: auto !important;
	margin-right: 15px;
	border: none;
	background: none;
	float: left;
	
}

#gotcha2 {
	margin-left: 45px;
}


/***** END MINI FORM *****/

/****** RSS ICON ON HEADER ******/
.rssicon
{
  position: relative;
  display:block;
  float:right;
  background-image: url('images/rss.png');
  background-position: center right;
  background-repeat: no-repeat;
  margin-top: -60px; margin-right: 5px;
  height: 17px;
  width: 17px;
}


#content {
	width: 500px;
	float:left;
	margin-left:20px;
	color: #000;
	padding: 10px 10px 10px 0;
	font-weight: normal;
}




/*------------
=column layout
------------*/

#col2 {
	
	width: 209px;/*214-5[padding]*/
	/*min-height: 300px;*/
	/*margin-left: 13px;*/
	padding-left: 5px;
	padding-top: 25px;
	margin-left: -724px; /*510+214*/
	/*background: #999;*/
	float: left;
}
#col3 {
	
	width: 187px;/*213-15[padding]*/
	padding-top: 15px;
	padding-left: 15px;
	/*background: #333;*/
	float: right;
	margin-right:0;
}

/*temp Height - DELETE after DEV*/
#col2, #col3 {
	min-height: 300px;
}


#col2 {
	margin: 0;
	padding-top: 0;
	/*background: #999;*/
}
#col3 {
	padding-top: 0;
	/*background: #333;*/
}

#col2 {
	width: 214px;/*312-44[padding]*/
	min-height: 100px;
	margin-top: 25px;
	padding-left: 18px;
	padding-right: 0;
	
}
#col3 {
	width: 204px;/*312-44[padding]*/
	min-height: 100px;
	margin-top:-15px;
	padding-left: 22px;
	padding-right: 0;
	
}








/*-----------------------
=column specific styling
------------------------*/

#col1 h2 {
	margin-bottom: 15px;
}

#col1 h2 {
	font-family: Arial,Tahoma;
	font-size: 12px;
	font-weight: normal;
}

/*-----------------------
=home col specific layout
-----------------------*/

#col2 h2, #col3 h2 {
	margin-bottom: 15px;
	padding-left: 16px;
	font-family: Tahoma, arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background: url(images/homeHeaderBg.png) no-repeat 45px center;
}



/*bg alignment slightly diff for bg alignment on col3*/
#col3 h2 {
	background-position: 55px center;
}
#gory p { margin-left:9px;}
#col2 div {
	clear:both;
}

#col2 p, #col3 p {
	margin:0;
	padding:0;
	font-size: 11px;
	color: #000;
	font-weight: bold;
	padding-top: 5px;

}

/*more btns*/
#home a.moreBtn {
	display: inline;
	height: 16px;
	padding-top: 5px;
	padding-right: 15px;
	color: #000;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background: url(images/moreBtnGeneral.png) no-repeat center right;
	float: right;
	clear: both;
}
#home a:hover.moreBtn {
	text-decoration: underline;
}

/*col3 industry list*/
#col3 ul {
	margin-left: 4px;
	}
	#col3 ul li {
		display: inline;
		width: 110px;
		height: 15px;/*17-2[padding]*/
		margin-bottom: 5px;
		margin-right: 20px;
		padding-top: 2px;
		list-style: none;
		text-align: center;
		font-size: 10px;
		font-weight: bold;
		background: #E6E6E6;
		float: left;
		}
		/*zebra striping*/
		#col3 ul li.stripe {
			background: #C1C1C1;
			}
			#col3 ul li a {
				color: #000;
}
#col3 a { text-decoration:none;}
/*---------------
=widgets
----------------*/

#contactFormWidg {
	width: 187px;
	margin-bottom: 15px;
	margin-left:42px;
	background: url(images/contactWidgetBody.png) no-repeat bottom left;
	}
	#contactFormWidg h3 {
	width: 187px;/*187-40[padding]*/
	height: 40px;/*48-8[padding]*/
	padding-top: 8px;
	padding-left: 40px;
	font-size: 17px;
	color: #F7E8E2;
	background: url(images/contactWidgetHeader.png) no-repeat top left;
	text-align: left;
	}
	#contactFormWidg p {
	padding: 6px;
	padding-top:0;
	font-size: 12px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	}
	#contactFormWidg p.addr {
		/*used in widget witout forms*/
		margin-left: 25px;
		text-align: left;
		font-weight: bold;
	}
	#contactFormWidg p.formPhoneNo {
	margin-left: 30px;
	padding-left: 30px;
	font-size: 16px;
	text-align: left;
	color:#4f8bc1;
	background: url(images/formPhoneNo.png) no-repeat center left;
	font-weight: bold;
	}
	#contactFormWidg p.formFaxNo {
		margin-left: 30px;
		padding-left: 30px;
		font-size: 14px;
		
		text-align: left;
		color: #98012E;
		background: url(images/formFaxNo.png) no-repeat center left;
	}
	#contactFormWidg form {
			margin-left: 5px;
		}
		#contactFormWidg form input {
			width: 162px;/*170-8[padding]*/
			height: 22px;/*21-4[padding]*/
			margin-bottom: 8px;
			margin-left:5px;
			padding-top: 4px;
			padding-left: 8px;
			border: none;
			font-size: 11px;
			color: #B7B7B7;
			background: url(images/contactFormWidInputBg.png) no-repeat top left;
		}
		#contactFormWidg form textarea {
			width: 162px;/*170-8[padding]*/
			height: 102px;/*106-4[padding]*/
			padding-top: 4px;
			margin-left:5px;
			padding-left: 8px;
			border: none;
			font-family: arial;
			font-size: 11px;
			color: #B7B7B7;
			background: url(images/contactFormWidTextABg.png) no-repeat top left;
		}
		
		#contactFormWidg form input.sTrap {/*form field used as honeypot for trapping spam*/
			display: none;
		}
		#contactFormWidg form input.formSubmitBtn {
			width: 112px;
			height: 44px;
			margin-left: 30px;
			padding-top: 0px;
			margin-top:6px;
			color: #fff;
			font-size: 16px;
			font-weight: bold;
			cursor: pointer; 
			background: url(images/formSubmBtn.png) no-repeat top left;
		}
		#contactFormWidg form input.formSubmitBtn:hover {
			background: url(images/formSubmBtnHover.png) no-repeat top left;
		}
		#contactFormWidg form span {
			color: #ff0000;
			display: none;
}
