body {
	margin: 0px auto 0px auto;
	padding: 0;
	line-height: 0px;
	text-align: left;
	background: black;
	}
	
@font-face {
  font-family: "Ingeborg";
  src: url("http://pinkmince.com/type/Ingeborg-Regular.otf");
  src: local("☺"),
    url("http://pinkmince.com/type/Ingeborg-Regular.otf") format("opentype");
  }

@font-face {
  font-family: "Ingeborg";
  font-style: italic;
  src: url("http://pinkmince.com/type/Ingeborg-Italic.otf");
  src: local("☺"),
    url("http://pinkmince.com/type/Ingeborg-Italic.otf") format("opentype");
  }

@font-face {
  font-family: "Ingeborg";
  font-weight: bold;
  src: url("http://pinkmince.com/type/Ingeborg-Bold.otf");
  src: local("☺"),
    url("http://pinkmince.com/type/Ingeborg-Bold.otf") format("opentype");
  }

@font-face {
  font-family: "Ingeborg";
  font-style: italic;
  font-weight: bold;
  src: url("http://pinkmince.com/type/Ingeborg-BoldItalic.otf");
  src: local("☺"),
    url("http://pinkmince.com/type/Ingeborg-BoldItalic.otf") format("opentype");
  }

#container {
	width: 1000px;
	margin: 0;
	padding: 0;
	background: #F9C;
	clear: both;
	}
	
#header {
	width: 1000px;
	height: 200px;
	clear: both;
	}
	
#footer {
	clear: both;
	}
	
#main {
	width: 600px;
	float: right;
	}
	
#issues {
	width: 200px;
	padding: 0;
	margin: 0;
	}
	
#social {
	width: 200px;
	padding: 0;
	margin: 0;
	float: right;
	}
	
.entry {
	width: 600px;
	background: #F9C;
	margin: 0;
	padding: 0;
	}
	
.entryHeader {
	width: 600px;
	height: 50px;
	background: black;
	padding: 5px;
	color: #FFF;
	}

.entryImages {
	width: 600px;
	height: 548px;
	margin: 0;
	padding: 0;
	}

.entryImage {
	width: 600px;
	height: 398px;
	margin: 0;
	padding: 0;
	}

.thumbnailRow {
	width: 600px;
	height: 150px;
	margin: 0;
	padding: 0;
	}

ul.thumbnailList {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
	}

li.thumbnail {
	width: 150px;
	height: 150px;
	margin: 0;
	padding: 0;
	float: left;
	}
	
.sidebarThumbnail {
	width: 200px;
	height: 133px;
	margin: 0;
	padding: 0;
	}
	
p {
	margin: 4px 10px 8px 10px;
	text-align: left;
	font-family: Ingeborg, Georgia, serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 0px;
	clear: none;
	}
	
.p_sidebar {
	margin: 8px 5px 4px 5px;
	text-align: left;
	font-family: Corbel, Candara, Helvetica, Arial, Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 0px;
	clear: none;
	}
	
h1 {
	font-family: Corbel, Candara, Helvetica, Arial, Verdana, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	color: white;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 0px;
	clear: none;
	background: black;
	padding: 5px;
	margin: 0;
	}
	
h2 {
	font-family: Corbel, Candara, Helvetica, Arial, Verdana, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	line-height: 12px;
	color: black;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 0px;
	clear: none;
	}
	
.h_sidebar {
	font-family: Corbel, Candara, Helvetica, Arial, Verdana, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	line-height: 12px;
	width: 190px;
	background: black;
	margin: 0;
	padding: 3px 5px;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	}
	
.payment {
	font-family: Corbel, Candara, Helvetica, Arial, Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: white;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 0px;
	clear: both;
	background: black;
	padding: 5px 5px 10px 5px;
	margin: 0;
	}
	
.payment strong {
	font-weight: bold;
	font-size: 18px;
	color: #FF3;
	}

p a, li a, .p_sidebar a {
	text-decoration: none;
	color: black;
	border-bottom: 1px dotted #F09;
	}

p a:hover, li a:hover, .p_sidebar a:hover {
	color: #F09;
	text-decoration: none;
	}
	
a, .h_sidebar a {
	text-decoration: none;
	color: white;
	}

a:hover, .h_sidebar a:hover {
	color: #F9C;
	text-decoration: none;
	}
	
li.thumbnail a, li.thumbnail a:hover {
	text-decoration: none;
	border-bottom: 0;
	}
	

