/*************************************
 +TWYS Stuff
 *************************************/
body { 
	background: #f3fbef url('http://www.tweetwhatyouspend.com/images/bg_gradient.gif') top left repeat-x;
}
body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:  14px;
  line-height: 18px;
  color: #666;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { color: #0072bc; }
a:visited { color: #666; }
a:hover { color: #fff; background-color:#000; }

form label {
	padding-top: 7px;
	display: block;
	font-weight: bold;
	font-family: helvetica;
	font-size: 16px;
	color: #666;
}
.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}
#page_wrapper {
		margin-left: auto; 
		margin-right: auto;
		width: 1000px;
		text-align: left;
		
}

.t {
	background: url(/images/main_body_dot.gif) 0 0 repeat-x;
	float: left;
	background-color: #F1FFEE;
}
.b {background: url(/images/main_body_dot.gif) 0 100% repeat-x; float: left;}
.l {background: url(/images/main_body_dot.gif) 0 0 repeat-y; float: left;}
.r {background: url(/images/main_body_dot.gif) 100% 0 repeat-y; float: right;}
.bl {background: url(/images/main_body_corner_bl.gif) 0 100% no-repeat; float: left;}
.br {background: url(/images/main_body_corner_br.gif) 100% 100% no-repeat; float: left;}
.tl {background: url(/images/main_body_corner_tl.gif) 0 0 no-repeat; float: left;}
.tr {
	background: url(/images/main_body_corner_tr.gif) 100% 0 no-repeat; padding:10px; float: left;
	width: 1000px;
	min-height: 600px;
	}


#left_column {
	float: left;
	width: 170px;
	
}
#main_body {
	float: left;
	width: 725px;
	min-height: 600px;
}
#right_column {
	float: left;
	width: 220px;
        padding-left: 20px;	
}

#header {
	float: left;
	height: 65px;
}
#logo {
	float:left;
	width: 550px;
}
#nav {
	float: left;
}
#login_register_controls {
	height: 35px;
}
.center_layout_container {
	padding: 15px; 
	width: 700px; 
	margin-left: auto; 
	margin-right: auto;
}
/* ============= Main Tabnav ============ */

.main_tabnav {
	float: left;
}

#main_tabnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
} 

#main_tabnav li {
	float: left;
	background: url(/images/twye_tab_left.gif) no-repeat left top;
	margin: 0;
	padding-left: 8px;
	padding-right: 2px;
 
}  
#main_tabnav a 
{
	float: left; 
	display: block; 
	background: url(/images/twye_tab_right.gif) no-repeat right top; 
	padding: 8px 20px 8px 12px; 
	text-decoration: none;
	font-family: helvetica;  
	font-size: 18px;
	color: #fff; 
}
#main_tabnav > ul a {width:auto;} 

#main_tabnav li:hover, #nav_tabnav li:hover a {
	background-position:0% -73px; 
}
#main_tabnav li:hover a {
	background-position:100% -73px;
	color: #000; 
}  
#main_tabnav li.active {
	background-position:0% -73px;
	border-width: 0;
}
#main_tabnav a.active {
	background-position:100% -73px;
	padding-bottom:5px;
	color: #000;
}


/* ============= Layout Divs ============ */


.float_left {
	float: left;
}
.float_right{
	float: right;
}
.float_left_padded {
	float: left;
	padding: 6px;
}
.padded {
	padding: 12px;
}
.padded_bottom {
	padding-bottom: 9px;
}
.no_padding {
	padding: 0;
}
.no_margin {
	margin: 0;
}
.centralize {
	margin-left: auto; 
	margin-right: auto;
	text-align: left; 
}
#form_label {
	width: 100px;
	text-align: right;
	margin-right: 15px;
}
.spacer {
	height:10px;
	float: left;
}
.clear {
        clear: both;
}
/* ============= Boxes ============ */

.reg_container {
	width: 440px;
	padding: 0;
	margin: 0;
}
.reg_top_left {
	float: left;
	width: 12px;
	height: 16px;
	background: url(/images/registration_box_tl.gif) top left no-repeat 
}
.reg_top_right {
	float: left;
	width: 428px;
	height: 16px;
	background: url(/images/registration_box_tr.gif) top right no-repeat;
}
.reg_body {
	padding-left: 12px;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 5px;
	background: url(/images/registration_box_body.gif) left repeat-y 
}
.reg_bottom_left {
	float: left;
	width: 17px;
	height: 18px;
	background: url(/images/registration_box_bl.gif) left bottom no-repeat 
}
.reg_bottom_right {
	float: left;
	width: 423px;
	height: 18px;
	background: url(/images/registration_box_br.gif) right bottom no-repeat
}

.floated_name {
	border: 1px solid #333;
	position: absolute;
	background-color: #FFF;
	z-index: 100;
	width: 115px;
	left: 0px;
	bottom: 4px;
}
.notice {
	border: 2px solid #00CC00;
	text-align: center;
}
.error {
	border: 2px solid #CC0033;
	text-align: center;	
}
.error_list {
	text-align: left;
	margin-left: 100px;
}
.box {
	margin-left: 8px;
	width: 142px;
	background: #D2FFD5 url(/images/category_bottom_left.gif) 
	no-repeat left bottom;
}

.box-outer {
	background: url(/images/category_bottom_right.gif) no-repeat right bottom;
	padding-bottom: 5%;
}

.box-inner {
	background: url(/images/category_top_left.gif) no-repeat left top;
}

.box h2 {
	background: url(/images/category_top_right.gif) no-repeat right top;
	padding-top: 5%;
	font-family: helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #666;
	margin: 0;
}

.box h2, .box p {
	padding-left: 5%;
	padding-right: 5%;
	
}
.box_2 {
	margin-top: 15px;
	background: #D2FFD5 url(/images/recently_spent_corner_left.gif) no-repeat left top;
	background-color: #33CC33;
	float: left;
}
.box_2_inner {
	background: url(/images/recently_spent_corner_right.gif) no-repeat right top;
	float: right;
	width: 100%;
}
.box_2 h1 {
	text-align: center;
	font-family: helvetica;
	font-size: 24px;
	font-weight: normal;
	color: #FFF;
	padding-top: 4px;
	padding-bottom: 4px;	
}
.box_2_body {
	margin: 2px;
	background-color: #F1FFEE;
	float: left;	
}
.box_2 p {
	background: url(/images/box_2_gradient.gif) repeat-x;
	border: 1px solid #666;
	height: 29px;
	padding: 2px;
	margin: 1px;
	font-family: georgia, helvetica;
	font-size: 18px;
	color: #333;
	
}
.box_2 span {
	padding-top: 4px;
	padding-left: 4px;
	float: left;	
}
.bordered_box {
	border: 2px solid #99FF99;
	float: left;
}
.bordered_box_1 {
	background-color: #FFFFCC ;
	border: 1px solid #CCC;
	padding: 2px;
	text-align: center;
}
.bordered_box_reg {
	background-color: #fff;
	border: 2px solid #0066FF;
	padding: 7px;
}
.bordered_box_2 {
	background-color: #CCFFFF ;
	border: 1px solid #0033FF;	
	padding: 5px;
}
.bordered_box_2 a {
	display: block;
	text-align: center;
	font-family: georgia;
	color: #0033FF;
	font-size: 16px;
	text-decoration: none;
}
.bordered_box_2 a:link {
	text-decoration: none;
}
.bordered_box_2 a:hover {
	text-decoration:underline;
}
.solid_bg {
	background-color: #33FF33;
	padding: 2px 8px 2px 8px;
	font-family: georgia;
	color: #333;
}
.message_box {
	float: left;
	background-color: #99FF99 ;
	border: 1px solid #009933;
	padding: 5px;
	font-size: 16px;
	margin-top: 6px;
	margin-bottom: 6px;
}
.stats_box {
	margin-top: 17px;
}
.stats_box h1 {
	width: 100%;
	background: url(/images/stats_corner_tl.gif) no-repeat top right;
	background-color: #99CCFF;
	padding: 3px;
	margin: 0px;
	color: #0134FF;
	font-family: helvetica;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 2px solid #fff;
}
.stats_box .spacer {
	border-top: 1px solid blue;
	width: 100%;
	height: 2px;
	margin: 0;
	padding: 3px;
}
.stats_box p {
	width: 100%;
	float: left;
	background-color: #E5E5E5;
	padding: 2px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.auto_complete {
      position:absolute;
      width:250px;
      background-color:white;
      border:1px solid #888;
      margin:0px;
      padding:0px;
	z-index: 100;
}

.auto_complete ul {
      list-style-type: none;
      margin:0px;
      padding:0px;
}
    
.auto_complete ul li.selected 
{ 
	    background-color: #bbf;

}

.auto_complete ul li {
      list-style-type: none;
      display:block;
      margin:0;
      padding:2px;
      height:16px;
}
.header_label_1 {
	font-family: helvetica;
	font-size: 16px;
	color: #666;
}
.header {
	font-family: helvetica;
	font-size: 24px;
	color: #666;
	margin: 0;
	padding: 0;	
}
.smaller {
	font-size: 14px;
}
.larger {
	font-size: 18px;
}
.georgia {
	font-family: georgia, helvetica;
}
.money {
	color: #339900;
}
.sub_header {
	font-weight: bold;
	color: #009900;
	font-size: 16px;
	font-family: helvetica verdana;
}
.darker {
	color: #333;
}
.register {
	color: #008f00;
	font-size: 24px;
	font-weight: bold;
	font-family: arial;
}
/*************************************
 +Containers
 *************************************/

/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
}
#header h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:3em;
	margin:0;
	margin-right:1em;
}
#header h1 a{
	color:#E87830;
}
#header h1 a:hover{
	color:#CC0000;
}
#header p{
	color:#aaa;
	font-size:1.1em;
	margin:0;
	margin-top:-0.5em;
}
.entrytitle h2{
        padding-top: 4px;
	font-size:2.2em;
}
.entrytitle h2 a
{
	color:#B4C24B;
}
.entrytitle h2 a:hover{
	color:#58BBEB;
}
.entrytitle h3{
        padding-top: 6px;
	font-size:1.1em;
	color:#6F6F6F;
}
#sidebar h3{
	color:#555;
	font-size:1.5em;
	margin:1em 0;
}
/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:3em;
}

.entrymeta{
	font-size:0.9em;
}
.postedby{
	background:#fff url(../images/user.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.filedto{
	background:#fff url(../images/post.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.commentslink{
	background:#fff url(../images/packaged.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar ul li{
	border-bottom:1px dotted #ddd;
	margin-bottom:0.3em;
	padding:0.3em;
}
/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em;
	padding:1em;

}
.commentsblock textarea{
	width:35em;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#777;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	background:#f3f5e9;
	border:1px dotted #d1d1d1;
	padding:0.5em;
}
h3#comments{
font-size:1.6em;
}

/*************************************
 +Misc
 *************************************/
a{
	color:#0072bc;
	text-decoration:none;
}
a:hover{
	color:#CC0000;
}
