@charset "utf-8";
html,body{
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #111;
	height:100%;
	background-image: url(images/concrete.jpg);
	background-attachment: fixed;
}
body{

}
h1{
	margin: -50px 0 0 0 ;
}
.home-link{
	width: 600px;
	height: 190px;
	display: block;
}
#background_1{
	background-image: url(images/header.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#header{
	height: 170px;
	position: relative;
}
#menu{
	position: absolute;
	top: 100px;
	right: 27px;
	z-index: 2;
}
#user-menu{
	position: absolute;
	top: 60px;
	right: 87px;
	z-index: 2;
	color: #c33;
}
#user-menu a{

	color: #c33;
}
#menu2{
	position: absolute;
	top: 175px;
	right: 40px;
	z-index: 2;
}
#menu2 a{
	display: block;
	height: 28px;
	width: 126px;
	background-image: url(images/menu-submitplan.png);
	background-repeat: no-repeat;
}
#menu2 a:hover{
	background-image: url(images/menu-submitplan-hover.png);
}
#menu a{
	color: #ff9;
	text-decoration: none;
	margin-left: 50px;
}
a img{
	border: none;
	vertical-align:text-bottom;
}
#container{
	padding: 0px !important;
	width: 960px !important;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: left bottom;	
}
#content{

}
#sidebar{

}
.grid_12{
	margin-left: 0px !important;
	margin-right: 0px !important;
	width: 100% !important;
}
.footer{
	 /* background:#333; */
	text-align: center;
	font-size: 10px;
	padding: 1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
	color: #999;
}
.footer a{
	color: #66f;
}
h2{
	margin: 20px 20px;
}
p{
	margin: 10px 20px;
}
.widget{


  font-size: 14px;
}
.profile-box p{
	padding: 0px;
	margin: 5px 0px;
}
.profile-box h4{
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
#pb-name{
	font-weight: bold;
}
.loading{
	text-align: center;
	vertical-align:middle;
}
/* ============================================ */
/*				Pops							*/
/* ============================================ */
.pop{
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
	padding: 10px 20px;
	margin: 5px 10px 10px 0px;
}
.pop0{
	border: 1px solid #a66;
	background-color: #6f6;
	background-image: url(images/accept.png);
	background-repeat: no-repeat;
	background-position: 10px center;	
	padding-left: 40px;
}
.pop1{
	background: #ff6;
	border: 1px solid #a66;
	
	background-image: url(images/cross.png);
	background-repeat: no-repeat;
	background-position: 10px center;	
	padding-left: 40px;
}
.pop2{
	background: #f99;
	background-image: url(images/error.png);
	background-repeat: no-repeat;
	background-position: 10px center;	
	border: 1px solid #a66;
	padding-left: 40px;
}
.left{
	float: left;
}
.right{
	float: right;
}
table.data{
	width: 100%;
	font-size: 12px;
}
table.data td{
	padding: 2px 5px;
	border-right: 1px solid #777;
}
table.data thead td{
	background: #333;
	color: #fff;
	font-weight: bold;
}
table.data tr td{

}
.even td{
	background: #ddd;
}
.odd td{
	background: #fff;
}

/* ============================================ */
/*				Plans							*/
/* ============================================ */
.plans{
	margin: 20px 10px 20px 0px;
	font-size: 14px;
}
.plan{
	margin: 20px 0px;
}
#plan{
	padding: 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;
}
.entry-meta{
	background-color: #fd7;
	font-size: 12px;
	padding: 10px;
}
/* ========= Feedback ========= */
.entry-feedback{
	background-color: #fd7;
	font-size: 12px;
	padding: 10px;
}
.rating-box{
	height: 16px;
}
.stars{
	height: 16px;
	float: left;
	position: relative;
}
.stars-caption{
	float: left;

}
.stars-off{
float: left;
}
.stars-off, .stars-on {
	position: relative;
	
	height: 16px;
	background: url(extras/jquery.ui.stars.gif) repeat-x 0 -32px;
}
.stars-on {
	position: absolute;
	background: url(extras/jquery.ui.stars.gif) repeat-x 0 -48px;
}
.entry-feedback .rating{

}
/* ============ COMMENTS ========== */

.comments{
	background-color: #ff9;
}
.comments-num{
	padding: 20px 20px 0px 20px;
	font-family:"Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
}
.comments .inner{
	padding: 20px;
}
.comment{
	padding: 20px;
	margin: 10px 0px;
	border: 1px dotted #000;
}
.comment-meta{
	color: #664;
	font-size: 12px;
	font-family:"Courier New", Courier, monospace;
	
}
.comment-meta span{
background-color: #fd7;
}
.comments-number{
	float: right;
	
}
.comment-box{
	width: 550px;
	padding: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;
}

.entry-feedback form{
padding: 0px; margin: 0px;
}
.entry-avatar{
	font-style: italic;
	font-weight: bold;
}
.entry-user{
	font-style: italic;
	font-weight: bold;
}
.entry-local{
	font-style: italic;
	font-weight: bold;
}
.entry-notice{
	font-style: italic;
	font-weight: bold;
}
.entry,.entry-all{
	background-image: url(images/gray-overlay.png);
	border: 1px solid #fd7;
	padding: 16px;
	line-height: 20px;
}
.entry{
	max-height: 200px;
	overflow:hidden;
}
.entry-all{
}
.fade{
	background-image: url(images/gray-overlay.png);
	padding: 20px;
	margin-top: 10px;
}
.entry a{
	text-decoration: none;
	color: #000;
}
.entry a:hover{
	color: #622;
}
.entry-more{
	background-color: #ff9;
	padding: 2px;
	font-size: 11px;
	text-align: center;
}
.entry-more:hover{
	background-color: #fa4;
	cursor:pointer;

}
/* ============================================ */
/*				Tips							*/
/* ============================================ */
.tip{
	position: relative;
	color: #fff;
	height: 210px;
	margin-bottom: -37px;
	width: 914px;
	background-image: url(images/totd.png);
	background-repeat: no-repeat;
	line-height: 150%;
}
.tip-content{
	padding: 65px 120px 0px 230px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	
}
.tip-content span{
	background: #700;
}
.tip-read{
	position: absolute;
	height: 30px;
	padding: 0px 160px 30px 200px;
	width: 600px;
  font-size: 14px;
  bottom: 0px;
}
.tip-read-left{
	background: #800;
	color: #fd2;
}
.tip-read-right{
	float: right;
}

.tip-read-right span{

	background: #fc0;
	color: #000;
}
.tip a{
	color: #000;
}
.tip a:hover span{
	background: #800;
	color: #fd2;
}
.tip .points, a  .points {
	text-decoration: none;
	font-size: 10px;
}

/* ============================================ */
/*				Pagination						*/
/* ============================================ */

.pagination{
	margin: 10px auto;
	padding: 0px 6px;
	font-size: 12px;
	height: 26px;
	position: relative;
	width: auto;
	text-align: center;
}
.pagination .nolink, .pagination a,.pagination .curpage{
	padding: 4px 8px;
	margin: 4px 2px 0px 2px;
	line-height: 25px;
}
.pagination .curpage{
	color: #fff;
	background: #000;
	font-weight: bold;
}
.pagination .nolink{
	color: #000;
	
}
.pagination a{

	text-decoration: none;
	color: #000;
}
.pagination a:hover{
	background-color: #666;
	color: #fff;
}
.page-left{
	float: left;
	width: 200px;
	text-align: left;
}
.page-right{
	float: right;
	width: 200px;
	text-align: right;
}
/* ============================================ */
/*				Registration					*/
/* ============================================ */
.field{
  	-moz-border-radius:10px;
  	-webkit-border-radius:10px;
	background: #fff;
	margin: 5px;
	font-size: 20px;
	padding: 0px;
   	border: 1px solid #999;
     width: 600px;
}
.field2{
	display: none;
}
.label{
	float: left;
	text-align: right;
	width: 160px;
	padding: 7px 10px 7px 5px;
	background-color: #922;
	color: #eee;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image: url(images/bg-header-fade.png);
	border-right: solid 1px #999;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-top-left-radius:10px;
}
.label span{
	font-size: 12px;
	line-height: 5px;
}
.register .tos{
	font-size: 11px;
}
.input{
	width: 420px;
	float: left;
}
.input input{
	padding: 10px;
	border: none;
	width: 400px;
	height: 100%;
	font-size: 18px;
}
.register{
  	-moz-border-radius:10px;
  	-webkit-border-radius:10px;
  	background: #fff;
	padding: 30px;
	margin: 20px 20px 20px 0px;
  	border: 1px solid #999;
}
.register h2{
	margin: 0px 0px 10px 0px;
	font-size: 20px;
}
.subhead{
	color: #d90;
}
.register p{
	font-size: 14px;
}
/* ============================================ */
/*				BigPop							*/
/* ============================================ */
.bigpop{
	background-image: url(images/gray-overlay.png);
	color: #000;
	margin: 10px 0px 0px 0px;
	font-size: 16px;
	padding: 15px;
	
   	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
}
.bigpop h3{
	font-size: 20px;
	margin-top: 0px;
}
.bigpop p{
	margin: 10px 0px 20px 0px;
}
/* ============================================ */
/*				New Plan						*/
/* ============================================ */
a.add-button{
	text-decoration: none;
	background: #ccc;
	color: #000;
	padding: 5px;
	font-size: 12px;
	border: 1px solid #999;
	margin: 2px 2px 1px 2px;
}
a.add-button:hover{
	background-color: #aaa;
}
/* ============================================ */
/*				Polls						*/
/* ============================================ */
.poll-widget{
	font-size: 12px;
	background-image: url(images/poll.png);
	background-repeat: no-repeat;
	padding-top: 90px;	
	font-family:"Courier New", Courier, monospace;
}
.poll-widget-complete{
	background-image: url(images/poll-results.png);
	background-repeat: no-repeat;
}
.highlight{
	background-color: #fe0;
	font-size: 14px;
	font-weight: bold;
	margin: 2px;
	line-height: 200%;
}
.poll-inner{
	background-image: url(images/gray-overlay.png);
	background-repeat: repeat;
	padding: 20px 10px;
}
.poll-title{
	font-size: 14px;
	margin: 0px 0px 8px 0px;
	line-height: 150%;
	font-weight: bold;
	
}
.poll-title span{
	background-color: #000;
	color: #fff;
}
.vote-bar{
	background-color: #0c0;
	height: 10px;
	min-width: 2px;
}






