@charset "utf-8";
/* CSS Document */

* {
   margin: 0;
   padding: 0;
}

a img {
   border: none;
}
html, body {
   height: 100%;
   font-family: Helvetica, Arial, sans-serif;
   font-size: 10pt;
}

body {
   background: #A5D69E url(../images/bg.jpg) repeat-x;
}

a {
}

a:hover {
}

#shadow {
   min-height: 100%;
   height: auto !important; /*ie6*/
   height: 100%;
   width: 900px;
   padding: 0 30px;
   background: url(../images/shadow-back.png) repeat-y;
   margin: 0 auto -171px auto;
}

#main {
   margin: 0 auto;
   height: 100%;
   width: 900px;
}

/*oooooooooooooooooooo Header*/
#header {
   height: 105px;
   width: 900px;
   position: relative;
   border-bottom: 3px solid #8CC63F;
}

#logo {
   width: auto;
   height: auto;
   position: absolute;
   top: 5px;
   left: 15px;
}

#tagline {
   position: absolute;
   top: 80px;
   left: 65px;
}

#identification {
   text-align: right;
   position: absolute;
   top: 10px;
   right: 15px;
}

/*oooooooooooooooooooo Navigation*/
#nav-horizontal {
   float: right;
   margin-top: -27px;
   height: 20px;
   margin-right: 10px;
   text-transform: lowercase;
}
#nav-horizontal ul {
}
#nav-horizontal li {
   list-style: none;
   display: block;
   float: left;
   background: url(../images/tab-left.png) left bottom no-repeat;
   margin-right: 7px;
}
#nav-horizontal li:hover,
#nav-horizontal li.active {
   background-position: left top;
}
#nav-horizontal a {
   display: block;
   height: 18px;
   text-decoration: none;
   color: #8CC63F;
   color: #FFFFFF;
   font-weight: bold;
   padding: 3px 18px 3px 10px;
   position: relative;
   left: 8px;
   text-align: left;
   background: url(../images/tab-right.png) right bottom no-repeat;
}
#nav-horizontal a:hover, 
#nav-horizontal li.active a {
   background-position: right top;
   color: #FFFFFF;
}

#bottom {
   width: 900px;
   position: relative;
}

#sidebar {
   list-style: none;
   width: 160px;
   padding: 10px;
   border-left: 1px solid #ccc;
   position: absolute;
   top: 0;
   right: 0;
   z-index: 5;
}

/*oooooooooooooooooooo Content*/
#content {
   width: 689px;
   min-height: 590px;
   padding: 15px;
   float: left;
   border-right: 1px solid #ccc;
}
#welcome {
   float: left; 
   width: 350px;
   position: relative;
   margin-bottom: 15px;
}
#welcome p {
   font-size: 11pt;
   line-height: 2em !important;
}
#signup-home {
   background: #f0f0f0;
   float: right;
   margin-bottom: 15px;
   padding: 5px;
   border: 1px solid #ccc;
}

#fast-easy-signup-arrow {
   position: absolute;
   top: 105px;
   *top: 122px;
   left: 200px;
}
#paging-options {
   float: right;
   padding-top: 10px;
}
.post-form {
   padding: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   width: 665px;
}
.post-form textarea {
   border: none;
   -moz-border-radius: 3px;
   border-radius: 3px;
   overflow: auto;
}
#share-epiphany {
   float: right;
   margin-top: 5px;
}
#post-epiphany {
   background: #8CC63F;
}
#post-epiphany textarea {
   width: 657px;
   *width: 655px;
   
}
#column-a1 {
   width: 100%;
   background: #FF66FF;
}
#column-a2 {
   width: 50%;
   float: left;
   background: #FF88FF;
}
#column-a3 {
   width: 50%;
   float: right;
   background: #FF00FF;
}
/*oooooooooooooooooooo Footer*/
 #footer, 
 #bottom-ad, 
 #sticky-footer-push {
   width: 870px;
   margin: 0 auto;
}
#bottom-ad {
   padding: 15px;
   height: 90px;
   border-top: 1px solid #cccccc;
   text-align: center;
}

#sticky-footer-push {
   height: 171px; /* #sticky-footer-push must be the same height as #footer */ /*do not replace with min-height*/
   clear: both;
   visibility: hidden;
}

#footer {
   padding: 15px;
   height: 20px; /* #sticky-footer-push must be the same height as #footer */ /*do not replace with min-height*/
   border-top: 1px solid #cccccc;
   clear: both;
   text-align: center;
   color: #555555;
}

#footer-links {
	text-decoration: none;   
	text-align: right;
}

#footer-links A {
	text-decoration: none;
   color: #555555;
}

#footer-links A:hover {
	text-decoration: underline;
}
/*Sticky Footer by Ryan Fait: http: //ryanfait.com/*/

h1 {
   font-size: 14pt;
   margin-bottom: .5em;
   text-transform: lowercase;
}

h2 {
   font-size: 12pt;
   margin-bottom: 1em;
   text-transform: lowercase;
}

#content p {
   line-height: 1.5em;
   margin-bottom: 1em;
}
#content ul,
#content ol {
   margin-left: 20px;
   margin-bottom: 1em;
}

/* Definition Lists  ************/
dl {
   margin-bottom: 1em;
}
dt {
   font-weight: bold;
   margin-top: .75em;
}

dd {
   margin-left: 0;
}

/* Lined Tables  ************/

table.lined {
	border-collapse: collapse;
	margin: 10px;
}

table.lined th {
	background: #CA3123;
	color: #FFFFFF;
	text-align: left;
}

caption {
	margin-top: 1em;
	font-size: 14pt;
	text-align: left;
}

tr.even-row {
	background: #CCCCCC;
}

table.lined td, table.lined th {
	border: 1px solid #888888;
	padding: 3px 5px;
}

.clear {
   clear: both;
}
.leftcol {
   float: left;
   width: 48%;
}
.leftcol.strict {
   border-right: 1px solid #CCC;
}
.leftcol.highlight {
    background: #B2DECF; 
    padding: 5px 0 5px 10px;
   -moz-border-radius: 5px;
   border-radius: 5px;
 }
.rightcol {
   float: right;
   width: 48%;
}
.rightcol.highlight {
    background: #f0f0f0; 
    padding: 5px 0 5px 10px;
   -moz-border-radius: 5px;
   border-radius: 5px;
 }

/* EPIPHANIES ************************/
#epiphanies {
   clear: both;
   margin-top: 20px;
}
.epiphany {
   border-top: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
   padding: 10px;
   margin-top: -1px;  
   width: 645px;   
}
.epiphany .edit-delete {
   float: right;
}
.epiphany .post-rating {
   color: #555555;
   float: left;
   font-size: 8.5pt;
}
.epiphany .post-data {
   color: #555555;
   float: right;
   clear: right;
   font-size: 8.5pt;
}

/* COMMENT ****************************/
.post-comment-link {
   font-size: 9pt;
   display: block;
   width: 615px;
   padding: 5px;
   margin: 0 10px;
   text-align: center;
   background: #B2DECF;
   -moz-border-radius: 3px;
   border-radius: 3px;
}
.comment-form {
   width: 615px; 
   background: #B2DECF;
   margin: 5px auto 5px 10px;  
   padding: 5px;
}
.comment-form textarea {
   width: 610px;
   float: left;
   *width: 603px;
   *margin-left: -8px;
}
.comment-form input[type=button] {
   float: right;
   margin-top: 5px;
}
.comment {
   background: #defea5;
   padding: 5px 10px;
   padding-bottom: 0px;
   margin: 5px auto 5px 10px;  
   width: 605px;   
   font-size: 9pt;
   -moz-border-radius: 3px;
   border-radius: 3px;
}
.comment .edit-delete {
   float: right;
   margin-left: 5px;
}
.comment p {
   margin: 0 !important;
}
.comment .post-data {
   color: #555555;
   float: right;
   font-size: 8.5pt;
}
.no-comment {
   width: 620px;
   margin: 10px;
   background: #f0f0f0;
   padding: 3px;
   text-align: center;
}
.comment-size {
   position: relative;
   top: 5px;
   left: 5px;
}
.minimized.comment-form {
   height: 26px;
   *height: 28px;
}
.minimized.comment-form textarea {
   height: 20px;
   width: 537px;
   *width: 519px;
}
.minimized.comment-form .comment-size {
   display: none;
}
.minimized.comment-form input[type=button] {
   margin-top: 0;
   *margin-top: 2px;
}
/* FORM ELEMENTS **********************/
textarea {
   font-family: Arial, Helvetica, Sans-serif;
   font-size: 12pt;
   padding: 3px;
}
textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
select:focus {
   background: #ffffc7;
}
input[type=submit] {
   padding: 3px 10px;
   *padding: 3px 0px;
}

#error,
#success {
   padding: 3px;
   color: #ffffff;
   margin-bottom: 1em;
   font-weight: bold;
}
#error {
   background: #ff0000;
}
#success {
   background: #8CC63F;
}
table td {
   padding: 3px;
}
.hidden {
   display: none;
}