/*
Theme Name:     TheBrownShow
Description:    Theme for TheBrownShow.com - Chld of Titan
Author:         Ron Brown, Jr.
Author URI:     http: //www.thebrownshow.com
Template:       titan
*/

@import url("../titan/style.css");

/*
a:link, a:visited { color: #4265a7; }
.entry a:link, .entry a:visited { font-weight: bold; }
a:hover { color: #993333; }

a img, :link img, :visited img { border: none;}

img.border 
{
	padding: 14px;
	border: 1px solid #e6e1dc;
	background: #f0ebe6;
}
*/

a:link, a:visited { color: #443B31; }
a:hover { color: #796957; text-decoration:underline; }
.wp-caption-text { text-align:center; }

.post img
{
  background: #443B31;
  border: 1px solid #000;
  margin: 0px;
  padding: 5px;
}
.post a:hover img { background: #796957; }

