/*

	Theme Name: Cartel
	Theme URI: http://www.digitalcartel.com.au
	Description: Premium Digital Cartel theme.
	Version: 1.0
	Author: Robert Kille
	Author URI: http://www.kille.com.au/
	Tags: three column, dark, jquery, gray, white

*/



/*-------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight:normal;
}
body {
	line-height: 1;
	}
ol, ul {
	list-style: none;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}

/* remember to define focus styles! */
:focus {
	outline: 0;
	}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
	}
del {
	text-decoration: line-through;
	}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
	  /* =PageNavi
	  ————————————————————– */
	   
	  /* Use !important to override PageNavi CSS */
	   
	  .wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active { color: blue !important; background:transparent ;}
	  .wp-pagenavi a:hover {}
	  .wp-pagenavi span.pages {background:transparent !important;}
	  .wp-pagenavi span.current {background:#FFF !important;}
	  .wp-pagenavi span.extend {background:transparent !important;}

/*-------------------------------------------------------------*/



#wrapper {
    width: 960px;
    margin: 0 auto;
	}

body {
	background: #003366 url(images/bg.jpg) no-repeat fixed;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	}

/*-- TOP MENU BAR  -----------------------------------------------------------*/

#menu_bar {
	background: url(images/header_bg.png) repeat-x;
	width:100%;
	height: 50px;
	text-align: center;
	}
	
	#menu {
		margin: 0 auto;
		width: 960px;
		height: 40px;
		padding-top: 10px;
		}
		
	  #menu_bar #menu ul {
		  list-style: none;
		  float: right;
		  text-align: right;
		  }
	  
	  #menu_bar #menu ul li.menu-item { /* page_item is wordpress default class for page list */
		  float: left;
		  }
	  
	  #menu_bar #menu ul li.menu-item a {
		  display: block;
		  margin: 4px 0px 4px 5px;
		  padding-left: 9px;
		  float: left;
		  text-decoration: none;
		  text-transform: uppercase;
		  font: 12px  Arial Narrow, Arial, Helvetica, sans-serif;
		  color: #FFF;
		  background: url(images/menu-slash.gif) no-repeat left;
		  }
	   
	  #menu_bar #menu ul li.menu-item a:hover {
		  color: #0b65cc;
		  }
	   
	  #menu_bar #menu ul li.current_menu-item a { /* current_page_item is wordpress default class for active page list */
		  color: #FFF;
		  }


/*-- HEADER  -----------------------------------------------------------*/


#header {
	height: 75px;
	padding: 35px 10px 0px 10px;
	}

/*-- CONTENT  -----------------------------------------------------------*/

#content {
	width: 960px;
	margin-bottom: 0px;
	}
	
/*	#left-col {
	  width: 610px;
	  float: left;
	  position: relative;
	  padding: 10px 10px 10px 10px;
	  background: #FFF;
	  margin-bottom: 20px;
	  }
*/	  
/*	#right-col {
	  width: 290px;
	  float: right;
	  position: relative;
	  padding: 10px 10px 10px 10px;
	  background: #FFF;
	  margin-bottom: 20px;
	  }*/


/*-- FOOTER  -----------------------------------------------------------*/

#footer {
	margin: 0 auto;
	margin-top: 10px;
	width: 940px;
	padding: 15px 10px 30px 10px;
	border-top: 1px solid #000;
	color:#000;
	text-align: left;
	clear: both;
	}
	
	#footer a {color:#000;}




/* -- GENERAL STYLES  -----*/

.right {float: right;}
.left {float: left;}
.hide {display: none;}
.clear {clear: both;}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	}

.clearfix {display: block;}

a {
	text-decoration:none;
	color:#0b65cc;
	}

a:hover {
	text-decoration:underline;
	color: #0b65cc;
	}
	
.incomment {
	padding:5px 0 !important;
	}


blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}

blockquote, q {
	quotes: "" "";
	}

blockquote {
	line-height: 1.2em;
	font-style: italic;
	padding: 5px 40px 5px 60px;
	margin: 20px 0;
	}
	
	
	/* Image Alignment Styles */
	
	img.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}
	
	img.alignright {
		margin: 0 0 7px 15px;
		display: inline;
		}
	
	img.alignleft {
		margin: 0 15px 7px 0;
		display: inline;
		}
	
	.alignright {float: right;}
	.alignleft {float: left;}
	.aligncenter {margin-left: auto; margin-right: auto; text-align:center;}


.page_item {text-transform:uppercase;}
.cat-item {text-transform:uppercase;}	


	/* CAPTION TEXT */

	.wp-caption {
		margin-top: 20px;
	 	margin-bottom: 30px;
	 	}
	
	.wp-caption img {
		margin: 0;
		padding: 0;
		border: 0 none;
		}
	
	.wp-caption p.wp-caption-text {
		font-size: 11px;
		font-style:italic;
		text-align: right;
		line-height: 17px;
		padding: 0 50px 5px 5px;
		border-bottom: 1px dotted #999;
		margin-right: 10px;
		}
		
		

/* -- POSTS -------------------------------------------------------------*/


#posts {
  width: 630px;
  float: left;
  position: relative;
  margin-bottom: 20px;
  margin:0 auto 20px auto;
  }


  #posts .post {
	  padding: 20px 20px 10px 20px;
	  background-color: #FFF;
	  margin-bottom: 20px;
  	  }
	/* -- Post Heading --*/
	
	#posts .heading {
		padding:5px 20px;
		color:#666666;
		font-size: 2.6em;
		letter-spacing:-0.04em;
		line-height: 1.05em;
		padding-bottom: 10px;
		text-transform:capitalize;
		margin-bottom:20px;
		}
		
	#posts .post .post-head {
		background:url(images/post-head-bar.png) no-repeat bottom center;
		position:relative;
		
		}
		
	#posts .post h1.post-heading {

		width:77%;
		font-size: 2.4em;
		line-height: 1.05em;
		padding-bottom: 7px;
		text-transform: capitalize;
		font-weight: normal;
		}
		
		#posts .post h1.post-heading a {
			color:#000 !important;
			text-decoration: none;
			}

		#posts .post h1.post-heading a:hover {
			color:#0b65cc !important;
			text-decoration:none !important;
			}

	/* -- Post Date --*/
	
	#posts .post h1.post-meta {
		width:135px;
		position:absolute;
		text-align:right;
		letter-spacing:-0.04em;
		line-height: 1.05em;
		padding: 24px 5px 15px 0px;
		font-weight: normal;
		font-style: italic;
		color:#666666;
		bottom:0;
		right:0;
		}

	/* -- Post Content --*/

	#posts .post .post-content-full {
		padding-top:20px;
		margin-bottom: 20px;
		line-height:18px;
		}


		#posts .post .post-content-full p {
			padding:5px 0;
			}

		#posts .post .post-content-full blockquote {
			font-size:1.5em;
			color:#a1a1a1;
			background:url(images/blockquote.png) no-repeat 3% 0;
			}

		#posts .post .post-content-full ul, #posts .post .post-content-full ol {
			padding-left:15px;
			margin-left: 20px;
			padding-top: 5px;
			padding-bottom: 5px;
			}

		#posts .post .post-content-full ul li {
			list-style-type:disc;
			padding-left: 5px;
			}
		
		#posts .post .post-content-full ol li {
			list-style-type:decimal;
			}

		#posts .post .post-content-full .post-image {
			padding:20px;
			background:#fff;
		  /*border-right:1px solid #dcdcdc;
			border-left:1px solid #dcdcdc;
			border-bottom:1px solid #dcdcdc;*/
			}
		
		#posts .post .post-content-full h2, #posts .post .post-content-full h3, #posts .post .post-content-full h4, #posts .post .post-content-full h5, #posts .post .post-content-full h6 {
			letter-spacing:-0.04em;
			line-height: 1.05em;
			padding:10px 0;
			color:#333;
			text-transform:capitalize;
			font-weight: normal;
			}		

		#posts .post .post-content-full h2 {font-size: 2.2em; margin-bottom: 8px;}	
		#posts .post .post-content-full h3 {font-size: 1.8em; margin-top: 15px; margin-bottom: 5px; text-transform:uppercase; /*color: #0b65cc;*/}
		#posts .post .post-content-full h4 {font-size: 1.5em;}
		#posts .post .post-content-full h5 {font-size: 1.3em; text-transform:uppercase;  /*color: #0b65cc;*/}	
		#posts .post .post-content-full h6 {font-size: 1.1em; font-weight: bold; text-transform:uppercase;}
		
	
	/* Index Post list */
		#posts .post .post-foot {
			margin-bottom:0px;
			margin-top: 0px;
			padding:10px 8px;
			border-top:1px solid #000000;
			}
	
		/* meta */
		#posts .post .post-meta li {
			float:left;
			height:14px;
			}
		
		#posts .post .post-meta li.meta-author {
			background:url(images/user.png) no-repeat 0px -1px;
			padding-left:20px;
			padding-right:10px;
			}
	
		#posts .post .post-meta li.meta-share {
			float:right !important;
			}
	
		#posts .post .post-meta li.meta-date {
			background:url(images/calendar.png) no-repeat 0px -2px;
			padding-left:20px;
			padding-right:10px;
			}
	
		#posts .post .post-meta li.meta-comment {
			background:url(images/comment.png) no-repeat 0px -1px;
			padding-left:20px;
			padding-right:10px;
			}
	
		#posts .post .post-meta li.meta-category {
			background:url(images/category.png) no-repeat 0px -1px;
			padding-left:20px;
			padding-right:10px;
			}
	
		#posts .post-navigation {
			margin-top:10px;
			padding:15px 10px;
			background:#fff;
			font-size:1.2em;
			border-top:1px dotted #000;
			border-bottom:1px dotted #000;
			text-transform:capitalize;
			}
			
		/* snippet */
		#posts .post .post-content-half {
			padding-top:20px;
			}
			
			#posts .post .post-content-half p {
				line-height: 18px;
				}
				
				
		#posts .post .post-content-half h2, #posts .post .post-content-half h3, #posts .post .post-content-half h4, #posts .post .post-content-half h5, #posts .post .post-content-half h6 {
			letter-spacing:-0.04em;
			line-height: 1.05em;
			padding:10px 0;
			color:#333;
			text-transform:capitalize;
			font-weight: normal;
			}		

		#posts .post .post-content-full h2 {font-size: 2.2em; margin-bottom: 8px;}	
		#posts .post .post-content-full h3 {font-size: 1.8em; margin-top: 15px; margin-bottom: 5px; text-transform:uppercase; /*color: #0b65cc;*/}
		#posts .post .post-content-full h4 {font-size: 1.5em;}
		#posts .post .post-content-full h5 {font-size: 1.3em; text-transform:uppercase;  /*color: #0b65cc;*/}	
		#posts .post .post-content-full h6 {font-size: 1.1em; font-weight: bold; text-transform:uppercase;}
				

			
		#posts .post .post-thumb {
			padding-top:20px;
			padding-right: 20px;
			padding-bottom: 10px;
			height: 150px;
			}

		#posts .post .post-thumb div {
			padding:3px;
			/*border:1px solid #ccc;*/
			}

		#posts .post .post-thumb img {
			border:0;
			padding:0;
			margin:0;
			}
		
		/* Social Bookmarks */
		#posts .post .post-bookmark a {
			display:block;
			height:48px;
			width:48px;
			margin-bottom: 10px;
			padding:0 10px;
			float:left;
			text-align: center;
			}

		#posts .post .post-bookmark a.rss {background:url(images/social-rss.png) no-repeat top center;}
		#posts .post .post-bookmark a.rss:hover {background:url(images/social-rss2.png) no-repeat top center;}
		#posts .post .post-bookmark a.digg {background:url(images/social-digg.png) no-repeat top center;}
		#posts .post .post-bookmark a.digg:hover {background:url(images/social-digg2.png) no-repeat top center;}
		#posts .post .post-bookmark a.delicious {background:url(images/social-delicious.png) no-repeat top center;}
		#posts .post .post-bookmark a.delicious:hover {background:url(images/social-delicious2.png) no-repeat top center;}
		#posts .post .post-bookmark a.stumbleupon {background:url(images/social-stumble.png) no-repeat top center;}
		#posts .post .post-bookmark a.stumbleupon:hover {background:url(images/social-stumble2.png) no-repeat top center;}
		#posts .post .post-bookmark a.technorati {background:url(images/social-technorati.png) no-repeat top center;}
		#posts .post .post-bookmark a.technorati:hover {background:url(images/social-technorati2.png) no-repeat top center;}
		#posts .post .post-bookmark a.twitter {background:url(images/social-twitter.png) no-repeat top center;}
		#posts .post .post-bookmark a.twitter:hover {background:url(images/social-twitter2.png) no-repeat top center;}




	/*--- PROJECTS Post list */
		#posts .post .post-body .post-thumb-project {
			padding-top:20px;
			padding-bottom: 10px;
			height: 250px;
			}

		#posts .post .post-thumb-project div {
			padding:0px;
			/*border:1px solid #ccc;*/
			}

		#posts .post .post-thumb-project img {
			border:0;
			padding:0;
			margin:0;
			}
			
/*---------------------------------------------*/
/*--- PROJECTS Featured */
/*---------------------------------------------*/

	#posts .post_project_feature {
		width: 265px;
		height: 265px;
	  	padding: 20px 20px 20px 20px;
	  	margin-bottom: 20px;
	  	margin-right: 20px;
	  	float: left;
		background: #FFF;
		color: #333;
  	  	}
	/* -- Post Heading --*/
	
		
	#posts .post_project_feature h2.post_project_feature-head {
		position:relative;
		width:265px;
		background-color: #0CF;
		}
		
	#posts .post_project_feature p{
		font-size: 1.0em;
		line-height: 1.5em;
		}
		
	#posts .post_project_feature h2.post_project_feature-heading {
		font-size: 1.4em;
		line-height: 1.05em;
		padding-top: 15px;
		padding-bottom: 10px;
		text-transform: uppercase;
		font-weight: normal;
		}
		
		#posts .post_project_feature h2.post_project_feature-heading a {
			color:#0b65cc !important;
			text-decoration: none;
			}

		#posts .post_project_feature h2.post_project_feature-heading a:hover {
			color:#0b65cc !important;
			text-decoration:underline !important;
			}
	
		#posts .post_project_feature-heading .post_project_feature-body {
			margin-bottom: 0px;
			margin-top: 0px;
			padding: 0px;
			height: 165px;
			width: 265px;
			}
	


			
			
/*---------------------------------------------*/
/*--- COMMENTS  -------------------------------*/
/*---------------------------------------------*/


#comments {
	padding:20px 0px;
	background:#fff;
	border-bottom:1px solid #e2e2e2;
	}

	#comments h3 {
		font-size: 1.4em;
		letter-spacing:-0.04em;
		line-height: 1.05em;
		padding: 8px;
		color:#FFF;
		background-color: #000;
		text-transform: uppercase;
		font-weight:normal;
		}

	#comments .comment-meta h2 {
		font-size: 1.4em;
		letter-spacing:-0.04em;
		line-height: 1.05em;
		padding-bottom: 10px;
		color:#000;
		text-transform:capitalize;
		font-weight: normal;
		}

	#comments .comment-meta span {
		font-size: 1.0em;
		letter-spacing:-0.04em;
		line-height: 1.05em;
		padding-bottom: 15px;
		color:#999;
		text-transform:capitalize;
		}

	#comments .comment-box {
		padding-top:20px;
		}

	#comments .comment-box .comment-body {
		padding:20px 20px 20px 80px;
		line-height:18px;
		border-bottom:1px dotted #000;
		margin-bottom:20px;
		}

	#comments .comment-author-box, #comments .comment-email-box, #comments .comment-url-box {
		width: 300px;
		height: 18px;
		border: 1px solid #666;
		padding-right:24px;
		padding-left:5px;
		color: #0b65cc;
		}
		
#comments .comment-author-box {background:url(images/user.png) no-repeat 98% 50%;}
#comments .comment-email-box {background:url(images/email.png) no-repeat 98% 50%;}
#comments .comment-url-box {background:url(images/link.png) no-repeat 98% 50%;}

	#comments .comment-textarea-box {
		border: 1px solid #666;
		padding: 5px;
		}

	#comments .submitbtn, #comments .resetbtn {
		padding:8px 12px;
		margin-right:10px;
		border:0;
		background:#000 url(images/button_bg-off.gif) repeat-x;
		color:#fff;
		cursor:pointer;
		}

	#comments .submitbtn:hover, #comments .resetbtn:hover {
		background:#0b65cc url(images/button_bg-on.gif) repeat-x;
		}



/*-- wp-pagenavi  -------------------------*/

#wp-pagenavi {
	  padding: 20px 20px 10px 20px;
	  margin-bottom: 20px;
  	  }

.wp-pagenavi {
	font-size: 1.1em;
	text-transform: uppercase;
	clear: both;
	font-weight: normal;
	text-align: right;
	margin-bottom: 10px;
	}

.wp-pagenavi .current {
	color:#0b65cc !important;
	background: #000000 !important;
	}

.wp-pagenavi a,
.wp-pagenavi .current {
	padding: 6px !important;
	background: #000000  !important;
	border: 1px solid #000000 !important;
	margin-left: 3px;
	color:#0b65cc !important;
	}

.wp-pagenavi a:hover,
.wp-pagenavi .current {
	background: 000000  !important;
	color:#FFF;
	
	}

.wp-pagenavi .pages {
	float: left;
	border:0 !important;
	background-color: #0F0!important;}




/*-- Sidebar  -------------------------*/

#sidebar {
	width:310px;
	margin:0 auto;
	line-height:18px;
	margin-bottom: 20px;
	float: right;
	}

	#sidebar .widget {
		padding-top:20px;
		margin-bottom:20px;
		background: #FFF;
		}

	#sidebar .widget .widget-body {

		width:310px;
		padding:0px 0px 0px 0px;
		}

		#sidebar .widget .widget-body h2.widget-title {
			font-size: 1.6em;
			font-weight: normal;
			letter-spacing:-0.04em;
			line-height: 1.05em;
			padding-bottom: 15px;
			margin-left: 20px;
			font-family: Helvetica, Arial, Verdana, sans-serif;
			color:#000;
			text-transform:capitalize;
			}

		#sidebar .widget .widget-body ul li {
			border-top: 1px solid #F3F3F3;
			}
		
		#sidebar .widget .widget-body ul li a {
			display: block;
			padding:10px 20px 10px 20px;
			cursor: pointer;
			}
			
		#sidebar .widget .widget-body ul li a:hover {
			background-image:url(images/sidebar-widget_hover.jpg); background-repeat:repeat-x;
			color: #FFF;
			text-decoration: none;
			}
		
		#sidebar .widget .widget-body .rss-subscribe {
			border:3px solid #ccc; padding:8px; width:255px;
			background: #fff url(images/email.png) no-repeat 98% 50%;
			color:#999;
			}


		/*-- search widget --*/

		#sidebar .search_widget fieldset {
			margin: 0;
			padding: 0;
			}

		#sidebar .search_widget .search_term {
			display: block;
			margin: 0 auto;
			border: 3px solid #ccc;
			padding: 8px;
			padding-right: 0px;
			width: 240px;
			background: #fff url(images/search_icon.png) no-repeat 98% 50%;
			}

	#sidebar .widget .widget-foot {
		width:270px;
		height:0px;
		}


	/* widget body elements */

	.ads125box {height:125px; width:125px; background:#CCCCCC; float:left; margin:5px 0 0px 5px;}
	.ads125box img {border:0;}
	
	
	

/*---------------------------------------*/
/*-- FRONT PAGE -------------------------*/
/*---------------------------------------*/


/*-- Footer  -------------------------*/


#footer_front {
	width: 960px;
	margin-top: 20px;
	font-size: 12px;
	border-top: 1px solid #000;
	}
	
	#footer_front .footer_front-left, #footer_front .footer_front-middle, #footer_front .footer_front-right  {float:left; display:block; }
	#footer_front .footer_front-left 	{width:306px; padding: 20px 0px 20px 10px;}
	#footer_front .footer_front-middle 	{width:310px; padding: 20px 0px 20px 12px;}
	#footer_front .footer_front-right 	{width:306px; padding: 20px 0px 20px 5px;}

	#footer_front h2 {
		color: #FFF;
		font-size: 16px;
		font-family: Arial Narrow, Helvetica, Arial, sans-serif;
		font-weight: normal;
		text-transform:uppercase;
		margin-bottom: 10px;
		background-color: #000;
		padding: 7px 10px 7px 10px;
		}
		
	#footer_front .footer_front-middle h2 {width: 283px;}
	
	#footer_front .footer_front-middle img {float:left; border: 1px solid #FFF; margin-right: 5px;}
	#footer_front .footer_front-middle img:hover {float:left; border: 1px solid #000; margin-right: 5px;}
	
		#footer_front .footer_front-left .date {
			display: block;
			float: left;
			background-color: #FFF;
			text-transform: uppercase;
			color: #333;
			padding: 5px 7px 5px 10px;
			font-style:italic;
			}
			#footer_front .footer_front-left .date strong {color: #000;}
			
		#footer_front .footer_front-left .recent_post {
			display: block;
			float: left;
			background-color: #FFF;
			text-transform: capitalize;
			color: #FFFFFF;
			padding: 5px 10px 5px 10px;
			margin-bottom: 6px;
			}
			
		#footer_front .footer_front-right .recent_post {
			display: block;
			float: left;
			background-color: #FFF;
			line-height: 20px;
			color: #333;
			padding: 5px 14px 5px 10px;
			margin-bottom: 10px;
			}


	/* Front Page Nav */
	
	#navigation {
		margin-top: 100px;
		margin-left: 10px;
		margin-bottom: 0px;
		height: 160px;
		}
	
		ul#front_nav {width:950px; list-style: none; height:10px;}
		ul#front_nav li {display: inline;}
		ul#front_nav li a {display:block; float:left; height:160px; background-image: url(images/front_nav.png); text-indent:-9999px; margin-right: 10px;}
		ul#front_nav a {outline:none;} /*This removes a dotted line effect when buttons are clicked */
		/* OFF state */
		ul#front_nav li a.f_nav-brand { width:180px; background-position:0 0;}
		ul#front_nav li a.f_nav-online { width:180px; background-position:-190px 0;}
		ul#front_nav li a.f_nav-email { width:180px; background-position:-380px 0;}
		ul#front_nav li a.f_nav-media { width:180px; background-position:-570px 0;}
		ul#front_nav li a.f_nav-web { width:180px; background-position:-760px 0;}
		/* ON state */
		ul#front_nav li a.f_nav-brand:hover { width:180px; background-position:0 -160px;}
		ul#front_nav li a.f_nav-online:hover { width:180px; background-position:-190px -160px;}
		ul#front_nav li a.f_nav-email:hover { width:180px; background-position:-380px -160px;}
		ul#front_nav li a.f_nav-media:hover { width:180px; background-position:-570px -160px;}
		ul#front_nav li a.f_nav-web:hover { width:180px; background-position:-760px -160px;}
		
		
		
/*-- Contact Form Page  ----------------------*/


#contact_form form {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	}
		

	#contact_form #contact-message {
		border: 1px solid #666;
		padding: 5px;
		color: #0b65cc;
		}
			
	#contact_form #contact-name-box, #contact_form #contact-email-box, #contact_form #contact-url-box, #contact_form #contact-subject-box, #contact_form #contact-phone-box, #contact_form #contact-general-box {
			width: 300px;
			height: 18px;
			border: 1px solid #666;
			padding-right:24px;
			padding-left:5px;
			color: #0b65cc;
			}
			
	#contact_form #contact-dropdown {
			width: 100px;
			height: 18px;
			border: 1px solid #666;
			padding-right:24px;
			padding-left:5px;
			color: #0b65cc;
			}
			
	#contact_form #contact-name-box {background:url(images/user.png) no-repeat 98% 50%;}
	#contact_form #contact-email-box {background:url(images/email.png) no-repeat 98% 50%;}
	#contact_form #contact-url-box {background:url(images/link.png) no-repeat 98% 50%;}
	#contact_form #contact-subject-box {background:url(images/question.png) no-repeat 98% 50%;}
	#contact_form #contact-phone-box {background:url(images/phone.png) no-repeat 98% 50%;}

	#contact_form .submitbtn, #contact_form .resetbtn {
		padding:8px 12px;
		margin-right:10px;
		border:0;
		background:#000 url(images/button_bg-off.gif) repeat-x;
		color:#fff;
		cursor:pointer;
		}

	#contact_form .submitbtn:hover, #contact_form .resetbtn:hover {
		background:#0b65cc url(images/button_bg-on.gif) repeat-x;
		}

	.required {color:#F00; font-size: 9px;}
	
	
	
/*-- SIDE BAR NEWS SIGNUP --------------------------*/

#enews_left {
	float:left;
	width: 48px;
	height: 48px;
	margin-bottom: 10px;
	margin-left: 20px;
	}

#enews_right {
	float:left;
	width: 207px;
	padding-left:0px;
	padding-top: 10px;
	margin-left: 20px;
	}

	#enews_right a {
		font-size:14px;
		font-weight: bold;
		}
		
		
		
.fade_img {
	background-color:#000000;
	}
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		