* html .s{font-size: 0;}

/* Fix IE. Hide from IE Mac \*
* html ul li{float: left; height: 1%;}
* html ul li a{height: 1%;}
/* End */

/* HTML */
a{color: #13318B; text-decoration:undeline;}
a:hover{text-decoration:none;}
body{color:#000000; background-color:#FFFFFF; font-family:Arial,Helvetica,sans-serif;margin:0;padding:0;text-align:left;
background-image: url(/x/img/tpl/bg.jpg);
background-position: top left;
background-repeat:no-repeat;
}
body,p,td,th,ol,ul,dl,dt,dd{
	font:normal normal normal 12px/1.66 Geneva,Arial,Helvetica,sans-serif;
}
body,html{height:100%;width:100%;}
dl{margin:0px 22px;padding:0px;}
dl dd{margin:0 0 2em 0;padding:0px;}
dl dt{font-size:13px;font-weight:bold;}
form{margin:0px;padding:0px;}
form fieldset{border:1px solid #C92F2F;}
form legend{font-size:13px;margin-bottom:12px;padding:0 8px;}
form textarea{width: 414px;}
h1, h2, h3, h4, h5, h6{margin:0;padding:0;color:#13318B;}
img{border:none 0px;}
li{margin:0;padding:0;}
p{margin:0 0 1em 0;}
pre{color:#0000CC;font-size:11px;}
table,td,th{border:none 0;padding:0;}
td{text-align:left;vertical-align:top;}
th{text-align:left;vertical-align:middle;}
/* ul{margin:1em 22px 1em 44px;padding:0;} */
ul{margin:1em 0;padding-left:16px;}

.clear {
  clear: both;
}

/* central wrapper */
.wrap{
	margin:0px;
	min-height:100%;
	padding:0px;
	text-align:left;
	width:760px;
	padding-left: 15px;
}

/* float clearer */
.s{clear:both; height:0;line-height:0; margin:0; padding:0; visibility:hidden; overflow:hidden;}

/* other misc */
/* NOTE: ERRORS CURRENTLY SET TO DISPLAY: NONE FOR LAUNCH OF SITE */
div.error p a, p.error p a{display: none; color:#233F8A;}
div.error p, p.error{display: none; color:#C92F2F;font-weight:bold;}

/* DO IT RIGHT */
.hdr h1, .hdr h2, .hdr h3{margin:0;padding:0;}
.hdr h1{float:left;width:152px;margin-right:21px;}
.hdr h2{font-size:22px; color: #000000; line-height: 24px;}
.hdr h3{font-size:18px;margin-top:11px;line-height: 20px; color:#000000;font-weight: normal;}
.hdr{
	display:block;
	float:left;
	width:531px;
	padding: 30px 0 25px 0;
	height:55px;
}
.righthdr{
	display: block;
	float: right;
	padding: 0 4px 0 0;
}

/* columns */
.c1{float:left;width:152px;clear:left;}
.c2{
	float:left;
	width:608px;
}

.content .c1,
.content .c2{
	float: none;
	width: auto;
	clear: none;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 20px;
}

.content .c1{
	float: left;
	width: 414px;
	padding-left: 20px;
}

.content .c2{
	float: right;
	width: 152px;
	padding-right: 0px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.content .c1 h1,
.content .c1 h2,
.content .c1 h3,
.content .c1 h4,
.content .c1 h5{
	font-size: 14px;
}

/* side nav */

.c1 .side_nav img{	
	margin-bottom:-4px; /*fixes ie layout bug*/
	}
	
/* [features] */
body .wrap .c2 .content .c2 .feat {
	margin-bottom: 5px;
}

body .wrap .c2 .content .c2 .feat a {
	display: block;
	padding: 4px; 
	background-color: #c2ceef;
	text-decoration: none;
}

body .wrap .c2 .content .c2 .feat a:hover {
	background-color: #7797ef;
}

body .wrap#lay-split-col .c2 .content .c2 .feat { /* reset the feat block for the split template */
	margin-bottom: 0px;
}

body .wrap#lay-split-col .c2 .content .c2 .feat a { /* reset the feat block for the split template */
	display: inline;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

.feat h4{
	font-size: 1em;
	padding: 4px;
	padding-left: 0;
	padding-right: 0;
}

/* TOP NAV */
ul.nav,
ul.nav li{
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
	list-style-type: none;
}

/* changed to width: 605px, padding-right: 3px;  to remove RH spacer from top nav */
ul.nav{

	width:605px;
	margin-right: 3px;
	background-color: #001872;
	height: 3.0em;
}

ul.nav li{
	float: left;
	border-right: 1px solid #FFFFFF;
	position: relative;
}

ul.nav li a{
	background-color: #001872;
	display: block;
	width: 110px;
	color: #FFFFFF;
	height: 2.5em;
	line-height: 12px;
	text-align:center;
	padding: 6px 5px 0px 5px;
	text-decoration: none;
}

ul.nav li a.here,
ul.nav li a:hover{
	background-color:#4563BD;
}
ul.nav li a:hover{
	text-decoration: underline;
}

ul.nav li.last{
	clear:right;
	border-right: 1px solid #FFFFFF;	
}



/* [DHTML submenus] */
ul.nav li ul{
	position: absolute;
	left: -16px;
	top: 24px;
	display: none;
    }

/*
[tricky method with bg colour to get divider line without border. *ONLY METHOD CAN GET TO WORK IN IE*]
ul#nav li ul li: height (larger to produce border.) and ul.nav li ul li a: line-height, height.
*/
ul.nav li ul li{
	float: none;
	height: 30px;
	background-color: #D9E0FF;
	width: 120px;
}

ul.nav li ul li a{
	line-height: 15px;
	border-top: 1px solid #FFFFFF;
	height: 23px;
	padding: none;
	color: #001872;
	background-color: #c2ceef;
}

ul.nav li ul li a.here,
ul.nav li ul li a:hover{
	background-color:#7797ef;
}

/* [special class li.over for ] */    
ul.nav li:hover ul,
ul.nav li.over ul{
	display: block;
}   

/* LOGOS */
.logos{
	margin-top: 20px;
	margin-bottom: 10px;
}

.logos ul, .logos ul li{
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.logos ul li{
	margin-bottom: 10px;
}

.logos img{
	width: 152px;
	height: 30px;
} 

/* FOOTER */
.ftr{
	clear: both;
	border-top: 1px solid #999999;
	padding-top: 10px;
	badding-bottom: 10px;
}

.ftr p{
	margin: 0;
	padding: 0;
	float: right;
	display: block;
	width: 152px;
	text-align: right;
}

.ftr ul{
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 550px;
	float: left;
}

.ftr ul li{
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #999999;
	line-height: 12px;
}

.ftr ul li.last{
	border-right: none;
}

.ftr ul li a, .ftr p{
	font-size: 10px;
	color: #999999; 
}

/* FORUM POSTS */
.content#forum .c1 h2{
	font-size: 18px;
	margin-bottom: 15px;
}
.content#forum .post h4{
	font-size: 14px;
}

.post{
	margin-bottom: 15px;
}

/* BODY CLASS BASED COLOUR OVERRIDES [FOR SECTIONS] */

/* [default - no need for overrides] */
body.theme-blue{
}

/* [the orange theme] */
body.theme-orange{
}

body.theme-orange h4, body.theme-orange h5, body.theme-orange h6 {
	color: #FFAF04;
}

body.theme-orange ul.nav,
body.theme-orange ul.nav li a{
	background-color: #FFAF04;
	color: #000000;
}

body.theme-orange ul.nav li a.here,
body.theme-orange ul.nav li a:hover{
	background-color:#FFCC33;
}

body.theme-orange .feat {
	background-color: #FFCC33;
}

body.theme-orange .wrap#lay-split-col .feat {
	background-color: #FFFFFF;
	padding: 0px;
}

body.theme-orange .wrap .c2 .content .c2 .feat a {
	text-decoration: none;
	color: #000000;
	background-color: #FFE79F;
}

body.theme-orange .wrap .c2 .content .c2 .feat a:hover {
	color: #000000;
	background-color: #FFCC33;
}

body.theme-orange .wrap .c2 .content .c2 .feat a:hover h4 {
	color: #ffffff;
}

body.theme-orange .wrap .c2 .content .c1  a {
	color: #FF8A00;
	text-decoration: underline;
}

body.theme-orange .wrap .c2 .content .c1  a:hover {
	color: #8F4D00;
	text-decoration: none;
}

/* [drop down nav themes] */
body.theme-orange ul.nav li ul li{
	background-color: #FFFFFF;
	}
body.theme-orange ul.nav li ul li a{}
body.theme-orange ul.nav li ul li a.here,
body.theme-orange ul.nav li ul li a:hover{}






/* [the purple theme] */
body.theme-purple{
}

body.theme-purple h4, body.theme-purple h5, body.theme-purple h6 {
	color: #7f00ff;
}

body.theme-purple ul.nav,
body.theme-purple ul.nav li a{
	background-color: #7f00ff;
	color: #FFFFFF;
}

body.theme-purple ul.nav li a.here,
body.theme-purple ul.nav li a:hover{
	background-color:#9C52E6;
}

body.theme-purple .feat {
	background-color: #9C52E6;
}

body.theme-purple .wrap#lay-split-col .feat {
	background-color: #FFFFFF;
	padding: 0px;
}

body.theme-purple .wrap .c2 .content .c2 .feat a {
	text-decoration: none;
	color: #000000;
	background-color: #D4BFE8;
}

body.theme-purple .wrap .c2 .content .c2 .feat a:hover {
	color: #000000;
	background-color: #9C52E6;
}

body.theme-purple .wrap .c2 .content .c2 .feat a:hover h4 {
	color: #ffffff;
}

body.theme-purple .wrap .c2 .content .c1  a {
	color: #5C01B8;
	text-decoration: underline;
}

body.theme-purple .wrap .c2 .content .c1  a:hover {
	color: #3F007E;
	text-decoration: none;
}

/* [drop down nav themes] */
body.theme-purple ul.nav li ul li{
	background-color: #FFFFFF;
	}
body.theme-purple ul.nav li ul li a{}
body.theme-purple ul.nav li ul li a.here,
body.theme-purple ul.nav li ul li a:hover{}









/* [the brown theme] */
body.theme-brown{
}

body.theme-brown h4, body.theme-brown h5, body.theme-brown h6 {
	color: #775402;
}

body.theme-brown .wrap .c2 .content .c2 .featroll a {
	display: block;
	float:left;
	text-decoration: none;
	background-color: #ffffff;
	width: 152px;
	height:198px;
	padding: 0px;
}

body.theme-brown .wrap .c2 .content .c2 .featroll a:hover {
	background-color: #ffffff;
	padding: 0px;
}

#wife {
	background-image: url(/x/img/content/kobana/kobana_howdoitellhim.jpg);
}

#wife:hover {
	background-image: url(/x/img/content/kobana/kobana_howdoitellhim_over.jpg);
}

#mistress {
	background-image: url(/x/img/content/kobana/kobana_gotwhatyouneed.jpg);
}

#mistress:hover {
	background-image: url(/x/img/content/kobana/kobana_gotwhatyouneed_over.jpg);
}

#daughter {
	background-image: url(/x/img/content/kobana/kobana_daughter.jpg);
}

#daughter:hover {
	background-image: url(/x/img/content/kobana/kobana_daughter_over.jpg);
}

#son {
	background-image: url(/x/img/content/kobana/kobana_beaman.jpg);
}

#son:hover {
	background-image: url(/x/img/content/kobana/kobana_beaman_over.jpg);
}


body.theme-brown .wrap .c2 .content .c1  a {
	color: #775402;
	text-decoration: underline;
}

body.theme-brown .wrap .c2 .content .c1  a:hover {
	text-decoration: none;
}

body.theme-brown ul.nav,
body.theme-brown ul.nav li a{
	background-color: #775402;
	color: #FFFFFF;
}

body.theme-brown ul.nav li a.here,
body.theme-brown ul.nav li a:hover{
	background-color: #89711D;
}

/* [drop down nav themes] */
body.theme-brown ul.nav li ul li{}
body.theme-brown ul.nav li ul li a{}
body.theme-brown ul.nav li ul li a.here,
body.theme-brown ul.nav li ul li a:hover{}

/* [the red theme] */
body.theme-red{
}

body.theme-red h4, body.theme-red h5, body.theme-red h6 {
	color: #CC0000;
}

body.theme-red ul.nav,
body.theme-red ul.nav li a{
	background-color: #CC0000;
	color: #FFFFFF;
}

body.theme-red ul.nav li a.here,
body.theme-red ul.nav li a:hover{
	background-color: #FF0000;
}

body.theme-red .feat{
	background-color: #EFB3B3;
	color: #ffffff;
	font-size: 125%;
}

body.theme-red .wrap .feat {
	background-color: #FFFFFF;
	color: #CC0000;
	font-size: 125%;
}

body.theme-red .wrap .c2 .content .c2 a{
	text-decoration: none;
	color: #CC0000;
	background-color: pink;
}

body.theme-red .wrap .c2 .content .c2  a:hover {
	text-decoration: none;
	color: #CC0000;
	background-color: #FFDFE5;
}

body.theme-red .wrap#lay-split-col .c2 .content .c2 .feat a {
	text-decoration: underline;
	color: #CC0000;
}

body.theme-red  .wrap#lay-split-col .c2 .content .c2 .feat a:hover {
	text-decoration: none;
	color: #FF0000;
}


/* [drop down nav themes] */
body.theme-red ul.nav li ul li{}
body.theme-red ul.nav li ul li a{}
body.theme-red ul.nav li ul li a.here,
body.theme-red ul.nav li ul li a:hover{}

/* [drop down nav themes] */
body.theme-red ul.nav li ul li{}
body.theme-red ul.nav li ul li a{}
body.theme-red ul.nav li ul li a.here,
body.theme-red ul.nav li ul li a:hover{}

/* [the greeeeeen theeeeeme] */
body.theme-green{
}

body.theme-green ul.nav,
body.theme-green ul.nav li a{
	background-color: #006600;
	color: #FFFFFF;
}

body.theme-green ul.nav li a.here,
body.theme-green ul.nav li a:hover{
	background-color: #009900;
}

/* [drop down nav themes] */
body.theme-green ul.nav li ul li{}
body.theme-green ul.nav li ul li a{}
body.theme-green ul.nav li ul li a.here,
body.theme-green ul.nav li ul li a:hover{}

body.theme-green .content .c1 a
body.theme-green .content .c1 h2,
body.theme-green .content .c1 h3,
body.theme-green .content .c1 h4,
body.theme-green .content#forum .c1 a,
body.theme-green .content#forum .c1 h2,
body.theme-green .content#forum .c1 h3,
body.theme-green .content#forum .c1 h4,
body.theme-green .content .c1 .post h4 a{
	color: #006600;
}
/*
body.theme-green .content .c1 .post h4 a{
	color: #006600;
}
*/


/*LAYOUT THEME DEVIATIONS */

/* [default - no need for overrides] */
.wrap#lay-wide-col{}

/* [centrally split column layout] */
.wrap#lay-split-col{
}

.wrap#lay-split-col .content .c1 p,
.wrap#lay-split-col .content .c1 ul,
.c1 p, .c1 li
{
	margin-top: 5px;
	font-size: 125%;
}

.wrap#lay-split-col .content .c1,
.wrap#lay-split-col .content .c2{
	width: 284px;
}

.wrap#lay-split-col .content .c1{
	width: 264px;
	padding-left: 20px;
	padding-right: 20px;
}

.wrap#lay-split-col .content .c2{
	width: 304px;
	padding-left: 0px;
	padding-right: 0px;
}
.wrap#lay-split-col .content .c2 .feat img {
	margin-bottom: 5px;
}

/* [single-col content layout] */
.wrap#lay-single-col .content .c1{
	width: 568px;
}

.feat p {
	font-size: 100%;
}

.commentlist li p{
	font-size: 100%;
}


.ribbon {
  background-image: url('/x/img/content/home/WorldAidsDayRibbon.gif');
  background-repeat: no-repeat;
  height: 300px;
}

.ribbon h2 {
  font-size: 18px;
  margin-bottom: 30px;
}

.ribbon h2 a {
  color: #005128;
}

.ribbon h2 a:hover {
  color: #84B59C;
}

.ribbon .content {
  margin-left: 250px;
  margin-top: 30px;
}

.ribbon a {
  font-size: 100%;
  text-decoration: none;
  color: #393939;
  font-weight: bold;
  line-height: 160%;
  
}

.ribbon a span {
  font-size: 150%;
  vertical-align: middle;
  color: #D1090B;
}

.ribbon p.tatLink {
  border-top: 1px solid #005128;
  border-bottom: 1px solid #005128;
  background-color: #005128;
  background-image: url('/x/img/content/home/green-fade.gif');
  background-repeat: repeat-x;
  padding: 0 10px 0 10px;
  margin-top: 40px;
}


.ribbon p.tatLink a {
  color: #FFFFFF;
}

.ribbon p.tatLink a:hover {
  color: #84B59C;
}
