﻿body {
    margin:0;
    padding:0;
    color:#808080;
    font-family:Arial, Sans-Serif;
    font-size:12px;
}
img {border:none;}
.lightbox_top {
    background-image:url(../graphics/top_line_bg.gif);
    background-repeat:repeat-x;
    height:9px;
}


/* -- Links -- */
a {
    font-family:Georgia;
    font-size:12px;
    color:#666666;
    text-decoration:undeline;
    text-transform:uppercase;
    outline: none;
}
/* -- End -- */
/* -- Text -- */
h1 {
    font-family:Georgia; 
    font-size:20px; 
    margin:0 0 2px 0; 
    font-weight:normal; 
    text-transform:uppercase;
    color:#000000;
}
h2 {
    font-family:Georgia; 
    font-size:14px; 
    margin:0 0 8px 0; 
    font-weight:normal; 
    text-transform:uppercase; 
    color:#808080;
}
h3 {
    font-family:Georgia; 
    font-size:12px; 
    margin:0 0 8px 0; 
    font-weight:normal; 
    text-transform:uppercase; 
    color:#666666;
}
h3.turquoise {
    font-family:Georgia; 
    font-size:12px; 
    margin:0;
    display:inline; 
    font-weight:normal; 
    text-transform:uppercase; 
    color:#0C848F;
}
h3 a {
    color: #666666;
    text-decoration:none;
}
h3 a:hover {
    color: #666666;
    text-decoration:none;
}
h3 a.active_turquoise {
    color: #0C848F;
    text-decoration:underline;
}
p {
    color:#666666;
    font-family:Arial, Sans-Serif;
    font-size:12px;
    margin:8px 0 0 0;
}
p.grey_inline {
    color:#808080;
    font-family:Arial, Sans-Serif;
    font-size:12px;
    display:inline;
    margin:0px;
}
p.small_grey {
    color:#808080;
    font-family:Arial, Sans-Serif;
    font-size:10px;
    margin:5px 0 5px 0;
}
p.list_text {
    color:#000000;
    font-family:Arial, Sans-Serif;
    font-size:10px;
    margin:0px;
}
p.list_name {
    font-family:Arial; 
    font-size:9px; 
    color:#f16784; 
    margin:0 0 4px 0;
}
p.list_date {
    font-family:Arial; 
    font-size:9px; 
    color:#808080; 
    margin:0;
}
p.comments_list_name {
    font-family:Arial; 
    font-size:12px; 
    color:#f16784; 
    margin:0 0 5px 0;
}
p.post_title {
    font-family:Arial; 
    font-size:12px; 
    font-style:italic; 
    margin:0;
}
p.post_date {
    font-family:Arial; 
    font-size:12px; 
    color:#808080; 
    margin:0; 
    text-transform:uppercase;
}
p.error_message {
    font-family:Arial; 
    font-size:12px; 
    color:#f16784; 
    margin:0;
    text-transform:uppercase;
}
/* -- End -- */
/* -- Terms Page -- */
.lightbox_content {
    margin:15px 10px 0 10px;
}
/* -- End -- */
/* -- Login/Account Page -- */
.login_content {
    margin:15px 10px 0 10px;
}
.input_row {
    margin:8px 0 8px 0;
}
.input_btn {
    margin-top:10px;
}
.login_message {
    width:100%; 
    text-align:center; 
    height:25px;
    padding-top:10px;
}
.login_bottom_row{
    text-align:right;
    margin-top:70px;
}
/* -- End -- */
/* -- Comment Page -- */
.comments_input {
    float:left;
    margin:8px 25px 0 0;
}
.comments_btn {
    float:left;
    margin:5px 0 0 0;
}
.comment_message {
    margin:5px 0 5px 0;
}
#comment_list {
    width:100%; 
    margin-top:10px;
}
#comment_list .item {
    background-color:#e6e6e6; 
    margin-bottom:10px; 
    padding:5px;
}
#comment_list .member_pic {
    float:left; 
    width:60px;
}
#comment_list .text {
    float:left;
    width:560px;
}
/* -- End -- */
/* -- Inputs -- */
.textbox {
    color:#808080;
    font-family:Arial, Sans-Serif;
    font-size:11px;
}
.textarea {
    color:#808080;
    font-family:Arial, Sans-Serif;
    font-size:11px;
}
div.input_comments 
{
	width: 491px;
	height: 21px;
	background-image: url(../graphics/input_comments.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
div.input_comments input
{
	width: 481px;
	border: 0;
	font-size:11px;
	background-color: transparent;
	margin: 3px 10px 0px 5px;
}
.input_upload
{
    height:21px;
    border:0;
    background-color: transparent;
}
/* -- Misc Elements -- */
.clear {
	clear:both;
    height:0;
    line-height:0px;
}
.float_left {
    float:left;
}
.float_right {
    float:right;
}
.align_right {
    text-align:right;
}
