/* Application.css 
     General styles, all devices, unless overridden.
*/

body {
    background:#8Ea0b6;;#CEC056;#445;
}

input {
    margin:5px;
}

form {
    margin:1px;
    padding:1px;
}

input {
    margin-left:0;
}

.subtle_notice {
    font-size:12px;color:#777;
}

.carousel {
    text-align:center;
}

#splash {
    width:800px;
    height:450px;
    background: url('/images/splash.png');
    background-repeat:no-repeat;
}

#marketing_blurb {
    font-size:20px;color:#ddf;margin:10px;margin-top:0;padding:3px;width:380px;
}

#get_started {
    font-size:20px;
    padding-top:20px;
    padding-bottom:20px;
    margin:35px;
    margin-top:65px;
    margin-bottom:20px;
    background:#aab4f5;
    border:2px solid #2a3495;
    text-align:center;
    width:300px
}

#get_started2 {
    font-size:20px;
    padding-top:20px;
    padding-bottom:20px;
    margin:0px;
    margin-top:25px;
    margin-bottom:20px;
    background:#7a84e5;
    border:2px solid #2a3495;
    text-align:center;
    width:275px
}

#supporting_copy {
    text-align:center;
    width:700px;
    margin:auto auto;
}

#supporting_copy p {
    color:#555;
    font-size:15px;
}

.user_quotes {
    width:350px;margin-left:85px;margin-top:50px;min-height:100px;margin-bottom:0px;
}

h1, h2, h3, h4, h5, h6 {
    color:#226;
}

h3 {
    font-size: 16px;
}

#quotes blockquote {
    margin:.5em;
    color:#555;
    font-style:oblique;
    xfont-size:15px;
}

#left-side blockquote cite {
    color:#777;
    font-size:12px;
}

#right-side {
    width:480px;
}

#right-side p {
    font-size:24px;
}

div.notebook {
    background:#ffffff;
    background-image:url('/images/spiral.jpg');
    background-repeat:repeat-x;
}

.container {
    background:#FFF;
    xborder-bottom:1px solid #07093D;
    width:800px; 
    margin:auto auto;
    padding:10px;
}

.organizer {
    font-size:12px;
    margin-top:0;
    padding-top:0
}

#pricing {
    width:80%;
    margin-left:10%;
}

#pricing h4 {
    margin:.65em;
    margin-left:0;
}

#pricing p {
    padding-top:5px;
    padding-bottom:5px;
}
#pricing ul {
    padding:0px;
    margin:0;
}

#pricing ul li {
    padding:0;
    padding-left:18px;
    margin:0;
}

#profile {
    width:150px;
}

#subscription_notice {
    width:300px;
}

/* */
.logo {
    padding:0px;
    text-align:left;
    float:left;
    padding-top:6px;
}

.sheet_header {
    padding:6px;
    background:#dEf0e6;border:1px solid #99b;
    margin-top:10px;
    xmargin-bottom:10px;
}

.toolbar {
    margin-top:6px;
    margin-bottom:6px;
    text-align:left;
}

#header .toolbar {
    float:right;
}

.footer {
    margin-top:15px;
    text-align:center;
    color:#222;
    font-size:14px;
}

.footer a {
    margin-left:6px;
    margin-right:6px;
}
    
.copyright {
    margin-top:8px;
    text-align:center;
    color:#444;
    font-size:12px;
}

ul.slideshow {
    list-style:none;
    padding:0;
}

ul.slideshow li {
    display:inline;
}

.toolbar a {
    margin-right:6px;
}

.toolbar img {
    border:none;
}
.email_link {
    font-size:10px;
    color:#888;
}

.expense_entry {
    padding:6px;
    margin-bottom:10px;margin-top:10px;
    border-left:4px solid #e66;#888;
    background:#eee;
}

.repayment_entry {
    padding:6px;
    margin-bottom:10px;margin-top:10px;
    border-left:4px solid #6d6;
    background:#eee;
}

.expense_detail {
    font-size:12px;
    color:#555;
}

.value {
    xfont-family:  "Handwriting - Dakota", Serif;
    color:#eeeeee;
}

.sheet_description {
    xfont-family: "Handwriting - Dakota", Serif;
    color:#eeeeee;
}

.entry_description {
    width:500px;
}

.description {
    xfont-family: "Handwriting - Dakota", Serif ;
    color:#888;
}

/* Success, error & notice boxes for messages and errors. */
.notice, 
.success    { padding: .5em; margin-bottom: .7em; border: 1px solid #ddd; }

.notice     { background: #FFF6BF; color: #817134; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #529214; border-color: #C6D880; }

.notice a   { color: #817134; }
.success a  { color: #529214; }

form {
    border:0;
    xborder:1px solid #d9d049;
    border-top:1px solid #d9d049;
    xborder-bottom:1px solid #d9d049;
    padding:3px;
    margin-top:5px;
}

a img {
    border:none;
}

p {
    margin:5px;
}



/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #d9d049;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 3px 10px; 
	color: #333; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/***************************
 * Date Picker 
 *
 */

table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}
table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #fff;
	color: #000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #bbb;
	color: #888;
}


div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 16px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

/* For the date picker */
/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 5px 3px 0;
    display: inline;
    color:transparent;
    text-indent: -2000px;
    overflow: hidden;
    background: url(/images/calendar.png) no-repeat; 
}

a.dp-choose-date:hover {
    color:transparent;
}

a.dp-choose-date.dp-disabled {
    background-position: 0 -20px;
    cursor: default;
}

/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
    width: 140px;
    xfloat: left;
}

