/* =========================================== */
/* = Profile CSS used in Find a Photographer = */
/* =========================================== */

/* */
/* MAIN FAP STYLES */
div#fap_container h1	{
	font-family: "Arial";
	font-size: 2.3em;
	margin: 0 0 10px 0; 
	color: #7c98ae;
	font-weight: bold;
}

div#fap_container h2	{
	font-size: 1.6em;
	font-family: Helvetica, Arial;
	font-weight: bold;
	color: #993300;
	padding-bottom: 5px;
	border-bottom: 1px dotted #cccccc;
}

div#fap_container h3	{
	font-size: 1.35em;
	font-family: Helvetica, Arial;
	color: #993300;
	margin: 3px 0 0 0;
}

div#fap_container h4	{
	font-size: 1.1em;
	font-family: Helvetica, Arial;
	font-weight: bold;
	color: #993300;
}

div#fap_container h4.with_hr	{
	padding-bottom: 2px;
	border-bottom: 1px dotted #993300;
}


div#fap_container span.right	{
	font-size: 1.1em;
	font-family: Helvetica, Arial;
	font-weight: bold;
	color: #000000;
	float: right;
}

div#fap_container hr {
	color: #7c98ae;
	border: 1px dotted #7c98ae; 
	border-style: none none dotted;
	margin: 0 0 10px 0;
	clear: both;
}

div#fap_container div#top_links {
	
}

div#fap_container span.pagelinks {
	float: left;
	font-size: 1.1em;
	color: #993300;
	font-weight:bold;
}

div#fap_container span.pagelinks a {
	color: #993300;
}

div#fap_container {
	padding:10px;
	position:relative;
}
/* END MAIN FAP STYLES */
/* */ 


/* * /
/* MEMBER PROFILES */
div#main_member_slug {
	padding-bottom: 20px;
	border-bottom: 1px dotted #000000;
	margin-bottom: 5px;
}

div#member_thumbs {
	width: 100%;
	float: left;
	min-height: 300px;
}

div.details_block h4 { 
	margin: 0px!important;
}

div.details_block {
	float: left;
	border-left: 1px dotted #000000;
	padding: 15px 5px;
	max-width: 192px;
}

div.details_block.first {
	border-left: 0;
	padding-left: 0;
}
/* END PROFILES */
/* */ 

/* */
/* SEARCH PAGE "index" */
p.intro {
	font-size: 1.15em;
	line-height: 1.3em;
}
p.message {
	font-size: 1.0em;
	line-height: 1.3em;
	padding: 7px;
	background-color: #fcc;
}
div#panels {
	margin: 20px 0;
	padding-bottom: 20px;
}
div#panels h4 {
	color: #000000;
}
div#panels span {
	line-height: 25px;
}

div#panels p {
	margin: 10px 0;
}

div#left_panel {
	padding: 10px 0 10px 0;
	float: left;
	width: 45%;
}

div#right_panel {
	border-left: 1px dotted #000000;
	padding: 10px 0 10px 10px;
	float: left;
	width: 50%;
	margin-bottom: 50px;
}

div#right_panel select {
	margin: 3px 0;
	
}
div#fapcrit_join {
	visibility:hidden;
	margin-bottom:10px;
}
div#submit_container {
	position: absolute;	
	bottom: 0px;
	right: -22px;
	padding: 20px;
	width: 120px;
	height: 35px;
	background-color: #7c98ae;
}
div#fap_footer {
	visibility:hidden;
}
div#show_me {
	margin-top: 65px;
	margin-left:10px;
}

.hidden {
	display: none;
}

/* END SEARCH PAGE */
/* */

/* */
/* BROWSE PAGE "results" */
table.fapresults td {
	padding: 1px 0 3px 3px;
}

table.fapresults td.namerow {
	padding: 3px 0 1px 3px;
	font-weight: bold;
	font-size: 1.0em;
}
table.fapresults td.namerow a {
	color: #993300;
	font-size: 1.25em;
}
table.fapresults td a{
	color: #5d5f2a;
	font-size: 0.9em;
}

/* END BROWSE PAGE */
/* */

/*  content area for FAP result list */
#fapresults .resultcount {
	font-size: 11px;
	line-height: 18px;
	margin: 0;
	padding: 0 0 6px 0;
}
#fapresults .name {
	font-size: 14px;
	font-weight: bold;
	border-top: 1px dotted #999;
	padding: 8px 0 0 0;
}
#fapresults a, #fapresults a:visited {
	color: #5d5f2a;
}
#fapresults  a:hover {
	color: #930;
}
#fapresults .name a, #fapresults .name a:visited {
	color: #930;
}
#fapresults .name a:hover {
	color: #c00;
}
#fapresults ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#fapresults li {
	margin: 0;
	padding: 0;
}
#fapresults td.facts {
	font-size: 12px;
	line-height: 18px;
	vertical-align: top;
	padding: 4px 0 6px 0;
}
#fapresults .facts a, #fapresults .facts a:visited {
	color: #5d5f2a;
}
#fapresults .facts a:hover {
	color: #930;
}
#fapresults .pix {
	height: 50px;
	background-color: #ccc;
	padding: 0;
	margin: 0;
}
#fapresults .pix img {
	padding: 0 0 0 0;
	margin: 0 5px 0 0;
}
#fapresults .feather {
	height: 6px;
}



#fapprofile #toplevel {
	border-top: 1px dotted #999;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
}
#full_size_stuff {
	padding: 10px 0 0 0;
	width:390px;
	min-height:360px;
	float: right;
}
#full_size_stuff img {
	margin-bottom:8px;
}
#full_size_stuff p {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0;
}
#full_size_stuff .clickme {
	margin:60px 0 0 0;
}
#full_size_stuff .photo_title {
	font-weight: bold;
}
#full_size_stuff .more_caption {
	text-align:right;
	margin:0;
	padding:0;
}

#fap_contacts {
	width: 170px;
	margin: 0 10px 0 0;
	padding: 10px 10px 0 0;
}
#fap_contacts p, #fap_facts p, #fap_specialties p, #fap_metroareas p  {
	font-size: 11px;
	line-height: 18px;
	margin: 0;
	padding: 0;
}
#fap_contacts .name {
	font-size: 14px;
	font-weight: bold;
	color: #930;
}
#fap_contacts a, #fap_contacts a:visited {
	color: #5d5f2a;
}
#fap_contacts a:hover {
	color: #930;
}
#fap_contacts #thumbnails {
	margin: 6px 0 0 0;
}
#fap_contacts img {
	padding: 0 0 0 0;
	border: none;
}
#fap_contacts ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#fap_contacts li {
	padding: 0;
	margin: 0;
	display: inline;
}
#fap_contacts select {
	width: 160px;
	margin: 10px 0 0 0;
}
div#thumbnails img {
	margin:0 2px 2px 0;
}

#fapprofile #midlevel {
	clear: both;
	border-top: 1px dotted #999;
	margin: 0 0 0 0;
	padding: 15px 0 0 0;
}
tbl_midlevel {
	width: 100%;
	border: none;
}
#fap_facts {
	width: 195px;
	margin: 0;
	padding: 0 5px 0 0;
	vertical-align: top;
}
#fap_facts a {
	color:#5d5f2a;
}
#fap_specialties {
	width:200px;
	margin: 0 0 0 5px;
	padding: 0 5px 0 5px;
	border-left: 1px dotted #999;
	vertical-align: top;
}
#fap_specialties ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
}
#fap_specialties li {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 2px 0 0 0;
}
#fap_specialties h3 {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0;
	color: #930;
}
#fap_blurb_1col {
	width: 205px;
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
	border-left: 1px dotted #999;
	vertical-align: top;
}
#fap_blurb_2col {
	width: 410px;
	margin: 0 0 0 5px;
	padding: 0 0 0 15px;
	border-left: 1px dotted #999;
	vertical-align: top;
}
#fap_blurb_1col .biog,
#fap_blurb_2col .biog {
	margin: 0 0 0 0;
	font-size: 11px;
	line-height: 17px;
}
