/* @override 
	http://www.familytreeclinic.org/sfle-new/sites/all/themes/sfle/assets/styles/layout.css?c
	http://www.familytreeclinic.org/sfle/sites/all/themes/sfle/assets/styles/layout.css?N
*/

/** 
 * Generic styles
 */

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	}

body {
	font-family: Trebuchet MS, Georgia;
	font-size: 62.5%;
	color: #fff;
	}

h2 {
	font-size: 1.8em;
	margin: .2em 0 0 0;
	}

h3 {
	font-size: 1.6em;
	font-weight: bold;
	margin: .1em 0 .5em 0;
	}
	
h4 {
  	font-size: 1.4em;
  	margin: .7em 0 0 0;
  	}

p {
	font-size: 1.2em;
	line-height: 1.4;
	margin: 1em 0;
	}

a {
	color: #9cf; /* color: #fba; */
	font-weight: bold; 
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

ul, ol {
	margin: 1em 0;
	}

ul li {
	margin: 0 0 0 1.25em;
	padding: .3em 0;
	}

ol li {
	margin: 0;
	padding: .3em 0;
	}

blockqoute {
	
	}
	
strong {
  font-weight: bold;
  }
  
em {
  font-style: italic;
  }

img[align="left"] {
	margin: 0 12px 6px 0;
	}

img[align="right"] {
	margin: 0 0 6px 12px;
	}

input {
	padding: 2px 4px;
	border: 1px solid #666;
	}

select,
textarea {
  border: 1px solid #666;
  }
	
input,
select,
label {
  font-size: 1.3em;
  padding: .1em;
  }
  
label {
	color: #fff;  
  }

/*
 * Basic page layout
 */

#page {
	width: 780px;
	margin: 0 auto;
	padding: 20px 0;
	}

#header-wrapper {
	padding: 15px 0 0 0;
  	background: #900 url(../images/top_cap.gif) no-repeat top left;
  	}

#header {
	background: #900 url(../images/bottom_cap.gif) no-repeat bottom left;
	}

#nav {
	
	}

#center-wrapper {
	padding: 15px 0 0 0;
	background: #900 url(../images/top_cap.gif) no-repeat top left;
	}

#center {
	width: 740px;
	padding: 20px;
	background: #900 url(../images/bottom_cap.gif) no-repeat bottom left;
	}

#leftcol {
	
	}

#rightcol {
	
	}

/* @group header styles */

#header {
  text-align: center;
  padding: 0 0 8px 0;
  }

#header h1 {
  width: 207px;
  height: 77px;
  margin: 0 auto;
  }
  
#header h1 a {
  display: block;
  width: 207px;
  height: 77px;
  background: #900 url(../images/logo.gif) no-repeat top left;
  }
  
#header h1 a span {
  display: none;
  }


#header h2 {
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 1.6em;
	font-weight: bold;
	font-variant:small-caps;
	text-transform: uppercase;
	letter-spacing: 8px;
	padding: .3em 0;
	text-align: center;
	border-bottom: 1px solid #fff;
}

#header h2 a {
  	color: #fba;
  	text-decoration: none;
  	}

/* @end */
	
/* @group navigation styles */

#navlist {
  font-family: Helvetia, arial, sans-serif;
  margin: 8px 0 0 0;
  padding-left: 25px;
  text-align: left;
  }
  
#navlist li a {
	padding: 0 .4em;
	font-size: 1.2em;
	color: #fba;
	text-decoration: none;
	}

#navlist li a:hover {
	color: #9cf;
	text-decoration: underline;
	}

#navlist li a.active,
#navlist li a.active:hover {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  }
  

/* @end */	

/* @group center styles */
  
#center .node {
  border-top: 1px solid #fff;
  }
  
#center .node .left,
#center .node .right {
  float: left;
  width: 48%; 
  }
  
#center .node .right {
  margin-left: 4%;
  }

#center .distance,
#center .phone,
#center .website,
#center .address,
#center .view-contacts {
  display: block;
  line-height: 1.2;
  }
 
#center .distance,
#center .phone,
#center .website,
#center .address,
#center .view-contacts, 
#center .additional-info {
  margin-left: 10px;
  }
  
#center .distance {
  margin-bottom: .4em;
  font-style: italic;
  }
 
#center .address {
  margin-top: .4em;
  }

#center form,
#center table {
  color: #000;
  }

.phone,
.website,
.address {
  font-size: 1.2em;
  }
  
.view-content h3 a {
  color: #fff;
  }
  
.view-content a:hover {
	color: #9cf;
	text-decoration: underline;
	}

.node {
  padding: 0 0 20px 0;
  }
  
.node-page {
  padding-top: 1em;
  }
  
span.back-to-directory {
  display: block;
  margin: 0 0 1em 0;
  font-size: 1.2em;
  }
  
p.topics {
  margin: 1em 0 0 0;
  }

#center div.topics {
  float: right;
  width: 45%;
  }

#center div.topics h3 {
  margin: 0;
  }

#center div.topics ul {
  margin: 0;
  font-size: 1.2em;
  }
  
#center div.topics ul li {
  padding: .1em 0;
  }

#views-exposed-form-Organizations-page-1 .views-exposed-form {
  margin: 20px 0 0 0;
  }
  
form {
  margin: 0;
  }
  
#result-summary {
  font-size: 1.3em;
  margin: 10px 0 20px 0;
  }
  
#result-summary label {
  font-size: 1em;
  font-weight: bold:
  }
  
#views-exposed-form-Organizations-page-1 .form-submit,
#location-search-form .form-submit {
  margin: 16px 0 0 0;
  padding: .2em;
  color: #900;
  font-weight: bold;
  background: #fba;
  border: none;
  }
  
span.view-contacts {
  display: block;
  margin: 8px 0 0 0;
  }
  
span.view-contacts a {
  font-size: 1.2em;
  font-weight: bold;
  }
  
body.content #center .node {
  border: none;
  }

#center .block-views {
  margin: 1em 0 1.2em 10px;
  }

#center .block-views .content {
  padding: 0;
  }
  
#center .block-views h2.title {
  margin: 1.2em 0 .2em 0;
  font-size: 1.5em;
  text-align: left;
  }
  
#center .view-Contacts ul {
  margin: 0;
  padding: 0;
  }
  
#center .view-Contacts li {
  margin: 0 0 0 .5em;
  padding: .1em 0 .7em 0;
  background: none;
  font-size: 1.2em;
  line-height: 1.1;
  }
  
#center .view-Contacts p {
  font-size: 1em;
  }
  
#center .gmap {
  margin-bottom: 20px;
  }
  
#center .gmap a {
  display: block;
  color: #6261d8;
  font-size: 1.5em;
  margin: 5px 0 0 5px;
  line-height: 1.1;
  }
  
#center .messages {
  color: #000;
  }


/* @end */


/* @group admin styles */


body.admin #center-content {
  padding: 10px;
  background: #fff;
  border: 1px solid #666;
  color: #000;
  }
  
body.admin fieldset {
  background: #fff;
  }
    
body.admin label {
  color: #000;
  }
  
body.admin a {
  color: #00f;
  }

/* @end */

/* @group pager styles */

ul.pager li.pager-item a,
ul.pager li.pager-first a,
ul.pager li.pager-previous a,
ul.pager li.pager-next a,
ul.pager li.pager-last a {
  color: #9cf;
  padding: .5em;
  border: 1px solid #fff;
  }
  
ul.pager li.pager-item a:hover,
ul.pager li.pager-first a:hover,
ul.pager li.pager-previous a:hover,
ul.pager li.pager-next a:hover,
ul.pager li.pager-last a:hover {
	color: #fff;
	background: #9cf;
	}

/* @end */



/* @group location search form */

#location-search-form {
  clear: both;
  }

#location-search-form .form-item {
  float: left;
  margin: 1em 15px 0 0;
  }
  
#location-search-form .form-submit {
  float: left;
  margin: 28px 0 0 15px;
  }

#location-search-form fieldset {
  float: left;
  background: none;
  padding: 0;
  border: none;
  }
  
#location-search-form fieldset .description {
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
  }
  
#location-search-form fieldset .form-item {
  margin: 0;
  }

/* @end */
