/** Base styles **/

body {
    background-color: #ddd;
}
.alignright {
    text-align: right;
}
.alignleft {
    text-align: left;
}

.hr {
    margin: 20px 0;
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
    background: #ccc;
}

a {
    text-decoration: none;
    color: #3B5998;
}
a:hover {
    text-decoration: underline;
}
h1 {
    margin-top: 0px;
}
#wrapper {
    width: 750px;
    margin: 0 auto;
}
#container {
    border: 1px solid #ccc;
    background-color: #fff;
    text-align: left;
    position: relative;
}
#content {
    width: 490px;
    float: left;
}
#sidebar {
    width: 220px;
    float: left;
}
#content.left,
#sidebar.left {
    margin-right: 10px;
    margin-left: 20px;
}
#content.right,
#sidebar.right {
    margin-right: 0;
    background: url(/assets/images/sidebar-shadow.jpg) no-repeat left top;
    min-height: 486px;
    padding-left: 15px;
    margin-right: 20px;
}
#content.wide {
    margin: 10px 20px;
    width: 708px;
}
#header {
    position: relative;
    padding: 10px 20px;
    font-size: .9em;
    margin-bottom: 0;
    background: #3B5998;
    color: #fff;
    height: 75px;
}
#header a {
    text-decoration: none;
}

#logo {
    float: left;
    line-height:1px;
    margin-right: 20px;
}
#logo a,
#logo a {
    position: relative;
    display: block;
    z-index: 1;
    height: 75px;
    width: 252px;
    overflow: hidden;
    color: #fff;
    font-size: 3em;
    background: url(/assets/images/logo.jpg) no-repeat;
    text-indent: -9999px;
}
#masthead {
    font-size: 1.3em;
    font-style: italic;
    line-height:75px;
}

#footer {
    font-size: .8em;
    color: #444;
    text-align: left;
}
#footer .no_affiliation {
    float: left;
}
#footer .copyright {
    float: right;
}

#greyHeader {
    padding: 10px 20px;
    margin-bottom: 10px;
    display: block;
    background: #eee;
}
#facebookPage {
    width: 340px;
    float: left;
}
#sbLinks {
    width: 360px;
    float: left;
}
#sbLinks ul {
    padding: 0;
    margin: 0;
}
#sbLinks li {
    list-style: none;
    float: left;
    margin-right: 10px;
}
.sb_title {
    margin: 0;
    font-weight: bold;
}

#facebookPage a {
    line-height: 20px;
    font-size: 1.3em;
    color: #3B5998;
    font-weight: bold;
}
/* general forms */
form input.submit {
    margin-right: 10px;
}
/* homepage form */
form#homepageForm {
    text-align: center;
    width: 98%;
}
form#homepageForm * {
    text-align: left;
}
textarea.home_like_text {
    font-size: 1.5em;
    height: 100px;
}
/** submit button **/
form#singleForm {
    width: 98%;
}
input.submit {
    background: #3B5998;
    padding: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 2em;
    border: none;
    -moz-border-radius: 5px;
    -moz-box-shadow: #777 2px 2px;
    cursor: pointer;
    text-align: center !important;
}

input#singleSubmit {
    padding: 5px;
    font-size: 1em;
}
/** single form **/

textarea.single_like_text {
    height: 50px;
    font-size: 1em;
}
.single h1 {
    background: url(/assets/images/quotes-bg.gif) no-repeat;
    min-height: 54px;
    padding: 10px 0 0 20px;
    margin-top: 0;
}
/** sidebar **/
#sidebar ul {
    padding: 0;
    margin: 0;
}
#sidebar li {
    list-style: none;
}
#sidebar li a {
    display: block;
    padding-bottom:5px;
    padding-top: 5px;
    margin: 0;
    border-bottom: 1px dotted #3B5998;
}
#sidebar li a:hover {
    text-decoration: none;
    background: #f2f2f2;
}

/** single like page **/
.single h3.this_like_sucks {
    color: #3B4998;
    font-weight: bold;
}

#interNav {
    width: 100%;
    clear: both;
    margin-bottom: 10px;
}
.prev_link {
    float: left;
    width: 50%;
    text-align: left;
}
.next_link {
    float: left;
    width: 50%;
    text-align: right;
}

.page_nav {
    text-align: center;
    margin: 20px 0 10px 0;
}

/** error notice success messages **/

span.error,
span.notice,
span.success {
    padding: 0;
}

/** recaptcha **/
textarea#recaptchaResponseField {
    height: 50px;
    width: 300px;
}
td.recaptcha {
    width: 310px;
}
#recaptcha_widget_div {
    width: 330px;
}

/** click this image **/
img#clickThis {
    position: absolute;
    left: 0;
    top: 165px;
    z-index: 0;
}