
* {box-sizing: border-box;}

/* reset styles */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, button, form {
	margin: 0; padding: 0;  border: 0; outline: 0; font-size: 100%;
	vertical-align: baseline; background: transparent;
}
body { line-height: 1; }
/* ol, ul { list-style: none; } */

ol, ul {margin-left: 20px; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
td {vertical-align: top; padding: 5px;}
textarea {font-size: 18px;width: 80%;height: 100px;}

body {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: inherit;
    font-weight: 400;
    color: #000000;
    background-color: #ffffff;
    /* background-image: url(../images/compass-background.jpg); */
    background-size: cover;
}

#bodyTop {
/*    background-image: url(../images/ocean300x1600.jpg); */
/*    background-color: #1e656e; */
    width: 100%;
    height: 40px;
}

#bodyTop {
    /* background-image: url(../images/ocean800x200.jpg); */
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 10px;
}


/*
#bodyTop a {color: #fff;}
*/

#bodyTop #logo {
    color: #fff;
    font-size: 30px;
    margin: 10px 0 0 20px;
    text-shadow: 0 2px 2px rgba(0,0,0,0.35);
}

#bodyTop #logo img {width: 150px;}

#bodyTop img {float: left;}

#header #menu {
    height: 60px;
    background-image: url(../images/menu.png);
    background-repeat: no-repeat;
    background-position: right;
   padding-right: 60px;
    margin-right: 10px;
   padding-top: 20px;
}

#bodyTop #header-right {
    /* color: #fff; */
    font-size: 10px;
    text-align: right;
    height: 40px;
    padding-right: 20px;
    margin-right: 10px;
    padding-top: 20px;
}


#bodyWrap {
    max-width: 100%;
    margin: 0 auto;
   /* background-color: #e1ebf0; */
    background-color: #ffffff; 
    position: relative;
/*    border: 1px solid black; */
    /* top: -110px; */
    /*    box-shadow: 0 0 5px rgba(0,0,0,0.35); */
}

#banner {
    background-color: red; 
    color: white;
    text-align: center;    
    width: 100%;
   font-weight: bold;
}

button {
    cursor: pointer;
    opacity: 0.9;
    text-shadow: 0 1px 1px rgba(0,0,0,0.35);
    background-color: #0288d1;
    color: #fff;
    padding: 12px;
    width: 50%;
    border-radius: 20px;
    margin: 5px;
}
button:hover {
    opacity: 1;
}

button.textlink {
    background:none!important;
    color: #0277bd;
    border:none; 
    padding:0!important;
    font: inherit;
    /*border is optional*/
    border-bottom:none; 
    cursor: pointer;
    opacity: 1;
    text-shadow: 0 0 0 0;
    background-color: none;
    width: 100%;
    border-radius: none;
    margin: none;

}

img {
    max-width: 100%;
    height: auto;
}

input[type=text], input[type=password] {
    width: 80%;
    padding: 10px;
    margin-bottom: 20px;
}
input[type=number] {
    width: 100px;
    padding: 10px;
}

input.smallinput {
    width: 25%;
    padding: 5px;
    margin-bottom: 20px;
}

select {
	width: 80%;
	padding: 10px;
	margin-bottom: 20px;
}
select.smallinput {
    width: 25%;
    padding: 5px;
    margin-bottom: 20px;
}


p {
    margin: 1em 0;
    text-align: left;
}


a {
    text-decoration: none;
    cursor: pointer;
    color: #0277bd;
}



h2 {
    font-size: 24px;
/*    margin: 1em 0; */
}

h4 {
    font-weight: bold;
}

ol li {
    padding: 10px;
    margin-left: 35px;
}




form {
    text-align: center;    
}


.smallform button {
width: 200px;
}
.smallform select {
width: 200px;
}
.smallform input[type=text] {
width: 200px;
}
.smallform input[type=password] {
width: 200px;
}





form.searchform {
    float: left;
    text-align: left;
    width: 100%;
}

form.searchform button{
    width: 100px;
}
form.searchform input{
    width: 100px;
}

.pageform {
    width: 80%;
    background-color: #f1f3ce;
    border: 4px solid #f62a00;
    padding: 10px;
    margin: auto;
    text-align: center;
    color: #000;
}
.pageform button {
width: 200px;
}
.pageform select {
width: 200px;
}
.pageform input[type=text] {
width: 200px;
}
.pageform #art img{
    height: 50px;
}



.quickstart {
    float: right; 
    margin: 10px;
    width: 40%;
}



.roster {
    width: 90%;
    background-color: #f1f3ce;
    border: 1px solid black;
    padding: 10px;
    margin: auto;
    text-align: left;
    color: #000;
}

.roster img {height: 25px; width: 25px;}

.divider {
    height: 1px;
    background-color: #0288d1;
    margin: 20px 20px 40px 20px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0,0,0,0.35);
}


.floatLeft {float: left;}
.floatRight {float: right;}
.clearFloat {clear: both;}

.center {
    text-align: center;
    margin: 0 auto;
}

.smalltext {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
}

.bold-text {font-weight: bold;}



.petition-table td {
    border: 1px solid white;
}


.pageart {
    height: 100px;
    width: 100%;
    border: 1px solid black;
    margin-bottom: 10px;
    overflow: hidden;
}

#paralax-quarterdeck {
    background-image: url(../images/gundeck.jpg); 
    height: 80px;
    width: 100%;
    border: 1px solid black;
    margin-bottom: 10px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
#paralax-berth {
    background-image: url(../images/berth.png); 
    height: 80px;
    width: 100%;
    border: 1px solid black;
    margin-bottom: 10px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
#paralax-galley {
    background-image: url(../images/galley.jpg); 
    height: 80px;
    width: 100%;
    border: 1px solid black;
    margin-bottom: 10px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.tradingwindow {
    padding: 5px;
    width: 100%;
    background-color: #f1f3ce;
    color: #000;
    text-align: center;
}
.tradingwindow .art img {
    height: 100px;
    border: 1px solid black;
    margin: auto;
}

.tradingwindow table td {
    vertical-align: middle;
}
.tradingwindow table img {
    max-height: 80px;
}


hr {
background-color: #1e656d;
width: 90%;
height: 4px;
}

#splash img {
    float: right;
    width: 50%;
    margin-left: 10px;
    margin-bottom: 10px;
border: 2px solid black;
}
#splash h2 {width: 100%;}
#splash hr {
    width: 100%;
	   margin-top: 10px;
}

#navbar {
    float: left;
    text-align: center;
    width: 100%;
    padding: 5px 5px 5px 5px;
     font-size: 14px;
    color: #ffffff;
}
#navbar .navlinks a {
    color: #f62a00;
    font-weight: bold;
    font-size: 14px;
}


#flag_button img {height: 50px;}

/*################################# */
/*#### these primarily for scuttlebutt ######### */

.username_container {
    width: 100%;
    min-height: 50px;
}


.username_container a {
    color: #000;
}


.username_box {
    float: left;
    padding: 5px;
    width: 20%;
}
.username_box img {
    width: 75px;
}

.insignia_box {
    float: left;
    padding: 10px 5px 5px 5px;
}

.insignia_box img {
    height: 30px;
}


.ribbon_box {
    float: left;
    padding: 5px 5px 5px 5px;
    width: 60%;
	     
}
.ribbon_box img {
    width: 75px;
}
/*
.insignia_wrapping {
    float: left;
    padding-right: 10px;
}

.insignia_wrapping img {
    width: 75px;
}
*/

.ribbon_wrapping {
    float: left;
}

#ribbon_container img {
    height: 150px;
    width: auto;
}
#ribbon_container .ribbon_box {
    padding: 5px;
    margin: 5px;
    width: 110px;
    height: 225px;
}

.ClanBadgeSilver {
    border: 1px solid black;
    padding: 2px;
    font-size: 18px;
    font-weight: bold;
    background-image: url(../images/silver-metal.png);
    width: 100px;
    height: 25px;
    margin: auto;
    color: #404040;
}
.ClanBadgeGold {
    border: 1px solid black;
    padding: 2px;
    font-size: 18px;
    font-weight: bold;
    background-image: url(../images/gold-metal.png);
    width: 100px;
    height: 25px;
    margin: auto;
    color: #404040;
}

.ClanBadgeSilver-ribbon {
    float: left;
    border: 1px solid black;
    padding: 2px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background-image: url(../images/silver-metal.png);
    width: 73px;
    height: 22px;
    margin: auto;
    color: #404040;
}

.ClanBadgeGold-ribbon {
    float: left;
    border: 1px solid black;
    padding: 2px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background-image: url(../images/gold-metal.png);
    width: 73px;
    height: 22px;
    margin: auto;
    color: #404040;
}




.salute_box {
    float: right;
    width: 50%;
}



.scoreboard-container {
    width: 100%;
}

.scoreboard-cell {
    width: 33%;
    height: 150px;
    float: left;
    text-align: center;
    padding: 5px;
    border: 1px solid gray;
}


.scoreboard-cell img {
    height: 80px;
}

.scoreboard-points {
    font-size: 80px;
}

.scoreboard-score {
    font-size: 80px;
}


.post_container {
    border-bottom: 1px solid gray;
    margin-bottom: 20px;
    width: 100%;
    float: left;
    background-color: white;
}

.text_block {
    background-image: url(../images/parchment.jpg); 
    float: left;
    width: 100%;
    color: #000000;
    background-color: #f1f3ce;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
    border-radius: 3px;
    padding: 5px;
}

/*################################# */
/*#### these primarily for public_profile  ######### */

.profile_container {
    display: inline-block;
    margin: auto;
    text-align: center;
    width: 100%;
}

.profile_container .username_box {
    display: inline-block;
    padding: 5px;
    width: 100%;
}
.profile_container .username_box img {
width: 200px;
}
.profile_container .ribbon_box {
    display: inline-block;
    width: 410px;
    float: none;
}

.profile_container .ribbon_box img {
float: left;
width: 75px;
}


/*################################# */
#userHeader {
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f0faff 100%);
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f0faff 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#f0faff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0faff',GradientType=0 );
/*    height: 75px; */
    position: relative;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

#userHeader .userBox {
    float: left;
    text-align: center;
    width: 33.3333%;
/*    height: 75px; */
    border-left: 1px solid gray;
    padding: 5px;
    display: table;
       
}

#userHeader .userBox .content {
    display: table-cell;
    vertical-align: middle;
}

#userHeader .userBoxLeft {
    float: left;
    text-align: left;
    width: 60%;
/*    height: 75px; */
    padding: 5px;
    display: table;
    border-bottom: 1px solid gray;
    background: #ffffff;
}
#userHeader .userBoxRight {
    float: right;
    text-align: right;
    width: 40%;
/*    height: 75px; */
    padding: 5px;
    display: table;
    border-bottom: 1px solid gray;
    background: #ffffff;

}

#userHeader .userImg {
    height: 50px;
    width: 50px;
    background-color: #9ea5b9;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px 50px;
    border-radius: 5px;
    margin-right: 10px;
}
#userHeader .userName span {
    font-size: 20px;
    font-weight: 700;
    color: #0277bd;
    line-height: 30px;
}

#senderHeader {
    position: relative;
    text-align: center;
    margin-top: 5px;
}

#senderHeader img{
    border-radius: 75px;
    height: 75px;
    width: 75px;
}

#senderHeader .senderName {
    display: inline-block;
}
#senderHeader .senderName span {
    font-size: 16px;
    font-weight: 700;
    color: #0277bd;
    line-height: 30px;
}

#senderHeader .subscribe_container {
    display: inline-block;
}

#userHeader button.logout {
    background-color: #e53935;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 20px;
    margin: 15px 0;
    border-radius: 20px;
    width: auto;
}
#userHeader button.logout span {
    background-image: url(../images/logout_bg.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 24px;
    line-height: 16px;
}

#userHeader button.login {
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 20px;
    margin: 15px 0;
    border-radius: 20px;
    width: auto;
}

#main {
    background-color: #e1ebf0;
    padding: 0px;    
}



#rank_container {
padding: 5px;
width: 100%;
height: 200px;
}

.rank_list {
border: 1px solid white;
    float: left;
    padding: 5px;
    width: 110px;
height: 80px;
   font-size: 12px;
}
.rank_list img {width: 90px;}

#ribbon_container {
width: 100%;
float: left;
}


.widget_label {
    //background-color: #29b6f6;
    width: 100%;
    border: none;
  //  color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 8px 20px;
    border-radius: 0px;
 //   box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
    margin: 30px 0 0px;
    text-shadow: none;
}

.widget_body {
    padding: 20px;
    text-align: left;
}

.queue_message {
    width: auto;
    background-color: #fff;
    border: none;
    padding: 10px;
    text-align: left;
    margin-bottom: 10px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
    border-radius: 3px;
    text-shadow: none;
    color: #000;
}
.queue_message span {
    display: block;
    float: right;
    width: 320px;
}
.queue_message .qmImg img {
    border-radius: 70px;
    height: 70px;
    width: 70px;

}

.queue_message .qmImg {
    display: block;
    float: left;
    height: 70px;
    width: 70px;
    border-radius: 70px;
    background-color: #9ea5b9;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70px 70px;
    margin-right: 10px;
}
.queue_message .qmTitle {
    font-size: 18px;
    font-weight: 700;
}
.queue_message .qmSubtitle {
    font-size: 15px;
    color: #747e84;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.queue_message .qmText {
}




.fullMess {
    width: auto;
    background-color: #fff;
    border: none;
//    padding: 20px;
    text-align: center;
    margin-bottom: 10px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
    border-radius: 3px;
    position: relative;
}


.fullMess .userCover img {
 //   margin: -20px -20px 0 -20px;
    border-radius: 3px 3px 0 0;
    background-color: #c0c6d5;
display: block;
	 margin-right: auto;
	 margin-left: auto;

}
.fullMess .userImg {
width: 100%;
height: 100px;
	text-align: center;
}
.fullMess .userImg img {
    position: relative;
    width: 108px;
    height: 108px;
    background-color: #9ea5b9;
    border: 4px solid #fff;
    border-radius: 100px;
    margin-top: -20px;
display: block;
	 margin-right: auto;
	 margin-left: auto;
}
.fullMess .userName {
    margin-top: 10px;;
}
.fullMess .userName span {
    font-size: 20px;
    font-weight: 700;
    color: #0277bd;
    line-height: 30px;
}


.subscribe_container {
    margin-top: 0px;
    padding: 0px;
    float: right;
    background-color: #fff;
height: 80px;
}

button.subscribe  {
    background-color: #26c6da;
    border: none;
    padding: 3px;
    color: #fff;
    font-size: 15px;
    margin-top: 5px;
    border-radius: 20px;
    width: 200px; 
    height: 40px;	   
    float: right;
}

.subscribe_container .differential {
    font-size: 15px;
    color: #747e84;
    margin-bottom: 5px;
    padding-bottom: 5px;
    text-align: center;
    width: 200px;
}

.fullMess .messTitle {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
}
.fullMess .messCat {
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    padding: 4px 8px;
    border: none;
    width: 100%;
	   text-align: center;
}
.fullMess .message {
    font-size: 24px;
    padding: 20px;
}

.reply {
    text-align: center;
padding: 20px;
}
.reply textarea {
    width: 358px;
    border: 1px solid #c8d9e2;
    background-color: #e1ebf0;
    border-radius: 3px;
    padding: 10px 20px;
    margin-bottom: 20px;
}
.reply button {
    /*
    float: left;
    width: 190px;
    height: 80px;
    */
    border: none;
    padding: 5px;
    background-color: #0288d1;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    border-radius: 10px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.35);
    margin: 5px;
}
.reply button span {
    font-weight: 400;
}
button.red {
    background-color: #e53935;
}
.reply button.white {
    background-color: #ffffff;
    color: #000000;
}
.reply button.green {
    background-color: #556B2F;
}
.reply button.profileSend {
    width: 100%;
    height: 40px;
}

.bidform {
    text-align:left;
    padding:20px;
}
.bidform_options {
    text-align:left;
    margin-top: 20px;
}


#footer {
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    background-color: #384b59; 
    padding: 30px 0;
    color: #fff;
    font-size: 15px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.35);
    text-align: left;
}
#footerMenu {
    border-bottom: 1px solid rgba(255,255,255,.25);
    width: 370px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
#footerMenu li {
    list-style: none;
    float: left;
    padding: 10px 5px;
}
#footer a {
    color: #fff;
}

.footer_content {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}

.footer_box {
    width: 33%;
    float: left;
}


/*#############################################*/
/* id widget divs */

#login_step1 {
    text-align: center;
}



#dynamic_profile {
    padding: 5px; 
    text-align: left;
}

#dynamic_profile .questionanswer {
    margin: 0px 0px 20px 20px;;
}

.question_button {
width: 120px;
}

.question_text {
    font-size: 24px;
    font-family: Times,Times New Roman,Georgia,serif;
}

#dynamic_profile form {
    text-align: left;
}

#dynamic_profile button {
    width: 100px;
    margin-right: 10px;
}




.contact_container {
    display: block;
    float: left;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 100%;
    height: 105px;
}

.contact {
    display: block;
    float: left;
}

.contact_info {
    background-color: #fff;
    color: #000;
    text-align: left;
    text-shadow: none;
    margin-bottom: 10px;
    padding: 5px;
    width: 250px;
}
.contact_info img {
    display: block;
    float: left;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    background-color: #9ea5b9;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px 50px;
margin-right: 5px;
}

.contact_info .contactImage {
    float: left;
    height: 80px;
    width: 54px;
}

.contact_info .contactTitle {
    font-size: 16px;
    font-weight: 700;
}

.contact_info .contactName {
    font-size: 14px;
    font-weight: 700;
}

.contact_info .contactPrice {
    font-size: 15px;
    color: #747e84;
}
 
.contact_button {
}
.contact_button button {
    display: block;
    background-color: #556B2F;
    border: none;
    padding: 3px;
    color: #fff;
    font-size: 15px;
    margin-top: 0px;
    border-radius: 20px;
    width: 220px; 
    height: 40px;	   
    float: left;
}


.action {
    display: block;
    float: left;
    margin: 5px;
    height: 100px;
}

.action button {
    background-color: #26c6da;
    border: none;
    padding: 3px;
    color: #fff;
    font-size: 15px;
    margin-top: 5px;
    border-radius: 20px;
    width: 150px; 
}

button.wide_button {
    width:100%;
    height: 40px;
}

#search_input {

}

#search_button {
    width: 70px;
}

#pagination div {
    float: left;
    width: 33%;
}

#pagination .previous {
    text-align: left;
}

#pagination .pages {
    text-align: center;
}

#pagination .next {
    text-align: right;
}


