body {
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	padding:0px;
	margin-top:0;
	margin-bottom:5px;
	min-width: 1000px;
}
h1, h2 {
	margin:8px 0px;
}
		
a {
    color: #008FB1;
    text-decoration: none;
}

a:hover {
	text-decoration:none;
}
.logo{
	float:left;
	width:415px;	
}
.navigation {
	float:right;
	padding-top:75px;
	text-align:right;
	width:400px;
	font-size:15px;
}

.navigation a {
 cursor:pointer;	
}

.windowContainer {
	border:8px solid #008FB1;
	padding:25px 30px;
	min-height:500px;
	background: #d9d9d9 url(/images/back.png) top repeat-x; 
}

.clear {
    clear: both;
}

.name {
	font-size:11px;
}
.time{
	font-size:10px;
}
.quote{
	font-size:12px;
	padding: 10px 2px;
}

 
#recaptcha_response_field {
   border: 1px solid #777 !important; //Text input field border color
 }
#recaptcha_tagline{
	display:none !important;;
}

#recaptcha_table {
	border: 0px !important;
	padding:0px  !important;
}

#recaptcha_table td {
	background-color:inherit  !important;
	padding-left:0px !important;
}

.divider {
	clear:both;
	border-bottom: 1px solid silver;
	margin:8px 0px;
}

#commentContainer{
	padding-left:5px;	
	
}

.twitterButton, .facebookButton {
	width:292px;
	height:47px;
	margin:5px 0px;
	cursor: pointer;   
}
.facebookButton {
	background:transparent url(/images/shareviafacebook.png) no-repeat scroll left top;
}
.twitterButton {
	background:transparent url(/images/shareviatwitter.png) no-repeat scroll left top;
}

.twitterButton:hover, .facebookButton:hover{
	background-position: left bottom;
}


