﻿/*  Body / General styling -------------------------------------------------- */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #537E92;
	background-image: url(http://media.tandemgames.com/weave.gif);
	margin: 0; 
	padding: 0;
	color: #555;
}

a:link    {color: #3f92b9; text-decoration: underline; font-weight: bold;}
a:visited {color: #3f92b9; text-decoration: underline; font-weight: bold;}
a:hover   {color: #00aa33; text-decoration: underline; font-weight: bold;}
a:active  {color: #3f92b9; text-decoration: underline; font-weight: bold;}


h3 {
  color: #3f616f;
  font-family: Georgia;
  font-weight: bold;
  font-size: 14px;
  margin:0;
  padding:0;
}

input {  border: 1px #9fb0b7 solid; color:#3f616f}

.clickable 
{
	cursor:pointer;cursor:hand;
}

.blurb {
  font-family: Georgia;
  size: 13px;
  padding: 20px 0 0 30px;
  color: #fff;
}

.timestamp {
  font-family: Verdana;
  font-size: 10px;
  font-weight: normal;
}

/*  Structure, menu styles -------------------------------------------------- */

#allContainer {
	margin: 5px;
	width: 780px;
	text-align: left;
}

#header {
  margin: 0 0 10px 5px;
  padding: 0;
}

#menu {
	background-image: url(http://media.tandemgames.com/menuBG.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0;
	padding: 0;
	height: 30px;
	width: 770px;
	float: left;
	font-family: Verdana;
	font-size: 11px;
	color: #fff;	
}

#menu a {
  color: #fff;
}

.menuInactive, .menuActive {
  height: 30px;
  margin: 0;
  padding: 7px 11px 0px 11px;
  float: left;
}
	
.menuActive {
  background-image: url(http://media.tandemgames.com/menuActive.gif);
  background-position: left top;
  background-repeat: repeat-x; 
}

.clearAll {clear:both; height:5px;}



/*  Update & Sidebar containers and styles ---------------------------------- */

#updates {
  width: 540px;
  float:left;
  margin: 0;
  padding: 0;
}

#sidebar {
  width: 240px;
  float:left;
  position: relative;
  margin: 0;
  padding: 0; 
}

.newPost {
  width: 535px;
  background-image: url(http://media.tandemgames.com/entryPadBG.gif);
  margin: 0;
  padding: 0;  
}

.postHdr {
  background-image: url(http://media.tandemgames.com/entryHdr.gif);
  background-position: left bottom;
  background-repeat: repeat-x;
  border: 1px #9fb0b7 solid;
  border-bottom-width: 0;  
  margin: 0px 7px 0px 5px;
  padding: 5px;
  color: #3f616f;
  font-family: Georgia;
  font-weight: bold;
  font-size: 14px;
}



.post {
  border: 1px #9fb0b7 solid;
  margin: 0px 7px 0px 5px;
  padding: 5px;
  font-family: Georgia;
  font-size: 12px;
  line-height: 25px;  
}

.post small {
  font-family: Verdana;
  font-size: 10px;
  line-height: 19px;  
}


.newPostSide {
  width: 235px;
  background-image: url(http://media.tandemgames.com/sidebarPadBG.gif);
  margin: 0;
  padding: 0;  
}

.postHdrSide {
  background-image: url(http://media.tandemgames.com/entryHdr.gif);
  background-position: left bottom;
  background-repeat: repeat-x;
  border: 1px #9fb0b7 solid;
  border-bottom-width: 0;  
  margin: 0px 7px 0px 5px;
  padding: 5px;
  color: #3f616f;
  font-family: Georgia;
  font-weight: bold;
  font-size: 18px;
}



/*  Footer styles ----------------------------------------------------------- */

#footer, #footer a {
  color: #9fc2d2;
  font-family: Verdana;
  font-size: 10px;
  margin: 0 0 15px 5px;
  clear:both;
}

/* a:link    {color: #3f92b9; text-decoration: underline; font-weight: bold;}
a:visited {color: #3f92b9; text-decoration: underline; font-weight: bold;}
a:hover   {color: #00aa33; text-decoration: underline; font-weight: bold;}
a:active  {color: #3f92b9; text-decoration: underline; font-weight: bold;} */

