body {
	color: #666666;
	background: #e1ffc1;
	font: normal .8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a {
	color: #ff9900;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

h1 {
	color: #ff9900;
	font-size: 1.8em;
	font-style: italic;
	margin-left: 84px;
}

h3 {
	color: #ff9900;
	font-size: 1.4em;
	font-style: italic;
	text-align: center;
}

h4 {
	color: #ff9900;
	font-size: 1.3em;
	text-align: left;
	line-height: 0.9em;
	padding-top: 10px;
}


/* =========== MAIN CONTENT ========== */ 

#header {
	width: 950px;
}

body.normal #header {
	background: url(images/grateful_clear_top.png) no-repeat;
	height: 99px;
	
}

body.join #header,body.login #header, body.not_found #header {
	height: 218px;
}

body.not_found #header {
	background: url(images/404_header.jpg) no-repeat;
}

body.join #header,body.login #header{
	background: url(images/join_login_header.jpg) no-repeat;
}


#main_content {
	width: 950px;
}

body.normal #main_content {
	background: url(images/grateful_clear_middle.png) repeat-y;
}

body.join #main_content,body.login #main_content, body.not_found #main_content {
  height: 225px;
  max-height:225px;
  padding: 0 260px;
  width: 460px;
}

body.not_found #main_content {
	background: url(images/404_main.jpg) no-repeat;
}

body.join #main_content,body.login #main_content {
	background: url(images/join_login_main.jpg) no-repeat;
}

body.join form, body.login form {
  margin: 0 100px 0 0;
}

body.join form div, body.login form div {
  text-align: right;
}

body.join form input[type="submit"], body.login form input[type="submit"] {
  margin: 2em 0 0 0;
} 

form div p {margin:0;padding:0;}

#text_neater {
	padding-left: 20px;
	padding-right: 20px;
	text-align: left; 
}

#pagination {
	background: url(images/grateful_clear_middle.png) repeat-y;
	width: 950px;
	height: 15px;
}

#home_page {
	margin-left: 84px;
	line-height: 1.7em;
}

#try_out {
	width: 210px;
	height: 63px;
	background: url(images/try_out.png) no-repeat;
	padding-top: 6px;
	margin-left: 40px;
}

#try_out a {
	text-decoration: underline;
	color: #ff9900;
	font-size: 1.5em;
	line-height: 1.9em;
	margin-left: 75px;
}

#try_out a:hover {
	color: #999999;
	text-decoration: none;
} 

.page {
}
/* =========== MAIN CONTENT END ========== */

/* =========== NOTIFICATION ========== */

#notifications {
	width: 177px;
	height: 255px;
	background: url(images/paper_slip.png) no-repeat;
	margin: 0 0 0 30px;
}

#notifications p {
	margin-right: 15px;
	margin-left: 15px;
	font-size: .85em;
	line-height: 1.2em;
}

#notifications h3 {
	padding-left: 5px;
}

#close_notify {
	font-size: .7em;
	text-align: right;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
}

/* =========== NOTIFICATION END ========== */

/* =========== PUBLIC TIMELINE ========== */


/* =========== PUBLIC TIMELINE END ========== */

/* =========== DATE BOX ========== */

.date_box {
	width: 45px;
	height: 50px;
	margin-left: 20px;
	padding-top: 5px;
	padding-left: 3px;
	min-height:50px;
	background: url(images/date_box.png) no-repeat;
	line-height: .8em;
}

.date_box h2 {
	margin: 0 0 0 10px;
	padding: 0;
	width: 1em;
	font-size:  0.8em;
  	line-height: 0.8em;
	text-align: center;
	width: 50%;
	text-transform: uppercase;
}

.date_box h2 em {
	color: #ff9900;
	font-weight: bold;	
	font-size:  1.2em;
  	line-height: 1.2em;
}

/* =========== DATE BOX END ========== */

/* =========== GRATITUDES ========== */

.gratitudes {
	line-height: 1.2em;
	margin: 0 0px 8px 0px;
	padding: 0;
	font-size: 0.9em;
	min-height: 50px;
}

ul li {
	margin:0;
	padding: 6px 0 0 15px;
	list-style:none;
}

ul.gratitudes li form {
	display:none;
	}

ul.gratitudes li:hover form {
	display:inline;
	}

ul.gratitudes li form input {
	color: #ff9900;
	font-size:80%;
	border:none;
	background:transparent url(images/trash.png) no-repeat left center;
	margin:0 0 0 8px;
	padding:0 0 0 8px;
	cursor:pointer;
	}

ul.gratitudes li form input:hover {
	text-decoration:underline;
	background-image:url(images/trash_over.png)
	}

ul.gratitudes li {
	background:transparent url(images/bullet_flower.png) no-repeat 0 8px;
	}  


#gratitude_quotes {
	line-height: .8em;
}

#gratitude_quotes blockquote {
	margin-bottom: 10px;
    margin-left: 5px;
    padding-left: 15px;
	border-left: 3px solid #ccc;
	line-height: 1.3em; 
}
/* =========== GRATITUDES END ========== */

/* =========== FORMS ========== */

#grateful4 { 
 margin-left: 84px; 
}

#grateful_input {
	color: #333;
	background: white;
	border: 2px solid silver;
	font-size: 1.2em;
	padding-top: 4px;
}

#grateful_submit {
	color: #ff9900;
	background: white;
	border: 1px solid silver;
	font-size: .8em;
	margin-top: -2px;
}

#join_login form {
	color: #333;
	font-size: 1em;
   	text-align: right;
   	margin-right: 200px;
}

#join_login label {
	color: #ff9900;
	font-size: 1em;
	text-align: right;
}

#join_login input {
	color: #333;
	background: white;
	border: 2px solid silver;
	font-size: 1em;
	padding-top: 2px;
}

#join_login textarea {
	color: #333;
	background: white; 
	width:250px;
	height:50px;
	padding:0px; 
	border: 2px solid silver;
	font-size: 1em;
	padding-top: 2px;
	text-align: left;
}

#form_submit {
	color: #333;
	background: white;
	border: 1px solid #ff9900;
	font-size: 1.2em;
	margin-left: 60px;
} 

/* =========== FORMS END ========== */

/* =========== TOP NAV ========== */

#navcontainer	{
	margin: -6px 0 0 400px;
}

ul#navlist	{
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0;
}

ul#navlist li {
	display: block;
	float: left;
	width: 81px;
	height: 28px;
}

ul#navlist li a {
	display: block;
	width: 100%;
	text-decoration: none;
	font-size: .9em;
	text-align: center;
	background: url(images/nav_background.png) no-repeat;
	padding: 4px;
	margin: 0;
	color: black;
}

ul#navlist li a:hover {
	background: url(images/nav_background.png) no-repeat;
	margin: 0;
	text-decoration: underline;
}
/* =========== TOP NAV END ========== */

/* =========== PAGINATION ========== */

#pagination .left {
	background: url(images/previous_day.png) no-repeat;
	padding-left: 35px;
	text-align: left;
	height: 21px;
}

#pagination .left a {
	font-size: .8em;
}

#pagination .list {
  text-align: center;
}

#pagination .list a {
  color: #f90;
  background-color: #fff;
  text-decoration: none;
  border: 1px solid #f90;
  padding: 1px 0.3em;
  margin: 0;
}

#pagination .list a:hover {
  color: #f90;
  font-weight: bold;
}

#pagination .list a.selected {
  color: #fff;
  background-color: #f90;
}

#pagination .list a.selected:hover {
  color: #fff;
}

#pagination .right {
	background: url(images/next_day.png) no-repeat;
  background-position: top right;
	height: 21px;
	text-align: right;
	padding-right: 34px;
}

#pagination .right a {
	font-size: .8em;
}


/* =========== PAGINATION END ========== */

/* =========== FOOTER ========== */

#twitter {
	font-size: .8em;
	margin-left: 168px;
	margin-top: 17px;
}

#footer {
	width: 950px;
}

body.normal #footer {
	height: 90px;
	background: url(images/grateful_clear_bottom.png) no-repeat;
	padding-top: 60px;
	padding-left: 21px;
}

body.join #footer,body.login #footer, body.not_found #footer {
	height: 179px;
	padding-top: 40px;
	padding-left: 200px;
	
}

body.not_found #footer {
	background: url(images/404_footer.jpg) no-repeat;
	
}

body.join #footer,body.login #footer {
	background: url(images/join_login_footer.jpg) no-repeat;
}

#madebythem {
	font-size: .8em;
}

#floating_twitter {
     position: fixed;
     right: 0;
     top: 130px;
     display: block;
     width: 28px;
     height: 120px;
     text-indent: -10000px;
     background-image: url(images/twitter_follow_us.png);
     overflow: hidden;
}

/* =========== FOOTER END ========== */

#notification {
  position: absolute;
  left: 50%;
  background: url(images/notification_paper.png) no-repeat;
  width: 176px;
  height: 251px;
}

body.normal #notification {
  top: 44px;
  margin: 0 0 0 160px;
}

body.login #notification, body.join #notification {
  top: 160px;
  margin: 0 0 0 60px;
}

#notification .close {
  margin: 20px 0 0 120px;
  width: inherit;
}
#notification .content {
  margin: 20px 8px 8px 8px;
  padding: 0;
  width: 156px;
}
