/* 
    Document   : layout
    Created on : Jun 13, 2010, 12:10:59 AM
    Author     : warnesey333
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    text-align: center;
    background-color: #eaeaea;
    font-family: 'Arial';
    min-height: 100%;
}

h1 {
    color: #b53939;
    border-bottom: 1px solid #cecece;
    padding: 0;
    margin: 0;
}

img {
    border: 0;
}
/* Main layout */
.content {
    width: 900px;
    margin: 0 auto;
    text-align: left;
    margin-top: 40px;
}

.header {
    width: 100%;
    background: url('../images/headerback.jpg') repeat-x;
    background-position: top;
    height: 217px;
}

.headerContent {
    margin: 0 auto;
    width: 900px;
    position: relative;
}

.headerContent img {
    position: absolute;
    top: 0px;
    left: -250px;
}

.clear {
    clear: both;
}

.footer {
    width: 100%;
    height: 50px;
    background-color: #5c5959;
    text-align: center;
    color: white;
    font-size: 14px;
}

.footer a:link {
    color: white;
    text-decoration: none;
}

.footer a:current {
    color: white;
    text-decoration: none;
}


.footer a:visited {
    color: white;
    text-decoration: none;
}


.footer a:hover {
    color: white;
    text-decoration: underline;
}


.left {
    width: 600px;
    float: left;
}

.right {
    width: 290px;
    margin-left: 10px;
    float: right;
}





/* Add */
.addBox {
    width: 100%;
    height: 90px;
    background: url('../images/addBoxBack.jpg') white no-repeat;
    -moz-box-shadow: 2px 2px 2px #d1d1d1;
    -webkit-box-shadow: 2px 2px 2px #d1d1d1;
    box-shadow: 2px 2px 2px #d1d1d1;
    border: solid 1px #a6a6a6;
    padding: 0px;
}

.leftAddBox {
    float: left;
    text-align: center;
    width: 60%;
    margin-top: 10px;
}

.rightAddBox {
    float: right;
    width: 40%;
}

.addBox h1 {
    font-size: 24px;
    font-weight: normal;
    padding: 0;
    border: 0;
    margin: 0;
    color: #b53939;
}

.addBox h2 {
    font-size: 24px;
    font-weight: normal;
    padding: 0;
    border: 0;
    margin: 0;
    color: #6c6868;
}


.rightBlock {
    width: 250px;
    float: right;
    padding: 15px;
}

.rightBlockTop {
    width: 100%;
    background: url('/images/rightTop.png') no-repeat;
    height: 15px;
    margin-bottom: -2px;
}

.rightBlockBottom {
    width: 100%;
    background: url('/images/rightBottom.png') no-repeat;
    height: 50px;
}

.rightBlockMiddle {
    width: 100%;
    background: url('/images/rightMiddle.png') repeat-y;
    margin-top: 0px;
    padding: 0;
}

.rightBlockText {
    font-size: 24px;
    float: left;
    margin: 10px;
    margin-top: -5px;
    color: #b53939;
}

.addspotted {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.contactInfo {
    font-size: 16px;
    color: #6c6868;
}

img.addButton {
    float: right;
    margin-right: 30px;
    margin-top: 12px;
    width: 200px;
}



/* Right Block */
.rightBlock {
   -moz-box-shadow: 2px 2px 2px #d1d1d1;
    -webkit-box-shadow: 2px 2px 2px #d1d1d1;
    box-shadow: 2px 2px 2px #d1d1d1;
    border: solid 1px #a6a6a6;
    padding: 8px;
    background-color: white;
}

.rightBlock h1 {
    font-size: 24px;
    font-weight: normal;
    padding: 0;
    border: 0;
    margin: 0;
    color: #b53939;
    border-bottom: solid 1px #cdcdcd;
}

select {
    width: 100%;
    margin-top: 15px;
    height: 30px;
    background-color: #e9e9e9;
    border-color: #cdcdcd;
    font-size: 12px;
    color: #5c5959;
    margin-left: 0px;
}

select option {
    height: 30px;
    font-size: 14px;
    
}

select.category {
    height: 30px;
    background-color: #e9e9e9;
    border-color: #cdcdcd;
    font-size: 12px;
    color: #5c5959;
    margin: 0;
    margin-left: 20px;
    width: 250px;
}

select option.category {
    height: 30px;
    font-size: 14px;

}

.contactInfo {
    margin-top: 0px;
    font-size: 18px;
    line-height: 22px;
}

.contactInfo p {
    margin: 0;
    margin-top: 10px;
}

.facebook {
    margin-left: 60px;
}

.facebook a:link {
    text-decoration: none;
}

.facebook a:current {
    text-decoration: none;
}

.facebook a:visited {
    text-decoration: none;
}

.facebook a:hover {
    text-decoration: none;
}





/* Main Spotted Decoration */

.aboveSpottedBar {
    text-align: center;
    float: left;
    padding: 0px;
    height: 20px;
    font-size: 14px;
    border-bottom: 1px solid #cecece;
    margin-bottom: 0px;
    color: #615d5e;
    width: 100%;
    margin-top: 10px;
}

.showingNumbers {
    float: left;
    height: 25px;
    text-align: left;
}

.topBarRightInfo {
    float: right;
    height: 25px;
    text-align: left;
}


.spotted {
    width: 100%;
    border-bottom: 1px solid #cecece;
    padding-top: 20px;
    padding-bottom: 20px;
}

.spotted:hover {
    background-color: #e3e2e2;
}

.leftSpotted {
    float: left;
    width: 80px;
    margin-left: 10px;
}

.date {
    width: 80px;
    height: 40px;
    background-color: white;
    border: solid 1px #a6a6a6;
    float: left;
}

.dateText {
    width: 100%;
    margin-top: 15px;
    font-weight: bold;
    font-size: 18px;
    color: #ce4141;
    line-height: 10px;
    text-align: center;
}

.comments {
    float: left;
    width: 30px;
    height: 25px;
    margin-top: 0px;
    margin-left: 00px;
    background: url('../images/bubble.png') no-repeat;
    text-align: center;
    line-height: 22px;
    color: #5c5959;
    font-size: 10px;
}

.comments a:link {
    color: #5c5959;
    text-decoration: none;
}

.comments a:current {
    color: #5c5959;
    text-decoration: none;
}

.comments a:visited {
    color: #5c5959;
    text-decoration: none;
}

.comments a:hover {
    color: #5c5959;
    text-decoration: none;
}



.spottedText {
    float: left;
    margin-left: 10px;
    width: 96%;
    font-size: 14px;
    position: relative;
}

.spottedBy {
    font-size: 18px;
    font-weight: bold;
    color: #ce4141;
}

.spottedBy a:link {
    color: #ce4141;
    text-decoration: none;
}
.spottedBy a:current {
    color: #ce4141;
    text-decoration: none;
}

.spottedBy a:visited {
    color: #ce4141;
    text-decoration: none;
}

.spottedBy a:hover {
    color: #ce4141;
    text-decoration: underline;
}


span.spottedSince {
    margin-left: 5px;
}

.spottedSince {
    font-size: 12px;
    color: #a7a7a7;
    margin-top: 5px;
    line-height: 25px;
}

.spottedButton {
    float: left;
    width: 110px;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Arial';
    height: 41px;
    background: url('/images/button.png') no-repeat;
    margin-left: 15px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    margin-top: 5px;
    
}

.spottedOptions {
    position: absolute;
    top: -10px;
    right: 0;
}

.spottedInfo {
    float: left;
    width: 90%;
    font-size: 14px;
    color: black;
}

.spottedInfo a:link {
    text-decoration: none;
    color: #5c5959;
}

.spottedInfo a:current {
    text-decoration: none;
    color: #5c5959;
}

.spottedInfo a:visited {
    text-decoration: none;
    color: #5c5959;
}

.spottedInfo a:hover {
    text-decoration: underline;
    color: #5c5959;
}

span.spottedBy1 {
    font-size: 18px;
    font-weight: bold;
    color: #ce4141;
}

span.spottedBy1 a:link {
    color: #ce4141;
    text-decoration: none;
}
span.spottedBy1 a:current {
    color: #ce4141;
    text-decoration: none;
}

span.spottedBy1 a:visited {
    color: #ce4141;
    text-decoration: none;
}

span.spottedBy1 a:hover {
    color: #ce4141;
    text-decoration: underline;
}


span.spottedT {
    color: #ce4141;
    font-weight: normal;
}


span.spot {
    width: 500px;
    font-size: 16px;
    word-wrap: break-word;
}

span.spot a:link {
    text-decoration: none;
    color: #5c5959;
}

span.spot a:current {
    text-decoration: none;
    color: #5c5959;
}

span.spot a:visited {
    text-decoration: none;
    color: #5c5959;
}

span.spot a:hover {
    text-decoration: underline;
    color: #5c5959;
}


.spottedButton2 {
    height: 23px;
    width: 110px;
    font-size: 12px;
    text-align: center;
    line-height: 23px;
    margin-top: 6px;
}

.spottedButtonLeft {
    background: url('../images/gbSpotLeft.png') no-repeat;
    height: 23px;
    width: 24px;
    float: left;
}

.spottedButtonRight {
    background: url('../images/gbSpotRight.png') no-repeat;
    width: 84px;
    height: 23px;
    float: left;
}

.spottedButtonRight:active {
    background-position: 0% 100%;
    cursor: pointer;
}

.spottedButtonRight:hover {
    cursor: pointer;
}

.spottedInner {
    width: 450px;
}

img.loader {
    margin-left: 5px;
    margin-top: 5px;
}



/* Add */
.popupBox {
    width: 600px;
    height: 500px;
    display: none;
    position: absolute;
    z-index: 9001;
}

.popupBoxTop {
    background: url('/images/popupTop.png') no-repeat;
    height: 20px;
    position: relative;
}

.popupBoxMiddle {
    background: url('/images/popupMiddle.png') repeat-y;
}


.popupBoxBottom {
    background: url('/images/popupBottom.png') no-repeat;
    height: 43px;
    margin-top: -30px;
}

.popupBoxText {
    width: 520px;
    margin-left: 20px;
    margin-top: 0px;
    float: left;
    text-align: left;
}

.popupBoxPreamble {
    font-size: 14px;
    color: #666262
}

.popupBoxText h1 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 26px;
    color: #ce4141;
}



.mask {
    display: none;
    position: absolute;
    z-index: 9000;
    background: #fff;
    top: 0;
    left: 0;
}


.closeButton {
    position: absolute;
    top: -15px;
    right: 20px;
}

span.error {
    font-size: 14px;
    color: red;
    display: none;
}


#addSpotted label {
    width: 90px;
    float: left;
}

#addSpotted input {
    margin-left: 20px;
    width: 250px;
    border: solid 1px #a6a6a6;
    font-size: 14px;
}

#addSpotted input.submitButton {
    background: url('/images/addSpotted.png') no-repeat;
    width: 200px;
    height: 80px;
    border: 0;
    cursor: pointer;
    float: right;
    margin-right: -20px;
    margin-top: -150px;
}

#addSpotted textarea {
    width: 250px;
    margin-left: 20px;
    height: 120px;
    resize: none;
    border: solid 1px #a6a6a6;
    font-size: 14px;
}

#addSpotted input:focus {
    border: solid 1px #c0bebe;
}



/* Entries Button */
.entriesButton {
    float: left;
    margin-left: 20px;
    width: 120px;
    height: 40px;
    background: url('../images/entriesButton.png') no-repeat;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
}

.entriesButton a:link {
    color: #ce4141;
    text-decoration: none;
}

.entriesButton a:current {
    color: #ce4141;
    text-decoration: none;
}

.entriesButton a:visited {
    color: #ce4141;
    text-decoration: none;
}

.entriesButton a:hover {
    color: #ce4141;
    text-decoration: none;
}

.pageButtons {
    width: 320px;
    margin: 0 auto;
}

.backButton {
    float: left;
    height: 20px;
    font-size: 12px;
}

.backButton a:link {
    float: left;
    height: 20px;
    text-decoration: none;
    color: #959595;
}

.backButton a:current {
    float: left;
    height: 20px;
    text-decoration: none;
    color: #959595;
}

.backButton a:visited {
    float: left;
    height: 20px;
    text-decoration: none;
    color: #959595;
}

.backButton a:hover {
    float: left;
    height: 20px;
    text-decoration: none;
    color: black;
}




/* Comments */

.spottedComments {
    width: 100%;
}

.commentRow {
    width: 100%;
    height: 40px;
    color: #888686;
    border-bottom: 1px solid #dad9d9;
    padding-top: 10px;
    padding-bottom: 10px;
}

.commentRowOn {
    background-color: #e3e2e2;
    height: 40px;
    color: #888686;
    border-bottom: 1px solid #dad9d9;
    padding-top: 10px;
    padding-bottom: 10px;
}

.commentDate {
    margin-left: 10px;
    font-size: 12px;
    color: #a09f9f;
}

.commentText {
    margin-left: 10px;
    font-size: 14px;
}

.spottedCommentTitle {
    border-bottom: 1px solid #cecece;
    font-size: 14px;
    color: #888686;
    padding-bottom: 3px;
}

.addComment {
    float: right;
    width: 120px;
    height: 40px;
    background: url('../images/entriesButton.png') no-repeat;
    text-align: center;
    line-height: 40px;
    font-size: 14px;

}

.addComment a:link {
    color: #ce4141;
    text-decoration: none;
}

.addComment a:current {
    color: #ce4141;
    text-decoration: none;
}

.addComment a:visited {
    color: #ce4141;
    text-decoration: none;
}

.addComment a:hover {
    color: #ce4141;
    text-decoration: none;
}

.addComment:active {
    background-position: 0% 100%;
}

#addSpotted input.addCommentButton {
    background: url('../images/entriesButton.png') no-repeat;
    width: 120px;
    height: 40px;
    border: 0;
    cursor: pointer;
    float: left;
    margin-left: 5px;
    margin-bottom: 30px;
}

#addSpotted input.addCommentButton:active {
    background-position: 0% 100%;
}




/* Search box */
.searchForm {
    position: absolute;
    width: 300px;
    height: 37px;
    right: -35px;
    top: 150px;
}

.searchForm input[type=text] {
    width: 211px;
    background: url('../images/searchBox.png') no-repeat;
    border: 0;
    height: 37px;
    font-size: 16px;
    line-height: 35px;
    float: left;
    padding-left: 5px;
}

.submit {
    background: url('../images/searchButton.png') no-repeat;
    width: 41px;
    height: 37px;
    border: 0;
    float: left;
}

.submit:active {
    background-position: 0 100%;
    width: 41px;
    height: 37px;
    border: 0;
    float: left;
}


span.category {
    font-size: 12px;
    color: #a7a7a7;    
}

span.category a:link {
    font-size: 12px;
    color: #a7a7a7;
    text-decoration: none;
}

span.category a:current {
    font-size: 12px;
    color: #a7a7a7;
    text-decoration: none;
}

span.category a:visited {
    font-size: 12px;
    color: #a7a7a7;
    text-decoration: none;
}

span.category a:hover {
    font-size: 12px;
    color: #a7a7a7;
    text-decoration: underline;
}



/* categories */
.allCatsLeft {
    width: 40%;
    float: left;
    color: #b53939;
}

.allCatsLeft h2 {
    font-size: 14px;
    color: #b53939;
}

.allCatsLeft h2 a:link {
    text-decoration: none;
    color: #b53939;
}

.allCatsLeft h2 a:current {
    text-decoration: none;
    color: #b53939;
}

.allCatsLeft h2 a:visited {
    text-decoration: none;
    color: #b53939;
}

.allCatsLeft h2 a:hover {
    text-decoration: underline;
    color: #b53939;
}

.allCatsRight {
    width: 40%;
    float: right;
    color: #b53939;
}

.allCatsRight h2 {
    font-size: 14px;
    color: #b53939;
}

.allCatsRight h2 a:link {
    text-decoration: none;
    color: #b53939;
}

.allCatsRight h2 a:current {
    text-decoration: none;
    color: #b53939;
}

.allCatsRight h2 a:visited {
    text-decoration: none;
    color: #b53939;
}

.allCatsRight h2 a:hover {
    text-decoration: underline;
    color: #b53939;
}

span.browseAllCats {
    float: right;
    margin-top: -5px;
    font-size: 12px;
    margin-bottom: 5px;
}



span.browseAllCats a:link {
    text-decoration: none;
    color: #5c5959;
}

span.browseAllCats a:current {
    text-decoration: none;
    color: #5c5959;
}

span.browseAllCats a:visited {
    text-decoration: none;
    color: #5c5959;
}

span.browseAllCats a:hover {
    color: #b53939;
    text-decoration: none;
}
