﻿/*
USE: 			The Naked Truth (psoriasisthenakedtruth.com)
AUTHOR:		Boris Rakic
CREATE:		mar2009
VERSION:	1.5
UPDATE:		091229
*/

/*
BASICS
*/

a {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 5px 0 0 0;
	padding: 0;
}

img, table, tr, td, th {
	border: 0;
}

ul, ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clear {
	clear: both;
}

/*
CONTAINERS
*/

html, body {
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	color: #2C2C2C;
	background-color: #F9F9F9;
	font: 1em/15px Arial,Helvetica,Geneva,sans-serif;
	text-align: center;
}

#wrapper {
	position: relative;
	width: 950px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	background-color: #F9F9F9;
	text-align: left;
}

#header, #headerHome {
	width: 950px;
	height: 128px;
	clear: both;
	margin: 0;
	padding: 0;
	background-color: #F9F9F9;
	border-bottom: 1px solid #282828;
	text-align: right;
}

#headerHome {
	background: #F9F9F9 url(../img/bg_header_home.jpg) 0 0 no-repeat;
}

#logo {
	position: relative;
	top: 18px;
	left: -780px;
}

#MainNav {
	float: right;
	width: 750px;
	background-color: transparent;
}

#SubNav {
	width: 230px;
	height: auto;
	float: left;
	margin: 0 0 100px 0;
	background-color: #F9F9F9;
	text-align: right;
}

#mainContent {
	width: 950px;
	min-height: 640px;
	/*Hack for IE6*/
	height: auto !important;
	height: 640px;
	margin: 0 0 100px 0;
	padding: 0;
	/*added for TAF and bookmark positioning*/
	position: relative;
}

#mainContentHome {
	height: 680px !important;
}

#homeFlash {
	height: 680px !important;
	background: transparent url(../img/bg_home.jpg) 0 0 no-repeat;
}

#CenterContainerNarrow {
	width:345px;
	float: left;
	margin: 0 7px 100px 10px;
}

#CenterContainerMedium {
	width:405px;
	float: left;
	margin: 0 10px 100px 10px;
}

#CenterContainerWide {
	width:470px;
	float: left;
	margin: 0 10px 100px 10px;
}

#CenterContainerExtended {
	width:710px;
	float: left;
	margin: 0 0 100px 10px;
}

#CenterContainerFull {
	width:950px;
	float: left;
	margin: 0;
}

#AdditionalContainerNarrow {
	width: 230px;
	float: left;
	margin: 85px 0 100px 0;
	padding: 0;
	background-color: #F9F9F9;
}

#AdditionalContainerMedium {
	width: 295px;
	float: left;
	margin: 129px 0 100px 0;
	padding: 0;
	background-color: #F9F9F9;
}

#AdditionalContainerWide {
	width: 355px;
	float: left;
	margin: 129px 0 100px 0;
	padding: 0;
	background-color: #F9F9F9;
}

#footer, #footerHome {
	position: relative;
	clear: both;
	width: 950px;
	height: 100px;
	margin: 0 auto;
	background-color: #F9F9F9;
	font-size: 11px;
	text-align: right;
}

#footer{
	border-top: 1px solid #D7D7D7;
	padding-top: 10px;
}

#footerHome {
	background: transparent url(../img/bg_footer_home.jpg) 0 0 no-repeat;
}

#footerHome #bookmarkThis {
	border-bottom: 1px solid #999
}

.crossSellLeft {
	clear: both;
	margin: 0 55px 0 10px;
	text-align: right;
}

.crossSellRight {
	clear: both;
	margin: 50px 55px 0 10px;
	text-align: left;
}

#storyVideo {
	width: 328px;
	height: 274px;
	margin: 1em 0 42px 0;
	padding: 45px 0 0 30px;
	background: #F9F9F9 url(../img/frame_video_362x319.gif) 0 0 no-repeat;
}

#storyLargePic {
	position: relative;
	height: 225px;
	margin: 50px 0 39px 0;
	padding: 48px 0 0 48px;
	background: #F9F9F9 url(../img/frame_large2.gif) 0 0 no-repeat;
}

.storySmallPic {
	position: relative;
	clear: both;
	width: 99px;
	height: 92px;
	margin: 0 0 8px 178px;
	padding:17px 0 0 17px;
	background: #F9F9F9 url(../img/frame_medium.gif) 0 0 no-repeat;
}

.bts_chapters {
	width: 590px;
	height: 116px;
	clear: both;
	padding: 15px 0 0 120px;
	background: #F9F9F9 url(../img/bts_chapters.gif) 0 0 no-repeat;
}

.bts_chapters img {
	margin-right: 30px;
}

.bts_chapters img.last {
	margin-right: 0;
}

#h2HeaderVideo {
	width: 426px;
	height: 323px;
	float: left;
	margin: 0 10px 2em 0;
	padding: 74px 0 0 40px;
	background: #F9F9F9 url(../img/frame_video_466x397.gif) 0 0 no-repeat;
}

.h2HeaderText {
	float: left;
}

#compClose {
	margin-top: 3em;
	text-align: right;
}

.supporter {
	float: left;
	width: 226px;
	min-height: 330px;
	height: auto !important;
	height: 330px;
	padding-right: 10px;
	background: #F9F9F9 url(../img/bg_supporter.gif) 0 0 no-repeat;
}

/*
	MAINNAV
*/

#MainNav ul li {
	display: inline;
}

/*
	SUBNAV
*/

#SubNav ul {
	margin: 85px 60px 55px 0;
}

#SubNav ul li {
	margin-top: 10px;
}

/*
	FOOTER NAV
*/

#footer ul, #footerHome ul {
	float: left;
	/*delete following line, if case study & update links are used*/
	/*padding-left: 247px;*/
}

#footer ul li, #footerHome ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

/*
HEADINGS
*/

h1 {
	font-size: 36px;
	font-weight: bold;
	line-height: 85px;
}

#CenterContainerFull h1 {
	margin-left: 240px;
}

.h2Header h1,
#form-contact h1 {
	position: relative;
	width: 550px;
	margin-right: -355px;
}

h3 {
	margin-bottom: 1em;
	font-size: 18px;
	font-weight: bold;
}

h4{
	font-size: 1em;
	font-weight: bold;
}

.supporter h4 {
	margin: 45px 0 1em 0;
}

.h3Line {
	position: relative;
	width: 470px;
	margin-top: 3em;
	height: 14px;
	border-top: 1px solid #666;
}

#AdditionalContainerNarrow h3 {
	margin: 0;
}

/*
PARAGRAHPS
*/

#CenterContainerNarrow p,
#CenterContainerMedium p,
#CenterContainerWide p,
#AdditionalContainerNarrow p,
#AdditionalContainerMedium p,
#AdditionalContainerWide p,
#CenterContainerExtended p  {
	margin-bottom: 1em;
}

/*
LINKS
*/

a {
	color: #2C2C2C;
	font-weight: bold;
}

#MainNav ul li  a{
	font-size:13px !important;
	line-height: 13px !important;
	margin-left: 1em !important;
}

#SubNav ul li  a{
	font-size: 11px;
}

#MainNav a.main_act,
#SubNav a.main_act{
	color: #FB6603;
}

#footer ul li  a, #footerHome ul li a{
	padding: 0 15px;
	font-weight: normal;
}

.footerlink {
	position: absolute;
	top: 60px;
	left: 15px;
	font-weight: normal;
}

.footerlink a {
	font-weight: normal;
}

.fundNote {
	position: absolute;
	top: 60px;
	right: 40px;
	font-weight: normal;
}

.fundNoteComp {
	position: absolute;
	top: 35px;
	right: 40px;
	font-weight: normal;
}

.fundNote img, .fundNoteComp img {
	vertical-align: middle;
}

.cp {
	margin-left: 15px;
}

ul.anchorNavigation {
	margin-bottom: 1em;
}

ul.anchorNavigation li {
	display: inline;
}

ul.anchorNavigation li a {
	margin-right: 30px;
	text-decoration: none;
	font-size: 14px;
}

a.anchors {
	float: right;
	text-decoration: none;
}

.frm_cancel a , a.frm_cancel{
	margin-left: 24px;
	color: #2C2C2C;
	text-decoration: none;
	font-weight: bold;
	line-height: 30px;
}

#AdditionalContainerNarrow ul li a,
#AdditionalContainerWide ul li a {
	padding-left: 10px;
	background: #F9F9F9 url(../img/arrow_small_right.gif) 0 4px no-repeat;
}

/*
LISTS
*/

.h2Header ul li,
.h3Header ul li {
	margin-bottom: 1em;
}

/*
IMAGES
*/

#h2Header img,
#h3Header img {
	margin: 2em 50px 0 0;
}

img.pngfix {
	behavior: url('../img/iepngfix.htc');
}

img.largeFrameLoupe {
	position: relative;
	top: 80px;
	left: 20px;
}

img.quadFrameLoupe {
	position: relative;
	top: 184px;
	left: 7px;
}

img.transcript {
	display: block;
	margin: 1em 0 0 -4px;
}

.h2Header img {
	margin: 3em 50px 0 0;
}

#h2HeaderVideo img {
	margin: 0;
}

.supporter img {
	margin: 31px 0 0 31px;
}

/*
PICTUREFRAMES
*/

.smallFrame {
	float: left;
	width: 68px;
	height: 60px;
	margin: 0 6px 8px 0;
	padding: 10px 0 0 10px;
	background: #F9F9F9 url(../img/frame_small.gif) 0 0 no-repeat;
}

.largeFrame {
	position: relative;
	width: 301px;
	height: 329px;
	padding: 58px 0 0 57px;
	background: #F9F9F9 url(../img/frame_large.gif) 0 0 no-repeat;
}

.largeFrameNarrowRight {
	display: inline;
	float: left;
	width: 138px;
	height: 121px;
	margin: 0 0 0 10px;
	padding: 29px 0 0 29px;
	background: #F9F9F9 url(../img/frame_167x150.gif) 0 0 no-repeat;
}

.largeFrameNarrowLeft {
	display: inline;
	float: left;
	width: 139px;
	height: 121px;
	margin: 0;
	padding: 29px 0 0 81px;
	background: #F9F9F9 url(../img/frame_167x150.gif) bottom right no-repeat;
}

.largeFrameNoLoupe {
	width: 290px;
	height: 332px;
	padding: 55px 0 0 68px;
	background: #F9F9F9 url(../img/frame_large_noLoupe.gif) top right no-repeat;
}

.mediumFrameNarrowLeft {
	display: inline;
	float: left;
	width: 95px;
	height: 84px;
	margin: 0;
	padding: 17px 0 0 125px;
	background: #F9F9F9 url(../img/frame_112x101.gif) bottom right no-repeat;
}

.mediumFrameNarrowRight {
	display: inline;
	float: left;
	width: 95px;
	height: 84px;
	margin: 0 0 0 10px;
	padding: 17px 0 0 17px;
	background: #F9F9F9 url(../img/frame_112x101.gif) 0 0 no-repeat;
}

.smallFrameNarrowLeft {
	display: inline;
	float: left;
	width: 61px;
	height: 53px;
	margin: 0;
	padding: 11px 0 0 159px;
	background: #F9F9F9 url(../img/frame_72x64.gif) bottom right no-repeat;
}

.smallFrameNarrowRight {
	display: inline;
	float: left;
	width: 61px;
	height: 53px;
	margin: 0 0 0 10px;
	padding: 11px 0 0 11px;
	background: #F9F9F9 url(../img/frame_72x64.gif) 0 0 no-repeat;
}

.quadFrame {
	float: right;
	width: 213px;
	height: 217px;
	margin: 0 0 2em 0;
	background: #F9F9F9 url(../img/frame_quad.gif) 0 0 no-repeat;
}

.extRightImg_h1,
.extRightImg_h3 {
	display: inline;
	float: right;
	width: 167px;
	height: 150px;
	margin-top: 90px;
	padding: 29px 0 0 29px;
	background: #F9F9F9 url(../img/frame_167x150.gif) 0 0 no-repeat;
}

.extRightImg_h3 {
	margin-top: 2em;
}

.extLeftImg_h2,
.extLeftImg_h3 {
	display: inline;
	float: left;
	width: 140px;
	height: 150px;
	margin: 90px 0 0 20px;
	padding: 29px 0 0 29px;
	background: #F9F9F9 url(../img/frame_167x150.gif) 0 0 no-repeat;
}

.extLeftImg_h3 {
	margin-top: 2em;
}

.extRightVid_h3 {
	margin-top: 2em;
}

.loupeLarge {
	position: absolute;
	left: 321px;
	top: 291px;
	width: 30px;
	height: 30px;
}

.loupeMedium {
	position: absolute;
	left: 266px;
	top: 242px;
	width: 25px;
	height: 25px;
}

.loupeSmall {
	position: absolute;
	left: 91px;
	top: 84px;
	width: 19px;
	height: 19px;
}

/*
VIDEOFRAMES
*/

.treatmentVideo {
	width: 216px;
	height: 178px;
	padding: 15px 0 0 12px;
	background: #F9F9F9 url(../img/frame_video_228x193.gif) 0 0 no-repeat;
}

/*
FORMS
*/

#form-contact ul li {
	margin-bottom: 20px;
}

li.oneLine {
	height: 46px;
	font-size: 11px !important;
	line-height: 15px !important;
}

li.multiLine {
	height: 126px;
}

li.footerTAF{
	margin-left: 120px;
}

#form-contact label {
	clear: both;
	width: 110px;
	min-height: 10px;
	float: left;
	margin-right: 10px;
	font-size: 11px;
}

.boxOneLine {
	width: 222px;
	height: 36px;
	float: right;
	background: #FFF url(../img/frm_bg_oneLine.gif) 0 0 no-repeat;
}

.boxOneLine input, .boxOneLine select {
	width: 210px;
	margin: 8px 0 0 6px;
	border: 0px solid #FFF;
}

.boxTextArea {
	width: 222px;
	height: 126px;
	float: right;
	background: #FFF url(../img/frm_bg_textArea.gif) 0 0 no-repeat;
}

.boxTextArea textarea {
	width: 210px;
	height: 110px;
	margin: 8px 0 0 6px;
	border: 0px solid #FFF;
}

.radiobutton-mailer {

}

.frm_bt {
	float: left;
}

.errmsg {
	display: none;
	margin-bottom: 5px;
	color: #C00;
	font-weight: bold;
}

.red {
	color: #C00;
	font-weight: bold;
	font-size: 14px;
}

li.oneLine input.submit {
	width: 88px;
	height: 35px;
	border: none;
	background: #DE7328 url(/Portals/_default/Skins/NakedTruth/img/frm_send.gif);
}

/*
VOTING
*/

#votingTop {
	width: 228px;
	height: 10px;
	margin: 0;
	padding: 0;
	background: transparent url(../img/bg_votingTop.gif) bottom left no-repeat;
}

#votingCont {
	width: 198px;
	padding: 5px 15px 15px 15px;
	background: transparent url(../img/bg_votingCont.gif) 0 0 repeat-y;
	font-size: 14px !important;
	line-height: 15px !important;
	font-weight: bold;
}

#votingBottom {
	width: 228px;
	height: 40px;
	margin: 0;
	padding: 0;
	background: transparent url(../img/bg_votingBottom.gif) bottom left no-repeat;
}

#voting_answers {
	margin-top: 1em;
	font-size: 11px;
	font-weight: normal;
}

.voting_answer input {
	margin-right: 10px;
}

#voting_results {
	margin-top: 1em;
	font-size: 11px;
	font-weight: normal;
}

.voting_result {
	margin-bottom: 1em;
}

.voteImg {
	display: block;
	width: 79px;
	height: 38px;
	margin-top: 20px;
	padding: 0 7px 10px 0;
	color: #FFF;
	border: none;
	background: #DADADA url(../img/frm_vote.gif) 0 0 no-repeat;
	font-weight: bold;
}

/*
HEADERTAGSWITCHER, LANGUAGE SWITCH
*/

#langSwitch, #hts {
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 11px;
	line-height: 15px;
}

#langSwitch .inact {
	color: #999;
	font-weight: bold;
}

#hts {
	top: 50px;
}

#hts ul {
	margin-right: 10px;
}

#langSwitch ul, #langSwitch ul li, #hts ul, #hts ul li {
	display: inline;
}

#langSwitch ul li a, #hts ul li a {
	color: #FB6602;
}

#hts_small a {
	font-size: 11px;
}

#hts_medium a {
	font-size: 14px;
}

#hts_large a {
	font-size: 17px;
}

/*
BOOKMARK THIS
*/

#bookmarkThis {
	position: relative;
	height: 16px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #D7D7D7;
}

#bookmarkPop {
	display: none;
	position: absolute;
	top: -90px;
	right: 0px;
	width: 226px;
	height: 82px;
	padding: 3px;
	border: 1px solid #CCC;
	background-color: #FFF;
	text-align: left;
}

#bookmarkPop h4 {
	width: 226px;
	color: #666;
	background-color: #EEE;
}

.bookmarkItem {
	display: block;
	width: 113px;
	float: left;
	margin-top: 10px;
}

.bookmarkItem img {
	margin-right: 8px;
	vertical-align: middle;
}

.bookmarkItem a {
	color: #666;
	font-weight: normal;
}

/*
STUFF
*/

.textIndent {
	display: block;
	margin-left: 30px;
}

.linkIndent {
	display: block;
	margin-left:100px;
}

.textIndentLarge {
	display: block;
	margin-left: 30px;
	font-size: 1.2em;
}

sup {
	font-size: 11px;
}

/*
ADMIN
*/

#profileTNT {
	width: 295px;
}

/*
HOLDING PAGE
*/

.holdingContainer {
	height: 680px !important;
	margin: 0 !important;
	background: #E0E0E0 url(../img/bg_home.jpg) 0 0 no-repeat;
}

.holdingParagraph {
	position: absolute;
	top: 260px;
	left: 320px;
	float: left;
	width: 355px;
	margin-left: 80px;
	font-size: 11px;
	line-height: 15px;
}

.holdingParagraph p {
	margin: 0 0 15px 0;
}

#TAF-bookmarks{
	position: absolute;
	top: 10px;
	right: -8px;
}

#btnTAF{
	text-align: right;
}

#TAF-bookmarks #bookmarkThis{
	margin-right: 8px;
	border: none;
	font-size: 11px;
}

#TAF-bookmarks #bookmarkThis #bookmarkPop{
	top: 16px;
}


