body, html {
	font: 12px Arial, Helvetica, sans, sans-serif;
	margin:	 0px;
	padding: 0px;
	width:	 100%;
	height:	 100%;
	background-color: white;
  background-image: url(/blog/gfx/background.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top left;
 	text-align: center;
}

img {
	display: block;
}

a {
  color: #8a8a8a;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

td {
	font: 12px Arial, Helvetica, sans, sans-serif;
}

#strangelove_menu {
  position: absolute;
  top: -290px;
  left: 0px;
  height: 290px;
  width: 100%;
  background-color: black;
	text-align: center;
}

#strangelove_menu_text {
  height: 145px;
  width: 750px;
	margin: 30px auto;
	text-align: left;
}

#strangelove_menu_text, #strangelove_menu_text a, #strangelove_menu_text td, #strangelove_menu_text td a {
  color: white;
	font: 11px Verdana, Arial, Helvetica, sans, sans-serif;
  line-height: 20px;
}

#strangelove_menu_text a, #strangelove_menu_text td a {
  color: #777777;
	font: 11px Verdana, Arial, Helvetica, sans, sans-serif;
  line-height: 20px;
}

#strangelove_menutab {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 105px;
  height: 35px;
  cursor: pointer;
  z-index: 200;
}

#blogpage {
  position: relative;
}

#topborder {
  position: absolute;
  width: 100%;
  height: 29px !important;
  height: 35px;
  top: 0px;
  left: 0px;
  background-color: #ececec;
  border-top: 6px solid black;
}

#searchform {
  position: relative;
  top: 12px;
  left: 550px;
  color: #8a8a8a;
  width: 210px;
  z-index: 200;
}

#searchform form {
  margin: 0px;
  padding: 0px;
}

#searchform td {
  font-size: 12px;
  color: #8a8a8a;
}

#searchstring {
  width: 133px;
  height: 13px !important;
  height: 17px;
  border: 1px solid #cfcfcf;
  padding-left: 2px;
  color: #8a8a8a;
	font: 11px Arial, Helvetica, sans, sans-serif;
}

#logo {
  position: absolute;
  top: 35px;
  left: 0px;
  width: 190px;;
  height: 115px;
}

#maincolumn {
  position: absolute;
  top: 0px;
  left: 0px;
  left: 170px;
	width: 800px;
	text-align: left;
	height:auto !important;
  height:101%;
	min-height:101%;
}

#blog_header {
  position: absolute;
  top: 40px;
  left: 0px;
  width: 750px;
	font: 20px Verdana, Arial, Helvetica, sans, sans-serif;
  text-transform: uppercase;
}

#blog_header a {
  color: black;
}

#strangelovelogo {
  position: absolute;
  top: 40px;
  left: 0px;
  width: 590px;
}

#contentcolumn {
  position: absolute;
  top: 117px;
  left: 0px;
  width: 590px;
}

#rightcolumn {
  position: absolute;
  top: 0px;
  left: 850px;
  width: 130px;
}

.menublock {
  text-align: right;
	font: 12px Verdana, Arial, Helvetica, sans, sans-serif;
  line-height: 1.6em;
  color: black;
  width: 160px;
  height: auto !important;
  height: 190px;
  min-height: 190px;
}

#menublocktop {
  width: 160px;
  line-height: 35px;
  text-align: right;
  font-weight: bold;
  background-color: black;
  margin-bottom: 20px; 
  color: white;
  text-transform: uppercase;
}

#menublocktop a {
  color: white;
}

.menublock a {
  color: #221f1f;
}

.social_link {
  float: right;
  padding-left: 4px;
  padding-bottom: 4px;
}

.header {
  font-size: 14px;
  font-weight: bold;
}

.pageheader {
  position: relative;
  height: 33px;
  color: #8a8a8a;
  overflow: hidden;
}

.home_button {
  float: left;
  margin-top: 15px;
}

.previous_button {
  float: right;
  margin-top: 15px;
}

.entry_category_color {
  width: 590px;
  height: 8px;
  font-size: 2px;
  line-height: 2px;
}

.entry_title {
  position: absolute;
  top: 41px;
  left: 0px;
  width: 190px;
  padding-top: 14px;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
}

.entry {
  position: absolute;
  top: 41px;
  left: 210px;
  width: 380px;
}

.entry_paragraph {
  padding-top: 14px;
}

.entry_date {
	font-size: 12px;
  font-weight: normal;
  color: #8a8a8a;
}

.entry_collection_entry {
  position: relative;
  height: 204px;
}

.entry_collection_image {
  position: absolute;
  top: 8px;
  left: 0px;
  width: 190px;
  height: 190px;
}

.entry_collection_description {
  position: absolute;
  top: 8px;
  left: 210px;
  width: 380px;
  height: 164px;
  overflow: hidden;
}

.entry_collection_title {
  padding-top: 10px;
  padding-bottom: 8px;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
}

.entry_collection_readmore {
  position: absolute;
  top: 185px;
  left: 210px;
  color: #8a8a8a;
}

.entry_collection_date {
  position: absolute;
  top: 185px;
  left: 340px;
  width: 250px;
  text-align: right;
  color: #8a8a8a;
}

.editbutton, .editbutton a {
  color: red;
}
