/*
	Dark Grey: #3b3c3f;
	Mid Grey: #bdc0c9;
	Light Grey: #ebedf2;
	Dark Blue: #2a3a7c;
	Highlight: #c5007e;
*/

html, body {
	height: 100%;
}
body {
	margin: 0;
	background-color: #ddd;
	font: 12px Tahoma, sans-serif;
	text-align: center; /* IE5.5 workaround */
}
h1 {
	margin-top: 0;
	margin-bottom: 0;
	background-image: url("images/content-header.gif");
	padding-left: 10px;
	font: 13px Verdana, sans-serif;
	font-weight: bold;
	line-height: 30px;
	color: white;
}
h2 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #2a3a7c;
}
h3 {
	margin-top: 10px;
	margin-bottom: 0;
	background-image: url("images/sidebar-header.gif");
	padding-left: 5px;
	font: 13px Verdana, sans-serif;
	font-weight: bold;
	line-height: 30px;
	color: white;
}
p {
	margin-top: 0;
	margin-bottom: 10px;
}
address {
	margin-bottom: 10px;
	font-style: italic;
}
a {
	color: #2a3a7c;
}
a:hover {
	color: #c5007e;
}
img {
	border: 0;
}
ul {
	margin: 0 0 10px 5px;
	padding: 0;
}
form {
	margin-bottom: 0;
}
fieldset {
	margin: 0;
	border: 0;
	padding: 0;
	line-height: 26px;
}
label {
	margin-right: 5px;
}
.error {
	color: red;
}
#wrapper {
	margin: 0 auto;
	width: 770px;
	height: 100%; /* IE6 workaround */
	min-height: 100%;
	background-color: white;
	text-align: left; /* IE5.5 workaround */
}
body > #wrapper { /* Switch off IE6 workaround for other browsers */
	height: auto;
}
#header img {
	display: block;
}
#header div {
	float: left;
	width: 190px;
	height: 55px;
	background-image: url("images/header-left.gif");
}
#menu {
	float: left;
	margin-bottom: 25px;
	margin-left: 0;
	list-style: none;
	width: 580px;
	height: 30px;
	background-color: #2a3a7c;
}
#menu li {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
#menu li#first {
	margin-left: 5px;
}
#menu a {
	display: block;
	width: 100px;
	background-image: url("images/top-tab.gif");
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
#main {
	clear: left;
	width: 100%;
	padding-bottom: 80px;
	overflow: hidden;
}
#sidebar {
	float: left;
	margin-right: 10px;
	width: 170px;
}
#sidebar .content {
	padding: 10px;
	background-color: #ebedf2;
	overflow: hidden;
}
#sidebar .issues {
	height: 130px;
	overflow: hidden;
}
#sidebar .issue {
	float: left;
	margin-bottom: 10px;
	text-align: center;
}
#sidebar .issue.left {
	margin-right: 9px;
}
#sidebar .issue a {
	font-size: 11px;
	text-decoration: none;
}
#sidebar_features {
	margin-left: 16px;
}
#sidebar_features li {
	margin-bottom: 5px;
}
#content {
	float: left;
	margin: 10px 0;
	width: 580px;
}
#content .content {
	margin-bottom: 80px; /* IE6 workaround */
	padding: 10px;
	background-color: #ebedf2;
	overflow: hidden;
}
#content > .content { /* Switch off IE6 workaround for other browsers */
	margin-bottom: 0;
}
#buy_now {
	margin-top: 10px;
	text-align: right;
}
#buy_now a {
	font-size: 16px;
	font-weight: bold;
	color: red;
}
#buy_now:hover {
	color: #c5007e;
}

/* about */
	#features {
		height: 70px;
	}
	#features li {
		margin-left: 20px;
	}
	#features li.left {
		float: left;
		width: 330px;
	}
	#features li.right {
		float: right;
		width: 180px;
	}

/* order */
	#order fieldset {
		margin-bottom: 10px;
	}
	#order label {
		float: left;
		clear: left;
		width: 82px;
		text-align: right;
	}
	#order label.cb {
		float: none;
		clear: none;
		margin-right: 0;
		margin-left: 5px;
		width: auto;
		text-align: left;
	}
	#issues {
		margin-left: 87px;
	}
	.pay_by {
		margin-right: 10px;
		width: 150px;
		height: 70px;
	}
	#continue {
		width: 130px;
		height: 23px;
	}
	

/* archive */
	#archive {
		overflow: hidden;
	}
	#archive .issues {
		height: 190px;
		overflow: hidden;
	}
	#archive .issue {
		float: left;
		margin-bottom: 10px;
		width: 140px;
		text-align: center;
	}
	#archive .issue a {
		text-decoration: none;
	}
	#archive h2, #latest h2 {
		float: left;
		line-height: 23px;
	}
	#buy {
		float: right;
	}
	#buy fieldset {
		text-align: right;
	}
	#cover_preview  {
		margin-bottom: 5px;
	}

/* advertise */
	#advertise {
		margin-bottom: 10px;
	}
	#advertise label {
		float: left;
		clear: left;
		width: 82px;
		text-align: right;
	}
	#advertise label#more_details_label {
		float: none;
		width: auto;
		text-align: left;
	}
	#more_details {
		width: 100%;
		height: 100px;
	}
	#submit {
		float: right;
		width: 103px;
		height: 23px;
	}

/* classifieds */
	#advert {
		width: 100%;
	}
	#place {
		float: right;
		width: 130px;
		height: 23px;
	}

/* add-issue */
	#add-issue fieldset {
		line-height: 26px;
	}
	#add-issue label {
		float: left;
		clear: left;
		width: 52px;
		text-align: right;
	}
	#issue_no {
		text-align: right;
	}
	#published_month {
		margin-right: 5px;
	}
	#description {
		width: 100%;
	}
	#description_error {
		float: right;
	}
	#add, #confirm {
		float: right;
		width: 103px;
		height: 23px;
	}

#footer {
	margin: -80px auto 0 auto;
	width: 770px;
	overflow: hidden;
}
#footer .left {
	float: left;
	width: 190px;
	height: 80px;
	background-image: url("images/footer-left.gif");
	text-align: center;
}
#footer .left img {
	margin: 20px 20px 0 0;
}
#footer .right {
	float: left;
	margin-top: 30px;
	width: 580px;
	height: 50px;
	background-color: #3b3c3f;
	line-height: 50px;
	font-size: 11px;
	color: white;
	text-align: center;
}