/*
Theme Name: Calm Clinic
Theme URI: http://www.minimumfat.com
Description: The default MinimumFat.com template
Version: 1
Author: Adomas Kontautas
Author URI: http://www.minimumfat.com
*/


body {
	background: #dddddd;
	font-family:Arial, Helvetica, sans-serif;
	/*behavior: url("/csshover.htc");  /* IE only */
}

#topContainer {
	width: 939px;
	margin: 0 auto;
	}

#logo {
	margin: 0;
	padding: 0;
	}
	
#logo a {
	background: url(images/logo.gif) top left no-repeat;
	font-size: 0px;
	text-indent: -9999px;
	margin-left: -30px;
	height: 107px;
	width: 392px;
	float: left;	
	}

ul#socialbar {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Lucida", sans-serif;
	font-size: 11px;
	color: #0c111a;
	list-style: none;
	margin-top: 27px;
	float: left;
	}

ul#socialbar a:link {
	color: #338cef;
	text-decoration: underline;
	}

ul#socialbar a:visited {
	color: #1964b8;
	text-decoration: underline;
	}

ul#socialbar a:hover {
	color: #76b7ff;
	text-decoration: underline;
}
	
li.rss {
	background: url(images/rss-small-ico.gif) left center no-repeat;
	height: 20px;
	padding-top: 4px;
	padding-left: 27px;
	margin-bottom: 4px;
	}

li.twitter {
	background: url(images/twitter-small-ico.gif) left center no-repeat;
	height: 20px;
	padding-top: 4px;
	padding-left: 27px;
	margin-bottom: 4px;
	}

li.facebook {
	background: url(images/facebook-small-ico.gif) left center no-repeat;
	height: 20px;
	padding-top: 4px;
	padding-left: 27px;
	margin-bottom: 4px;
	}

/*--- search ------------*/
form#searchform { 
	padding: 0; 
	margin: 0; 
	float: right;
	width: 297px;
}
	
form#searchform fieldset {
	border: 0px;
	float: right;
	display: inline;
	margin: 0px;
	margin-top: 60px;
	text-align: right;
	padding: 0;
}

form#searchform fieldset input {
	margin: 0;
	float: left;
	background: transparent url("images/search-bg.gif") top left no-repeat;
	outline: none; /* remove Safari glow */
	border: 0px;
	height: 28px;
	padding: 0.4em 0.5em 0 0.5em;
	color: #0c111a;
	width: 200px;

}

form#searchform fieldset button {
	text-indent: -300em;
	width: 76px;
	background-image: url("images/search-btn.gif");
	background-position: top left;
	background-repeat: no-repeat;
	border: 0px;
	margin: 0px;
	padding: 0px;
	height: 28px;
	cursor: pointer;
}

form#searchform fieldset button:hover {
	background-image: url("images/search-btn.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
}

.clear { clear: both; }


/* Top Menu Tabs */

/* Top Menu Tabs */

#headerTabs { 
	float: left; 
	width: 939px; 
	background: url("images/tabs/tabs-bg.gif") no-repeat top left;
	padding-left: 30px; 
	padding-right: 30px; 
	font: 21px Georgia, "Times New Roman", Times, serif; 
	line-height: normal; 
	}
	
#headerTabs ul { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
	}

#headerTabs li { 
	float: left; 
	background: url("images/tabs/tab-left.gif") no-repeat right top; 
	height: 50px; 
	margin: 0; 
	padding: 0; 
	}
	
#headerTabs a { 
	display: block; 
	background: url("images/tabs/tab-left.gif") no-repeat left top; 
	text-decoration: none; 
	color: #000000;	
	padding: 15px 20px; 
	}
	
#headerTabs .current_page_item { 
	background-image: url("images/tabs/tab-selected-right.gif"); 
	font: 31px Georgia, "Times New Roman", Times, serif; 
	color: #fff; 
	}
	
#headerTabs .current_page_item a { 
	background-image: url("images/tabs/tab-selected-left.gif"); 
	padding: 6px 40px; 
	color: #fff; 
	}
	
#headerTabs .current-cat { 
	background-image: url("images/tabs/tab-selected-right.gif"); 
	font: 31px Georgia, "Times New Roman", Times, serif; 
	color: #fff; 
	}	
	
#headerTabs .current-cat a { 
	background-image: url("images/tabs/tab-selected-left.gif");	
	padding: 6px 40px; 
	color: #fff; 
	}
	
	/* Commented Backslash Hack
	hides rule from IE5-Mac \*/
  	#headerTabs a {float:none;}
	/* End IE5-Mac hack */
	
#navigationBar {
	margin: 0 auto; 
	text-align: center; 
	width: 939px 				/* ?!?!?!?! WTF ?!?!?! */
}

html>body #navigationBar { 
	margin: 0 auto; 
	text-align: center; 
	width: 939px 
	}



/* Sub-tab menu */

#subtab {
	width: 939px;
	height: 38px;
	background: url(images/tabs/subtab-bg.gif) left top repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 18px;
	color: #91c228;
	position: relative;
	padding: 0 20px;
	overflow: visible;
	}

#subtab p {
	margin: 0 0 1.3em 0;
	font-size: 0.7em;
	line-height: 1.5em;
}

#subtab ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#subtab li {
	font-size: 16px;
}

#subtab li li {
	font-size: 1em;
}

/* first level > list */
ul.ds {
	z-index: 1000;
}

/* first level > list items */
ul.ds li {
	float: left;
	position: relative;
	margin: 0 0 0 0;
	line-height: 1em;
	z-index: 1001;
}

/* first level > link style */
ul.ds li a, ul.ds li a:visited {
	position: relative;
	display: block;
	padding: 0.7em 1em;
	line-height: 1em;
	text-decoration: none;
	color: #91c228;
	background-color: #000;
}

/* first level > link style > hover */
ul.ds li a:hover {
	color: #fff;
	background-color: #000;
}

/* indicators */
ul.ds li div.indicator {
}

ul.ds li {
	
	}
ul.ds li div.indicator a {
	background-image: url("images/indicators.png");
	background-position: right 0px;
	background-repeat: no-repeat;
	background-color: #000;
}

/* open state and hover style */
ul.ds li.open div.indicator a, ul.ds li div.indicator a:hover {
	color: #fff;
	background-color: #000;
	background-position: right -118px;
}

/* second level > list */
ul.ds li ul {
	position: absolute;
	left: 0;
	visibility: hidden;
	z-index: 1001;
}

/* second level > list items (override first level > list items) */
ul.ds li ul li {
	float: none;
	margin: 0;
	/*display: inline;*/
}

/* second level > link style */
ul.ds li ul li a, ul.ds li ul li a:visited {
	padding: 0.5em 1em;
	font-size: 11px;
	color: #7dc222 !important;
	text-decoration: none;
	background-image: none;
	background-color: #000;
	border-bottom: 1px solid #292929;
}

/* individual styling of first list link style */
ul#dsList-1 li a, ul#dsList-1 li a:visited {
	padding: 0.5em 1em;
	font-size: 11px;
	color: #7dc222 !important;
	text-decoration: none;
	background-image: none;
	background-color: #000;
	border-bottom: 1px solid #292929;
}

ul#dsList-1 li a:hover {
	background: #efefef !important;
	color: #3075c1 !important;
	text-decoration: underline !important;
}

/* second level > link style > hover */
ul.ds li ul li a:hover {
	background: #efefef !important;
	color: #3075c1 !important;
	text-decoration: underline !important;
}

/* clickstream */
ul.ds li.clickstream a {
	color: #fff;
}

ul.ds li.clickstream div.indicator a {
	background-position: right -60px;
}

ul.ds li.open.clickstream div.indicator a, ul.ds li.clickstream div.indicator a:hover {
	background-position: right -140px;
}

ul.ds li ul li.clickstream a {
	color: #5cbeff !important;
	background-color: #000 !important;
}

/* list item widths */
li#dsListItem-1 {
	width: 107px;
}

li#dsListItem-2 {
	width: 137px;
}

li#dsListItem-3 {
	width: 97px;
}

li#dsListItem-4 {
	width: 107px;
	}

li#dsListItem-5 {
	width: 84px;
	}

/* list widths */
ul#dsList-1 {
	width: 107px;
}

ul#dsList-2 {
	width: 137px;
}

ul#dsList-3 {
	width: 97px;
}

ul#dsList-4 {
	width: 107px;
}

ul#dsList-5 {
	width: 84px;
}

div.dsClear { /* to clear the floated list items */
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}


#rss {
	position: absolute;
	top: -9px;
	right: 390px;
	}
	
#rsssubscribe {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 385px;
	float: right;
	}

#rsssubscribe p {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 7px;
	color: #fff;
	position: relative;
	top: 12px;
}

#rsssubscribe p a:link, #rsssubscribe p a:visited {
	color: #90c127;
	}

#rsssubscribe p a:hover {
	color: #aee92f;
	}
/* End Sub-tab menu */


/* FOLD */
#foldHolder {
	width: 939px;
	background: url(images/fold-bg.gif) top left no-repeat;
}

#foldHolder #fold {
	width: 901px;
	margin: 0 auto;
}

#foldHolder #fold #ctaQuiz {
	height: 230px;
	width: 548px;
	background: url(images/ctaquiz-bg.gif) top left no-repeat;
	float: left;
}

#foldHolder #fold #ctaQuiz h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: normal;
	color: #000;
	margin: 0;
	padding: 0;
	padding-top: 17px;
	margin-left: 121px;
}

#foldHolder #fold #ctaQuiz p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	padding: 0 17px 9px 149px;
	margin: 0;
	text-indent: 17px;
}

#foldHolder #fold #ctaQuiz .getstartedbtn {
	margin-left: 157px;
	margin-top: 9px;
}

#foldHolder #fold #ctaReport {
	height: 230px;
	width: 352px;
	background: url(images/ctareport-bg.gif) top left repeat-x;
	float: left;
}

#foldHolder #fold #ctaReport p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Lucida", sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 17px;
	margin-top: 17px;
	}

#foldHolder #fold #ctaReport p.source {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b1f61d;
	margin-left: 37px;
	margin-top: 7px;
	}

.divider {
	background: #000;
	height: 5px;
	}

.divider .blackarrow {
	position: relative;
	bottom: -5px;
	left: 268px;
	}
	
	
	
/* CONTENT */

#contentHolder {
	width: 900px;
	background: url(images/content-bg.gif) top left repeat-y;
	margin: 0 auto;
}

#contentHolder #content {
	padding: 20px;
	}

#contentHolder #articles {
	width: 500px;
	float: left;
	line-height: 140%;
	}

#contentHolder #articles  ul.topline {
	margin: 0;
	padding: 0;
	float: left;
	}

#contentHolder #articles  ul.topline li {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b3b3b3;
	list-style-type: none;
	height: 20px;
	padding: 0;
	margin: 0;
	}

#contentHolder #articles ul.topline li.date {
	background: url(images/icons/clock.gif) left center no-repeat;
	padding: 5px 0;
	padding-left: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	margin-right: 12px;
	}

#contentHolder #articles ul.topline li.category {
	background: url(images/icons/category.gif) left center no-repeat;
	padding: 0;
	padding-left: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-right: 12px;
	}
	
#contentHolder #articles ul.topline li.category a {
	color: #b3b3b3;
}

#contentHolder #articles ul.topline li.author {
	background: url(images/icons/pen.gif) left center no-repeat;
	padding: 0;
	padding-left: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-right: 12px;
	}

#contentHolder #articles ul.topline li.issue {
	padding: 4px 0;
	padding-left: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-right: 12px;
	}

#contentHolder #articles h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #587f00;
	font-weight: bold;
	text-align:center;
	line-height: 127%;
	}

#contentHolder #articles h1 a:link {
	color: #587f00;
	text-decoration: none;	
	}	

#contentHolder #articles h1 a:visited {
	color: #587f00;
	text-decoration: none;
}

#contentHolder #articles h1 a:hover {
	color: #6d9e00;
	text-decoration: underline;
}

#contentHolder #articles h3 {
	font-size: 14pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	text-align:center;
}


#contentHolder #articles p.author {
	font-size: 12px;
	color: #b3b3b3;
	text-indent: 0px !important;
}

#contentHolder #articles hr {
	height: 1px;
	color: #ccc;
	background: #ccc;
	border: 0px;
	}

.post p {
	text-indent: 25px !important;
}

.post ul {
	margin: 10px 25px 10px 55px;
	padding: 0px;
}

.post ul li {
	list-style-image: url(images/bullet-greenSquare.gif);
	margin: 5px 0px;
}

.post ol {
	margin: 10px 25px 10px 55px;
	padding: 0px;
	}

.post ol li {
	margin: 5px 0px;
	}
	
.post a, .post a:link { color: #144e9c; }
.post a:visited { color: #333366; }
.post a:hover { color: #144e9c; text-decoration: none; }

.wp-caption { 
	border: solid #5f850b 1px;
	padding: 9px 3px 0 3px;
	background-color: #efefef; 
	text-align: center; 
}

p.wp-caption-text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 0px !important;
	line-height: 100%;
}


	.wp-caption.alignleft { float: left; }
	.wp-caption.alignright { float: right; margin: 7px; }
	.wp-caption.aligncenter { margin-right: auto; margin-left: auto; float: none; clear: both; }
	.wp-caption.alignnone { clear: both; }

img.alignleft, img.left { float: left; }
img.alignright, img.right { float: right; }
img.aligncenter, img.center { display: block; margin-right: auto; margin-left: auto; float: none; clear: both; }
img.alignnone, img.block { display: block; clear: both; }	
	
/* SIDEBAR */

#sidebar {
	float: right;
	width: 332px;
	}

#sidebar a:link {
	color: #144e9c;
}

#sidebar a:visited {
	color: #144e9c;
}

#sidebar a:hover {
	color: #144e9c;
	text-decoration: none;
}



#sidebar h3 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	padding: 0;
	margin: 0;
	padding-left: 21px;
}

#sidebar .tabbed {
	float: left;
	overflow: hidden;
	width: 300px;
	margin: 10px 0 10px 21px;
	
}	

#sidebar .tabbed ul.tabs {
	float: left;
	width: 100%;
	border-bottom: 2px solid #5f850b;
	padding: 0;
	margin: 0;
}

#sidebar .tabbed ul.tabs li {
  	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 11px !important;
	clear: none;
}

#sidebar .tabbed ul.tabs li a {
	overflow: hidden;
	display: block;
	padding: 5px 8px 5px 8px;
	text-decoration: none;
	margin: 0 1px 0 0;
	color: #999999;
	background: #eff4e2;
	border: 1px solid #ccc;
	border-bottom: none;
}

#sidebar .tabbed ul.tabs li a:visited { color: #999999;}	
#sidebar .tabbed ul.tabs li a:hover { }
#sidebar .tabbed ul.tabs li a.selected { 
	background: #5f850b; 
	color: #fff; 
	font-weight: bold;
	border: 1px solid #5f850b; 
	border-bottom: none; 
	z-index: 999; 
}

.tabbed .tabcontent {
	float: left;
	display: block;
	background: #fff;
	width: 282px;
	padding: 5px 7px;
	border-bottom: 2px solid #5f850b;
	border-left: 2px solid #5f850b;
	border-right: 2px solid #5f850b;
	font-size: 11px !important;
	}

.tabbed .tabcontent h4 {
	padding: 0;
	margin: 0;
}

.tabbed div.t2, .tabbed div.t3, .tabbed div.t4 { background: #fff; display: none; }

.tabbed .tabcontent ul { background: #fff; font-size: 12px; padding: 0; margin: 0; }

.tabbed .tabcontent ul li { padding: 15px 0; border-bottom: 1px solid #ccc; margin: 0 !important; background: #fff; list-style: none; font-size: 12px !important;}

.tabbed .tabcontent ul li a { color: #144e9c; }

.tabbed div ul li:last-child { border: none; }

/* TWITTER BADGE */


#twitter_div {
	margin-left: 21px;
	margin-top: 11px;
}
#twitter_div ul {
	padding: 0px;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px !important;
	line-height: 111%;
	color: #f1f1f1;
}

#twitter_div ul a {
	color: #ccc !important;
}

	#twitter_icon { float: left; width: 51px; background: url("images/tweet_quote.png") 100% 15px no-repeat; }
    #twitter_icon img { float: left; }
    #tweet { float: right; width: 240px; background: #333 url("images/twitter_roundtop.png") 0 0 no-repeat; color: #f1f1f1; padding: 10px 10px 4px 10px; font-size: 1.2em; line-height: 1.4em; }
    #tweet_bot { float: right; width: 260px; height: 6px; background: #333 url("images/twitter_roundbot.png") 0 0 no-repeat; }

.right { text-align: right; }
.left { text-align: left; }


/* Article List for HOMEPAGE */

ul.art_list { 
	margin: 0;
	margin-top: 9px; 
	list-style: none;
}

ul.art_list li { 
	font-size: 11px; 
	margin: 0 10px .5em 0; 
	vertical-align: top !important; 
	line-height: 1.2em; 
}

/* TOPICS */
ul.cat_list { margin: 0; display: inline-block; list-style: none; }
ul.cat_list li { float: left; clear: none; font-size: 11px; margin: 0 10px .5em 0; vertical-align: top !important; line-height: 1.2em; width: 130px; }

/* FOOTER */
#footer {
	width: 900px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	padding: 10px 0 0 0;
	background: url(images/footer-bg.gif) top left no-repeat;
	height: 233px;
}

#footer a {
	color:  #6F6F6F;
}

#footer #left {
	width: 568px;
	float: left;
}

#footer #left img.thumbnail {
	float: left;
	margin-left: 9px;
	margin-top: 9px;
	margin-right: 15px;
}

#footer #left h2 {
	color: #fff;
	font-size: 16pt;
	line-height: 100%;
	margin-bottom: 4px;
	padding-bottom: 0;
}

#footer #left h2 a {
	color: #fff;
	text-decoration: none;
}


#footer #left p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Lucida", sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	margin-bottom: 17px;
	padding-right: 25px;
}

#footer #right {
	width: 332px;
	float: left;
	padding-top: 61px;
}

#footer #right p {
	color: #91c228;
	text-align: justify;
	padding-right: 14px;
}

#footer #right .rss {
	color: #b4da25;
	height: 17px;
	width: 90px;
	float: left;
	background: url(images/icons/footer-rss.gif) top left no-repeat;
	padding-left: 23px;
	padding-top: 2px;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

#footer #right .rss a {
	color: #b4da25;
	text-decoration: none;
}

p.tos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6f6f6f;
	text-align: center;
}

p.tos a {
	color: #6f6f6f;
	text-decoration: underline;
}

#searchResults ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

#searchResults ol li {
	margin-bottom: 27px;
}

#searchResults ol h3 {
	text-align: left !important;
	margin: 0;
	padding: 0;
}

#searchResults ol h3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1111d5;
	font-weight: normal;
	text-decoration: underline;
}

#searchResults ol li p {
	margin: 0;
	padding: 0;
	text-indent: 0px !important;
	font-size: 13px;
	line-height: 120%;
}

#searchResults ol li p.url {
	color: #0e774a;
	font-size: 12px;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.hilite { font-weight: bold; }

.children {
	display:none ;
}

#navigation .nmain > li {
	width:120px; 
	float:left;
	text-align:center;
	line-height:38px;
	background: url('images/subtab-vr.gif') no-repeat right;
}
#navigation .nmain   li.down {
	background: url('images/indicators.png') no-repeat right;
}
#navigation .nmain   li.down:hover {
	background: url('images/indicators.png') no-repeat right bottom;
}



#navigation ul ul {
	position: absolute;
	top: 38px;		
	background:black ;	
	font-size:70%;	
	width: 120px;
	line-height:12px;
}
#navigation ul ul li {
	border-bottom:1px solid #404040;
	
}

#navigation li:hover ul {
	display:block;	
}



#navigation a {
	text-decoration : none ;
	color :#91C228 ;
}
#navigation li:hover a{
	color :white ;
	text-align:left;
}
#navigation li:hover li a {
	display:block ;
	padding:7px;
	color :#91C228 ;
}
#navigation li:hover  li a:hover{
	color :#0080ff ;
	background:#efefef;
	text-decoration: underline;
}



