

body {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
}


.header {
    position: fixed;
    top: 0px;
    background: #333333;
    height: 50px;
    width: 100%;
    z-index: 1;
    margin: 0 auto;
}

.header h1 {
    margin: 0;
    padding: 0;
    font-size: 40px;
    float: left;
}



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


.wrapper {
    width: 960px;
    margin: 0 auto;
}


.searchBar {
    float: left;
    font-weight: bold;
    color: white;
    margin-left: 40px;
    margin-top: 15px;
}

.search-box {
    background: #eee;
    width:110px;
    border-radius: 5px;
}

.signup-box {
    background: #eee;
    width:260px;
    border-radius: 5px;
    float: left;
    margin-bottom: 2px;
}

.logged-in {
    color: white;
    font-weight: bold;
    float: right;
    margin-top: 15px;
   
}

.logged-in a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}


.logged-in a:hover {
    text-decoration: underline;
}


.editMenu {
    color: white;
    font-weight: bold;
    float: right;
    margin-right: 5%;
    margin-top: 15px;
   
}

.editMenu a {
    color: white;
    font-weight: bold;
    text-decoration: none;
   
}

.editMenu a:hover {
    text-decoration: underline;
   
}

.error {
    color: red;
    font-size: 15px;
}

.editerror {
    float: left;
    margin-top: -15px;
    clear: both;
    font-weight: bold;
}

.button {
    border-radius: 5px;
}

.login-button {
    border-radius: 5px;
    float: left;
    margin-top: 2px;
}




.login-link {
    color: gray;
    text-decoration: none;
}

.login-link:hover {
    text-decoration: underline;
    color: white;

}

.login-area {
    color: white;
    font-weight: bold;
    float: right;
    margin-top: 15px;
    
}


.form {
    float: left;
    margin-top: 20px;
    background-color: #333333;
    color: white;
    width: 550px;
    height: 260px;
    padding-top: 5px;
    padding-left: 50px;
    border-radius: 15px;
    border-style:solid;
    border-width:5px;
    border-color: black;
}


.editWrapper {
    width: 960px;
    margin: 0 auto;
    margin-top: 50px;
}


.pageWrapper {
    width: 960px;
    margin: 0 auto;
    margin-top: 70px;
}



textarea {
    float: left;
    width: 960px;
    font-size: 17px;
    font-family: monospace;
    max-width: 960px;
    height: 500px;
    border-radius: 5px;
   
}

textarea:focus {
    color:#000;
    outline:none;
    border:#35a5e5 1px solid;
    font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    -webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    -moz-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}


.editButton {
    font-size: 20px;
    float: left;
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em; 
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
    


.historyEditButton {
    font-size: 20px;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em; 
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}





.pageTitle {
    float: left;
    
}

.pageTitlePosted {
    float: left;
    margin-left: 2%;
}


.articleContent {
    float:left;
    margin-left: 2%;
    font-size: 17px;
    font-family: monospace;
    white-space: pre-wrap;
    word-wrap: break-word;
    
    
}


.articleBox {
    float: left;
    width: 960px;
    margin-top: 30px;
    border-style:solid;
    border-width:1px;
    padding-bottom: 100px;
    border-radius: 15px;
    background-color: #DCDCDC;

}



hr {
    background-color: black;
    border: none;
    clear: both;
    height: 1px;
}


.articleCreated {
    float: right;
    margin-top: 35px;
    margin-right: 15px;
    font-weight: bold;
}


.articleAuthor {
    float: right;
    top: 45px;
    left: 1050px;
    font-weight: bold;
    text-align: right;
}

