@charset "utf-8";

/*********** [ Main Theme Styles ] ***************/
body{ background:url(../images/bg-summer.jpg) no-repeat center 80px #394d6c; }
body.inner{ background:url(../images/bg-summer-inner.jpg) no-repeat center 80px #394d6c; }
body.modal{ background:none;}

body #header{background:url(../images/header-summer.jpg) repeat-x; }

.top-graphic{ background:url(../images/tweet-summer.png); width:238px; height:42px; }
.twitter-box .frame{ background:#6c7f4a; }
.info .article a.see{background:url(../images/see-summer.gif);}
.seasonalButton{background:url(../images/see-summer-sm.gif);}
.seasonalButtonLG{background:url(../images/see-summer.gif);}

.center-area fieldset{ 
	border:3px solid #6f6f6f;
	text-align:center;
	padding:5px 5px 10px;
	margin:0 auto;
}
/*********** [ //Main Theme Styles ] ***************/


/*********** [ Client Modal Styles ] ***************/

.border{
	border:1px solid #3a4e6d;
}
.Bg{
	background-color:#3a4e6d;
}
.accentTop{
	background-color:#cdd1d6;
}
.accentChecks{
	background-color:#7e8a9d;
}

#modalPreviewContainer ul li{ 
	background:url("../images/summer-check.gif") no-repeat scroll 0 4px transparent;
}
/*********** [ //Client Modal Styles ] ***************/


/*********** [ Testimony Form Modal Styles ] ***************/
#testimoneyFormContainer{
	padding:10px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
#testimoneyFormContainer ul{
	list-style:none; 
}
#testimoneyFormContainer ul li{
	margin:5px 0;
}
#testimoneyFormContainer ul li input[type="text"], #testimoneyFormContainer ul li textarea{
	width:267px;
	border:1px solid #a4a5a7;
	color:#666666;
}
#testimoneyFormContainer ul li input[type="text"]:focus, #testimoneyFormContainer ul li textarea:focus{
	background:#fff;
	color:#000;
}
/*********** [ //Testimony Form Modal Styles ] ***************/

/*********** [ Comments ] ***************/

#commentform input[type="text"]{
	background:#cdd1d6;
	border: 1px solid #3a4e6d;
}
#commentform textarea{
	background:#cdd1d6;
	border: 1px solid #3a4e6d;
}
.commentlist .alt {
	background:#cdd1d6;
}


