@CHARSET "ISO-8859-1";
/* CSS Document for Budget for Cake
Author: E-Moxie Data Solutions, Inc.
Author URI: http://www.e-moxie.com
Copyright (c) 2009
*/

/* Browser Reset Styles ================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
strong {
	font-weight: bold;	
}
small {
	font-size: 75%;	
}
em {
	font-style: oblique;	
}

/* Basic Definitions ==================== */
body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #5c5c5c;
	background: url('/images/bg.gif');
}

h1 {
	font-size: 24px;
	color: #761d24;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	color: #000;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
}
h3 {
	font-size: 16px;
	color: #333;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
}

a:link, a:visited, a:active {
	color: #761d24;
}

p {
	line-height: 1.3em;
	margin: 5px 0 10px 0;
	padding: 0;
}

ul, ol {
	margin: 10px 0 10px 25px;
	padding: 0;
}
	li {
		margin-bottom: 5px;
	}

/* Classes ============================== */
.clear {
	clear: both;
}
.left {
	float: left;
	margin-right: 15px;
}
.right {
	float: right;
	margin-left: 15px;
}
.styledinput {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #000;
	padding: 3px;
	width: 280px;
	margin-bottom: 5px;
	border: 1px solid #ddd;
}
.styledbutton {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #761d24;
	padding: 5px 10px;
	border: 1px solid #ddd;
	background: #eee;
}
.styled_sm {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #000;
	padding: 3px;
	width: 50px;
	margin-bottom: 5px;
	border: 1px solid #ddd;
}
.styled_med {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #000;
	padding: 3px;
	width: 100px;
	margin-bottom: 5px;
	border: 1px solid #ddd;
}
.hilite {background-color:#ebe7cc; padding:10px; border:1px solid #9d9b84;}
.hilite2 {background-color:#fff6b6; color: #5c5c5c; padding:10px; margin-top:10px; margin-bottom:10px; border:1px solid #323234;}

/* Header */

#container {
	width: 940px;
	margin: 0 auto;	
	background: #fff;
}

#header {
	height: 80px;
	overflow: hidden;
}
#title {
	width: 460px;
	float: left;
}
#nav {
	float: right;
	width: 450px;
	margin-right: 30px;
	text-align: right;
	margin-top: 35px;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	font-size: 14px;
	color: #565656;
	padding: 15px;
	text-decoration: none;
	text-transform: lowercase;
}
#nav ul li a#current {
	color: #761d24;
}
#nav ul li a:hover {
	color: #761d24;
}

#focus {
	width: 940px;
	height: 275px;
	margin: 0;
	padding: 0;	
}

#content {
	background: url('/images/content-bg.gif') 0 0 repeat-y;
	width: 940px;
	padding-bottom: 30px;
}

#main-content {
	padding: 30px;
	width: 630px;
	float: left;
}

#sidebar {
	text-align: center;
	width: 250px;
	float: left;
	font-size: 12px;
	line-height: 1.3em;
	color: #5c5c5c;
	padding-top: 30px;
}

#footer {
	padding: 20px 30px 40px 30px;
	border-top: 2px solid #d4d4d4; 
}

#links {
	width: 400px;
	float: left;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#links ul li {
	display: inline;
}
#links ul li a {
	border-right: 1px solid #d4d4d4;
	color: #6a6a6a;
	font-size: 11px;
	text-transform: lowercase;
	margin-right: 3px;
	padding-right: 5px;
	text-decoration: none;
}
#links ul li a.none {
	border: none;
	margin: 0;
	padding: 0;
}

#copyright {
	color: #6a6a6a;
	width: 400px;
	float: right;
	text-align: right;
	font-size: 11px;
	line-height: 1.3em;
}
#copyright a {
	color: #6a6a6a;
}
#copyright a.nodec {
	text-decoration: none;	
}
