﻿/*----------------------------------------------------------------------------- 
RodParsley.com Screen Stylesheet 

version:   1.0 
date:      2011-03-11
author:    Jay Baldwin IV
email:     webmaster at rodparsley dot com
website:   rodparsley.com

version history: 

DATE         AUTHOR     CHANGES
2011-03-11   JJBIV      Initial version
-----------------------------------------------------------------------------*/


/* GLOBAL ELEMENT DEFAULTS
-----------------------------------------------------------------------------*/

html, body, form
{
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

hr { border-collapse: collapse; border: 0; background-color: #aaa; height: 1px; margin: 15px 0; }

h2
{
    color: #1b345d;
    font-weight: bold;
    font-size: 14pt;
    margin-bottom: 10px;
}

ol, ul { margin: 10px 40px 10px 40px; }
li  
{
    list-style: disc url('/assets/site/images/bullet.gif') outside;
    display: list-item;
    }

img { padding: 0; border: 0; margin: 0; }

strong, .strong { font-weight: bold; }
em, .em { font-style: italic; }
.underline { text-decoration: underline; }
blockquote
{
    margin: 10px 30px;
}

td { vertical-align: top; }

a, a:link, a:active { color: #0000ff; }
a:visited { color: #800080; }
a:hover { color: #ff0000; }

fieldset { border: 1px solid #BBB; padding: 10px; }
legend { /* border: 1px solid #333; */ padding: 4px 6px; font-weight: bold; text-transform: uppercase; }

input[type="text"],input[type="password"]
{
    padding: 4px;
    border: 1px solid #c1c1c1;
    color: #333;
    margin-right: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
select
{
    padding: 2px 4px;
    border: 1px solid #c1c1c1;
    color: #333;
    margin-right: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

input[type="submit"],input[type="button"] { padding: 2px; }
input[type="radio"],input[type="checkbox"] { margin-right: 5px; }

/* INTERFACE
-----------------------------------------------------------------------------*/

html, body, form, #site, #page, #page-content { background: transparent !important; }


#header #logo { background-color: white !important; }
body, td, span, div
{

    font-family: Arial, 'Trebuchet MS' , Tahoma, Verdana, Sans-serif;
    font-size: 10pt;
}

#site { padding: 0; margin: 0; width: 1000px; float: none; clear: both; }

#intersite-nav, #site #share #newsletter-signup, #site #share #socialnet, #prp, #page-content-right, #bottom-bar, #footer, #navigation, #admin-panel, #bt-moments, .black-bg, .menu
{
     display: none;
}

#navigation {  width: 763px; float: right; white-space: nowrap; }
#navigation a
{
    float: left;
    display: block;
    margin-left: 20px;
    padding: 10px 0;
    white-space: nowrap;
}

#page-title
{
    background: transparent;
    height: 24px;
    clear: both;
    margin-bottom: 10px;
    text-align: left;
    padding: 0;
    font-family: Arial, Sans-Serif;
    font-size: 16pt;
}


#page 
{
    border: 0;
    background: transparent;
    position: relative; 
    z-index: 1;
    min-height: 500px;
    width: 100%;
    padding: 0; margin: 0; width: 100%; float: none; clear: both;
}

#page-content
{
    width: 1000px;
    padding: 10px 0 50px 0;
    margin: 0; width: 100%; float: none; clear: both;
}

#page-tools
{
    border: 1px solid #dde2e8;
    background-color: #f2f2f2;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#page-tools 
{
    font-size: 9pt;
}


.non-buttons
{
    margin: 10px;
}



.copyright
{
    padding-top: 60px;
    text-align: center;
    font-size: 8pt;
    color: #333333;
}


.SamePageMessage
{
    min-width: 600px;
    max-width: 800px;
    margin: 10px auto;
    padding: 10px 15px 10px 20px;
    text-align: center;
}

.SamePageMessageYellow
{
    background-color: #FFFFAA;
    border: 1px solid #ccc;
}

.SamePageMessageGreen
{
    background-color: #aaffaa;
    border: 1px solid green;
}

.SamePageMessageRed
{
    background-color: #FFaaaa;
    border: 1px solid red;
}

.SamePageMessage span.CloseSamePageMessage
{
    color: Black;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

.SamePageMessage span.CloseSamePageMessage:hover
{
    color: #555;
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
}

.SamePageMessageCloseCell
{
    width: 30px;
    text-align: right;
}



/* REUSABLE CLASSES
-----------------------------------------------------------------------------*/

.ClearBoth, .clear-both { clear: both; }
.underline { text-decoration: underline; }
.fullwidth { width: 100%; }