 This spells out acronyms in full when they're defined using <acronym title="X"> tags.  

acronym:after {
  content: " (" attr(title) ")";
}


/* CSS for AtlanticPublishers.com: PRINT FRIENDLY VERSION
   Author:  Trevor @ SquareEye.com
==================================== */


/* General
==================================== */


body {
	font:62.5%/1.2 "Myriad Web", "Myriad Pro", "Lucida Grande", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	color:#000;
	height:100%;
	text-align: center;
	margin: 0;
	padding: 0;
	background: #FFF;
	}

/* Wrappers
==================================== */

#whole {
	height:100%;
	background-color: #FFF;
	margin: 0 auto;
	padding: 20px 20px 0 20px;
	text-align: left;
	font-size: 1.1em;
	width:95%; 
}

#logo {
visibility:hidden;
}

#main {
	padding: 0 2px 0 2px;
}


/* Menu
==================================== */

#menu {
	visibility:hidden;
}

		
/* White box, rounded corners
==================================== */		

.bl {background: url(/images/corners/bottom_left.gif) 0 100% no-repeat #FFFFFF; 
	width: 100%;
	margin-bottom: 10px;
	}
.br {background: url(/images/corners/bottom_right.gif) 100% 100% no-repeat}
.tl {background: url(/images/corners/top_left.gif) 0 0 no-repeat}
.tr {background: url(/images/corners/top_right.gif) 100% 0 no-repeat; 
	padding:20px;
	font-size: 1.2em;
	}
.clear {font-size: 1px; height: 1px;
}

/* Light blue box, rounded corners
==================================== */	


.blue_box { background: url(/images/corners/light_blue/nt.gif) repeat; }
.blue_top div { background: url(/images/corners/light_blue/tl.gif) no-repeat top left; }
.blue_top { background: url(/images/corners/light_blue/tr.gif) no-repeat top right; }
.blue_bot div { background: url(/images/corners/light_blue/bl.gif) no-repeat bottom left; }
.blue_bot { background: url(/images/corners/light_blue/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.blue_top div, .blue_top, .blue_bot div, .blue_bot {
width: 100%;
height: 7px;
font-size: 1px;
}
.blue_content { margin: 0 7px; }
.blue_roundbox { width: 50%; margin: 1em auto; }

/* Rounded outline
==================================== */	

.outline {
font-size: 0.9em;
}

.outline .t {background: url(/images/corners/outline/dot.gif) 0 0 repeat-x;  text-align: left;}
.outline .b {background: url(/images/corners/outline/dot.gif) 0 100% repeat-x}
.outline .l {background: url(/images/corners/outline/dot.gif) 0 0 repeat-y}
.outline .r {background: url(/images/corners/outline/dot.gif) 100% 0 repeat-y}
.outline .bl {background: url(/images/corners/outline/bl.gif) 0 100% no-repeat}
.outline .br {background: url(/images/corners/outline/br.gif) 100% 100% no-repeat}
.outline .tl {background: url(/images/corners/outline/tl.gif) 0 0 no-repeat}
.outline .tr {background: url(/images/corners/outline/tr.gif) 100% 0 no-repeat; padding:10px}

.outline .t_blue {background:  url(/images/corners/outline/dot_blue.gif) repeat-x 0 0;  text-align: left;}
.outline .tl_blue {background:  url(/images/corners/outline/tl_blue.gif) no-repeat 0 0}
.outline .tr_blue {background:  url(/images/corners/outline/tr_blue.gif) no-repeat 100% 0; padding:10px}

.outline ul {
padding:0;
margin: 0;
}

.outline li {
list-style: none;
padding: 0 0 2px 0;
margin: 0 0 2px 0;
border-bottom: dotted 1pt #92b03e;
}


/* Other highlighting
==================================== */	

#subscribe {
background-color:#576B86;
padding: 4px;
font-size: 1.4em;
color: #FFF;
font-weight: bold;
text-transform:uppercase;
}

#subscribe a {
color: #FFF;
text-decoration:none;
}
#subscribe a:hover {
color: #CCCCCC;
}


/* Headings & text styles
==================================== */

p {
}

h1 {
	margin:0;
	padding: 0;
	font: 1.8ems;
}

h2 {
	font-size: 120%;
	color: #000;
	padding: 0 0 10px 0;
	margin: 0;
}

/* Links
==================================== */

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
}

/* Issues
==================================== */

.latest {
padding: 10px 0px 0 0px;
}

.latest p {
padding-left: 10px;
}

.previous {
padding: 10px 0px 0 0px;
}



.issue_title {
color: #000;
font-weight: bold;
padding: 10px;
margin-bottom: 15px;
width: 400px;
}

.issue_title_issue {
color: #000;
font-size: 140%;
}

.cover_float {
float: left;
margin-right: 10px;
margin-bottom: 10px;
}


/* Footer
==================================== */

#footer {
	clear:both;
	margin-top: 15px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	color: #000;
	font-size: 1.1em;
	text-align: center;
}

#footer a {
	color:#000;
}
