/*
Theme Name: WordPress C3.com
Theme URI:
Description: The theme for C3.com.
Version: 1.0
Author:
Author URI:
Tags:
*/
/*
body{
	margin:0;
	font:12px/15px Arial, Verdana, sans-serif;
	background: url(images/bg-body.gif) no-repeat 50% 119px;
	color:#333;
}*/
img{border-style:none;}
a{
	text-decoration:none;
	color: #6db9ca;;
}
a:hover{color: #dd9e25;}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}

strong.logo{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	padding: 33px 0 0;
}
strong.logo a{
	display:block;
	background: url(images/logo.gif) no-repeat;
	width:382px;
	height:82px;
}

.nav ul li a:hover,
.nav ul li.active a,
.nav ul li.current_page_item a,
.nav ul li.current_page_ancestor a,
.nav ul li.current_page_parent a{
    border-bottom:5px solid #DD9E25;
    color:#DD9E25;
}

#content p textarea {
    width:100%;
}
