@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #f8f8f8;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1 {
	display: block;
	color: #0099cc;
	font-size: 24px;
	font-weight: normal;
	text-transform: capitalize;
	padding-top: 0;
	margin-top: 0;
	width: 420px;
}

h2 {
	color: #74c24c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-left: 85px;
	width: 420px;
}

a{
	color: #0099CC;
	text-decoration: none;

}

/* Layout Styling */

#header {
	margin: 0 auto;
	width: 835px;
	height: 170px;
	position: relative
}

#top{
	background: url(../img/header.png) no-repeat bottom;
	width: 624px;
	height: 170px;
}

#logo{
	background: url(../img/logo.png) no-repeat bottom;
	width: 222px;
	height: 143px;
	position: absolute;
	top: 5px;
	left: 0;
}

#rubix{
	background: url(../img/rubix.png) no-repeat bottom;
	width: 335px;
	height: 208px;
	position: absolute;
	top: 0;
	left: 453px;
	z-index:1000;

}

#nav {
	margin: 0 auto;
	width: 835px;
	height: 37px;
	background: url(../img/body.png) repeat-y;
}

#contentWrapper {
	display: table;
	margin: 0 auto;
	width: 835px;
	min-height: 400px;
	background: url(../img/body.png) repeat-y;
}

#paper{
	background: url(../img/paper.png) no-repeat;
	width: 267px;
	height: 404px;
	position: absolute;
	top: -50px;
}

#paper2{
	background: url(../img/paper2.png) no-repeat bottom;
	width: 203px;
	margin: 320px 0 0 38px;
	padding: 30px 0;
}

#content {
	top: 0px;
	left: 15px;
	width: 795px;
	float: left;
	position: relative;
	padding-top: 15px;
}

/* #column {
	float: right;
	position: relative;
	right: 27px;
	width: 215px;
	padding: 0 10px;
	color: white;
	background: url(../img/columnBgTop.jpg) no-repeat;
	min-height: 200px;
	border: 1px solid black;
} */

#column {
	float: right;
	position: relative;
	margin-left: 15px;
	margin-top: -15px;
	right: 0px;
	width: 215px;
	padding: 0 10px;
	color: white;
	min-height: 200px;
	z-index: 100;
}

#viewMaster{
	background: url(../img/viewMaster.png) no-repeat top left;
	width:426px;
	height: 221px;
	position: absolute;
	bottom: -75px;
	left: -50px;
}
#footer {
	margin: 0 auto;
	width: 835px;
	height: 63px;
	background: url(../img/footer.png) no-repeat top left;
	position: relative;
}

#poweredby {
	margin: 840px 0 0 55px;
	text-align: left;
	color: #656666;
	font-size: 10px;
	position: absolute;
}

/* Post Styling */

.post {
	margin-bottom: 20px;
	width: 540px;
}

.info {
	padding: 6px 6px 2px 6px;
	background-color: #fff;
}

.postContent {
	display: table;
}

.postImg {
	border: 4px solid #eee;
}

.title {
	display: block;
	color: #0099cc;
	font-size: 24px;
	width: 420px;
}

.title a {
	display: block;
	color: #0099cc;
	font-size: 24px;
	text-decoration:none;
}

.title a:hover {
	text-decoration:underline;
}

.postUser {
	padding: 5px;
	font-size: 12px;
	color: #0099cc;
	padding-left: 30px;
	background: url(../img/sprite.png) no-repeat;
	height: 25px;
	text-transform: capitalize;
}

.postTime {
	padding: 5px;
	font-size: 12px;
	color: #0099cc;
	padding-left: 30px;
	background: url(../img/sprite.png) no-repeat;
	background-position: 0 -73px;
	height: 25px;
}

.postComment {
	padding: 5px;
	font-size: 12px;
	color: #0099cc;
	padding-left: 30px;
	background: url(../img/sprite.png) no-repeat;
	background-position: 0 -37px;
	height: 25px;
}

a.postComment:hover {
	text-decoration: underline;
}

/* Date Styling */

.date {
	float: left;
	width: 55px;
	margin-right: 10px;
}

.dateTop {
	width: 55px;
	height: 58px;
	background: url(../img/sprite.png) no-repeat;
	background-position: 0 -341px;
	color: white;
	font-size: 12px;
	font-family: Arial, Sans-Serif;
	text-align: center;
	font-weight: bold;
	padding: 8px 0 0 0;
}

.dateMiddle {
	color: #FFF;
	font-weight: bold;
	font-size: 24px;
	font-family: Arial, Sans-Serif;
	text-align: center;
}


/* Comment Styling */

.comment {
	margin-left: 85px;
	width: 447px;
}

.commentTop {
	width: 447px;
	height: 16px;
	background: url(../img/commentsTop.jpg) no-repeat;
}

.commentMiddle {
	width: 447px;
	min-height: 75px;
	background: url(../img/commentsBg.jpg) repeat-y;
	padding-bottom: 1px;
}

.commentContent {
	margin-left: 120px;
	margin-right: 10px;
	font-size: 11px;
}

.commentBtm {
	width: 447px;
	height: 34px;
	background: url(../img/commentsBtm.jpg) no-repeat;
	margin-bottom: 5px;
}

.avatar {
	float: left;
	border: 3px solid white;
	margin-left: 12px;
	margin-top: -5px;
	height: 84px;
	width: 84px;
}

.commentUser {
	padding: 3px;
	font-size: 14px;
	color: #666;
	padding-left: 20px;
	padding-right: 15px;
	background: url(../img/commentsUserIcon.jpg) no-repeat;
	text-transform: capitalize;
}

.commentTime {
	padding: 6px;
	font-size: 11px;
	color: #666;
	padding-left: 30px;
	background: url(../img/sprite.png) no-repeat;
	background-position: 0 -37px;
	height: 25px;
}

.commentTitle {
	display: block;
	color: #109fcf;
	font-size: 16px;
}

/* Add Comment Form Styling */

.commentForm {
	margin-left: 85px;
	border: 1px solid #e4e0e1;
	background-color: #f9f9f9;
	margin-right: 20px;
	padding: 20px;
	margin-bottom: 15px;
	width: 405px;
}

.commentForm label {
	display: block;
	color: #0099cc;
	font-size: 13px;
}

.commentForm input {
	border: 1px solid #ccc;
}

.commentForm textarea {
	border: 1px solid #ccc;
}

.commentForm input.button {
	background: url(../img/btnBg1.jpg) repeat-x;
	height: 27px;
	width: 120px;
	color: white;
	font-weight: bold;
	border: none;
}

/* Right Column Styling */

#column a {
	color: #6c6c6c;
	text-decoration: none;
}

#column a:hover {
	color: #6c6c6c;
	text-decoration: underline;
}

.module {
	margin: 0 auto;
	margin: 0 10px;
	margin-bottom: 20px;
}

.paperCalendar{
	padding: 0 0 0 30px;
}

#column.module a {
	font-size: 12px;
	color: #6c6c6c;
	text-decoration: none;
	font-weight: normal;
}

#column.module a:hover {
	text-decoration: underline;
}

.postModuleHeader {
	padding-left: 30px;
	background: url(../img/sprite.png) no-repeat;
	background-position: 0 -109px;
	height: 25px;
	display: block;
	color: #109fcf;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 4px;
	border-bottom: 1px #a4a8bb solid;
}

.commentModuleHeader {
	padding-left: 30px;
	background: url(../img/sprite.png) no-repeat;
	background-position: 0 -37px;
	height: 25px;
	display: block;
	color: #109fcf;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 4px;
	border-bottom: 1px #a4a8bb solid;
}

/* Search Styling */

#search {
	position: relative;
	top: 61px;
	float: right;
	right: 47px;
	width: 192px;
}

input.search {
	border: none;
	background-color: white;
	width: 171px;
	color: #0099cc;
	font-size: 11px;
	height: 18px;
	padding-top: 2px;
}

/* Login Form Styling */

label {
	font-weight: bold;
	display: block;
	color: #336699;
}

input {
	color: #666;
	border: 1px solid #ccc;
}

/* #paper input.button {
	background: url(../img/sprite.png) no-repeat;
	background-position: 0 -190px;
	text-indent: -99999px;
	height: 23px;
	width: 67px;
	color: white;
	font-weight: bold;
	border: none;
	padding-bottom: 2px;
} */


#paper input.button:hover {
	background: url(../img/sprite.png) no-repeat;
	background-position: 0 -220px;
	text-indent: -99999px;
	height: 23px;
	width: 67px;
	color: white;
	font-weight: bold;
	border: none;
	padding-bottom: 2px;
	cursor: pointer;
}

/* Profile Table Styling */

.profile
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	width: 540px;
	border-collapse: collapse;
	text-align: left;
}
.profile th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border: 2px solid white;
	border-bottom: 2px solid #6678b1;
	background-color: #f9f9f9;
}
.profile td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}
.profile tbody tr:hover td
{
	color: #009;
}

.profile td a {
	color: #0099cc;
	font-weight: bold;
}

/* Navigation Styling */

.navigation{
float: left;
overflow: hidden;
margin-right: 265px;
}

.navigation ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 14px Verdana;
list-style-type: none;
}

.navigation li{
display: inline;
margin: 0;
}

.navigation li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 9px 20px; /*padding inside each tab*/
text-transform: uppercase;
color: #0099CC;
}

.navigation li a:visited{

}

.navigation li a:hover, .navigation li.selected a{
	color: #666666;
	text-decoration: underline;

}

/* Pagination Styling */

.pagination {
	border: 1px solid #e4e0e1;
	background-color: #f9f9f9;
	padding: 4px;
}

.pagination a, .pagination a:visited, .pagination a: hover {
	color: #0099cc;
	
}

/* Calendar Styling */

#calendar {
	text-align: center;
	width: 200px;
	margin: 0;
	padding: 0;
}

#calendar th {
	color: #6c6c6c;
}

#calendar td.day {
	background-color: #0388c3;
	color: #6c6c6c;
	font-weight: bold;
}

#calendar td a:hover {
	color: #6c6c6c;
}

/* Comment Avatar Styling */

.commentAvatar {
	float: left;
	width: 80px;
	height: 80px;
	margin-bottom: 15px;
	margin-top: 5px;
}
