/* General */
body {
    font-family: Arial, sans-serif;
    background: #000;
    color: #FFF;
}
a {
    cursor: pointer;
    color: #FFF;
}
a:hover {

}

/* Header Wrapper */
#headerWrapper {
    background: #202020; /* Old browsers */
    background: -moz-linear-gradient(top,  #202020 0%, #191919 50%, #0c0c0c 51%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#202020), color-stop(50%,#191919), color-stop(51%,#0c0c0c), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #202020 0%,#191919 50%,#0c0c0c 51%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #202020 0%,#191919 50%,#0c0c0c 51%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #202020 0%,#191919 50%,#0c0c0c 51%,#000000 100%); /* IE10+ */
    background: linear-gradient(top,  #202020 0%,#191919 50%,#0c0c0c 51%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

    height: 48px;

    border-bottom: 1px solid #333;
    position: fixed;
    width: 100%;
    z-index: 2;
    
    opacity: .95;
    
    box-shadow: 0 0 6px #444;
        
}

    /* Header */
    #header {
        min-width: 970px;
    }
        /* Logo */
        #logo {
            float: left;
            margin: 0 .5em;
        }
            #logo img {
                width: 237px;
                height: 48px;
                background: url(/images/socwall.gif) no-repeat;
            }
            #logo img:hover {
                background-position: bottom right;
            }
            
        /* Navigation */
        #leftNavigation, #rightNavigation {
            list-style: none;
            height: 48px;
            margin: 0;
        }
        #leftNavigation {
            float: left;
        }
            #leftNavigation li {
                margin-left: .6em;
            }
            
            .browseTip #browseList {
                list-style: none;
            }
            .browseTip #browseList li a {
                text-decoration: none;
                font-weight: bold;
            }
            .browseTip #browseList li a:hover {
                color: #00AAFF;
            }
            
        #rightNavigation {
            float: right;
            margin-right: .25em;
        }
            #rightNavigation li {
                margin-right: .6em;
            }

                #rightNavigation a.previous, #rightNavigation a.next {
                    /*width: 100px;*/
                }

                #rightNavigation .left {
                    margin: 10px .6em 0 0;
                }
                    #rightNavigation .left a {
                        display: block;
                        width: 24px;
                        height: 24px;
                        background: transparent url(/images/arrow-left-24x24.png) no-repeat;
                    }

                #rightNavigation .right {
                    margin: 10px .6em 0 0;
                }
                    #rightNavigation .right a {
                        display: block;
                        width: 24px;
                        height: 24px;
                        background: transparent url(/images/arrow-right-24x24.png) no-repeat;
                    }
            
            #leftNavigation li, #rightNavigation li {
                float: left;
                height: 48px;
            }
                #leftNavigation a.button, #rightNavigation a.button {
                    margin-top: 12px;
                    
                    display: block;
                    float: left;
                    text-decoration: none;
                    font-weight: bold;
                    padding: 0 16px;
                    
                    -webkit-border-radius: 4px;
                    -moz-border-radius: 4px;
                    border-radius: 4px; 
                    
                    background: #3d3d3d; /* Old browsers */
                    background: -moz-linear-gradient(top,  #3d3d3d 0%, #393939 50%, #303030 51%, #272727 100%); /* FF3.6+ */
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d3d3d), color-stop(50%,#393939), color-stop(51%,#303030), color-stop(100%,#272727)); /* Chrome,Safari4+ */
                    background: -webkit-linear-gradient(top,  #3d3d3d 0%,#393939 50%,#303030 51%,#272727 100%); /* Chrome10+,Safari5.1+ */
                    background: -o-linear-gradient(top,  #3d3d3d 0%,#393939 50%,#303030 51%,#272727 100%); /* Opera 11.10+ */
                    background: -ms-linear-gradient(top,  #3d3d3d 0%,#393939 50%,#303030 51%,#272727 100%); /* IE10+ */
                    background: linear-gradient(top,  #3d3d3d 0%,#393939 50%,#303030 51%,#272727 100%); /* W3C */
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#272727',GradientType=0 ); /* IE6-9 */
                }

                #leftNavigation a.button:hover, #rightNavigation a.button:hover {
                    background: #4b4b4b; /* Old browsers */
                    background: -moz-linear-gradient(top,  #4b4b4b 0%, #464646 50%, #3b3b3b 51%, #303030 100%); /* FF3.6+ */
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4b4b4b), color-stop(50%,#464646), color-stop(51%,#3b3b3b), color-stop(100%,#303030)); /* Chrome,Safari4+ */
                    background: -webkit-linear-gradient(top,  #4b4b4b 0%,#464646 50%,#3b3b3b 51%,#303030 100%); /* Chrome10+,Safari5.1+ */
                    background: -o-linear-gradient(top,  #4b4b4b 0%,#464646 50%,#3b3b3b 51%,#303030 100%); /* Opera 11.10+ */
                    background: -ms-linear-gradient(top,  #4b4b4b 0%,#464646 50%,#3b3b3b 51%,#303030 100%); /* IE10+ */
                    background: linear-gradient(top,  #4b4b4b 0%,#464646 50%,#3b3b3b 51%,#303030 100%); /* W3C */
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b4b4b', endColorstr='#303030',GradientType=0 ); /* IE6-9 */
                }
                    #leftNavigation a.button:active, #rightNavigation a.button:active {
                        margin-top: 13px; /* Push text down 1px */
                    }

#body {
    padding-top: 48px;
}

#container {
    clear: both;
    overflow: hidden;
}

    /* Content Wrapper */
    #contentWrapper {
    }
        #content {
        }
        
        #contentPadded {
            margin: 1.5em 22px 2em;
            clear: both;
            padding: .75em;   
        }
        
            .blogPost {
                width: 600px;
                margin-bottom: 3em;
            }
                .blogPost .title {
                    margin-bottom: 0;
                }
                .blogPost .date {
                    font-style: italic;
                }
            
            .wallpaperList {
                list-style: none;
                text-align: center;
                margin: 1.75em 1em 0 1em;
            }
                .wallpaperList .wallpaper {
                    display: inline-block;
                    padding: 0 1.375em 1em 1.375em;
                }
                    .wallpaperList .wallpaper .image {
                        display: block;
                        width: 290px;
                        height: 260px;
                        position: relative;
                        top: 0;
                        left: 0;
                        overflow: hidden;
                        border: 2px solid #151515;
                    }
                        .wallpaperList .wallpaper a {
                            text-decoration: none;
                        }
                    .wallpaperList .wallpaper .image .meta {
                        background: #000;
                        height: 84px;
                        width: 100%;
                        opacity: .8;                        
                        text-align: left;
                        position: absolute;
                        padding: 10px;
                        float: left;
                        top: 260px;
                    }
                        .wallpaperList .wallpaper .image .meta .title {
                            color: #FFF;
                            font: bold 18pt Arial;
                            letter-spacing: -1px;
                            margin: 0;
                            width: 270px;
                            overflow: hidden;
                            white-space: nowrap;
                            text-overflow: ellipsis;
                        }
                        .wallpaperList .wallpaper .image .meta .author {
                            color: #AFAFAF;
                            font-size: 13px;
                            width: 270px;
                            overflow: hidden;
                            white-space: nowrap;
                            text-overflow: ellipsis;
                        }
                    .wallpaperList .wallpaper .controls {
                        padding: 0 2px 0 0;
                        margin: 0;
                        list-style: none;
                    }
                    .wallpaperList .wallpaper .controls.right {
                        float: right;
                    }   
                    .wallpaperList .wallpaper .controls .left {
                        float: left;
                    }
                        .wallpaperList .wallpaper .controls li {
                            font-size: 1em;
                            float: left;
                            padding: 0;
                        }
                            .wallpaperList .wallpaper .controls a {
                                text-decoration: none;
                            }
                            
                            .wallpaperList .wallpaper .controls .deleteWallpaper a {
                                display: block;
                                margin-left: 2px;
                                opacity: .8;
                                background: url(/images/skull.png) no-repeat;
                                width: 14px;
                                height: 15px;
                                margin-top: 4px;
                            }
                            
                            .wallpaperList .wallpaper .controls .flagWallpaper a {
                                display: block;
                                margin-left: 2px;
                                opacity: .8;
                                background: url(/images/flag.png) no-repeat;
                                width: 12px;
                                height: 15px;
                                margin-top: 4px;
                            }
                            
                            .wallpaperList .wallpaper .controls .favorite a {
                                display: block;
                                margin-left: 5px;
                                opacity: .8;
                                background: url(/images/favorite.png) no-repeat;
                                width: 18px;
                                height: 15px;
                            }
                            .wallpaperList .wallpaper .controls .favorite.active a {
                                background: url(/images/favorite-active.png) no-repeat;
                            }
                            .wallpaperList .wallpaper .controls .vote a {
                                opacity: .8;
                            }
                            .wallpaperList .wallpaper .controls .vote.active a {
                                opacity: 1;
                            }
                            .wallpaperList .wallpaper .controls .vote.inactive a {
                                opacity: .25;
                            }

                            .wallpaperList .wallpaper .controls .voteDown a {
                                display: block;
                                background: url(/images/vote-down.png);
                                width: 15px;
                                height: 15px;
                            }
                            .wallpaperList .wallpaper .controls .voteUp a {
                                display: block;
                                background: url(/images/vote-up.png);
                                width: 15px;
                                height: 15px;
                            }
                            
                            .wallpaperList .wallpaper .controls .voteDown a, .wallpaperList .wallpaper .controls .voteUp a, .wallpaperList .wallpaper .controls .favorite a {
                                float: left;
                                margin-top: 5px;
                            }
                            .wallpaperList .wallpaper .controls .rating {
                                font-size: 1.3em;
                                font-weight: bold;
                                margin: 0 0 0 .25em;
                            }
                            .wallpaperList .wallpaper .controls .processing {
                                display: none;
                                width: 16px;
                                height: 16px;
                                float: left;
                                margin: 5px 0 0 2px;
                                background: url(/images/preview-loader.gif);
                            }
                            
.pagination {
    clear: both;
    margin: 0 auto;
    padding: .5em 0 .5em 0;
    list-style: none;
    overflow: auto;
    text-align: center;
}
    .pagination li {
        display: inline-block;
        margin: 0 3px 0 0;
        font-size: 1em;
    }
        .pagination .pageNumber a, .pagination .nextPage a, .pagination .previousPage a {
            padding: .25em .5em;
            text-decoration: none;
            border: 1px solid #333;
            color: #CCC;

            border-radius: 0;
            box-shadow: 0 0 2px #444;

            background: #1e1e1e; /* Old browsers */
            background: -moz-linear-gradient(top, #1e1e1e 0%, #0e0e0e 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e1e1e), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #1e1e1e 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #1e1e1e 0%,#0e0e0e 100%); /* Opera11.10+ */
            background: -ms-linear-gradient(top, #1e1e1e 0%,#0e0e0e 100%); /* IE10+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1E1E1E', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
            background: linear-gradient(top, #1e1e1e 0%,#0e0e0e 100%); /* W3C */
        }
        .pagination .pageNumber a:hover, .pagination .nextPage a:hover, .pagination .previousPage a:hover {
            color: #FFF;
            border: 1px solid #666;
        }
        .pagination .pageNumber.active a {
            border: 1px solid #666;
            color: #FFF;
        }

.wallpaperProfile {
    margin: 1.5em;
    overflow: auto;
}
    .wallpaperProfile a {
        color: #FFF;
    }
    .wallpaperProfile .wallpaper {
        overflow: hidden;
        text-align: center;
    }
        
        .wallpaperProfile .wallpaper .wallpaperImageLink {
            overflow: auto;
            display: inline-block;
            border: 2px solid #151515;
        }
            .wallpaperProfile .wallpaper .wallpaperImageLink img {
                display: block;
            }

        .wallpaperProfile .wallpaperDescription {
            clear: both;
            padding: 8px 0 0 2px;
            text-align: left;
            margin: .75em auto 0 auto;
        }
            .wallpaperProfile .wallpaperDescription p {
            }

    .wallpaperMeta {
        float: right;
        width: 250px;
        margin: 0 0 0 1.5em;
    }
        .wallpaperProfile .wallpaperMeta .wallpaperTitle {
            margin: 0 0 0 0;
            /*overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            */
        }
            .wallpaperProfile .wallpaperMeta .wallpaperTitle a {
                text-decoration: none;
            }

        .wallpaperProfile .wallpaperMeta .wallpaperAuthor {
            margin: 0 0 4px 0;
            display: block;
        }
            .wallpaperProfile .wallpaperMeta .wallpaperAuthor a {
                font-weight: bold;
                text-decoration: none;
            }
            .wallpaperProfile .wallpaperMeta .wallpaperAuthor a.missing {
                font-weight: normal;
                text-decoration: none;
                cursor: default;
            }
                .wallpaperProfile .wallpaperMeta .wallpaperAuthor a:hover {
                    text-decoration: underline;
                }
                .wallpaperProfile .wallpaperMeta .wallpaperAuthor a.missing:hover {
                    text-decoration: none;
                }

        .wallpaperMeta .controls {
            overflow: auto;
        }
        .wallpaperMeta .controls li {
            float: left;
            width: 24px;
            height: 24px;
            display: block;
            cursor: pointer;
            margin: 0 0 0 0;
        }
            .wallpaperMeta .controls .voteUp {
                background: url(/images/vote-up-24x24.png) no-repeat;
            }
            .wallpaperMeta .controls .voteDown {
                background: url(/images/vote-down-24x24.png) no-repeat;
            }
            .wallpaperMeta .controls .flag {
                background: url(/images/flag-24x24.png) 50% 50% no-repeat;
                margin-left: 6px;
            }
            .wallpaperMeta .controls .favorite {
                background: url(/images/favorite-24x24.png) 50% 50% no-repeat;
                margin-left: 6px;
            }

        .wallpaperMeta .download {
            display: block;
            text-decoration: none;
            font-weight: bold;
            clear: both;
            background: rgb(34,34,34); /* Old browsers */
            background: -moz-linear-gradient(top, rgba(34,34,34,1) 0%, rgba(17,17,17,1) 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(34,34,34,1)), color-stop(100%,rgba(17,17,17,1))); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, rgba(34,34,34,1) 0%,rgba(17,17,17,1) 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, rgba(34,34,34,1) 0%,rgba(17,17,17,1) 100%); /* Opera11.10+ */
            background: -ms-linear-gradient(top, rgba(34,34,34,1) 0%,rgba(17,17,17,1) 100%); /* IE10+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#111111',GradientType=0 ); /* IE6-9 */
            background: linear-gradient(top, rgba(34,34,34,1) 0%,rgba(17,17,17,1) 100%); /* W3C */
            box-shadow: 0 1px 1px #000000, 0 1px 0 rgba(255, 255, 255, 0.1) inset;
            color: #CCC;
            text-shadow: 0 1px 1px #000000;
            border: none;
            margin: .5em 0 1em 0;
            font-size: 1.2em;
            float: left;
            padding: 0.65em 0.95em;
            
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px; 
            
            cursor: pointer;
        }
            .wallpaperMeta .download:hover {
                color: #FFF;
                box-shadow: 0 1px 1px #000000, 0 1px 0 rgba(255, 255, 255, 0.2) inset;
                background: rgb(43,43,43); /* Old browsers */
                background: -moz-linear-gradient(top, rgba(43,43,43,1) 0%, rgba(17,17,17,1) 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(43,43,43,1)), color-stop(100%,rgba(17,17,17,1))); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, rgba(43,43,43,1) 0%,rgba(17,17,17,1) 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, rgba(43,43,43,1) 0%,rgba(17,17,17,1) 100%); /* Opera11.10+ */
                background: -ms-linear-gradient(top, rgba(43,43,43,1) 0%,rgba(17,17,17,1) 100%); /* IE10+ */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2b2b', endColorstr='#111111',GradientType=0 ); /* IE6-9 */
                background: linear-gradient(top, rgba(43,43,43,1) 0%,rgba(17,17,17,1) 100%); /* W3C */
            }
            .wallpaperMeta .download .resolution {
                font-weight: bold;
            }
            .wallpaperMeta .download .aspectRatio {
                font-weight: bold;
            }

        .wallpaperMeta .downloadOptions {
            clear: both;
            list-style: none;
            overflow: auto;
        }
            .wallpaperMeta .downloadOptions .iphone {
                width: 24px;
                height: 24px;
                background: url(/images/iphone-24x13.png) 50% 50% no-repeat;
            }

        .wallpaperMeta .wallpaperMetaAd {
            clear: both;
            margin: 1em 0 1em 0;
            width: 250px;
            height: 250px;
            background: #222;
        }

        .wallpaperComments .fbFeedbackContent.fbDarkWidget .composer {
            background-color: #000 !important;
            border-color: #000 !important;
        }
        
/* Footer */
#footer {
    border-top: 1px solid #333;
    clear: both;
    padding: .75em;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; 
    
    box-shadow: 0 0 6px #444;
    margin: 1.5em 22px 2em 22px;
    background: #1e1e1e; /* Old browsers */
    background: -moz-linear-gradient(top, #1e1e1e 0%, #0e0e0e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e1e1e), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1e1e1e 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1e1e1e 0%,#0e0e0e 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #1e1e1e 0%,#0e0e0e 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1E1E1E', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #1e1e1e 0%,#0e0e0e 100%); /* W3C */
}
    #footer .copyright {
        margin: .5em 0 .5em 0;
    }
    .footerLinks {
        margin: -1em 22px 2em 22px;
        padding: .75em;
    }
        .footerLinks a {
            color: #00AAFF;
            text-decoration: none;
        }
    
    
.dialogModalOverlay {
}
    .dialogWrapper .dialogLoader {
        background: url(/images/dialog-loader.gif);
    }
    .dialogWrapper .dialog iframe {
        display: block;
        color: #FFF;
    }
    .tipWrapper {
        border: 8px solid rgba(0, 0, 0, .25);
        border-radius: 12px;
        box-shadow: 0 0 2px #999;
    }
    .dialogWrapper .dialog, .tip {
        padding: .5em .75em;
        border-radius: 5px;
        background: rgba(0, 0, 0, .9);
    }
        .dialogWrapper .dialog .dialogHeader {
            border: none;
            background: none;
            padding: 0;
        }
        .dialogWrapper .dialog .dialogContent {
            padding: 24px 26px;
        }    
            .dialogWrapper .dialog .dialogContent h2, .tip h2 {
                color: #FFF;
            }
        
        .dialog .form h2, .tip .form h2 {
            margin-bottom: 0;
        }
        .dialog .form .formComponent, .tip .form .formComponent {
            margin-bottom: 0;
        }
        .dialog .form .formComponent.formComponentMultipleChoice, .tip .form .formComponent.formComponentMultipleChoice {
            padding-bottom: 0;
        }
        .dialog .form .formControl, .tip .form .formControl {
            margin-top: .25em;
        }
            
        .form .formControl .processingLi {
            background: url(/images/dialog-processing-loader.gif);
        }
        .form .formControl {
            padding-bottom: 0;
        }
        .form .formControl .formFailureNotice {
            margin-top: .25em;
            background-color: #5B3334;
            border: 1px solid #EFC2C4;
        }
        .form .formComponent {
            background: none;
            border: none;
        }
            .form .formComponent label {
                color: #EEE;
                font-size: 11px;
            }
            
            .form .formComponentFile .file.hidden {
                width: 218px;
                height: 34px;
            }
            .form .formComponentFile .pseudoFile input:disabled {
                width: 122px;
                color: #AAA !important;
                float: left;
                clear: none;
                
                background: none repeat scroll 0 0 rgba(17, 17, 17, 0.5) !important;
                border-color: #383838 !important;
                border-radius: 3px 3px 3px 3px !important;
                box-shadow: 0 0 3px #444444 !important;
                color: #EEEEEE !important;
                font-size: 16px !important;
                padding: 5px !important;
            }
            .form .formComponentFile .pseudoFile button:disabled {
                float: left;
                clear: none;
                margin: 0 0 0 4px !important;
                color: #FFF;
                padding: 0.55em 0.55em !important;
            }

            .form .formComponent input, .form .formComponent select, .form .formComponent textarea {
                border-color: #383838;
                background: rgba(17, 17, 17, .5);
                color: #EEE;
                box-shadow: 0 0 3px #444;
                font-size: 16px;
                padding: 5px;
                border-radius: 3px;
            }
                .form .formComponent input:focus {
                }
                .form .formTip .tipContent {
                    background: #181818;
                    box-shadow: none;
                    background: rgb(30,30,30); /* Old browsers */
                    background: -moz-linear-gradient(top, rgba(30,30,30,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,30,30,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
                    background: -webkit-linear-gradient(top, rgba(30,30,30,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
                    background: -o-linear-gradient(top, rgba(30,30,30,1) 0%,rgba(14,14,14,1) 100%); /* Opera11.10+ */
                    background: -ms-linear-gradient(top, rgba(30,30,30,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1E1E1E', endColorstr='#0E0E0E',GradientType=0 ); /* IE6-9 */
                    background: linear-gradient(top, rgba(30,30,30,1) 0%,rgba(14,14,14,1) 100%); /* W3C */
                    border: 1px solid #4b4b4b;
                    padding: .5em .75em;
                    border-top-left-radius: 0;
                }
                .form .formTip .tipArrow {
                    background: transparent;
                }
                .form .formTipBlurred .tipArrow {
                    background: transparent;
                }
                
            .dialogWrapper .dialog a {
                text-decoration: none;
                color: #2d6cb9;
                font-weight: bold;
            }
                .dialogWrapper .dialog a:hover {
                    text-decoration: underline;
                }
            
            .dialogWrapper .dialog h1 {
                
            }
                .dialogWrapper .dialog p, .dialogWrapper .dialog li {
                    color: #AAAAAA;
                }
                
            .dialogButtons {
                list-style: none;
                overflow: auto;
            }
                .dialogButtons li {
                    float: left;
                    margin: 1.5em 1em .5em 0;
                }
                    .dialogButtons .dialogButton {
                        width: 80px;
                    }
            .dialogButton, .form .formControl li button, .form .formComponent .pseudoFile button, .darkButton {
                clear: both;
                background: rgb(34,34,34) !important; /* Old browsers */
                background: -moz-linear-gradient(top, rgba(34,34,34,1) 0%, rgba(17,17,17,1) 100%) !important; /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(34,34,34,1)), color-stop(100%,rgba(17,17,17,1))) !important; /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, rgba(34,34,34,1) 0%,rgba(17,17,17,1) 100%) !important; /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, rgba(34,34,34,1) 0%,rgba(17,17,17,1) 100%) !important; /* Opera11.10+ */
                background: -ms-linear-gradient(top, rgba(34,34,34,1) 0%,rgba(17,17,17,1) 100%) !important; /* IE10+ */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#111111',GradientType=0 ) !important; /* IE6-9 */
                background: linear-gradient(top, rgba(34,34,34,1) 0%,rgba(17,17,17,1) 100%) !important; /* W3C */
                box-shadow: 0 1px 1px #000000, 0 1px 0 rgba(255, 255, 255, 0.1) inset !important;
                color: #CCC !important;
                text-shadow: 0 1px 1px #000000 !important;
                border: none !important;
                margin: .5em 0 1em 0 !important;
                float: left !important;
                padding: 0.65em 0.95em !important;
                border-radius: 5px !important;
                cursor: pointer !important;
            }
                .dialogButton:hover, .form .formControl li button:hover {
                }
           
            #loginIdentifier, #loginPassword {
            }
            #registerUsername, #registerEmail, #registerPassword, #registerConfirmPassword {
            }
            #imageFile-wrapper {
                width: 260px;
            }
            
            
.page {
    padding: 1.5em;
}

.signUpLink {
    clear: both;
    font-weight: bold;
    margin: 0 0 0 8px;
}

.tipLoader {
    background-image: url(/images/large-ajax-loader.gif);
}



.download {
    position: relative;
    padding-right: 44px !important;
}

.download .icon {
    background: url(/images/download-button-icon.png);
    width: 20px;
    height: 24px;
    display: block;
    position: absolute;
    top: 8px;
    right: 14px;
    opacity: .2;
}


.wallpaperRating {
    color: #00AAFF;
}

.wallpaperTagsTitle {
    padding-left: 30px;
    background: url(/images/tags.png) no-repeat 0 50%;
}

.wallpaperTagsTitle, .wallpaperSizesTitle {
    clear: both;
}
.wallpaperTags a, .wallpaperSizes a {
    text-decoration: none;
}
    .wallpaperTags a:hover, .wallpaperSizes a:hover {
        text-decoration: underline;
    }
    
.wallpaperSizes {
    list-style: none;
}

#header .search {
    margin-top: 12px;
    margin-right: 1em;
    position: relative;
}
    #header .searchIcon {
        background: url(/images/search.png);
        height: 18px;
        opacity: 0.75;
        position: absolute;
        right: 4px;
        top: 3px;
        width: 17px;
        cursor: pointer;
    }
    #header .search input {
        background: none repeat scroll 0 0 rgba(17, 17, 17, 0.5);
        border-color: #383838;
        border-radius: 3px 3px 3px 3px;
        box-shadow: 0 0 3px #444444;
        color: #EEEEEE;
        font-size: 15px;
        padding: 2px 24px 2px 3px;
        width: 130px;
    }
    
    
#wallpaperUpload {
    width: 800px;
}
    #wallpaperUpload .formSection {
    }
.wallpaperUploadPreview {
    position: absolute;
    left: 300px;
    width: 290px;
    height: 260px;
}
    .wallpaperUploadPreview img {
        display: block;
    }

    
.fileDropZone {
    /*border: 1px dashed #CCC;*/
}    
.fileDropZoneEnter {
    /*border: 1px solid red;*/
}
.fileDropZoneDrop {
    /*border: 1px solid blue;*/
}