/*  
Theme Name: WHR
Theme URI: http://whitehouserocks.com
Description: White House Rocks template.
Version: 0.19
Author: ZEITGEIST
Author URI: http://zeitgeistagency.com
*/

body {
  margin: 0;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333;
  line-height: 1.5;
  background: url(/images/bg.jpg) repeat-x;
}
a {
  color: #3399CC;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clear {display: inline-block;}
/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */
.main-container {
  margin: 0 auto;
  width: 986px;
  background-color: #FFFFFF;
  border-left: thin solid #000000;
  border-right: thin solid #000000;
  border-bottom: thin solid #000000;
}
#header #logo {
	height: 180px;
}
#content {
  font-family:Arial, Helvetica, sans-serif;
}
#content .left-column {
  float: left;
  margin: 0 10px 0 0;
  width: 225px;
  padding-left: 5px;
  font-size: 12px;
  line-height: 16px;
  color: #333333;
	display: inline;
}
#content .center-column {
  float: left;
  width: 504px;
display: inline;
}
#content .wide-column {
  float: left;
  width: 725px;
display: inline;
  font-size: 13px;
  line-height: 18px;
  color:#000000;
}
#content .right-column {
  float: right;
  width: 225px;
  font-size: 12px;
  padding-right: 5px;
}
#footer {
  min-height: 45px;
  padding-left: 10px;
  padding-bottom: 5px;
  font-size: 10px;
  color:#999999;
}
#footer a {
  color: #3399CC;
  text-decoration: none;
}






#comment_template {
	float: left;
	width: 500px;
}
.feeders {
	float: left;
	width: 500px;
	margin: 0px;
	font-size: 10px;
	padding-bottom:10px;
	color: #999999;
}
.feeders a:link, .feeders a:visited {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
.feeders a:hover, .feeders a:active {
	text-decoration: none;
	color: #0099cc;
	font-weight: bold;
}
.showme {
	float: left;
	width: 480px;
	position: relative;
	margin: 0px;
	padding-left: 10px;
}
.post_user {
	float: left;
	width: 405px;
}
.who {
	float: left;
	width: 405px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
.showme a:link, .showme a:visited {
	color: #666666;
	text-decoration: none;
}
.showme a:hover, .showme a:active {
	color: #0099cc;
	text-decoration: underline;
}
.mycom {
	float: left;
	width: 405px;
	margin: 0px;
	text-align: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #333333;
	font-weight: 400;
}
.clear_fixed {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	width: 480px;
}
#div_textbox {
	float: left;
	width: 400px;
	height: 200px;
	padding-left: 5px;
}
#div_textarea {
	float: left;
	width: 335px;
	height: 200px;
}
#comment_template form {
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#comment_template  p {
	margin: 0px;
	clear: both;
}
#div_textbox input {
	border: 1px solid #CCCCCC;
	color: #999999;
}
#div_textarea textarea {
	height: 150px;
	width: 380px;
	border: 1px solid #CFCFCF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 2px;
	color: #999999;
}
