/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body {
	font-family: Tahoma, Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 84%;
	line-height: 1; 
	background: #e1dbc5 url(/images/layout/content_tile.jpg) center top repeat; 
	color: #010101;
}

a, a:visited, a:hover 	{ text-decoration: none; color: #52438f; }
a:hover 				{ color: #6d54d1; }
a:focus 				{ outline: 1px dotted invert; }

hr {
	border: 0 #dcdcdc solid;
	border-bottom-width: 1px;
	clear: both;
	height: 0;
}


/* Headings
----------------------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

h1 { font-size: 220%; font-weight: bold; margin-bottom: 10px; }
h2 { font-size: 160%; }
h3 { font-size: 120%; }
h4 { font-size: 110%; }
h5 { font-size: 100%; }
h6 { font-size: 90%; }


/* Spacing
----------------------------------------------------------------------------------------------------*/

ol { list-style: decimal; }
ul { list-style: disc; }
li { margin-left: 30px; }

ol li { margin-bottom: 15px; line-height: 1.2; }


p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

p { line-height: 1.3; font-size: 105%; }

form 		{  }
form table 	{ width: 100%; display: table; margin-bottom: 0; }
form table th, form table td { 
	width: 30%; 
	padding: 8px 10px; 
	vertical-align: top; 
	text-align: right;
	/* border-bottom: 1px solid #c6c3af; */
}

form input, 
form textarea 	{ padding: 2px 5px; color: #666b5c; font-family: Helvetica, Arial, sans-serif; font-size: 12px; }
form #submit 	{ color: #414141; cursor: pointer; }

form table td 			{ width: 70%; text-align: left; }
form table tr.last th, 
form table tr.last td 	{ border: none; padding-bottom: 0; }
form table label 		{ line-height: 1.2; }
form table small 		{ font-weight: normal; font-size: 11px; display: block; font-style: italic; }

form table .required {
  font-size: 12px;
  color: #e74b59;
}

blockquote {
	color: #666b5c;
	font-style: italic;
}

button 					{ background: none; border: none; margin: 0; padding: 0; display: inline; }

form fieldset 			{ border: 1px solid #dcdcdc; padding: 10px; display: block; height: 1%; margin-bottom: 0; }
form fieldset legend 	{ font-size: 88%; color: #000; padding: 0 10px; }


#container { background: url(/images/layout/content_img.jpg) center top no-repeat; }



/* Header
----------------------------------------------------------------------------------------------------*/

#header #top_nav ul, 
#header #top_nav form 	{ float: left; margin-top: 3px; }

#header #top_nav ul, 
#header #main_nav ul 	{ list-style: none; }

#header #top_nav ul li, 
#header #main_nav ul li { display: inline; margin: 0 5px; }

#header #logo 			{ padding: 20px 0; }
#header #logo a 		{ float: right; }


#header #top_nav ul#supernav { 
	font-size: 84%; 
	margin: 8px 20px 0 120px; 
	font-weight: bold;
}

#header #top_nav ul#supernav li { border-right: 1px solid #52438f; padding: 0 5px; margin: 0; }
#header #top_nav ul#supernav li.last { border: none; }

#header #top_nav form input { float: left; padding: 0; }
#header #top_nav form input#s { margin: 2px 2px 0 0; }

#header #top_nav ul#translation { 
	float: right; 
	position: relative; 
	margin: 3px 0 0 0; 
}

#header #top_nav ul#translation li a {
	display: block;
	background: #9c594e /* url(/images/layout/language_arrow.gif) 65px center no-repeat */;
	padding: 5px 8px;
	font-weight: normal;
	color: #fff;
	font-size: 84%;
	line-height: 1;
	border: 1px solid #9c594e;
}

#header #top_nav ul#translation li ul.qtrans_language_chooser { 
	display: none; 
	background: #fff;
	border: 1px solid #9c594e;
	margin: 0;
	position: absolute;
}

#header #top_nav ul#translation li ul.qtrans_language_chooser li a { 
	background: #fff;
	color: #9c594e;
	border: none;
	padding: 2px 5px;
	float: left;
}

#header #main_nav {
	background: url(/images/layout/mainnav.png) right bottom no-repeat;
	margin-top: 60px;
}

#header #main_nav ul {
	padding: 20px 10px 10px 10px;
	margin-bottom: 0;
}

#header #main_nav ul li a, #header #main_nav ul li a:visited, #header #main_nav ul li a:hover { 
	color: #fff; 
	font-size: 120%; 
	padding: 8px 15px;
	display: -moz-inline-box;
	display: inline-block;
	background: url(/images/layout/main_active.png) left -99999px no-repeat;
}

#header #main_nav ul li a:hover,
#header #main_nav ul li.current_page_item a, #header #main_nav ul li.current_page_item a:visited,
#header #main_nav ul li.current_page_ancestor a, #header #main_nav ul li.current_page_ancestor a:visited {
	background-position: left top;
	background-color: #fff;
	color: #663366;
}

#sidebar { margin-top: 30px; }

#sidebar ul#side_nav { list-style: none; }
#sidebar ul#side_nav li { margin: 0 0 10px 0; }
#sidebar ul#side_nav li a {
	text-transform: uppercase;
	color: #010101;
	font-size: 120%;
	display: block;
	padding: 5px 30px 5px 0;
}

#sidebar ul#side_nav li.current_page_item a,
#sidebar ul#side_nav li.current_page_ancestor a,
#sidebar ul#side_nav li.current_page_parent a {
		background: url(/images/layout/side_nav_current.png) right top no-repeat;
		color: #52438f;
}


#sidebar ul#side_nav li.current_page_item ul li a,
#sidebar ul#side_nav li.current_page_ancestor ul li a,
#sidebar ul#side_nav li.current_page_parent uli li a,
#sidebar ul#side_nav li ul li.current_page_item ul li a,
#sidebar ul#side_nav li ul li.current_page_item ul li a,
#sidebar ul#side_nav li ul li.current_page_item ul li a {
	font-weight: normal;
}

#sidebar ul#side_nav li ul li.current_page_item a,
#sidebar ul#side_nav li ul li ul li.current_page_item a { font-weight: bold; }


#sidebar ul#side_nav li.current_page_item ul li a,
#sidebar ul#side_nav li.current_page_ancestor ul li a,
#sidebar ul#side_nav li.current_page_parent ul li  a {
	background: none;
}

#sidebar ul#side_nav li ul {
	list-style: none;
	margin-bottom: 0;
}

#sidebar ul#side_nav li ul li { margin-left: 0; margin-bottom: 5px; border-bottom: 1px solid #b2ac9b; }
#sidebar ul#side_nav li ul li a { 
	font-size: 100%;
	text-transform: none;
	color: #52438f;
	background: none;
	padding: 5px;
}

#sidebar ul#side_nav li ul li ul li { border: none; margin-left: 20px; }

a.teenclinic_logo { display: block; margin-bottom: 20px; }

#main_content .post {
	padding-bottom: 72px;
	background: url(/images/layout/post.png) left bottom no-repeat;
}

#main_content .header_area {
	padding: 0 0 45px 0;
	background: url(/images/layout/entry_cap.png) left bottom no-repeat;
	min-height: 45px;
}

#main_content .entry {
	padding: 0 90px 50px 80px;
	background: url(/images/layout/entry.png) left top repeat-y;	
}

#main_content .entry li { margin-bottom: 10px; line-height: 1.2; }

#main_content #map {
  width: 500px;
  height: 300px;
}


ul.sitemap, ul.sitemap li ul 	{ list-style: none; margin-bottom: 0; }
ul.sitemap a					{ padding: 4px 0; }
ul.sitemap li { 
	font-weight: bold; 
	border-bottom: 1px solid #dcdcdc;
	margin: 5px 0;
	padding: 5px;	
}
ul.sitemap li ul li { 
	font-weight: normal; 
	border: none;
	padding-left: 20px;
}


.faq_sticky {
	padding-bottom: 12px;
	background: url(/images/layout/faq_bottom.png) left bottom no-repeat;
	margin-bottom: 20px;
}

.faq_sticky p.title {
	width: 100%;
	height: 37px;
	text-indent: -99999px;
	overflow: hidden;
	background: url(/images/layout/faq_cap.png) left top no-repeat;
	margin: 0;
	padding: 0;
}

.faq_sticky p.articles_title { 
	background: url(/images/layout/articles_cap.png) left top no-repeat;
}

.faq_sticky ul {
	list-style: none;
	background: url(/images/layout/faq.png) left top repeat-y;
	margin: 0;
	padding: 10px 0;
	font-size: 88%;
	font-weight: bold;
}

.faq_sticky ul li { margin: 0 0 10px 10px; }

.faq_sticky ul li a,
.faq_sticky ul li a:visited,
.faq_sticky ul li a:hover { 
	color: #fff; 
	padding: 0 15px;
	background: url(/images/layout/faq_arrow.png) left top no-repeat; 
	display: block;
}


/* Billboard
----------------------------------------------------------------------------------------------------*/

#billboard { 
	border: 10px solid #fff; 
	background: #383838; 
	color: #fff; 
	position: relative;
}

#billboard .panel {
	width: 940px;
	height: 366px;
	float: left;
	position: relative;
}

#billboard h1, #billboard h2 {
	text-indent: -99999px;
	width: 900px;
	overflow: hidden;
	position: absolute;
}

#billboard .panel a:hover { text-decoration: underline; }

#billboard #health {
	background: url(/images/marquee/health.jpg) left top no-repeat;
}

#billboard #community {
	background: url(/images/marquee/community.jpg) left top no-repeat;
}

#billboard #support {
	background: url(/images/marquee/support.jpg) left top no-repeat;
}

#billboard .main_blurb {
	position: absolute;
	width: 430px;
	top: 240px;
	left: 260px;
}

#billboard #community .main_blurb,
#billboard #support .main_blurb { width: 620px; left: 300px; }

#billboard .main_blurb p { margin-bottom: 10px; }

#billboard .note {
	position: absolute;
	top: 240px;
	right: 15px;
	width: 190px;
	font-size: 80%;
}

#billboard .note img {
	margin-top: 17px;
}

#billboard .panel ul { margin-bottom: 10px; }

#billboard .panel a,
#billboard .panel a:visited,
#billboard .panel a:hover {
	color: #d87000;
	font-weight: bold;
}

#billboard ul#billboard_nav {
	position: absolute;
	left: 10px;
	top: 240px;
	list-style: none;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	font-size: 160%;
	width: 260px;
}

#billboard ul#billboard_nav li {
	margin: 0 0 15px 0;
}

#billboard ul#billboard_nav li a,
#billboard ul#billboard_nav li a:visited,
#billboard ul#billboard_nav li a:hover {
	color: #fff;
	padding: 5px;
}

#billboard ul#billboard_nav li a:hover,
#billboard ul#billboard_nav li.current a,
#billboard ul#billboard_nav li.current a:visited {
	background-color: #52438f;
}

#billboard ul#billboard_nav li a span,
#billboard ul#billboard_nav li a:visited span,
#billboard ul#billboard_nav li a:hover span {
	background: url(/images/marquee/nav_arrow.gif) right -99999px no-repeat;
	padding-right: 20px;
	display: inline-block;
}


#billboard ul#billboard_nav li a:hover span,
#billboard ul#billboard_nav li.current a span,
#billboard ul#billboard_nav li.current a:visited span {
	background-position: right center;
}


p.learn_more a,
p.learn_more a:visited,
p.learn_more a:hover {
	font-size: 150%;
	text-transform: uppercase;
	font-weight: bold;
	color: #9c594e !important;
	background: url(/images/layout/side_nav_current.png) right top no-repeat;
	padding: 0 40px 5px 0;
}

.recent_articles h3 {
	width: 173px;
	height: 16px;
	text-indent: -99999px;
	overflow: hidden;
	background: url(/images/layout/recent_articles.gif) left top no-repeat;
	margin-bottom: 20px;
}

.recent_articles p { margin-bottom: 5px; }
.recent_articles a { font-weight: bold; }

.recent_articles p.thanks_wordpress { margin-bottom: 20px; }

.subscribe {
	background: url(/images/layout/orange_sticky.png) center top no-repeat;
	padding-top: 190px;
	position: relative;
	padding-bottom: 50px;
}

.subscribe p.blurb {
	width: 200px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
}

.subscribe h4 { margin-left: 70px; padding-top: 30px; padding-bottom: 10px; width: 295px; }
.subscribe form {
	margin-left: 70px;
	padding: 0 0 25px 0;
	float: left;
}

.subscribe form input { float: left; }
.subscribe form input#email { 
	margin-top: 8px;
}

.columns .faqs h3 {
	width: 45px;
	height: 16px;
	text-indent: -99999px;
	overflow: hidden;
	background: url(/images/layout/faqs_title.gif) left top no-repeat;
	margin-bottom: 20px;
}

.columns .faqs ul 		{ list-style: none; }
.columns .faqs ul li 	{ margin: 0 0 20px 0; }


.columns .faqs ul li a,
.columns .faqs ul li a:visited,
.columns .faqs ul li a:hover {
	/*color: #333333;
	font-weight: bold;*/
	color: #000000;
	font-size: 105%;
}

.recent_articles ul li a:hover,
.columns .faqs ul li a:hover {
	text-decoration: underline;
}



.navigation {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.navigation .left, .navigation .right { width: 250px; }
.navigation .right { text-align: right; }




/* Search Results
----------------------------------------------------------------------------------------------------*/
.gsc-tabsArea { display: none; }

#main_content div.gsc-wrapper .gs-result {
  line-height: 1.3em;
  font-size: 105%;
  font-family: Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
}

#main_content .gs-visibleUrl,
#main_content .gs-visibleUrl-short,
#main_content .gsc-trailing-more-results a,
#main_content .gsc-results .gsc-trailing-more-results { color: #929B69 !important; }

.gs-title a,
.gs-title a:link,
.gs-title a:visited,
.gs-title a:active,
.gs-title a:hover,
.gs-title a:focus {
  color: #52438F;
}

.gs-result .gs-title a b {
  color: #52438F;
}

#main_content .gsc-webResult { margin-bottom: 20px; }

/* Footer
----------------------------------------------------------------------------------------------------*/

#footer { 
	background: url(../images/layout/footer.png) center top repeat-x;
	padding-top: 20px;
}

#footer div { text-align: center; margin: 0 auto; }
#footer div.grid_5 { padding: 20px 0 40px 0; }

a.lgbtq {
	display: block;
	padding: 10px 0 10px 50px;
	background: url(../images/logos/heart.gif) left top no-repeat;
	color: #fff;
	text-align: left;
	text-decoration: underline;
	margin-left: 30px;
}













/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */
.clear { clear: both; display: block; }

/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after		{ clear: both; content: '.'; display: block; visibility: hidden; height: 0; }
.clearfix 			{ display: inline-block; }
* html .clearfix 	{ height: 1%; }
.clearfix			{ display: block; }
