@font-face {
	font-family: 'OpenSans';
	src: url('lib/type/OpenSans-Regular-webfont.eot');
	src: url('lib/type/OpenSans-Regular-webfont.eot?iefix') format('eot'),
		url('lib/type/OpenSans-Regular-webfont.woff') format('woff'),
		url('lib/type/OpenSans-Regular-webfont.ttf') format('truetype'),
		url('lib/type/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
}

body, p, div, td {
	font-family: OpenSans, arial, helvetica, sans-serif;
	font-size: 12pt;
}

h1,h2,h3,h4,h5,h6 {
	font-family: OpenSans, arial, helvetica, sans-serif;
}
h1 {	margin-top: 0px;}

body {
	margin: 0px;
}

a:link
{ color: #FF6600; }
a:visited
{ color: #CC4400; }
a:hover
{ text-decoration: none; }
a:active
{ color: #ff0000; }

a.button {
	border-radius: 15px;
	line-height: 30px;
	padding: 5px 15px;
	font-weight: bold;
	text-decoration: none;
	background-color: #FF6600;
	color: white;
}
a.button:hover {
	background-color: #cc0000;
}

.alert {
	color: red;
	font-weight: bold;
}

.img-responsive {
	max-width: 100%;
	height: auto;
}



.masthead {
	position: relative;
	margin: 20px auto 10px auto;
	max-width: 800px;
	height: 60px;
	color: #FF6600;
}

div.site-name {
	float: left;
	font-size: 50px;
	line-height: 50px;
}
div.site-name a:link, .site-name a:visited {
	color: #FF6600;
	text-decoration: none;
}

div.logo-container {
	float: right;
	width: 50px;
	height: 50px;
}



/*----- Menu -----*/
div.menu-container {
	overflow: auto;
	width: 100%;
	border-top: 1px solid #ff6600;
	border-bottom: 1px solid #ff6600;
}
ul.mainmenu {
	list-style-type: none;
	padding: 0px;
	margin: 0px auto;
	max-width: 800px;
	height: 32px;
	line-height: 22px;
	font-size: 12pt;
	border-left: 1px solid #ff6600;
}
ul.mainmenu li {
	float: left;
	/*width: 120px;*/
}
ul.mainmenu li a:link,
ul.mainmenu li a:visited {
	display: block;
	text-align: center;
	/*background-color: #ff6600;*/
	padding: 5px 15px;
	color: #ff6600;
	text-decoration: none;
	border-right: 1px solid #ff6600;
}
ul.mainmenu li.here a:link, /* The current page */
ul.mainmenu li.here a:visited /* The current page */
{
	/*background-color: #FF6600;*/
}
ul.mainmenu li a:hover {
	background-color: #ff6600;
	color: #ffffff;
}
ul.mainmenu li.here a:hover /* The current page */
{
	/*background-color: #FF4400;
	text-decoration: none;*/
}


div.contents {
	margin: 20px auto 0px auto;
	max-width: 800px;
}

div.grid-box /* listing of magazine issues */
{
	float: left;
	width: 110px;
	height: 180px;
	margin: 0px 20px 20px 0px;
	cursor: pointer;
	color: #FF6600;
	text-decoration: underline;
}

div.toc-box /* TOC of individual issues */
{
	float: left;
	width: 370px;
	height: 150px;
	border: 1px solid #ff6600;
	margin: 0px 20px 20px 0px;
	color: black;
}
div.toc-box:hover {
	background-color: #FFCDAC;
	/*color: white;*/
}
div.toc-box img {
	float: left;
}
div.toc-text {
	float: left;
	overflow: auto;
	padding: 10px;
	width: 240px;
	height: 130px;
}
div.toc-text p
{
	margin-top: 10px;
}

div.artist-quote
{
	background-color: #eeeeee;
	border-radius: 20px;
	margin-top: 50px;
	padding: 5px 20px;
	margin-bottom: 30px;
	line-height: 2;
	position: relative;
}

.indent
{
	margin-left: 40px;
}

.doublespaced li
{
	margin-top: 15px;
}
