﻿/* CSS RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    font: inherit inherit 100% inherit;
}
:focus
{
    outline: 0;
}
body
{
    line-height: 1;
    color: black;
    background: white;
}
ol, ul
{
    list-style: none;
}
table
{
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td
{
    text-align: left;
    font-weight: 400;
}
blockquote:before, blockquote:after, q:before, q:after
{
    content: "";
}
blockquote, q
{
    quotes: "" "";
}

/* BASIC TYPE */
body
{
    font-size: small;
    line-height: 1.5;
}
h1, h2
{
    line-height: 18px;
    margin-bottom: 18px;
}
h1, h2, h3, h4
{
    margin-top: 18px;
}
h3, h4, h5, h6
{
    line-height: 18px;
}
h1
{
    font-size: 36px;
    top: 2px;
    padding-bottom: 2px;
}
h2
{
    font-size: 28px;
    top: 8px;
}
h3
{
    font-size: 22px;
    top: 1px;
}
h4
{
    font-size: 18px;
    top: 2px;
}
h5
{
    font-size: 15px;
    top: 4px;
}
h6
{
    font-size: 13px;
    top: 5px;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child
{
    margin-top: 0;
}
p, pre, address
{
    padding-top: 10px;
}
abbr, code, kbd, samp, small, var
{
    line-height: 15px;
}
ul, ol, dl, dialog
{
}
li ul, li ol, ul ul, ol ol
{
}
li h1, li h2, li h3, li h4, li h5, li h6, li p
{
}
form, legend, label
{
}
legend
{
}
input, textarea
{
}
table
{
    font-size: 13px;
}
caption
{
    font-size: 13px;
    line-height: 18px;
    position: relative;
}
hr
{
    position: relative;
    height: 1px;
    margin: 0px 0px 14px 0px;
}

/* PITCHIFY */
body
{
    background-color: #e6e6e6;
    background-image: url(../../Content/Images/background.jpg);
    background-attachment: fixed;
    margin: 25px 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}
a
{
    color: #4c9919;
    text-decoration: none;
}

a.selected
{
    text-decoration: underline;
}

a:hover
{
    text-decoration: underline;
}

a.button:hover
{
    background-color: #4c9919;
    color: #ddeedd;
    text-decoration: none;
}

input[type=text]
{
    border: 1px black solid;
}
input[type=text]:focus
{
    border: 1px #4c9919 solid;
}

/* PITCHIFY HEADERS
----------------------------------------------------------*/
#Heading
{
    padding: 18px 0px 0px 16px;
}
h1
{
    margin: 0px;
    font-size: large;
}
h3
{
    margin: 0px;
    font-size: medium;
}

/* CONTENT
----------------------------------------------------------*/

.Content
{
    width: 600px;
    margin: 0px auto;
    text-align: left;
    padding: 1px 0 10px 0;
    background-color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-box-shadow: #000 1px 1px 3px;
    -moz-box-shadow: #000 1px 1px 3px;
}
#Introduction
{
    margin:-38px 0px 0px 110px;
}
#Footer
{
    width: 556px;
    margin: 0px auto;
    padding-top: 5px;
    color: #fff;
}
#Footer a
{
    color: #fff;
}
.HiddenText
{
    color: #fff;
}
.ContentBlock
{
    padding-top: 15px;
}
.BlogContent
{
    background-color: #fbfbfb;
    border: dashed 1px #000;
    padding: 5px 10px 5px 10px;
    margin: 5px 0px 30px 0px;
    line-height: 1.6;
}
.BlogContent p
{
    padding-bottom: 12px;
}

.MainMenu
{
    margin: 40px 0 0 23px;
}
.MenusBottom
{
    margin: 0px, 0px, 10px, 0px;
}
.SubMenuLeft
{
    margin: 16px 0 0 23px;
    float: left;
}
.SubMenuRight
{
    margin: 16px 23px 0 0;
    float: right;
}
.MainBody
{
    margin-top: 16px;
    padding: 0 20px;
}
.MainBody h1
{
    margin-top: 3px;
}
.MainBody h3
{
    margin-top: 3px;
}
#SecondBody
{
    padding-top: 24px;
}
.MainBlockLeft
{
    float: left;
}
.MainBlockRight
{
}
.DetailBlockCover
{
    float: left;
    width: 215px;
}
.DetailBlockText
{
    float: right;
    width: 338px;
}
.FloatClear
{
    clear: both;
}
.PostedDateColumn
{
    margin: 0px;
    padding-top: 0px;
    font-size: smaller;
    visibility: hidden;
}
.PostedDate
{
}
#SuggestionResult
{
    padding-top: 10px;
}

#ResourceSection
{
    margin-left: 3px;
}

.tag
{
    background-color: #ddeedd;
    border: solid 1px #4c9919;
    font-size: 85%;
    margin: 1px 1px 0px 0px;
    padding: 1px 3px 0px 3px;
    white-space: nowrap;
    display: inline-block;
}

#SpotifyLinks
{
    padding: 10px 0px 6px 0px;
}
#bottomLinks
{
    margin: 15px 0px 10px 3px;
}
.alignleft
{
    float: left;
}
.alignright
{
    float: right;
}
#ShareThis
{
    margin: 7px 0px 0px 0px;
    padding: 0px;
}

/* FLAGS */
.flagSection
{
    float: left;
    padding: 2px 4px 10px 12px;
    display: inline-block;
    width: 200px;
}
.flagSection img
{
    padding-top: 4px;
}
.flagSeparator
{
    padding-right: 7px;
}

#AlbumDescription
{
    padding: 15px 0px 15px 0px;
    display: inline-block;
}

/* OVERLAYS
----------------------------------------------------------*/
.cover, .cover a, .cover img
{
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    text-decoration: none;
}

.cover
{
    margin: 0 15px 15px 0;
    float: left;
    position: relative;
    background: url(../../Content/Images/VinylCoverFrame.png) 0 0 no-repeat;
    width: 195px;
    height: 169px;
}

.cover img
{
    display: block;
    position: relative;
    background: url(../../Content/Images/VinylCoverOverlay.png) 0 0 no-repeat; /*float:left;*/
    width: 150px;
    height: 150px;
    text-indent: -1000em;
    overflow: hidden;
    z-index: 1;
    left: 9px;
    top: 6px;
}

/* Awesome-button */
.awesome, .awesome:visited
{
    background: #222 url(../../Content/Images/alert-overlay.png) repeat-x;
    display: inline-block;
    padding: 5px 10px 6px;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-box-shadow: 0 1px 3px #999;
    -webkit-box-shadow: 0 1px 3px #999;
    text-shadow: 0 -1px 1px #222;
    border-bottom: 1px solid #888;
    position: relative;
    cursor: pointer;
}
.awesome:hover
{
    background-color: #111;
    color: #fff;
}
.awesome:active
{
    top: 1px;
}
.small.awesome, .small.awesome:visited
{
    font-size: 11px;
    padding: 0px;
}
.awesome, .awesome:visited, .medium.awesome, .medium.awesome:visited
{
    font-size: 13px;
    font-weight: bold;
    line-height: 0.9;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}
.green.awesome, .green.awesome:visited
{
    background-color: #4c9919;
}
.green.awesome:hover
{
    background-color: #315f33;
    text-decoration: none;
}
/* DISQUS PLUGIN - CSS FIX */
#disqus_thread
{
    line-height: 1.5;
    margin: 10px 23px 10px 23px;
}
#disqus_thread h3
{
    font-size: 1.17em;
    font-weight: bold;
    margin: 1em 0;
}
#disqus_thread table
{
    font-size: 12px;
}
/* ADDTHIS ADJUSTMENTS */
#addthis
{
    margin: 5px 0px 0px -2px;
}
