@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}
body {
  background: #333;
  font : .8em sans-serif;
}
ul, li {
  list-style: none;
}

#folder {
  position: relative;
    width: 1024px;
    display: block;
    margin: 50px auto 50px auto;
  background: url(../img/manilla.jpg) repeat #fef3c6;
  -webkit-border-top-left-radius: 40px;
  -webkit-border-top-right-radius: 40px;
  -moz-border-radius-topleft: 40px;
  -moz-border-radius-topright: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  -webkit-box-shadow: 5px 10px 20px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 5px 10px 20px 0px rgba(0,0,0,0.5);
  box-shadow: 5px 10px 20px 0px rgba(0,0,0,0.5);
  border: 4px solid #f5e6bd;
}

/** HEADER AND TABS **/

#header {
  width: 100%;
  position: absolute;
  top: -40px;
}

#tab-container {
  margin: 0;
  padding: 0;
  max-height: 40px;
  width: 100%;
}
#tab-container h1 a {
  float: left;
  color: #fff;
  margin-left: 50px;
  text-decoration: none;
}
ul.tabs {
  margin: 0;
  list-style-type : none;
  line-height : 40px;
  max-height: 40px;
  overflow: hidden;
  display: inline-block;
  padding-right: 50px;
  padding-left: 20px;
  float: right;
}
ul.tabs > li.active {
  z-index: 2;
  background: #fef3c6;
}
ul.tabs > li.active:before {
  border-color : transparent #fef3c6 transparent transparent;
}
ul.tabs > li.active:after {
  border-color : transparent transparent transparent #fef3c6;
}
ul.tabs > li {
  float : right;
  margin : 5px -10px 0;
  border-top-right-radius: 35px 170px;
  border-top-left-radius: 30px 90px;
  padding : 0 30px 0 25px;
  height: 170px;
  background: #f5e6bd;
  position : relative;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.5);
  max-width : 200px;
}
ul.tabs > li > a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  color: #222;
  padding: 0 30px;
}
ul.tabs > li:before, ul.tabs > li:after {
  content : '';
  background : transparent;
  height: 30px;
  width: 20px;
  border-radius: 100%;
  border-width: 10px;
  top: 0px;
  border-style : solid;
  position : absolute;
}
ul.tabs > li:before {
  border-color : transparent #f5e6bd transparent transparent;
  -webkit-transform : rotate(48deg);
  left: -23px;
}
ul.tabs > li:after {
  border-color : transparent transparent transparent #f5e6bd;
  -webkit-transform : rotate(-48deg);
  right: -15px;
}

/** MAIN CONTENT **/

#main {
  margin-top: 40px;
  padding: 40px 40px 90px 40px;
  background: url('../img/logo.png') no-repeat center;
  min-height: 500px;
}
#taylortuel {
  position: relative;
  width: 700px;
  margin-right: auto;
  margin-left: auto;
}
#footer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 50px;
  width: 100%;
  border-top: 3px solid #f5e6bd;
}

#content {
  position: relative;
  width: 750px;
  margin: 0 auto;
  background: #fff;
  padding: 50px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
}


#content .headerimg {
  width: 750px;
  height: auto;
}
#content .box {
  width: 750px;
  height: auto;
  display: table-cell;
}
#content .box.padded {
  padding: 20px;
}
#content .box h1 {
  margin: 15px;
}
#content .box img {
  width: 150px;
  height: 150px;
  margin: 15px;
}
#content .box .right {
  float: right;
  margin-right: 0;
}
#content .box .left {
  float: left;
  margin-left: 0;
}

/** FOOTER **/

#footer .links {
  display: inline-block;
  height: 50px;
}
#footer .links li {
  float: left;
}
#footer .links li .link {
  margin: 10px;
  color: #000;
  text-decoration: none;
  display: table-cell;
  float: left;
}
#footer .links li p {
  line-height: 12px;
  float: left;
  padding: 10px;
}
 #footer .links li img {
   float: left;
 }
#footer .info {
  float: right;
  display: block;
  padding: 20px;
  color: #888;
}
#footer .info a {
  text-decoration: none;
  color: #333;
}

/** STICKIES **/

.stickies {
  overflow: hidden;
  padding: 3em;
  height: auto;
}
.stickies li a {
  text-decoration: none;
  color: #000;
  background: #ffc;
  display: block;
  height: 10em;
  width: 10em;
  padding: 1em;
}
.stickies li {
  margin: 8px;
  float: left;
}
.stickies li h2 {
  font-size: 140%;
  font-weight: bold;
  padding-bottom: 10px;
}
.stickies li p {
  font-family: "Reenie Beanie", arial, sans-serif;
  font-size: 180%;
}
.stickies li a {
  text-decoration: none;
  color: #000;
  background: #ffc;
  display: block;
  height: 10em;
  width: 10em;
  padding: 1em;
  -moz-box-shadow: 2px 5px 7px rgba(33,33,33,.7);
  -webkit-box-shadow: 2px 5px 7px rgba(33,33,33,.7);
  box-shadow: 2px 5px 7px rgba(33,33,33,.7);
  -moz-transition: -moz-transform .15s linear;
  -o-transition: -o-transform .15s linear;
  -webkit-transition: -webkit-transform .15s linear;
}
.stickies li:nth-child(even) a {
  -o-transform: rotate(4deg);
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  position: relative;
  top: 5px;
  background: #cfc;
}
.stickies li:nth-child(3n) a {
  -o-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  position: relative;
  top: -5px;
  background: #ccf;
}
.stickies li:nth-child(5n) a {
  -o-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  position: relative;
  top: -10px;
}
.stickies li a:hover, ul li a:focus {
  -moz-box-shadow: 4px 10px 14px rgba(33,33,33,.7);
  -webkit-box-shadow: 4px 10px 14px rgba(33,33,33,.7);
  box-shadow: 4px 10px 14px rgba(33,33,33,.7);
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -o-transform: scale(1.25);
  position: relative;
  z-index: 5;
}

/* Clear Fix took for HTML 5 Boilerlate */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
