/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 
html,body {margin:0;padding:0}

body {
	text-align: center;
	background-color: #B4B4B4;
}

div,p  {margin-top:0;
}/*clear top margin for mozilla*/
#centrecontent {display:table-cell}/*for opera 7"*/

img {
	
}

#container{
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	height:100%;
	/*display:table;/* for mozilla/opera*/
	display: block;
	width: 720px;
	background-image:url(images/main-background.jpg);
}

#main {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
	background-image:url(images/main-background.jpg);
}

#title{
	margin: 0 auto;
	padding:0;
	height: 61px;
	background-image:url(images/top.jpg);
}

#menu {
	margin: 0 auto;
	padding:0;
	background-image:url(images/menu-background.jpg);
	vertical-align:top;
	height: 29px;
	overflow:hidden;
}

#menu form{
	display:inline;
}

#menu .inputDeselected{
	/*font-size:.53em;
	height:9px;*/
	
	color: #666666;
	background: #cccccc;
	border: 1px solid #666666;
	
	vertical-align:7px;
	text-align:right;
	margin-right:34px;
}

#menu .inputSelected{
	color: #781351;
	background: #fee3ad;
	border: 1px solid #781351;
	
	vertical-align:7px;
	text-align:right;
	margin-right:34px;
}

.news_bar {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #AAAAAA;
	
	font-size: x-small;
	margin: 0 auto;
	padding:0;
	background-image:url(images/news-bar.jpg);
	vertical-align:middle;
	text-align:right;
	/*margin-right:36px;*/
	padding-right:36px;
	
	/*height: 16px;
	overflow:hidden;*/
}

.news_bar a {
	color:#FFFFFF;
	text-decoration: none;
}

.post {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
	font-size: smaller;
	width: 720px;
	background-image:url(images/post-background.jpg);
}

.post .title {
	float: left;
	padding: 30px 65px 0px 65px;
	/*margin: 40px 60px 0px 60px;*/
	
	overflow:hidden;
	height: 76px;
	width: 720px;
	background-image:url(images/index_12.jpg);
	background-repeat:no-repeat;
}

.post .title .text {
	color: #003388;
	font-size: medium;
	font-weight:bold;
	
	float:left;
}

.post .title .info {
	color: black;
	font-size: small;
	
	float:right;
	padding-right: 200px;
}

.post .content {
	float:left;
	padding: 0px 65px 0px 65px;
	
	width: 590px;
	background-image:url(images/post-background.jpg);
}

.post .clickerOld {
	/*height:45px;*/
	/*overflow:hidden;*/
	background-image:url(images/comments-background.jpg);
}

.post .comments {
	padding: 0px 80px 0px 80px;
	background-image:url(images/comments-background.jpg);
}

.post .comments .type1 .head{
	color: white;
	font-weight:bold;
	
	width: 100px;
	
	background-color: #112e9d;
}

.post .comments .type1 .text{
	width: 475px;
	
	background-color: #bbc9fa;
}

.post .comments .type2 .head{
	color: white;
	font-weight:bold;
	
	width: 100px;
	
	background-color: #9d4511;
}

.post .comments .type2 .text{
	width: 475px;
	
	background-color: #fad2bb;
}

.post .addcomment {
	padding: 0px 80px 0px 80px;
	background-image:url(images/comments-background.jpg);
}

.post .bottomFeeder {
	background-image:url(images/main-background.jpg);
}

#footer{
	height:66px;
	overflow:hidden;
}

#copyright{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#EEEEEE;
	font-size: .55em;
	text-align:right;
	clear: both;
	position:fixed;
	bottom: 5px;
	right: 5px;
}

.dropcap{
	font-size:45px;
	
	float:left;
	padding-top: 0px;
	line-height:35px;
}

.tooltip {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
	background-color: #000000;
}

.highlight{
	color: #781351;
	background: #fee3ad;
}
