body {
    font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 1em;
    color: #000;
    background-color: #FFF;
    margin: 0 auto;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.hidden {
    display: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

a {
    color: #CE4207;
}

header {
    margin: 5px 0 40px;
    text-align: center;
}

.logo a {
    font-size: 2em;
    color: #000;
    text-decoration: none;
    letter-spacing: -1px;
    margin: 0;
}

.logo {
}

.tagline {
	margin-top: -11px;
    margin-left: 112px;
    font-size: 14px;
    color: #929292;
    margin-bottom: 5px;
}

.nav {
    position: relative;
    z-index: 101;
}

.nav li {
    display: inline-block;
    vertical-align: middle;
    width:80px;
}

#reverseWrap{
    width: 89px;
    top: -29px;
    position: relative;
   }

#urlLoad {
    font-size: 1.4em;
    padding: 5px;
    width: 100%;
    max-width: 500px;
    border: 2px solid #9a9a9a;
}

.separator.or {
    font-size: 1.2em;
    font-weight: bold;
    margin: 10px;
}

button {
    border: none;
    border-radius: 3px;
    padding: 10px;
    color: #fff;
    font-size: 1.2em;
    cursor:pointer;
}

button.primary {
    background-color: #397FE7;
    padding: 10px 30px;
}

button.primary:hover {
    background-color: #1D6DE4;
}

button.primary:active {
    background-color: #124592;
}

button img {
    vertical-align: bottom;
    padding-right: 8px;
    height: 22px;
}

button.tool {
    background-color: #48A048;
}

button.tool:hover {
    background-color: #306B30;
    cursor:pointer;
}

button.tool:focus, button.tool.active {
    background-color: #B15421
}

button.tool img {
    padding: 0;
    height: 32px;
}

button.destructive {
    background-color: #AD5252;
}

button.destructive:hover {
    background-color: #793939;
}

button.destructive:active {
    background-color: #BD7575
}

footer {
    padding: 20px 0;
    text-align: center;
}

footer ul.links li {
    display: inline;
    padding: 0 5px 10px;
    font-size: 0.8em;
}

footer ul.links li .content {
    display: none;
}

#c {
    display: none;
}

.gifBox {
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
}

.gifBox .gif {
    width: 100%;
}

.gifBox .links {
    padding-bottom: 10px;
}

.gifBox .links li {
    display: inline-block;
    font-size: 1.2em;
    padding-bottom: 5px;
}

.gifBox .links li:first-child {
    padding-right: 50px;
}

.gifBox .links li input {
    padding: 3px;
    vertical-align: bottom;
    height: 12px;
    width: 180px;
}

#creator {
    text-align: center;
    margin: 0 10px;
    min-width:600px;
    min-height:1px;
}

#tools {
    display: none;
    background-color: #efefef;
    width: 300px;
    padding: 5px;
    float: left;
}

#toolsPlaceHolder{/* so that the section doesn't collapse ever */
        background-color: #FFFFFF;
    width: 300px;
    padding: 5px;
        float:left;
}

#pageWrapper {
    width: 1260px;
    margin: 0 auto;
}


/* MOBILE CSS */
@media screen and (max-width: 500px) {
    /* move the recent/random links below the logo on mobile */
    .logo {
        margin-bottom: 0;
    }

    #hiddenLi {
	padding: 0 10px;
    }

    .gifBox .links li:first-child {
        padding-right: 0;
    }

}


/* Simple Modal */
#basic-modal-content {display:none;}
/* Overlay */
#simplemodal-overlay {background-color:#000;}
/* Container */
#simplemodal-container {height:360px; width:600px; color:#333; background-color:#efefef; border:4px solid #444; padding:12px;}
#simplemodal-container .simplemodal-data {padding:8px; line-height: 1.4em;}
#simplemodal-container a {color:#888;}
#simplemodal-container a.modalCloseImg {background:url(../images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container h3 {color:#CE4207; padding-bottom: 10px;}




/* CSS from the original design */
.slider {
    width: 400px;
    margin-top: 2px;
    margin-bottom: 20px;
}

#leftCol {
    text-align: right;
    float: left;
    width: 25%;
    min-width: 330px;
    /* margin-left: -330px; */
    min-height: 2px;
}

#rightCol {
    float: left;
    width: 250px;
    min-height: 2px;
    padding-left: 10px;
}

#columnsContainer {
    width: 100%;
    margin: 0 auto;
}

#explanationWrapper {
    margin-top: 30px;
    text-align: center;
}

#explanationImage {
    float: left;
    margin: 15px 0 0 10px;
}

.explanationAndImage {
    width: 650px;
    margin: 0 auto;
}

#frameDuration {
    text-align: right;
    background-color: #4B4B52;
    border: none;
    color: #B1B1B1;
    font-weight: 700;
    width: 28px;
    padding: 3px;
    padding-right: 5px;
    margin-right: 3px;
}

#gifAreaHeader {
    text-align: center;
}

.headerText {
    background-color: blue;
}

#frameDurationWrap {
    color: #818181;
    font-size: 13px;
}

#explanation {
    text-align: left;
    overflow: hidden;
    padding: 12px 0 20px 27px;
}

#explanation ul {
    list-style-type: circle;
}

#explanation ul li {
    padding-bottom: 5px;
}

#gifEditArea {
    display: block;
    background-color: #A06A48;
}

.sectionHeader {
    color: #12069A;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 6px;
}

.greyBox {
    background-color: #4B4B52;
    padding: 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#howDoI {
    display: none;
    float: left;
    font-size: 15px;
    line-height: 130%;
    color: #000;
    padding: 10px 10px 10px 20px;
    text-align: left;
    background-color: #efefef;
    width: 300px;
    margin-top:10px;
}

.howDoITriangle {
    margin-left: -16px;
    float: left; /*so that the text to the right of them is in line */
}

.howDoITriangle:before {
    content: "▶";
}

.howDoITriangle.active:before {
    content: "▼";
    font-size: 12px;
}

.howDoIDetails {
    display: none;
    font-size: 12px;
    margin-left: 12px;
}

.howDoIDetails > img {
    padding-left: 3px;
}

.howDoITopic {
    cursor: pointer;
    margin-bottom: 5px;
}

#inlineFbfHelp {
    display: none;
    background-color: #FFFB99;
    border-radius: 5px;
    border: 1px solid #9595A9;
    padding: 10px;
    width: 200px;
    text-align: left;
    z-index: 10;
    position: absolute;
    cursor: pointer;
    font-size: 12px;
    margin-left: 160px;
    margin-top: -61px;
}

.clickToClose {
    text-align: center;
    color: grey;
    width: 100%;
}

.shorterSlider {
    width: 340px;
    margin-top: 2px;
    margin-bottom: 20px;
}

.deleteButton {
    width: 50px;
    line-height: 28px;
    background-color: #AD5252;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
    box-shadow: 0 3px 5px #888;
    color: #fff;
    cursor: pointer;
}

.fontSlider {
    width: 100px;
}

.recentPic {
    margin-bottom: 15px;
}

#imageGridWrap {
    width: 400px;
}

#imageGridFloat {
    float: left;
    width: 400px;
}

.imageInGrid {
    display: inline-block;
    border: 1px solid gray;
    cursor: pointer;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    margin-top: 5px;
}

.imageInGrid img {
    width: 100%;
    height: 100%;
}

.selectedImage {
    border: 1px solid red;
}



#allCanvasContainer {
    position: relative;
}

#redX {
    display: none;
}

#toolbar button {
    float: left;
    margin: 10px 0 0 5px;
}

#disclaimer {
    display: none;
    color: #C3C3C3;
}

.test {
    padding-top: 5px;
    color: #fff;
    font-size: 80%;
    width: 100px;
    margin: 0 auto;
}

.sliderOnButtonVal {
    text-align: center;
    margin-top: 4px;
    font-weight: 700;
    font-size: 60%;
}

.test a {
    color: #A7A7A7;
}

#refWrap {
    font-size: 70%;
    position: absolute;
    bottom: 0;
}

#hover {
    font-size: 65%;
}

#references {
    display: none;
    list-style-type: none;
}

.recentPic {
    background-color: #4B4B52;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 3px 3px 5px #9C9C9C;
    border: 1px solid #8C8C8C;
    margin-top: 15px;
}

#contact {
    margin: 50px;
}

.navBar {
    background-color: #4B4B52;
    color: #fff;
    width: 335px;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 3px 3px 5px #9C9C9C;
    border: 1px solid #8C8C8C;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 11px;
}

.navBar a {
    color: #F1DCA3;
    margin-left: 30px;
    margin-right: 30px;
}

#maxExplanation {
    color: grey;
    font-size: 80%;
    padding-top: 3px;
}

#statusGenCircle {
    display: none;
}

.strokeSlider {
    width: 75px;
    left: -10px;
    margin-bottom: 5px;
}

.timeSLider {
    width: 75px;
    left: -10px;
    margin-bottom: 5px;
}


#statusBar {
    background-color: #FE0015;
    width: 50px;
    float: left;
    height: 30px;
    width: 0;
}

#saveArea,#generatingCircle {
    display: none;
}

#generateButton {
    display: none;
    width: 100%;
}

#statusBarWrap {
    text-align: left;
    border-radius: 3px;
    border: 1px solid gray;
    width: 200px;
    background-color: #FDFDFD;
    height: 30px;
    display: none;
}

#filelist {
    list-style-type: none;
    /*don't show bullets on left*/
}

#filelist li {
    color: #fff;
}

.bumpRight {
    margin-left: 10px;
}

.fontResize {
    margin-top: 17px;
}

.shadow {
    box-shadow: 3px 3px 5px #888;
}

#status {
    display: none;
    color: #494949;
    position: absolute;
    left: 0;
    right: 0;
    margin: 20px auto;
    background-color: #D4D4D4;
    width: 300px;
    border-radius: 3px;
    border: 1px solid #919191;
    padding: 10px;
    z-index: 21;/*it has to be more than the white boxes that cover the fabric when resizing*/
}

#statusPercent {
    font-size: 250%;
    color: #112FA2;
    font-weight: 700;
}

#uploadErrors {
    display: none;
    color: #efefef;
    font-weight: 700;
    background-color: #AD5252;
    margin: 20px 0;
    padding: 10px 0;
}

#uploadContainer {
    margin-bottom: 20px;
}

#bottomWrapper {
    display: none;
}

.ghostCheckandText {
    margin-top: -6px;
    line-height: 22px;
}

.ghostWrap {
    display: none;
}

.lshape {
    border-left: 1px solid #797979;
    border-bottom: 1px solid #797979;
    width: 7px;
    height: 14px;
    margin-left: 10px;
    margin-top: -10px;
}

#canvasAndControls {
    display: none;
    position: relative;
}

#controls {
    padding-bottom: 30px;
    width: 100%;
    display:none;
}

#loadGif {
    padding: 10px;
}

#saveArea {
    color: #000;
}

#saveArea input {
    padding: 5px;
    font-size: 70%;
    width: 200px;
    margin-bottom: 6px;
}


#target {
    cursor: pointer;
    display:block; /*so that it is centered*/
    max-width:600px;
  	height:auto;
  	margin-left:auto;
  	margin-right:auto;
}

#uploadButton {
    position: absolute;
    width: 150px;
    display: none;
    background-color: #397FE7;
    float: left;
    margin-top: -13px;
}

#uploadButton:hover {
    background-color: #34527E;
}

#uploadButton:active {
    margin-top: -4px;
    margin-right: -3px;
    margin-bottom: 3px;
    margin-left: 5px;
    box-shadow: 0 0 0 #888;
}

.button {
    margin: 3px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid gray;
    color: #fff;
    font-weight: 700;
    padding: 10px;
}

#uploadButtonWrap {
    width: 0;
    height: 0;
}

.textProps {
    border: 1px solid #C7C7C7;
    margin-top: 10px;
    padding-left: 10px;
}

.strokeProps {
    border: 1px solid #C7C7C7;
    margin-top: 10px;
    padding-left: 10px;
}

.fbfProps {
    border: 1px solid #C7C7C7;
    padding-left: 10px;
    width: 150px;
    font-size: 80%;
    padding-top: 8px;
    line-height: 22px;
}

#leftHolder {
    width: 330px;
    height: 2px;
}

#imageLeft {
    border: 1px solid #000;
    float: left;
    display: inline;
    width: 100%;
    padding: 5px;
}

#imagesContainer {
    width: 250px;
    height: 175px;
}

#imageScroll {
    overflow: scroll;
    /*so that images always just scroll to right */
    overflow-x: hidden;
    padding-bottom: 5px;
}

#imageRight {
    float: left;
    width: 166px;
    height: 100px;
}

/*needs to be after textdivspacer and fbfprops*/
.imgfbfprops {
    margin-left: 0;
    margin-right: 0;
    width: 130px;
    float: left;
    margin-top: 10px;
    display: inline;
}

#uploadImage {
    width: 100%;
}

#staticUploadMeter {
    width: 100%;
    height: 10px;
    border: 1px solid #000;
    display: none;
}

#staticUploadProgress {
    background-color: #FE0015;
    width: 0;
    height: 100%;
}

.strokeTitle {
    text-align: center;
    margin-top: -10px;
    margin-left: 10px;
    background-color: #D9ECF5;
    width: 50px;
    font-size: 80%;
    color: #282828;
    margin-bottom: 5px;
}

#disclaimer {
    font-size: 70%;
}

#textEditArea {
    display: none;
}

#nav {
    /*position:absolute;*/
    font-size: 20px;
    line-height: 150%;
    color: #C4C4C4;
    margin-top: 38px;
    margin-bottom: 19px;
    text-align: center;
}

.navSect {
    position: relative;
    font-weight: 700;
    padding-left: 16px;
    padding-right: 16px;
}

.leftAreaHeader {
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    color: #184273;
    margin-bottom: 5px;
}

.currSect {
    color: #CE4207;
}

.extraSpace {
    margin-left: 10px;
    margin-bottom: 20px;
}

.textDiv {
    background-color: #D9ECF5;
}

.sideBarBox {
    margin: 0 auto;
    position: relative;
    width: 80%;
    margin-top: 10px;
    border: 1px solid #A9A9A9;
    margin-bottom: 20px;
    padding: 10px 20px 20px 10px;
    text-align: left;
}

.sizeField {
    width: 25px;
    line-height: 28px;
}

.textField {
    width: 200px;
    margin-bottom: 2px;
    line-height: 28px;
    padding-left: 5px;
    margin-top: -10px;
    margin-left: 10px;
}

#middleCol {
    width: 56%;
    text-align: center;
    float: left;
    min-width: 650px;
}

#mouseCoords {
    float: left;
    font-size: 20px;
    display: none;
    color: #fff;
}

#controlButtons {
    text-align: center;
    width: 400px;
}

#frameNum {
    font-size: 45px;
    color: #FFDA8D;
    width: 100%;
    text-align: center;
}

.textDivSpacer {
    margin-right: 15px;
    margin-bottom: 10px;
}

#frameProps {
    margin-top: -43px;
    /*so that we can position it to the right of the controls */
    margin-left: 267px;
    margin-bottom: 11px;
}

.controlButton {
    width: 20px;
    height: 20px;
    border: 1px solid #A9A9A9;
    cursor: pointer;
    background-color: #E0E0E0;
    padding: 4px;
    margin-top: 6px;
}

.controlButton:hover {
    background-color: #FFF;
    border: 1px solid #4F4F4F;
}

.controlButton:active {
    padding: 2px;
    margin-top: 8px;
    margin-bottom: 1px;
}

.buttonWrap {
    display: inline-block;
    width: 35px;
}

.inline {
    float: left;
}

.clear {
    line-height: 28px;
    clear: both;
}

.noclick {
    pointer-events: none;
}

/*checkbox */
input[type='checkbox'] {
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 5px;
    border: 2px solid #555;
    margin-right: 2px;
}

.slideButtonFrame {
    margin-top: 24px;
    font-weight: 700;
    font-size: 80%;
}

.red {
    color: red;
}

.green {
    color: green;
}

/*
 * Don't show the up and down in the number box
 */
input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button {
                                                  -webkit-appearance: none;
                                                  margin: 0;
                                              }

input[type=number] {
    -moz-appearance: textfield;
}

#imgDelete:hover {
    background-color: #694646;
}

#imgDelete:active {
    background-color: #9E7474;
    box-shadow: 0 0 0 #888;
    margin-top: 3px;
}

#delete:hover {
    background-color: #694646;
}

#delete:active {
    background-color: #9E7474;
    box-shadow: 0 0 0 #888;
    margin-top: 3px;
}

.time {
    width: 40px;
}

#startWrap,#endWrap {
    display: none;
}

#generationMessages {
    font-size: 14px;
    margin-top: 10px;
}

#generationMessages a {
    color: #F1DCA3;
}

#initialUploadError {
    text-align: left;
    margin-left: 54px;
}

#eye2Dropper {
    width: 20px;
    height: 20px;
    border: 1px solid #000;
}

.brushSlider {
    width: 245px;
}

#eyeDropperImage {
    z-index: 12;
}

#browserError {
    color: #AFAFAF;
    display: block;
}

#browserError a {
    color: #F1DCA3;
}

.hiddenCursor{
    cursor: none !important;
    /* overwrite the cursor when in eyedrop or paint */
}

/*all plupload inputs should have the mouse turn to a pointer
 This could be an issue if we have uploaders that don't use plupload.
 * */
input[type=file]{
        cursor:pointer;
}

#eyeDropperMouse {
    position: absolute;
    display: none;
    pointer-events: none;
}

#spectrumWrapper {
    float: left;
    height: 43px;
    padding-left: 5px;
    margin-left: 10px;
    padding-top: 12px;
    margin-top: 5px;
    border-left: 2px solid #9E9D9E;
}

#drawDiv {
    height: 43px;
}

#pathDiv {
    height: 43px;
}

.private {
    margin-bottom: 12px;
    display: inline-block;
}

.private input {
    position: relative;
    top: 5px;
}

#canvasCorner{
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: -10px;
    right: -10px;
    z-index:20;
    cursor:pointer;
    display:none;
}

#rightWhiteBox{
    z-index:4;/*must be less than resize container */
    height:100%;
    position:absolute;
    width:0px;
    background-color:white;
    right:0px;
    top:0px;
}


#bottomWhiteBox{
    z-index:4; /*must be less than resize container */
    background-color:white;
    position:absolute;
    bottom:0px;
    width:100%;
    height:0px;
}

#resizeHandle{
    width:24px;
    height:24px;
    pointer-events:all;

}

#resizeContainer{
	bottom: 0px;
    position: absolute;
    right: 0px;
    z-index:5;/*so that it appears above the crop boxes*/
}

#suggestionWrap{
	float: right;
    padding: 14px;
    background-color: #EFEFEF;
    margin-top: 10px;
    width: 300px;
    display:none;
}


#suggestionField{
	resize:none;
	padding:6px;
	width:280px;
	height:100px;
	    font: 13.3333px Arial;
}

#submitSuggestionButton{
	display: inline;
    background-color: #397FE7;
    color: white;
    padding: 4px;
    font-size: 13px;
    float: right;
    margin-right: 16px;
    margin-top: 1px;
    margin-bottom: -10px;
    border: 1px solid #BFBFBF;
}


#suggestionStatus{
	    margin-top: 12px;
    font-size: 13px;
    color: green;
    margin-bottom: -9px;
    text-align: center;
}

#emailSuggestionField{
    padding: 4px;
    margin-top: 1px;	
	
}

.h1NoMargin{
	margin:0px;
}

.textFontIcon{
    border:1px solid #D9ECF5;
    width:18px;
    height:18px;
    padding-top: 7px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 7px;
    cursor:pointer;
}

.textFontIcon:hover{
    border:1px solid #BABABA;
}

#gifSettingsArea{
    background-color: #efefef;
    width:310px;
    float:left;
    display:none;
   	padding: 10px 10px 10px 10px;
   }
#gifSettings{
	margin-bottom:10px; /*override sideBarBox */
	width:81%; /*override sideBarBox */
	padding:10px 15px 15px 10px;
}
   
.initiallyHidden{
	display:none;
}

.timeSlider {
    width: 245px;
    margin:0 auto;
    margin-bottom:7px;
    
}  	

#snail{
	float:left;
}
#rabbit{
	float:right;
}

#recentUpdates{
    font-size:75%;
    width: 248px;
    position: absolute;
    margin-top: -69px;
    left: 30px;
    text-align:left;
        overflow-y: auto;
    height: 300px;
}

#recentUpdates ul{
         list-style-type: disc;
}

.recentUpdatesHeader{
        font-weight: bold;
    font-size: 130%;
    margin-left: 59px;
    color: #7F7F7F;
    margin-bottom: 5px;
}

.recentUpdate{
    text-align:left;
    color:#14141B;
        margin-bottom: 10px;
        margin-left:20px;
}

.date{
    color: #9D9D9D;
    font-weight: bold;
    font-size: 95%;
    text-decoration: underline;
    margin-left: -18px;
}

#postOnSubreddit{
	font-size:14px;	
}
/* could potentially use a box shadow to block out things */
.cropBox{
	cursor:move;
}

.cropSideBox{
	background-color:rgba(199, 175, 65, 0.59);
	border:1px solid blue;
}

.cropTopBottom{
	width:100%;
}

#cropBox>.ui-resizable-sw{
	border-bottom: 5px solid #FF4F00;
    border-left: 5px solid #FF4F00;
 
}

/*so we can initially click on them */
#cropBox>.ui-resizable-handle{
	pointer-events:all;
}

#cropBox>.ui-resizable-ne{
	border-top: 5px solid #FF4F00;
    border-right: 5px solid #FF4F00;
 
}

#gifOutlineBox{
	pointer-events:none;
}


#gifDimensions{
	text-align: center;
    font-size: 14px;
}

