/*
Theme Name: Fetherstonhaugh
Theme URI: http://www.fetherstonhaugh.com/
Description: The Fetherstonhaugh Theme.
Version: 1.0
Author: NDM
Tags: fixed width

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
    background: #231f20;
   	color: #fff;
	text-align: center;
	}

#page {
	background: #231f20;
	text-align: left;
	border: 0px solid orange;
	/* visibility: hidden;	 */
	}

#header {
	background: #231f20 url('images/fa-proto-header-902.jpg') no-repeat bottom center;
	border: 0px solid red;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 110px;
	width: 902px; /*1040px; 740 */
	}

#content{
	display: inline;
	float:left;
	background: transparent; /* #fff; */
    /* height: 380px; */
	margin: -460px 0px 0px 0px;
	padding: 35px 0px 0px 35px;
	font-size: 1em;
	line-height: 17px;
	overflow: hidden;
	width: 600px;
	}
	
#contentart {
	margin: -462px 0px 0px 0px;
	padding: 35px 0px 0px 35px;
	background: transparent; /*#fff; */
	width: 560px;
	overflow: hidden;
	}	

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	/* line-height: 16px; */ /* 1.4em; */
	font-size: 1.3em;
	line-height: 1.30em; /* 1.4em; */
	}

.narrowcolumn .entry p:first-child {
	margin-top: 0px;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}
/* #73A714 */	
a:link, a:visited   {
	color: #D1FF5F; /* #4175a5;  #0085CF; #b85b5a; #0085CF #114477 */
	text-decoration: none;
	}

a {outline:none;}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}


#footer {
	background: #231f20  url('images/fa-proto-footer-902.jpg') no-repeat top; 
	border: none;
	/* border-top: 1px solid #ccc; */
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #D1FF5E; /* #333; */
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #D1FF5F; /* #0085CF;   #b85b5a; #0085CF #114477 */
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Helvetica, Verdana, Arial, Sans-Serif;
	line-height: 1.2em;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #D1FF5F; /*#59A5EF;*/
	text-decoration: none;
	}

a:hover {
	color: #D1FF5F; /* #147; */
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	margin: 60px auto;
	padding: 0px 0px 0px 0px;
	width: 902px;
	}

#header {
	margin: 0px;
	padding: 0;
	height: 660px;
	width: 902px; /* 758px; */
	}

#headerimg {
	margin: 0;
	height: 150px;
	width: 100%;
	}

.narrowcolumn {
	display:inline;
	float: left;
	padding: 0px 0px 20px 0px;
	margin: 5px 0px 0px 0px;
	width: 660px; /* 450px; */
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 660px; /* 450px; */
	}

.post {
	margin: 0 0 40px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	display: inline;
	padding: 0px;
	margin: 30px 0px 0px 0px;
	width: 902px;
	clear: both;
	height: 4px;
	z-index: 10001;
	position:relative;
	background: transparent;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: left;	
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 0px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	/* content: "\00BB \0020"; */
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 10px 10px 10px;
	margin: -450px 25px 0px 0px;
	width: 175px;
	height: 100%;
	overflow: hidden;
	display:inline;
	float: right;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/*
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	*/
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* FA-ARF */
hr.FA-ARF {
	display: block;	
	color: #999;
	margin: 24px 0px 12px 0px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #999;
}

.text-if-caption {
	color: #666;
	text-align: left;
	font-size: 11px;
}

.toppagefixedtext{
	color: #666;
	text-align: left;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}

.frontpagetext {
	/* display: none; */
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	width: 690px;
	text-align: left; 
	margin : -5px 0px 0px 0px;
	padding: 0px;
}

#circlelogo{
	display:inline;
	float:left;
	position: relative;
	top: 0px;
	left:-80px;
	float:left;
}

#frontpageimage{
	display:inline;
	float:left;
	position: relative;
	top: 102px;
	left:0px;
	float:left;
	z-index: 100;
	height: 495px;
	overflow: hidden;
}

#frontpagetextbox{
	display:inline;
	float:left;
	position: relative;
	top: 3px;
	left:-100px;
	z-index: 200;
	width:255px;
}

#privatelink{display:inline; float:right; margin-right: 170px;}


#hiddencontent{
	display: none;
	}

#splashboxWrapper{
	/* 
	display: inline;
    float: left;
	position: relative;
	top: -10px;
	left: 15px;
	*/
	
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 795px;
	height:0px;

	padding: 0px;
	border: 0px solid red;
	background: transparent;
}

#splashbox {
	display: none;
	width: 680px;
	height: 400px;	
	font-family: Verdana, Arial, Sans-Serif;
	text-align: left; 
	margin: 135px 0px 0px 15px;
	padding: 35px 54px 0px 46px;
	font-size: 1.2em;
	overflow: hidden;
	border: 0px solid red;
	color: #ffffff;
	background: transparent;
	cursor: pointer;
	clear:both;

}

.frontpagetext a:link, .frontpagetext a:visited {
	font-size: 13px;
	text-decoration: none !important; 
	}
.frontpagetext a:hover {
	text-decoration: underline !important; 
	font-size: 13px;
	}


#splashboxwrapper a:link, #splashboxwrapper a:visited {
	text-decoration: none !important; 
	color: #fff;
	}
#splashboxwrapper a:hover { 
	color: #fff;
	text-decoration: none !important;
	}


#backpanel{
	display: none;

	width: 680px;
	height: 400px;
	
	margin: 135px 0px 0px 15px;

	padding: 35px 54px 0px 46px;
	border: 0px solid red;
	background: #fff;
	clear:both;


}	
	

#menu {
		/* clear: both; */

	display: none;
	float:left;
     
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	z-index: 1;

	width: 680px;
	padding: 15px 54px 0px 61px;
	margin: -1px 0px -2px 0px;
	height: 20px;
	background: #ffffff; 
	}

.menuitem, .menuitemhit{
		display: inline;
		float: left;
		padding: 0px 16px 0px 0px;
		color: #333;
	}
	
.menuitemlast, .menuitemhitlast{
		display: inline;
		float: right;
		margin-right: -5px;		
		padding: 0px 0px 0px 0px;
	}
	
.menuitem a:link, .menuitem a:visited, .menuitemlast a:link, .menuitemlast a:visited {
	color: #999;
}

.menuitem a:hover, .menuitemlast a:hover {
	color: #333;
	text-decoration: none;
}

.menuitemhit a:link, .menuitemhit a:visited, .menuitemhitlast a:link, .menuitemhitlast a:visited {
	color: #333;
	text-decoration: none;
}

#submenu{
	position:relative; 
	height: 20px; 
	clear:both;
	font-size: 12px; 
	color:#999;
	font-weight: normal;
	padding-top: 5px;
}

.submenuitem, .submenuitemhit{
		display: inline;
		float: left;
		padding: 0px 30px 0px 30px;
		color: #333;
	}
	
.submenuitem a:link, .submenuitem a:visited {
	color: #cccccc;
}

.submenuitem a:hover {
	color: #333;
	text-decoration: none;
}

.submenuitem a {
	color: #333;
}


#menuclear {
		/* clear: both; */

	display: inline;
	float:left;
     
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;
	
	position: relative;
	top: 90px;
	z-index: 1000;

	width: 840px;
	padding: 15px 54px 0px 30px;
	margin: 0px auto 0px auto;
	/* margin: -1px 0px -2px 0px; */
	height: 20px;
	background: transparent; 
	}

.menuclearitem, .menuclearitemhit{
		display: inline;
		float: left;
		padding: 0px 36px 0px 0px;
		color: #b3b3b3;
		
		font-family: Helvetica, Verdana, Arial, Sans-Serif;
		font-weight: normal;
		font-size: 16px;
	}

.menuclearitemlast, .menuclearitemhitlast{
		display: inline;
		float: right;
		margin-right: -5px;		
		padding: 0px 0px 0px 0px;
		font-family: Helvetica, Verdana, Arial, Sans-Serif;
		font-weight: normal;
		font-size: 16px;
	}
	
.menuclearitem a:link, .menuclearitem a:visited, .menuclearitemlast a:link, .menuclearitemlast a:visited {
	color: #b3b3b3;
	text-decoration: none;
}

.menuclearitem a:hover, .menuclearitemlast a:hover {
	color: #efefef;
	text-decoration: none;
}

.menuclearitemhit a:link, .menuclearitemhit a:visited, .menuclearitemhitlast a:link, .menuclearitemhitlast a:visited {
	color: #efefef;
	text-decoration: none;
}

#submenuclear{
	display: inline;
	float:left;
     
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #ffffff;
	
	position: relative;
	top: 10px;
	left: 0px;
	z-index: 1000;

	width: 600px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	height: 20px;
	
}


.submenuclearitem, .submenuclearitemhit{
		display: inline;
		float: left;
		padding: 0px 16px 0px 0px;
		color: #b3b3b3;
		
		font-family: Helvetica, Verdana, Arial, Sans-Serif;
		font-weight: normal;
		font-size: 12px;
	}


.submenuclearitem a:link, .submenuclearitem a:visited {
	color: #b3b3b3;
	text-decoration: none;
}

.submenuclearitem a:hover {
	color: #efefef;
	text-decoration: none;
}

.submenuclearitemhit a:link, .submenuclearitemhit a:visited {
	color: #efefef;
	text-decoration: none;
}




#footer-contact {
	width: 100%;
	height: 40px;
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #b3b3b3; /* #666; */
	text-align: left;
	padding: 0px;
	margin: 0px;

	font-weight: normal;
	font-size: 1.33em;
	line-height: 1.33em;
	
	position: absolute;
	top: 15px;
	left: 0px;
}

#footer-contact a:link, #footer-contact a:visited{
	color: #b3b3b3; /* #666; */
	text-decoration: none;
}

#footer-contact a:hover{
	color: #fff; /* #333; */
	text-decoration: none;
}

.moverightover {
	margin-left: 270px;
	border: 0px solid red;
	padding-right: 0px;
	margin-right: 0px;
}

#bannerbox{
	clear: both;
	display: none;
	float:left;
	background: transparent;
	width: 798px;
	height: 110px;
	z-index: 10;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#bannerpad {
	display: inline; 
	float: left; 
	background: #ffffff;
	padding: 0px;
	margin: 0px;
	border: 0px solid green;
	width: 15px;
	border: 0px solid green;
	height: 110px;
}

#bannerimage {
	display: inline; 
	float: left; 
	padding: 0px;
	margin: 0px;
	border: 0px solid green;
	width: 780px;
	height: 110px;
}



#fapreview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	width: 700px;
	height: 600px;
	}
	
#textspantable{
	width: 600px;
}

#textspantable td {
	width: 175px;
    padding: 0px 20px 0px 0px;	
    text-align: left;
}

#logintable td{
	text-align: left;
}

#central-load-indicator{
	width: 32px;
	margin: 55px auto 0 auto;
}

#infopanelwrapper{
	position: relative;
	z-index: 5000;
	top: -100px;
	left: 0px;
	margin-bottom: -100px;
	display: block;
	visibility:hidden;
}


#infopanel{
	position: absolute;
	z-index: 5000;
	top: 0px; /* hover -270 */
	left: -10px;
	width: 580px;
    font-family: Verdana, Arial, Sans-Serif;
	color: #555;
	background: transparent; /* top */  
	padding: 10px;
	overflow: hidden;
}

#infopanelText{
	color: #eee;
}

#cpp{
	top:0px;left:-10px;
}

#cppdiv{	
}

#cpp2{
	top:0px;left:-10px;
}

#cppdiv2{	
}

#contactaddresspanel{
	display:inline;
	float:left;
	width: 200px;
	border: 0px solid red;
	margin: 0px 0px 2px 0px;
}

#contactformpanelwrapper{
	position:relative;
	z-index: 1000;
	top: 20px;
	left: 0px;
}

#contactformpanel {
	display: inline;
	float: left;
	clear: both;
	position: relative;
	z-index: 1000;
	margin: 0px;
	padding: 0px;
	width: 190px;
	height: 225px;
	border: 0px solid #999;
	background: transparent; /* #fff; */
	font-size: 11px;
	
}

#contactformpanelfloat {
	display: none;
	position: absolute;
	z-index: 1000;
	top: -40px;
	left: 180px;
	margin: 10px 0px 0px 0px;
	padding: 20px;
	width: 285px;
	height: 360px;
	border: 0px solid #999;
	background: #fff;
	font-size: 11px;
	
}

#contactformpanelclose {
	position: absolute;
	top: 5px;
	right: 5px;
	border: 0px solid red;
	width: 120px;
	left: 20px;
}

#contactaddresssendus{
	width: 150px;
	height: 30px;
	margin: 10px 0px 10px 0px;
	padding: 5px;
	background: #ccc;
	border: 1px solid #999;	
	text-align: center;
}

#contactformpanel .wpcf7-form p{
	text-align: left;
	margin: 0px;
}

#contactformpanel .wpcf7-form .wpcf7-validates-as-required {
	width:16em;
	background: #fff;
	display: inline;
	float: left;
	clear:both;
	padding:0.2em;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	font-family: arial,helvetica,clean,sans-serif;
	border:1px solid #CDCDCD;

}

#contactformpanel .your-subject input{
	width: 174px;
	background: #fff;
	display: inline;
	float: right;

}

.captcha-label-text {
	display: inline;
	float: left;
	width: 50px;
	height: 20px;
	line-height: 2.1em;
	text-align: left;
	clear: both;
}

.captcha-row-box {
		width: 100%;
		height: 25px;
}

.captcha-row-msg-box {
	height: 80px;
}

.captcha-code-box {
	display: inline;
	float: left;
	margin-top: 2px;
	width: 60px;
}

.captcha-code-box-input {
	display: inline;
	float: right;
	margin: 2px 10px 0px 0px;
	width: 50px;
}


#contactformpanel .captcha-750 input {
	width: 50px;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	font-family: arial,helvetica,clean,sans-serif;
	border:1px solid #CDCDCD;
}

legend {
	text-align: left;
	font-weight: bold;
	color: #666;
	margin-left: -3px;
}

.captcha-legend{
	text-align: left;
	font-weight: bold;
	color: #fff; /* #666; */
	margin: 0px 0px 2px 0px;
}	
	

fieldset {
	padding: 0px;
	margin: 0px;
	border: 0px solid #ccc;
}

#contactformpanel textarea {
	display: inline;
	float: left;
	clear:both;
	width:16em;
	height: 65px;
	background: #fff;
	margin: 1px 0px 5px 0px;
	padding:0.2em;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	font-family: arial,helvetica,clean,sans-serif;
	border:1px solid #CDCDCD;
	}
	

/* outline:none; */
#menumap {outline:none;}

#contactmappanel{
    position: relative;    
    z-index: 1;
    top: 0px;
    left: 10px;
    width: 350px;
    height: 350px;
    border: 1px solid #999;	
    overflow: hidden;
	
}

#contactmappanel iframe{
    z-index: 1;
}

input#captchar-submit {
	margin: 5px 0px 10px 0px;
	width: 185px;
	display: inline;
	float: left;
}

#contactformfilter {
	background-color:#333333;
	display:none;
	height:100%;
	left:0;
	opacity: 0.75;
	filter: alpha(opacity=75);	
	position:absolute;
	top:0;
	width:100%;
	z-index:10;
}

.wpcf7-response-output, .wpcf7-display-none, .wpcf7-validation-errors, .wpcf7-mail-sent-ng {
	position: relative;
	top: -125px;
	left: 180px;
	background: #ffffff;
	color: #ff0000;
	border: 1px solid #ff0000;
	
}

.wpcf7-mail-sent-ok {
	position: relative;
	top: -125px;
	left: 180px;
	background: #ffffff;
	color: #666;
	border: 1px solid #ff0000;
	
}

span.wpcf7-not-valid-tip {
	color: red;	
}

div.wpcf7-validation-errors{
	color: red;	
	border: 2px solid #ff0000 !important;
}

div.wpcf7-response-output{
	border: 1px solid #ff0000;
}

.errortext {
	text-align: center;
}

#one-third-block {
	display: inline;
	float: left;
	width: 255px;
	border: 0px solid #ccc;
	overflow: hidden;
}

#two-thirds-block {
	display: inline;
	float: right;
	width: 395px;
	height: 350px;	
}

.client-login-table-div {
	border: 0px dotted #cccccc; position: relative; z-index: 1; margin-left: -15px; width: 330px; 
	background-color: transparent; /*#ffffff;*/
}

#username{
	border:1px solid #E5E5E5;
	background: #FBFBFB none repeat scroll 0 0;
	font-size: 20px;
	font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
    color: #666666;
}

#password {
	border:1px solid #E5E5E5;
	background: #FBFBFB none repeat scroll 0 0;
	font-size: 20px;
	font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	color: #666666;
}

.picPane { z-index:20; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;  }
#picDiv1 { position: relative; padding:0px; z-index:11; top:0px; left:0px; width:255px;height:325px; filter:alpha(opacity=100); opacity: 1; visibility:visible;
}
#picDiv2 { position: relative; padding:0px; z-index:10; top:-325px; left:0px; width:255px;height:325px; filter:alpha(opacity=100); opacity: 1; visibility:visible;
}


a.artresourcelist:link, a.artresourcelist:visited {
	color: #ffffff;
}

a.artresourcelist:hover {
	color: #ffffff;
}

.FA_archiveImage {
 width: 100px;	
}

#archive_button_wrapper {
	display: none;
	position: relative;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
}

#archive_button {
	display: none;
	position: absolute;
	z-index: 500;
	top: 80px; /* hover -270 */
	left: -10px;
	width: 550px;
    /*filter:alpha(opacity=70);-moz-opacity:0.7;opacity:0.7;	*/
}

#archive_button a {
	/* color: #999; */
}

#twitter_link {
	display: none;
	position: relative;
	z-index: 500;
	top: -107px; /* hover -270 */
	left: 648px;
	width: 150px;
}

#imageflow-wrapper {
	height:400px;
}


/* Hide Angie */
img#wpstats{width:0px;height:0px;overflow:hidden;}



/**
 * Twitter Widget
 */
 
.twitter-avatar {
	display: inline;
	float:right;
	margin: 0px 5px 5px 0px;
	}
	
.widgettitle {
		display: none;
	}

#sidebar .widget_twitter div ul {
	padding:0px;
	margin: 0px;
}
	
#sidebar .widget_twitter div li {
	padding: 0.6em 0 0.6em 0;
	clear:both;
	color: #eee;
}
#sidebar.widget_twitter div li img {
	float:left;
	margin-right: 0.5em;
}
#sidebar.widget_twitter div li .clear {
	clear:both;
}

#backhome {
	position: relative;
	height:100px;
}


/* Twitter Pro override */
.widget_twitter .from-meta {
	display:none;
	
}

.widget_twitter .entry-content {
	display: inline;
	float:left;
	padding: 5px 0px;
	margin: 0px;
}

.widget_twitter .entry-meta, .widget_twitter .time-meta {
	display: inline;
	float:left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
/*
div.wpcf7-validation-errors {
	position: relative;
	top:-165px;
	left: 180px;
	background: #ff0000;
	color: #ffffff;
}
*/

.highlight{
	background: #D1FF5F;
	color: #333333;
	padding: 0px 3px 0px 3px;
}

#outthere{
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	font-weight: bold;
}

#sb-wrapper {
	z-index: 2000;
}

/* body * { margin:0 !important; padding:0 !important; } */
/* End FA-ARF */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

