/* Main stylesheet for Robin's website */
/* */
/* Common styles */

body {
  font-family: Arial,Helvetica,sans-serif;
  font-size: x-small;
  font-style: normal;
  font-weight:normal;
  font-variant: normal;
  color: #ffffff;
  background-color: #000000;
}

/* Defines the working / display area */

.container {
  color: Black;
  background-color: White;
  border-top: solid thin Grey;
  border-bottom: solid thin Grey;
  border-left: solid thin Grey;
  border-right: solid thin Grey;
  width: 600px;
  height: 100%;
  margin-top: 3%;
  margin-left: auto;
  margin-right: auto;
}

/* Main banner / branding */

.bannerbrandingtop {
  color: Black;
  background-color: #ffa500;
  width: 100%;
  height: 40px;
  border-bottom: solid thin Black;
  clear: both;
}

/* Main content area within the container */
/* Also the "busy" area */

.centralcontentarea {
  color: Black;
  background-color: White;
  margin-left:auto;
  margin-right:auto;
  width: 80%;
  height: auto;
  clear: both;
}

/* separators in central content area (not necessary for every page) */

.topleftsquare {
  background-color: #ffa500;
  width: 150px;
  height: 150px;
  float: left;
  clear: left;
  margin-top: 30px;
  margin-bottom: 2px;
  margin-left:85px;
}

.toprighttsquare {
  background-color: #add8e6;
  width: 150px;
  height: 150px;
  float: right;
  clear: right;
  margin-top: 30px;
  margin-bottom: 2px;
  margin-right:85px;
}

.dummydiv {
  background-color: transparent;
  width: 100%;
  height: 5px;
  clear: both;
}

.bottomleftsquare {
  background-color: pink;
  width: 150px;
  height: 150px;
  float: left;
  clear: left;
  margin-top: 2px;
  margin-bottom: 30px;
  margin-left:85px;
}

.bottomrighttsquare {
  background-color: #ed7fff;
  width: 150px;
  height: 150px;
  float: right;
  clear: right;
  margin-top: 2px;
  margin-bottom: 30px;
  margin-right:85px;
}



/* Moving to footer area */ 

.footercopyright {
  color: Black;
  background-color: #ffa500;
  width: 100%;
  height: 40px;
  border-top: solid thin Black;
  clear: both;
}

/* Labels for 4 central squares */

.tllabel {
  font-size: x-small;
  font-weight:bold;
  vertical-align: middle;
  text-align: center;
  color: Black;
  background-color: transparent;
  margin-top: 45%;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: auto;
}

.trlabel {
  font-size: x-small;
  font-weight:bold;
  vertical-align: middle;
  text-align: center;
  color: Black;
  background-color: transparent;
  margin-top: 45%;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: auto;
}

.bllabel {
  font-size: x-small;
  font-weight:bold;
  vertical-align: middle;
  text-align: center;
  color: Black;
  background-color: transparent;
  margin-top: 45%;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: auto;
}

.brlabel {
  font-size: x-small;
  font-weight:bold;
  vertical-align: middle;
  text-align: center;
  color: Black;
  background-color: transparent;
  margin-top: 45%;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: auto;
}

/* Pretty name arrangement ... */

.namefloat {
  float:left;
  font-family: Arial,Helvetica,sans-serif;
  font-size: medium;
  font-style: normal;
  font-weight:bold;
  font-variant: normal;
  line-height: 0;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  margin-left:10px;
  margin-top:10px;
}

.nameitalicfloat {
  color:grey;
  float:right;
  font-family: Arial,Helvetica,sans-serif;
  font-size: xx-small;
  font-style: italic;
  font-variant: normal;
  line-height: 0;
  text-align: right;
  text-decoration: none;
  text-transform: none;
  margin-right:10px;
  margin-top:10px;
}

.namebigger {
  font-style: normal;
  font-size: small;
  font-weight:normal;
  color: black;
}

.nameitalicfloatcopy {
  color:grey;
  float:right;
  font-family: Arial,Helvetica,sans-serif;
  font-size: xx-small;
  font-style: italic;
  font-variant: normal;
  line-height: 0;
  text-align: right;
  text-decoration: none;
  text-transform: none;
  margin-right:10px;
  margin-top:20px;
}
