body {
	font: 75%/160% Helvetica, Arial, sans-serif;
	color: #3d3d38;
	background: #F9F7F0 url(../images/bg.png) repeat-x;
/*	background: #CCEFF3;*/
}
#wrap {
	margin: 30px auto;
	width: 760px;
	padding: 0;
}
a {
	color: #6CB6CE;
	text-shadow: 1px 1px 0 #fff;
	background: #DEF1F2;
	padding: 1px 3px;
}
a:hover, .selected {
	color: #184E63;
	background: #BEE8F8;
}
h1 {
	font: bold 260%/100% Helvetica, Arial, sans-serif;
	margin: 0 0 10px;
	padding: 0;
	letter-spacing: -2px;
}
h3 {
	font: bold 140%/130% Helvetica, Arial, sans-serif;
	color: #333;
	margin: 0;
	padding: 20px 0 5px;
}
#header	{
	height: 85px;
	margin-bottom: 25px;
	position:relative;
}
#header h1 {
	text-indent: -9999px;
	width: 195px;
	height: 83px;
	background: url(../images/pitutologo.png) no-repeat;
	float:left;
}
#header h2 {
	color: #3E99B8;
	position:absolute;
	top: 35px;
	right:5px;
}
#disclaimer {
	padding: 25px;
	background: #184E63;
	color: #DEF1F2;
	margin-bottom: 25px;
	font-size: 200%;
	height: 200px;
	line-height: 1.25em;
	overflow: hidden;
}
#disclaimer input {
	background: transparent;
	border: none;
	border-bottom: 1px dashed #fff;
	font-size: 90%;
	font-weight: bold;
	color: #ccc;

}
#disclaimer input:focus {
	color: #BEE8F8;
	border-bottom: 1px solid #BEE8F8;
}
#disclaimer #pitutero_email {
	width: 250px;
}
#disclaimer #pitutero_msg {
	width: 600px;
}
#disclaimer2 {
	font-size: 300%;
	padding: 25px;
	background: #184E63;
	color: #DEF1F2;
	margin-bottom: 25px;
	border: 1px solid #0C262F;
}
.posttoggle {
}
.welcome, #thanks {
	display:none;
}
#sidebar {
	float:left;
	width: 220px;
}
#sidebar a, .btn {
	display:block;
	text-align: right;
	padding: 15px;
	border: 1px solid #BEE8F8;
}
.btn {
	text-align: center;
	margin-top: 15px;
}
#content {
	padding: 15px;
	background: #fff;
	border: 1px solid #BEE8F8;
	float:right;
	width: 500px;
	position:relative;
}

/* styles for the important stuff */

.msgbox .type {
	padding: 2px 5px;
	color: #184E63;
	background: #BEE8F8;
	float:left;
	text-transform: capitalize;
}
.msgbox .txt {
	line-height: 1.17em;
	margin: 0 0 1em 0;
	float:right;
	background: #DEF1F2;
	color:#184E63;
	letter-spacing: 1px;
	text-shadow: 1px 1px 0 #fff;
	padding: 5px 5px 5px 8px;
	position:relative;
	width: 97%;

}
.msgbox .vwho {
	position:absolute;
	width: 18px;
	height: 9px;
	background: url(../images/vwho.png) no-repeat;
	top: 100%;
	right: 35px;
}
.msgbox .avatar {
	width: 48px;
	height: 48px;
	float:right;
	border: 2px solid #BEE8F8;
}
.msgbox .who {
	letter-spacing: 1px;
	text-align: right;
	color: #999;
	clear:both;
}

#footer {
	margin-top: 50px;
	text-align: center;
	color: #ddd;
	clear:both;
}

.paginationTop {
	float:right;
	position:absolute;
	top:0;
	right:0;
}
.paginationBottom {
	float:right;
	position:absolute;
	bottom:-18px;
	right:0;
}
.paginationTop li, .paginationBottom li {
	float:left;
	list-style:none;
}
.paginationTop li a, .paginationBottom li a {
	display:block;
	padding: 3px 10px;
	font-size: 120%;
	font-weight: bold;
	margin-left: 5px;
}
.paginationTop li a {
	border-right: 1px solid #BEE8F8;
	border-left: 1px solid #BEE8F8;
	border-bottom: 1px solid #BEE8F8;
}
.paginationBottom li a {
	border-right: 1px solid #BEE8F8;
	border-left: 1px solid #BEE8F8;
	border-top: 1px solid #BEE8F8;
}
.paginationTop .active, .paginationBottom .active {
	border: none;
	background: #184E63;
	color: #fff;
	text-shadow: 0 -1px 0 #000 !important;
}

#content input,#content textarea, #content select {
	font-family: Helvetica, Arial, sans-serif;
	margin-left:15px;
	border:1px solid #BEE8F8;
	font-size: 300%;
	color: #6CB6CE;
	background: #fff;
	font-weight: bold;
}
#content input:focus,#content textarea:focus, #content select:focus {
	border:1px solid #184E63;
	color: #184E63;
}
.usertabs {
	float:left;
	width: 500px;
	margin: 10px auto;
	display:block;
}
.usertabs li {
	float:left;
	list-style: none;
}
.usertabs li a {
	display:block;
	padding: 10px 5px;
	font-weight:bold;
	font-size: 150%;
	margin-right: 14px;

}

#feedback {
	clear:both;
	display:none;
}
/* rounded corners only for supported browsers */
.rall {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.rtlbl {
	-webkit-border-radius:5px 0 0 5px;
	-moz-border-radius:5px 0 0 5px;
	border-radius:5px 0 0 5px;
}
.rtrbl {
	-webkit-border-radius:5px 0 0 5px;
	-moz-border-radius:0 5px 5px 5px;
	border-radius:5px 0 0 5px;
}
.rblbr {
	-moz-border-radius: 0 0 5px 5px;
}

/* content 1 column */
#content-1c {
	padding: 15px;
	background: #fff;
	border: 1px solid #BEE8F8;
	width: 800px;
	position:relative;
}

#content-1c input, #content-1c textarea, #content-1c select {
	font-family: Helvetica, Arial, sans-serif;
	margin-left:15px;
	border:1px solid #BEE8F8;
	font-size: 200%;
	color: #6CB6CE;
	background: #fff;
	font-weight: bold;
}
#content-1c input:focus,#content-1c textarea:focus, #content-1c select:focus {
	border:1px solid #184E63;
	color: #184E63;
}
#content-1c label {
	font: bold 260%/100% Helvetica, Arial, sans-serif;
	margin-left:15px;	
	padding: 0;
	letter-spacing: -2px;
}