Newsletter

Newsletter

[pureHTML]
[!DOCTYPE HTML]
[html]
[style]
@charset “utf-8″;
body {
font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
background: #fff;
margin: 0;
padding: 0;
color: #000;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it’s best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
padding: 0;
margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
margin-top: 0; /* removing the top margin gets around an issue where margins can escape from their containing block. The remaining bottom margin will hold it away from any elements that follow. */
padding-right: 15px;
padding-left: 15px; /* adding the padding to the sides of the elements within the blocks, instead of the block elements themselves, gets rid of any box model math. A nested block with side padding can also be used as an alternate method. */
margin-bottom: 0;
font-size: 9px;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
border: none;
}
/* ~~ Styling for your site’s links must remain in this order – including the group of selectors that create the hover effect. ~~ */
a:link {
color: #42413C;
text-decoration: underline; /* unless you style your links to look extremely unique, it’s best to provide underlines for quick visual identification */
}
a:visited {
color: #6E6C64;
text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
text-decoration: none;
}
/* ~~ This fixed width container surrounds all other blocks ~~ */
.container {
width: 560px;
background: #FFFFFF;
margin: 0 auto;
}

.newsletter {
padding: 0;
width: 520px;
margin-left: 20px;
margin-right: 20px;
margin: 0 20px;
}

/* ~~ The header is not given a width. It will extend the full width of your layout. ~~ */
.header {
width: 520px;
margin-top: 33px;
float: left;
height: 206px;
}

.header-date {
width: 520px;
height: 27px;
}
.header-logo {
width: 520px;
height: 156px;
}
.header-lowerbar {
width: 520px;
height: 50px;
}
.header-headline {
width: 520px;
height: 50px;
float: left;
padding-top: 4px;
/* [disabled]padding-bottom: 4px; */
margin: 0;
}

.header-headline h2 {
font-family: “Trebuchet MS”, Arial, Helvetica, sans-serif;
font-size: 30px;
color: #a62828;
text-align: center;
margin: 0;
padding: 0;
}

hr {
color: #999;
height: 2px;
background-color: #999;
width: 500px;
padding: 2px;
margin: 0;
padding: 0;
margin-left: 10px;
margin-right: 10px;
float: left;
/* [disabled]margin-top: 4px; */
}

.letterbody {
width: 460px;
/* [disabled]margin-top: 8px; */
margin-left: 30px;
margin-right: 30px;
/* [disabled]height: 480px; */
margin-bottom: 10px;
float: left;
/* [disabled]padding-top: 16px; */
position: relative;
}

.leftcol {
width: 225px;
float: left;
margin-bottom: 10px;
}
.letterbody hr {
color: #FF6F6F;
height: 2px;
background-color: #FF6F6F;
width: 223px;
padding: 0;
margin: 0;
margin-top: 2px;
margin-left: 0px;
float: left;
}
.leftcol p {
margin: 0;
padding: 0;
font-size: 11px;
margin-top: 12px;
}

.rightcol {
width: 225px;
/* [disabled]height: 505px; */
float: right;
background: #CCC;
/* [disabled]margin-bottom: 10px; */
padding-bottom: 12px;
}
.rightcol h3 {
color: red;
font-size: 18px;
text-align: center;
font-weight: normal;
margin: 0;
margin-top: 4px;
padding: 0;
}
.rightcol p {
padding: 0;
font-size: 12px;
margin: 5px;
margin-top: 12px;
}

.filler {
width: 520px;
height: 30px;
float: left;
/* [disabled]position: relative; */
}

.links {
width: 460px;
height: 120px;
/* [disabled]margin-top: 10px; */
margin-left: 30px;
margin-right: 30px;
display: block;
float: left;
/* [disabled]position: relative; */
}
.linkbox {
width: 192px;
height: 76px;
float: left;
margin: 0;
padding: 0;
}
.link {
width: 192px;
height: 30px;
float: left;
margin-bottom: 8px;
}
.circlelink {
width: 76px;
height: 76px;
float: left;
}
.bottomlink {
width: 460px;
/* [disabled]height: 30px; */
float: left;
/* [disabled]margin: 1px; */
text-align: center;
margin-bottom: 10px;
}

.upcomingevents {
width: 420px;
margin-top: 14px;
margin-left: 50px;
margin-right: 50px;
height: 165px;
float: left;
}

.upcomingevents h3 {
font-size: 18px;
font-weight: normal;
margin: 0;
margin-top: 4px;
padding: 0;
}

.upcomingevents p{
margin: 0;
margin-top: 4px;
padding: 0;
font-size: 12px;
}

.quote {
width: 520px;
height: 135px;
text-align: center;
float: left;
margin-top: 12px;
}
.footer {
width: 520px;
height: 135px;
text-align: center;
float: left;
}
.footer h3 {
font-size: 24px;
font-weight: normal;
margin: 0;
margin-top: 4px;
padding: 0;
}

.footer p {
font-size: 11px;

}

.facebookshare {
background: #FFF;
font-size: 11px;
width: 460px;
height: 20px;
float: left;
/* [disabled]padding: auto; */
/* [disabled]padding-top: 8px; */
}

.content {
padding: 10px 0;
width: 600px;
float: left;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}
/* ~~ These are the columns for the layout. ~~

1) Padding is only placed on the top and/or bottom of the block elements. The elements within these blocks have padding on their sides. This saves you from any “box model math”. Keep in mind, if you add any side padding or border to the block itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the block element and place a second block element within it with no width and the padding necessary for your design.

2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you’re floating toward (for example: a right margin on a block set to float right). Many times, padding can be used instead. For blocks where this rule must be broken, you should add a “display:inline” declaration to the block element’s rule to tame a bug where some versions of Internet Explorer double the margin.

3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar blocks could be stacked if necessary. These can very easily be changed to IDs if that’s your preference, as long as you’ll only be using them once per document.

4) If you prefer your nav on the left instead of the right, simply float these columns the opposite direction (all left instead of all right) and they’ll render in reverse order. There’s no need to move the blocks around in the HTML source.

*/
.sidebar {
float: left;
width: 280px;
padding-bottom: 10px;
margin: 0px 0px 0px 0px;
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
nav ul {
list-style: none; /* this creates the space between the navigation on the content below */
padding-bottom: 20px;
padding: 0px;
margin: 0px;
}
nav ul li {
padding: 0px;
}

nav ul a, nav ul a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
display: block; /*this width makes the entire button clickable for IE6. If you don’t need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
text-decoration: none;
padding-left: 10px;
margin-bottom: 8px;
}

nav ul a:hover, nav ul a:active, nav ul a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
background: #ADB96E;
color: #FFF;
}
.all {
background-image: url(ribbon.jpg);
}

/*HTML 5 support – Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure {
display: block;
}

[/style]
[meta-charset="utf-8"]
[title]TeenAIDS-PeerCorps Monthly Newsletter[/title]
[head]
[/head]

[body]

[div class="container"]
[div class="newsletter"]
[div class="header"]
[div class="header-logo"]
[a href="/" target="_blank"][img src="/wp-content/uploads/2012/07/fullheader.jpg" alt="TeenAIDS-PeerCorps" width="520px" height="156px" title="TeenAIDS-PeerCorps" style="color:blue; font-weight:bold; font-size:16px;" /][/a]
[!-- end .header-logo --][/div]
[div class="header-headline"]
[h2]Classy Awards’ Volunteer of the Year[/h2]

[!--[img src="pizza.jpg" alt="Classy Awards' Volunteer of the Year" title="Classy Awards' Volunteer of the Year" width="580px" height="40px" style="color:red; font-weight:bold; font-size:16px;" /]–]
[!-- end .header-headline --][/div]

[!-- end .header --][/div]
[div class="filler"]
[hr /]
[/div]
[div class="letterbody"]
[div class="leftcol"]
[img src="/wp-content/uploads/2012/07/drj-rally.jpg" alt="Vote for Dr. John Chittick" title="Vote for Dr. John Chittick" width="211px" height="150px" style="color:blue; font-size:16px;" /]
[hr /]
[p][strong]Dr. John is one of the top[/strong][br /] finalists in the prestigiously cool Stay Classy Awards, the largest humanitarian recognition ceremony in the world. Let’s give him our votes (one per person). [a href="http://www.stayclassy.org/classy-awards/vote" target="_blank"]Click Here.[/a] Log in using Facebook and then go to the Southern states region and vote under “Volunteer of the Year”. If you don’t have Facebook, you can set up a temporary Stay Classy account. [br /]
[br /]
Please pass this on to your friends via any social media like Facebook, Twitter, email and LinkedIn, etc. Voting closes on July 26 at 11:59 PM PST. This award would be a great recognition for TA-PC and Dr. John’s Global Walks to 85 countries. [/p]
[!-- end .leftcol --][/div]

[div class="rightcol"]
[h3]LATEST NEWS[/h3]
[hr /]
[p][strong]“Teen-Testers”[/strong] is our newest initiative. TA-PC is the first group in the nation to bring youth the news of the FDA’s recently approved oral swab testing (results in 20 minutes). Our Teen-Testers campaign understands that home HIV tests are an easy and effective prevention technique. Research shows that voluntary testing actually leads to less unprotected intercourse and more attention paid to rising HIV rates among youth. [br /]
[br /]
Schools are failing students so we use our signature “AIDS Attacks” to interact with teens wherever we find them. We host fun, entertaining events like mega beach parties, Dance-Off competitions, 5K Walks/Runs, etc. to attract youth and minimize the stigma of clinical AIDS testing using needles and blood. [/p]
[!-- end .rightcol --][/div]

[div class="filler"][/div]
[div class="facebookshare"]
[strong][a href="http://www.youtube.com/watch?v=kv9U3CwOtIM&feature=plcp" target="_blank"]Video tutorial of how to vote[/a]

[style] html .fb_share_link { padding:2px 0 0 20px; height:16px; background:url(http://static.ak.facebook.com/images/share/facebook_share_icon.gif?6:26981) no-repeat top left; }[/style][a rel="nofollow" href="/?page_id=1613" onclick="return fbs_click()" target="_blank" class="fb_share_link"]Share TeenAIDS on Facebook[/a][/strong]
[/div]
[div class="filler"][/div]

[!-- end .letterbody--][/div]
[div class="links"]
[div class="linkbox"]
[div class="link"]
[a href="http://www.youtube.com/watch?v=CqPTYsguCI0&feature=plcp" target="_blank"][img src="/wp-content/uploads/2012/07/link-globalwalkvideo.jpg" alt="Global Walk Video" title="Global Walk Video" width="192px" height="30px" style="color:blue; font-size:16px;" /][/a]
[/div]
[div class="link"]
[a href="http://www.stayclassy.org/stories/fat-man-walking-harvard-expert-saves-young-lives" target="_blank"][img src="/wp-content/uploads/2012/07/link-nominationstory.jpg" alt="Nomination Story" title="Nomination Story" width="192px" height="30px" style="color:blue; font-size:16px;" /][/a]
[/div]
[/div]
[div class="circlelink"]
[a href="/?page_id=1424" target="_blank"][img src="/wp-content/uploads/2012/07/link-donate.jpg" alt="Donate" title="Donate" width="76px" height="76px" style="color:blue; font-size:16px;" /][/a]
[/div]
[div class="linkbox"]
[div class="link"]
[a href="http://www.youtube.com/watch?v=XJDyOrVYHJY&feature=plcp" target="_blank"][img src="/wp-content/uploads/2012/07/link-hivtestingvideo.jpg" alt="HIV Testing Video" title="HIV Testing Video" width="192px" height="30px" style="color:blue; font-size:16px;" /][/a]
[/div]
[div class="link"]
[a href="http://www.youtube.com/watch?v=3WlG2xGOGew&feature=relmfu" target="_blank"][img src="/wp-content/uploads/2012/07/link-carnivalpartypsa.jpg" alt="Carnival Party PSA" title="Carnival Party PSA" width="192px" height="30px" style="color:blue; font-size:16px;" /][/a]
[/div]
[/div]
[div class="bottomlink"]
[a href="http://www.nytimes.com/2012/07/04/health/oraquick-at-home-hiv-test-wins-fda-approval.html" target="_blank"][img src="/wp-content/uploads/2012/07/link-nytimes.jpg" alt="NY Times: Home Testing Approved" title="NY Times: Home Testing Approved" width="254px" height="30px" style="color:blue; font-size:16px;" /][/a]
[/div]
[!-- end .links --][/div]

[hr /]
[div class="upcomingevents"]
[h3]UPCOMING EVENT:[/h3]
[p]TA-PC is throwing a “Mega Beach Party” on Friday, August 10 at the newly opened Fort Monroe National Park on Chesapeake Bay near Virginia Beach. Our 40 summer college interns are hosting the fun event for 300 teens with beach sports, swimming, cookout, live music, iPod raffle – and complimentary oral swab testing and counseling on HIV/AIDS prevention.[/p]
[!-- end .upcomingevents --][/div]

[hr /]
[div class="quote"]
[img src="/wp-content/uploads/2012/07/drj-quote.jpg" alt="Please Donate" title="Please Donate" width="503px" height="127px" style="color:blue; font-size:16px;" /]
[!-- end .quote --][/div]

[div class="footer"]
[h3][a href="/" target="_blank"]teenaids.org[/a][/h3]
[p][email protected][br /]
978-855-1668 [img src="/wp-content/uploads/2012/07/newsletterdot.jpg" width="12px" height="10px" /] 757-352-2055[br /]
PO BOX 7114, Fitchburg, MA 01420 [img src="/wp-content/uploads/2012/07/newsletterdot.jpg" width="12px" height="10px" /] PO BOX 8460, Norfolk, VA 23503 [/p]
[!-- end .footer --][/div]

[!-- end .newsletter --][/div]
[!-- end .container --][/div]

[/body]

[/html]
[/pureHTML]

We are an all-volunteer 501 (c) 3 non-profit organization distributing information about AIDS to teens locally, nationally, and internationally.