/* CSS Reset */

html,body 
{
    padding:0;
    margin:0;
}

/* Global + Master Page */

hr
{
    color:black;
    background-color:black;
    height:1px;
    border:none;
}

.posrel
{
    position:relative;
}

.fleft
{
    position:relative;
    float:left;
    pointer-events: none;
    cursor: default;
}

.fright
{
    position:relative;
    float:right;
}

.clearb
{
    clear:both;
}

.formLabel
{
    font-family:"Palatino Linotype", serif;
    font-size:16px;
}

.formTextBox
{
    height:25px;
    width:300px;
    padding-left:5px;
    border:solid 1px #a9a9a9;
    border-radius:3px 3px;
    margin-bottom:5px;
}

.formRichTextBox
{
    width:85%;
    height:350px;
    resize:none;
    border:solid 1px #a9a9a9;
    border-radius:3px 3px;
    margin-bottom:5px;
    padding-left:5px;
}

.formDropDown
{
    height:25px;
    width:300px;
    border:solid 1px #a9a9a9;
    border-radius:3px 3px;
    margin-bottom:5px;
}

.formButton
{
    border:solid 1px #a9a9a9;
    border-radius:3px 3px;
    padding:3px; 
    cursor:pointer;
    display:inline-block;
    background:#f5f5f5;
    margin:15px 0px 15px 0px;
}

.formButton:active
{
    border-color:#7d7d7d;
}

.pasteTitle {
	cursor: pointer;
}

#Nav
{
    width:1240px;
    margin:0 auto 20px auto;
    padding:15px 10px 15px 10px;
    border-bottom:solid 1px black;
}

#Nav a
{
    font-family:Georgia, serif;
    font-size:22px;
    color:#000000;
    text-decoration:none;
    display:block;
}

#Nav #Divider
{
    font-family:Georgia, serif;
    font-size:20px;
    margin-left:5px;
}

#Nav #SubHeader
{
    font-family:Georgia, serif;
    font-size:16px;
    padding-top:4px;
    margin-left:5px;
}

/* Latest Posts */

#Latest
{
    
}

#Latest #LatestHeader
{
    font-family:"Palatino Linotype", serif;
    font-size:18px;
    margin:5px 0px 5px 0px;
}

#Latest .pasteRow a
{
    font-family:"Palatino Linotype", serif;
    font-size:16px;
    color:#754D31;
    text-decoration:none;
}

#Latest .pasteRow a:hover
{
    color:#BF333D;
}

#Latest .pasteRow .uploadDate
{
    font-family:Arial, sans-serif;
    font-size:12px;
}

/* Home Page */

#Home 
{
    width:1240px;
    padding:0px 10px 0px 10px;
    margin:0 auto;
}

/* Paste Page */

#Paste
{
    width:1250px;
    margin:0 auto;
}

#Paste #PasteInfoContainer
{
    border:solid 1px #a9a9a9;
    padding:10px;
    border-radius:3px 3px;
    background:#f7f7f7;
}

#Paste .PasteHeader
{
    font-family:"Palatino Linotype", serif;
    font-size:18px;
    margin:5px 0px 5px 0px;
}

#Paste #PasteTitle
{
    font-family:"Palatino Linotype", serif;
    font-size:18px;
    text-transform:uppercase;
    margin:5px 0px 5px 0px;
}

#Paste .label
{
    text-transform:uppercase;
    font-family:"Palatino Linotype", serif;
    font-size:11px;
}

#Paste .value
{
    font-family:"Palatino Linotype", serif;
    font-size:18px;
}

#Paste #PasteContent
{
    border:solid 1px #a9a9a9;
    padding:10px;
    border-radius:3px 3px;
    background:#f7f7f7;
}

#Paste .report
{
    margin-top:3px;
    font-size:12px;
    color:black;
    font-family:Arial, sans-serif;
}

/* report Page */

#Report
{
    width:1250px;
    margin:0 auto;
}

#Report #ReportHeader
{
    font-family:"Palatino Linotype", serif;
    font-size:18px;
    margin:5px 0px 5px 0px;
}

/* Error Page */

#Error
{
    width:1250px;
    margin:0 auto;
}