/*
----------------------------------------
Site Name:
Author:		brent@brentfreaney.us
----------------------------------------
*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  outline: 0 !important;
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*
----------------------------------------
Tools
----------------------------------------
*/
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img,
iframe {
  max-width: 100%;
}
.container {
  margin: 0 auto;
  max-width: 60rem;
  width: 90%;
  background-color: white;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.hidden {
  display: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
#searchresults input {
  width: auto;
}
.img-replace {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*
----------------------------------------
Colors
----------------------------------------
*/
/*
----------------------------------------
Typography
----------------------------------------
*/
/* Font Embeds */
@font-face {
  font-family: 'Malayalam Sangam MN';
  src: url('../fonts/MalayalamSangamMN.eot');
  src: url('../fonts/MalayalamSangamMN.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/MalayalamSangamMN.woff') format('woff'), /* Modern Browsers */ url('../fonts/MalayalamSangamMN.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/MalayalamSangamMN.svg#ca1be578bbefd01a8a75a5842aa6a344') format('svg');
  font-style: normal;
  font-weight: 400;
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* Text Alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/*
----------------------------------------
Sprite
----------------------------------------
*/
/*
----------------------------------------
Border Radius
----------------------------------------
*/
/*
----------------------------------------
Transitions
----------------------------------------
*/
/*
----------------------------------------
Box Shadow
----------------------------------------
*/
/* .boxShadow(0,0,4px,0,#444); */
/* .boxShadow(none); */
/*
----------------------------------------
Buttons
----------------------------------------
*/
.button,
.button:visited {
  background: #000000;
  padding: 4px 12px;
  color: #ffffff;
  display: block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
}
.button:hover,
.button:visited:hover,
.button:focus,
.button:visited:focus {
  background: #ffffff;
  color: #000000;
}
/*
----------------------------------------
Site Name:  
Author:		brent@brentfreaney.us
----------------------------------------
*/
/*
----------------------------------------
General
----------------------------------------
*/
body {
  background-color: #ffffff;
  font-family: "Malayalam Sangam MN", Helvetica, Arial, sans-serif;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.loaded {
  background-color: #eed2c5;
}
/*
----------------------------------------
Layout & Grid
----------------------------------------
*/
.wrap {
  width: 96%;
  height: 100%;
  margin: 0 auto;
}
.inner-wrap {
  width: 270px;
  height: 130px;
  position: absolute;
  left: 50%;
  top: 55%;
  margin-left: -135px;
}
h1 {
  text-align: right;
}
.content-wrapper {
  text-align: right;
  transform: rotate(-1deg);
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
}
/*
----------------------------------------
Links
----------------------------------------
*/
a,
a:visited {
  color: #ffffff;
  text-decoration: none;
  font-size: 1em;
}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  color: #ffffff;
}
/*
----------------------------------------
Heading Styles
----------------------------------------
*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  text-rendering: optimizelegibility;
  font-weight: normal;
  margin: 0 auto;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}
h1,
.h1 {
  font-size: 2.25em;
}
h2,
.h2 {
  font-size: 1em;
  text-transform: lowercase;
}
h3,
.h3 {
  font-size: 1em;
  text-transform: lowercase;
}
.underline {
  display: inline-block;
  line-height: 1;
  border-bottom: 1px #ffffff solid;
}
/*
----------------------------------------
Header
----------------------------------------
*/
/*
----------------------------------------
Navigation
----------------------------------------
*/
/*
----------------------------------------
Content Styles
----------------------------------------
*/
/*
----------------------------------------
Footer
----------------------------------------
*/
/*
----------------------------------------
Misc
----------------------------------------
*/
@media only screen and (min-width: 481px) {
  /*
----------------------------------------
General
----------------------------------------
*/
  .content-wrapper {
    bottom: 25%;
  }
  /*
----------------------------------------
Layout & Grid
----------------------------------------
*/
  /*
----------------------------------------
Links
----------------------------------------
*/
  /*
----------------------------------------
Header
----------------------------------------
*/
  /*
----------------------------------------
Navigation
----------------------------------------
*/
  /*
----------------------------------------
Content Styles
----------------------------------------
*/
  /*
----------------------------------------
Footer
----------------------------------------
*/
  /*
----------------------------------------
Misc
----------------------------------------
*/
}
@media only screen and (min-width: 768px) {
  /*
----------------------------------------
General
----------------------------------------
*/
  a {
    font-size: 1.25em;
  }
  .inner-wrap {
    width: 330px;
    margin-left: -165px;
  }
  h1,
  .h1 {
    font-size: 2.5em;
  }
  h2,
  .h2,
  h3,
  .h3 {
    font-size: 1.25em;
  }
  .content-wrapper {
    bottom: 25%;
  }
  /*
----------------------------------------
Layout & Grid
----------------------------------------
*/
  .onecol {
    width: 5.801104972%;
  }
  /* 4.85%;  } /* grid_1  */
  .twocol {
    width: 14.364640883%;
  }
  /* 13.45%; } /* grid_2  */
  .threecol {
    width: 22.928176794%;
  }
  /* 22.05%; } /* grid_3  */
  .fourcol {
    width: 31.491712705%;
  }
  /* 30.75%; } /* grid_4  */
  .fivecol {
    width: 40.055248616%;
  }
  /* 39.45%; } /* grid_5  */
  .sixcol {
    width: 48.618784527%;
  }
  /* 48%;    } /* grid_6  */
  .sevencol {
    width: 57.182320438000005%;
  }
  /* 56.75%; } /* grid_7  */
  .eightcol {
    width: 65.74585634900001%;
  }
  /* 65.4%;  } /* grid_8  */
  .ninecol {
    width: 74.30939226%;
  }
  /* 74.05%; } /* grid_9  */
  .tencol {
    width: 82.87292817100001%;
  }
  /* 82.7%;  } /* grid_10 */
  .elevencol {
    width: 91.436464082%;
  }
  /* 91.35%; } /* grid_11 */
  .twelvecol {
    width: 99.999999993%;
  }
  /* 100%;   } /* grid_12 */
  .onecol,
  .twocol,
  .threecol,
  .fourcol,
  .fivecol,
  .sixcol,
  .sevencol,
  .eightcol,
  .ninecol,
  .tencol,
  .elevencol,
  .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }
  .first {
    margin-left: 0;
  }
  .last {
    float: right;
  }
  .wrap {
    max-width: 1140px;
  }
  /*
----------------------------------------
Links
----------------------------------------
*/
  /*
----------------------------------------
Header
----------------------------------------
*/
  /*
----------------------------------------
Navigation
----------------------------------------
*/
  /*
----------------------------------------
Content Styles
----------------------------------------
*/
  /*
----------------------------------------
Footer
----------------------------------------
*/
  /*
----------------------------------------
Misc
----------------------------------------
*/
}
@media only screen and (min-width: 1030px) {
  /*
----------------------------------------
General
----------------------------------------
*/
  /*
----------------------------------------
Layout & Grid
----------------------------------------
*/
  /*
----------------------------------------
Links
----------------------------------------
*/
  /*
----------------------------------------
Header
----------------------------------------
*/
  /*
----------------------------------------
Navigation
----------------------------------------
*/
  /*
----------------------------------------
Content Styles
----------------------------------------
*/
  /*
----------------------------------------
Footer
----------------------------------------
*/
  /*
----------------------------------------
Misc
----------------------------------------
*/
}
@media only screen and (min-width: 1240px) {
  /*
----------------------------------------
General
----------------------------------------
*/
  /*
----------------------------------------
Layout & Grid
----------------------------------------
*/
  /*
----------------------------------------
Links
----------------------------------------
*/
  /*
----------------------------------------
Header
----------------------------------------
*/
  /*
----------------------------------------
Navigation
----------------------------------------
*/
  /*
----------------------------------------
Content Styles
----------------------------------------
*/
  /*
----------------------------------------
Footer
----------------------------------------
*/
  /*
----------------------------------------
Misc
----------------------------------------
*/
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
