/*- TYPOGRAPHY, COLORS, AND OTHER STYLING */

body {
	margin:30px 0;
	padding:0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color:#000;
	background:#fff;
}

a:link, a:visited {
	color:#e811a8;
	font-weight:bold;
	text-decoration:none;
}

a.und:link, a.und:visited {
	text-decoration:underline;
}
a.und:hover {
	text-decoration:none;
}

a:hover {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	background:#e811a8
}

#content {
	font-size:13px;
	line-height:15px;
}

#footer {
	font-size:10px;
	font-weight:bold;
	color:#aeaeae;
	background-color:#fff;
}

.newsdate {
	font-weight:bold;
	font-size:15px;
}

.newsbody {
	font-size:13px;	
}

.buy {
	margin:20px 0 0;
	font-weight:bold;
	font-size:16px;
}

.buy a, .buy a:visited {
	text-decoration:underline;
}

.buy a:hover {
	text-decoration:none;
	background:#e811a8
	color:#fff;
}

/*- STRUCTURE/LAYOUT */


#container {
	width: 765px;
	margin:0 auto;
}

#header {
	border-bottom: 4px solid #e0e0e0;
	padding:0 0 12px 0;
	margin-bottom:5px;
	overflow:hidden;
	width:100%;
}

#header-left {
	float:left;
	width:145px;
}

#header-right {
	float:right;
}

#content-hdr {
	border-bottom:1px solid #e2e2e2;
	width:765px;
	margin:0 0 15px 0;
}

#footer {
	margin:22px 0 0;
	border-top: 4px solid #e0e0e0;
	padding:6px 0 0;
}

#footer-left {
	float:left;
}

#footer-right {
	float:right;
}

#content {
	width:450px;
}

#main {
	overflow:hidden;
	width:100%;
}

.newspost {
	margin:5px 0 20px 0;
	overflow:hidden;
	width:100%;
}

.newsdate {
	float:left;
	width:160px;
}

.newsbody {
	float:right;
	width:595px;
}

.newsbody p {
	margin:0;
}

.magwrap {
	background:#eeeeee;
	color:#000;
	padding:12px;
	margin:0 0 20px 0;
	overflow: hidden;
	width:100%;
}

.magmain {
	float:left;
	width:584px;
}

.magthumbs {
	float:left;
	text-align:center;
	width:100px;
	margin-left:34px;
}
	
	
/*- HEADERS */

h1 {
	display:block;
	background:transparent url('../_img/img_logo_01.gif') left no-repeat;
	overflow:hidden;
	text-indent:-9999px;
	margin:0;
	height:47px;
}

h1 a {
	display:block;
	overflow:hidden;
	margin:0;
	height:47px;
	width:145px;
}

h1 a:hover {
	background:transparent;
}

h2#hdr-news {
	background:url('../_img/hdr_news_01.gif') left no-repeat;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	height:27px;
	margin:0 0 5px 0;
}

h2#hdr-about {
	background:url('../_img/hdr_about_01.gif') left no-repeat;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	height:27px;
	margin:0 0 5px 0;
}

h2#hdr-mag {
	background:url('../_img/hdr_magazine_01.gif') left no-repeat;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	height:27px;
	margin:0 0 5px 0;
}

h3 {
	margin:0 0 3px 0;
}


/*- LISTS */

#header-right ul {
	list-style:none;
	margin-top:30px;
}

#header-right ul li {
	float:left;
	color:#fff;
	padding:3px 0;
}

#header-right li a, #header-right li a:visited {
	padding:3px 8px 4px 8px;
	color:#e811a8;
	text-decoration:none;
	font-size:11px;
	margin-left:10px;
}

#header-right li a:hover {
	padding:3px 8px 4px 8px;
	background-color:#e811a8;
	color:#fff;
	margin-left:10px;
}

#header-right li a.selected, #header-right li a:visited.selected  {
	padding:3px 8px 4px 8px;
	background-color:#e811a8;
	color:#fff;
	margin-left:10px;	
}

.magthumbs ul {
	margin:0;
	padding:0;
	list-style:none;
}

.magthumbs ul li {
	text-align:right;
	margin:0 0 10px 0;
}

.magthumbs ul li a  {
}

.magthumbs ul li a img {
	border:3px solid #eeeeee;
}

.magthumbs ul li a:hover img {
	border:3px solid #e811a8;
	background:none;
	text-decoration:none;
}

.magthumbs ul li a img.selected {
	border:3px solid #e811a8;
	background:none;
	text-decoration:none;
}
