/*
** Print Stylesheet for CCA HIV/AIDS Initiative web pages
*/

body {
    background: White;
    font-family: Georgia, Garamond, Times, serif;
    font-size: 11pt !important;
    color: Black;
    margin: 1em;
    padding: 0;
}

.myMenu,
#contextMenu,
#contextLinks,
#slideMenu,
#page-top,
#column-one,
#column-two,
.netscape4,
.visualNoPrint {
     /* Hides all the elements irrelevant for presentations */
    display: none;
}

ul { 
    list-style-type: square;
}

#content,
li,
p {
    background: transparent;
    border: none ! important;
    font-family: Georgia, Garamond, Times, serif;
    font-size: 11pt;
    padding: 0 ! important;
    margin: 0 ! important;
    text-align: left;
}

h1, h2, h3, h4, h5, h6
{
    border: none;
    font-family: Georgia, Garamond, Times, serif;
    font-weight: bold;
}
h1 { font-size: 14pt; }
h2 { font-size: 12pt; }
h3, h4 {font-size: 11pt; }

p {
    margin: 1em 0 ! important;
    line-height: 1.2em;    
}

pre {
    border: 1pt dashed black;
    white-space: pre;
    font-size: 8pt;
    overflow: auto;
    padding: 1em 0;
}

table.listing,
table.listing td {
    border: 1pt solid black;
    border-collapse: collapse;
}

a {
    color: Black !important;
    padding: 0 !important
}

a:link, a:visited {
    color: #520;
    background: transparent;
    text-decoration: underline;
}
/* image spots */
p.pictRight { padding: 8px 0px 0px 8px; float: right;  font-size: 0.8em; color: #333333; text-align: center; line-height: 100%; }
p.pictRight img { border: 1px solid #000000; line-height: normal; }

p.pictLeft { padding: 8px 8px 0px 0px; float: left; font-size: 0.8em; color: #333333; text-align: center; line-height: 100%;}
p.pictLeft img { border: 1px solid #000000; line-height: normal;}

p.pictFull { padding: 8px; width: 100%;
float: left; font-size: 0.8em; color: #333333; text-align: center; line-height: 100%;}
p.pictFull img { border: 1px solid #000000; line-height: normal;}

.pictThumbnail {padding: 8px 0px 0px 8px; float: right; width: 80px;}
.pictIcon {padding: 8px 8px 0px 0px; float: left;  width: 32px; }


/* text inserts */
#content p.quoteLeft { padding: 8px 2px 8px 0px; float: left; width: 160px; font-size: 0.9em; color: #333333; border-right: 1px solid #999999; margin-right: 12px; }
#content p.quoteRight { padding: 6px 2px 6px 10px; float: right; width: 200px; font-size: 0.8em; color: #333333; border-left: 1px solid #999; margin-left: 6px; }


/*
** disable layout
*/

#visual-wrapper {
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
}

#visual-column-wrapper {
    margin: 0 !important;
    float: none !important;
}
 
#column-content {
    float: none !important;
    margin: 0 !important;
}
 
#column-content #content {
    float: none !important;
    padding: 0em !important;
    margin: 0 !important;
}

div#columns #column-content #content {
    margin-right: 8em !important;
}
/* 
**Div box fulls
*/ 
/*
** Div Box Full
*/
div#boxFull {
	float: left;
	font-size: 11pt;
	border: 1px solid #333;
}
div#boxFull img {
	float:right;
	width:160px;
}
div#boxFull p { padding: 6px 10px 6px 10px; font-size: 11pt; }
div#boxFull h2 { color: #333; font-size: 12pt; padding: 4px; margin: 0px; border: 1px solid #333;}
hr {
	background-color: #003399;
}

/* * * 
* * Banner sections
* * */
#bannerInside {
font-size: 14pt;
font-weight: bold;
}
#bannerBotInside {
font-size: 12pt;
font-weight: bold;
}
