/* CSS Document */

a:link
{
color: #D31C04;
}

a:visited
{
color: #FF3300;
}

a:hover
{
color: #402119;
}

a:focus, a:active
{
color: #E62D06;
}

body
{
margin: 0;
padding: 0;
background-color: #F2CE89;
background-image: url(http://budgeteast.com/images/2.gif);
background-repeat: repeat;
color: #000;
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
font-size: 13px;
text-align: center;	
}

/*** Credit: BG img by morena, nozca.com via K10K ***/

/*** Container ***/

#main_content 
{
margin: 0 auto;
width: 795px;
text-align: left;
border-right: 1px solid #63453B;
border-left: 1px solid #63453B;
}

/*** Header ***/

#body_head
{
text-align: right;
background-color: #CFAD72;
background-image: url(http://budgeteast.com/images/3.gif);
background-repeat: no-repeat;
padding: 5px;
padding-right: 0;
padding-top: 20px;
border-bottom: 1px solid #63453B;
}

#body_head img
{
border: 0;
}

#body_head_search
{
clear: both;
text-align: center;
background-color: #fff;
border-top: 0;
border-bottom: 1px solid #63453B;
margin: 0;
padding: 4px;
}

/*** Layout ***/

#body_content
{
margin: 0;
padding: 0;
border: 0;
background-color: #fff;
}

#text_left
{
width: 535px;
text-align: left;
line-height: 140%;
padding: 10px 0 20px 0;
border: 0;
margin: 0 0 0 10px;
}

#text_right
{
width: 225px;
float: right;
margin: 0 0 0 10px;
padding: 0 0 10px 5px;
color: #000;
line-height: 120%;
font-size: 11px;
}

#text_right a
{
color: #000;
font-weight: bold;
}

#text_right a:hover,a:focus,a:active
{
color: #FF4C02;
font-weight: bold;
}

#text_right_head
{

}

#text_right_body
{
margin: 0;
padding: 4px;
background-color: #fff;
}

/*** Footer ***/

#body_footer 
{
clear: both;
margin: 0px;
padding: 8px;
background-color: #fff;
font-size: 9px;	
color: #707070;	
border-top: 1px dotted #63453B;
border-bottom: 1px solid #63453B;
text-align: center;		
}


#body_footer a
{
text-decoration: none;
}

#body_footer a:hover, #body_footer a:focus,#body_footer a:active
{
text-decoration: underline;
color: #707070;
}

/*** Other Elements ***/

.ttip
{
color: #000;
background-color: #F2CE89;
border-left: 3px solid #FF5501;
border-bottom: 1px solid #63453B;
padding: 5px;
}

.ttip a:link, .ttip a:link *, .ttip a:visited
{
color: #000;
font-weight: bold;
}

.ttip a:hover
{
color: #FF5501;
font-weight: bold;
}


/*** Headers ***/

#content h1 a {color: #333;}
#content h1 a:hover {color: #000;}
#content h1 em {font-style: normal;}

#content .title {font-size: 1.66em;}
#content p {margin: 0.5em 0 1.5em;}

h1,h2,h3,h4
{
font-weight: normal;
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}

h1
{
font: 1.66em Georgia, Times, serif; 
font-weight: normal;
margin: 0.5em 0; 
letter-spacing: 21x;
}

h1 a
{
text-decoration: none;
}

h2
{
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
color: #E62C06;
}

h3
{
font-size: 11px;
font-weight: bold;
margin: 0px;
}

/*** Elements ***/

blockquote
{
color: #402119;
background-color: #F2CE89;
padding: 1px 5px 1px 10px;
}

/*** Comments ***/

.comments_error {
color: #000;
background-color: #fff4f4 
}

ul.comments_error {
padding : 0.3em;
list-style-type: circle;
list-style-position: inside;
border: 2px solid #fdd;
}

div#cpreview {
color: #000;
background-color: #f1f1f1;
border: 2px solid #ddd;
}

form#txpCommentInputForm td {
vertical-align: top;
}