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


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

html {
	min-height:100%;
	margin-bottom:1px;
	}

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 url(/images/background.gif);
	}
	
address {
visibility: hidden;
}	

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

#whole {
	height:100%;
	background-color: #889cb7;
	margin: 0 auto;
	padding: 20px 20px 0 20px;
	text-align: left;
	font-size: 1.1em;
	width:750px; 
  	voice-family: "\"}\"";   /* Box model hack for IE5 - overrides for IE6/FF with proper width */
  	voice-family:inherit;
  	width:710px;
}

#logo {
}

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


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

#menu {
	width: 100%;
	margin: 8px 0 0px 0;
	background: url(/images/background_menu.gif);
}

#menu_left {float: left; width:7px; height: 38px;}
#menu_middle {
	float: left;
	background: url(/images/background_menu.gif);

}
#menu_right {float:right; width:7px; height: 38px}

#menu ul {
	margin: 0;
	padding: 10px;;
	}

#menu li {
	list-style: none;
	float: left;
	display: block;
	padding: 0 7px 0 7px;
	border-left: solid 1pt #adbacd;
	border-right: solid 1pt #879ab8;
	}

#menu li a {
	color: #000;
	text-decoration: none;
	font-size: 1.1em;
	}
	
#menu li a:hover {
	color: 	#FFFF99;
	}
		
/* 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: #990505;
	padding: 0 0 10px 0;
	margin: 0;
}

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

a {
	color: #576B86;
}

a:hover {
	color: #000000;
}

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

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

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

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



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

.issue_title_issue {
color: #576B86;
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: #FFF;
	font-size: 1.1em;
	text-align: center;
}

#footer a {
	color:#FFFF99;
}
#footer a:hover {
	background-color: #FFFF99;
	color: #889cb7;
}






