@import url(http://fonts.googleapis.com/css?family=Josefin+Sans+Std+Light);

body {
  margin: 0;
  padding: 0;
  background-color: #cccccc;
  background-image: url(/images/tjbgtilelight.jpg);
  background-repeat: repeat;
  font-family: 'Josefin Sans Std Light', arial, serif;
  text-shadow: 2px 2px 2px #aaa;
  color: #000000;
}

a {
  color: #222277;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  margin: 0;
  padding: 0;
  font-size: 36px;
  font-weight: bold;
}

h1 a {
  color: #000000;
}

#ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 482px;
  height: 1000px;
  background-image: url(/images/tjghostlight.jpg);
  overflow: none;
}

#rightContent {
  position: absolute;
  top: 175px;
  right: 25px;
  text-align: right;
  font-size: 20px;
}

ul.homenav, ul.homenav li {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.subnav, ul.subnav li {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 15px;
  display: inline;
}

ul.subnav {
  padding-bottom: 5px;
  border-bottom: solid 1px #555555;
}

#rightSubContent {
  margin-top: 30px;
  right: 0;
  position: absolute;
  width: 950px;
}

#rightSubContent ul {
  list-style: none;
  margin: 0;
  padding: 0;
}


#message {
  position: fixed;
  left: 5px;
  bottom: 5px;
  font-size: 12px;
  color: #555555;
}

.currentPage {
  /*font-style: italic;*/
  text-decoration: underline;
}

/* about page */
#rightSubContent.about {
  width: 500px;
  font-size: 24px;
}

/* Buzz page */
.buzz {
	width: 494px;
	text-align: left;
}

.buzz a.person {
	font-weight: bold;
}

.buzz div.thumbnail {
	float: left;
	width: 46px;
}

.buzz img.thumbnail {
	width: 45px;
	height: 45px;
}

.buzz a.ot-anchor {
	font-weight: normal;
}

.buzz div.buzzPost {
	width: 500px;
	clear: both;
	margin-left: 12px;
	margin-bottom: 30px;
	padding: 8px;
	padding-bottom: 30px;
	border-bottom: 1px solid #555555;
}

.buzz .buzzTitle {
	margin-bottom: 10px;
	font-weight: bold;
}

.buzz .buzzContent {
	/*margin-left: 48px;*/
	min-height: 48px;
}

.buzz  .buzzContent .comment {
	overflow: hidden;
	clear: both;
	margin-left: 18px;
	margin-top: 12px;
}

.buzz  .buzzContent .comment .commentThumb {
  float: left;
  margin-right: 5px;
}

.buzz .buzzContent .photo {
	float: left;
	width: 100px;
	height: 100px;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 6px;
}

.buzz .photos {
	margin-top: 3px;
	clear: both;
	height: 106px;
}

.buzz .video {
  height: 340px;
  clear: both;
}

.buzz div.likes {
	/*color: #777777;*/
	clear: both;
	font-size: 90%;
	margin-left: 18px;
}

.buzz div.responseHeader {
  clear: both;
  margin-top: 10px;
  padding-top: 5px;
  border-top: 1px dashed #555;
}

div.clear {
	clear: both;
}

span.error {
	color: #f00;
	font-weight: bold;
	margin: 12px;
	padding-left: 12px;
	display: block;
}
