html {
	background: url(kubrickbgcolor.jpg);
	padding-top: 2px;
}

body { 
	font-family: Trebuchet MS,arial,tahoma, Verdana;
	font-size: 1em;
	background-image: url(kubrickbg.jpg) center bottom;
	background-position: center;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	position: relative;
	margin: auto;
	width: 85%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

a {
	text-decoration: none;
	color: #0066CC;
}

a:hover {
	text-decoration: underline;
	color: #114477;
}

a#white {
	color: #FFFFFF;
	text-decoration: none;
}

.gray {
	color: #999999;
}

.header {
	/*background: url(kubrickheader.jpg) no-repeat center bottom;*/
	height: 200px;
	color: #FFFFFF;
	font-family: Trebuchet MS;
	font-size: 2.3em;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	margin-top: 0px;
}

.headerCenter {
	padding-top: 0px;
}

.description {
	font-size: 0.35em;
	font-weight: normal;
}

.container {
	margin: 15px;
	margin-left: 45px;
	font-family: Verdana;
	font-size: 0.75em;
	background: #FFFFFF;	
}

.containerPost {
	margin: 25px 265px 0px 42px;
}

.postInfo {
	padding-top: 25px;
	padding-bottom: 15px;
	text-align: center;
	font-family: Verdana;
	font-size: 0.75em;
	margin-left: 5px;
}

.postInfo a {
	color: #0066CC;
}

.postInfo a:hover {
	color: #114477;
	text-decoration: underline;
}

.postTitle {
	font-family: Trebuchet MS;
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: -3px;
}

.postTitle a {
	color: #333333;
}

.postTitle a:hover {
	color: #0066CC;
	text-decoration: none;
}

.timestamp {
	color: #777777;
	font-size: 0.7em;
	line-height: 1.5em;
	font-family: Arial, Helvetica, Sans-Serif;
}

.postText {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 0.75em;
	margin-top: 15px;
	text-align: justify;
}

hr {
	border: 0;
	height: 1px;
	color: #2F85D5;
}

.info {
	float: right;
	position: relative;
	left: 0px;
	right:1px;
	width: 190px;
	padding: 14px;
	padding-top: 5px;
	font-family: Verdana,arial;
	font-size: 0.6em;
	line-height: 1.55em;
	border-left: 1px solid #0066CC;
}

.info a {
	color: #0066CC;
}

.info a:hover {
	color: #114477;
	text-decoration: underline;
}

.infoSection {
	color: #333333;
	padding: 2px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 3px;
	margin-left: -10px;
	font-size: 1.5em;
}

.containerComments {
	margin: 35px 265px 0px 42px;
	font-family: Verdana;
	font-size: 0.75em;
}

.commentInfo {
	text-align: right;
	color: #999999;
	font-family: Verdana;
	font-size: 0.75em;
	margin-top: -5px;
	margin-bottom: 5px;
	padding-bottom: 15px;
}

.timestampComment {
	color: #777777;
	font-size: 0.9em;
	line-height: 1.5em;
	font-family: Arial, Helvetica, Sans-Serif;
}

/*.footer {
	clear: both;
	height: 63px;
	text-align: center;
	/*background-image: url(kubrickfooter.jpg);
	background-position: center;
	background-repeat: repeat-y;--
	position: relative;
	margin: auto;
	width:90%;
	color: #333333;
	font-size: 0.7em;
	line-height: 1.5em;
	font-family: Arial, Helvetica, Sans-Serif;
}*/

.footer{
	clear: both;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: none;
	border-top:1px solid #000000;
	height:80px;
	background-color:#FFFFFF;
	color:#FFFFFF;
	text-align:center;
	margin: auto;
	position: relative;
	line-height: 1.5em;
	width:100%;
}

.header img {
	position: absolute;
	right: 15px;
	top: 5px;
}

.inputTitle {
	width: 600px;
}

.comment_title {
	width: 400px;
}

textarea {
	width: 600px;
	height: 300px;
	font-family: Verdana;
	font-size: 11px;
}

.commentTextarea {
	width: 400px;
	height: 200px;
	font-family: Verdana;
	font-size: 11px;
}

.code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

.num_posts {
	color: #777777;
}
