/*
Theme Name: Williston
Theme URI: 
Author: 
Author URI:
Description: 
Version: .1
License: 
License URI: 
Tags:
*/

/*
#053373 dark blue
#2E5F8F light blue
#51a116 green
-------------------------------------------------------------- */

#top-wrapper{
	position:relative;
}

#top-logo-area{
	width: 455px;
	height: 80px;
	position: relative;
	padding: 10px 0px;
}
#top-logo-area img{
	margin-top: 10px;
}

#williston-website-link{
	position:absolute;
	top:45px;
	text-align: right;
	width:300px;
	right: 20px;
	font-size: 18px;
}

#williston-site-title{
	padding: 0px 0px 5px;
	color:#053373;
	font-size:18px;
	clear:none;
	text-align:left;
	margin:0em;
	
/*	position:absolute;
	top:65px;
	text-align: right;
	width:400px;
	left: 300px;
	*/
}

#williston-site-title a,
#williston-site-title a:link,
#williston-site-title a:visited {
	color:#053373;
}










/* Search Form */
#topsearch {
	position:absolute;
	top:10px;
	text-align: right;
	width:300px;
	right: 0px;
}
#topsearch #searchform div {
	margin: 0;
}
#topsearch #s {
	float: right;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 72px;
}
#topsearch #s:focus {
	background-color: #f9f9f9;
	width: 196px;
}
#topsearch #searchsubmit {
	display: none;
}
#topsearch .only-search #searchform {
	top: 5px;
	z-index: 1;
}
#topsearch .only-search #s {
	background-color: #666;
	border-color: #000;
	color: #222;
}
#topsearch .only-search #s,
#topsearch .only-search #s:focus {
	width: 85%;
}
#topsearch .only-search #s:focus {
	background-color: #bbb;
}
#topsearch .with-image #searchform {
	top: auto;
	bottom: -27px;
	max-width: 195px;
}
#topsearch .only-search + #access div {
	padding-right: 205px;
}


/*williston search */
#searchform input[type=text],
#searchform input[type=password],
#searchform textarea {

	border: 1px solid #053373;
	color: #000;
	height:16px;
}

input#s {
    background: url("images/search-icon.jpg") no-repeat scroll 0px 0px transparent;
    font-size: 12px;
}


/*Footer Area */

#ftr-outer{
	background: #053373;
	border-top: 3px solid #51a116;
	color: #fff;
	font-size: 12px;
	line-height: 2.2em;
	padding: 1.2em 30px;
	text-align: center;
}
#ftr-outer a{
	color: #fff;
	font-weight: bold;
}

#ftr-followus{
	font-size:150%;
	text-align:right;
	margin-bottom:20px;
}
#ftr-followus a{
	vertical-align:middle;
}
#ftr-followus img{
	vertical-align:middle;
	padding-right:5px;
}



#ftr-address{
	text-align:left;
	width:230px;
	float:right;
	line-height:18px;
	clear:right;
	padding-bottom:20px;
}
#ftr-address .title{
	font-size:120%;
	padding-bottom:5px;
}


#ftr-copyright{
	clear:both;
	font-size:80%;
	text-align:right;
}






/*Front Footer area*/

#fp-4up-wrapper{
	float:left;
	width:700px;
	overflow:hidden;
	padding-right:5px;
	margin:0;
	font-size:10px;
	line-height:12px;
	position:relative;
	z-index:1;
}
#fp-4up-wrapper article{
	float:left;
	width:150px;
	overflow:hidden;
	padding-right:5px;
	margin:0;
	font-size:10px;
	margin-right:15px;
}


.fp-title,
.fp-title a,
.fp-title a:link
{
	padding:0 0 10px;
	margin:0;
	color:#a60357;
	font-size:12px;
	line-height:14px;
	text-align:left;
	white-space:nowrap;
}

.fp-4up-images{
	margin-bottom:00px;
/*	width: 150px;
	height:82px;*/
}
.fp-4up-images img{
	border: 2px solid #51a116;
}

.fp-4up-images img:hover{
	border: 2px solid #fff;
}

/*END Front page*/


