body {
    background: #ccedff url('../images/background.png') repeat-y center;
    /* font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif; */
}

form {
    padding: 3px;
}

#header h1 span {
    display: none;
}

#header {
    background: url('../images/cheezyweezy-logo-100-beta.png') no-repeat top left;
    width: 316px;
    height: 100px;
}

#header a {
    display: block; height: 128px; width: inherit;
}

#top-advertisement {
    text-align: right;
    height: 70px;
}

#featurePhoto {
    width: 600px;
    height: 450px;
    background: url(../images/photo-stack-bg.png) no-repeat top left;
}

#featurePhoto img,
#featurePhoto canvas {
    width: 500px;
    height: 375px;
    margin-left: 50px;
    margin-top: 37px;
}





div#current-rating {
    font-size: 1.7em;
    padding-left: 16px;
}

div#current-tags {
    font-size: 1em;
    padding-left: 16px;
}

div#slice-caption {
    text-align: right;
    padding-right: 24px;
}
div#slice-owner {
    text-align: right;
    padding-right: 24px;
}
div#slice-remove {
    text-align: right;
    padding-right: 16px;
}
div#slice-stuff {
    text-align: right;
    padding-right: 16px;
}




span.friendRequestSubmitted {
    padding-left: 5px;
}





#marketingIntro {
    font-size: 1.2em;
}




#picture_controls {
    text-align: center;
    margin-top: 0px;
    padding: 5px;
    background-color: #eee;
}

a.slice-back {
    font-size: 1.2em;
    text-decoration: none;
}

a.slice-next {
    font-size: 1.2em;
    text-decoration: none;
}

a.slice-report {
    text-decoration: none;
    color: #AF2D2D;
    padding-left: 105px;
    padding-right: 105px;
}





#takeTour {
    text-align: right;
    padding: 5px 30px 5px 10px;
    font-size: 2em;
    background-color: #d21044;
    clear: both;
    width: 220px;
}

#takeTour a {
    color: #fff;
    text-decoration: none;
}



#comment-list h4 {
    background: url(../images/comment-block.png) no-repeat;
    padding: 12px 0 0px 12px;
    margin-bottom: 8px;
    font-size: 1.3em;    
}

#photoComments {
    margin-left: 30px;
}


#photoComments ul li {
    background: url(../images/comment-block.png) no-repeat;
    padding: 12px 0 0px 12px;
    list-style-type: none;
    margin-bottom: 8px;
    font-size: 1.3em;
}

#photoComments ul li ul li {
    background: none;
    margin: auto;
    font-size: medium;
}

#photoComments ul li span.posterInfo {
    font-size: .8em;
    color: #aaaaaa
}

#moreComments {
    text-align: right;
    padding-right: 90px;
}

#login {
    text-align: right;
}

#login input[type=text], input[type=password] {
    width: 75px;    
}





ul#albumList li {
    margin-bottom: 1em;
    font-size: 1.4em;
}

ul#albumList li a {
    text-decoration: none;
}






/* Header Menu */

#menu {
    background-color: #eee;
    margin: 5px 0 5px 0;
}

#menu ul {
    padding: 10px 0 0 10px;
    margin: 0;
    float: left;
}

#menu ul li {
    display: inline;
    padding-right: 10px;
    border-right: 1px solid #ccc;
    margin-right: 10px;
}

#menu ul li a {
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
}


#footer {
    border-top: 1px solid #ccc;
    text-align: center;
}




#search {
    float: right;
    padding: 0px;
}

#search label {
    width: 50px;
}

#search-results {
    vertical-align: top
}

#user-search-results {
    color: #888888
}

#slice-search-results {
    color: #888888
}


.step {
	padding: 8px;
}

.currentStep {
	padding: 8px;
}

.prevLink {
	padding: 8px;
}

.nextLink {
	padding: 8px;
}
.pagination {
	font-size: 1.3em;
	color: #555555
}



/* Sub blocks on home page */

ol.survey {
    list-style: none;
    width: 75%;
}

ol.survey li {
    clear: left;
}


ol.survey label span {
    float: left;
    width: 150px;
}

.contentBlock {
    min-height: 350px;
}

.contentBlock h2 {
    font-weight: bold;
}

.block1 {
    background-color: #cacf43;
}

.block2 {
    background-color: #fcf8bc;

}

.block3 {
    background-color: #0b8c8f;
  
}

#buy-this {
    width: 310px;
    height: 120px;
    margin-top: 10px;
    border: 1px solid #ccc;
}

#tags {
    font-size: 1.5em;
}


div#featuredImages {
    margin-top: 20px;
}

div#featuredImages img {
    padding-right: 10px;
    margin-bottom: 10px;
}



.albumThumbnail {
    float: left;
    margin-right: 15px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
}

.albumThumbnail img {
    padding: 0;
    border: 0;
    margin: 0;
}

div.clear {
    clear: both;
}

dl#faqs dd {
    margin-bottom: 20px;    
}




label.global-inline-element {
    width: 120px;
    display: block;
    float: left;
    text-align: left;
    padding-top: 4px;
}


div.message {
    display: block;
    background-color: #FCEB7F;
    padding: 10px;
    margin-bottom: 5px;
}

.invisible {
    display: none;
}

ul.gridlike {
    list-style-type: none; margin: 0; padding: 0;
}

ul.gridlike,
ul.gridlike li {
    float: left;
}

ul.gridlike li {
    margin: 0 10px 10px 0;
}

.fup { /* Generic followup element */
    display: none;
}

#album-droppable {
    width: 100%;
    height: 10em;
    overflow: auto;
    background-color: #CCEDFF;
}

.big-text {
    font-size: 1.6em;
    padding-left: 24px;
}
