/*
* Theme Name: Ice Cap
* Description: White, Minimal & Responsive
* Author: Sayanee
* Author URI: http://sayan.ee/
* Version: 1.5
* Tags: one-column, flexible-width, white, custom-header, sticky-post
* License: GNU General Public License v2.0
* License URI: http://www.gnu.org/licenses/gpl-2.0.html

* Browser Compatibility: Latest versions of IE10, Chrome, Opera, Safari, Firefox. IE9 and below are not supported.

* This theme, like WordPress, is licensed under the GPL.
* Use it to make something cool, have fun, and share what you've learned with others.

* Ice Cap WordPress Theme, Copyright 2012 WordPress.org
* Ice Cap is distributed under the terms of the GNU GPL
*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231;
}

body, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

table button, table input {
  *overflow: auto;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}

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-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

body {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#wrapper {
  width: 800px;
  margin: 0 auto;
}

div, ul, li {
  position: relative;
}

br.clear {
  clear: both;
  display: block;
  height: 1px;
  margin: -1px 0 0 0;
}

li#theme-switcher {
  background: #fff;
  border: 10px solid red;
  padding: 20px;
  position: fixed;
  top: 0;
  right: 0;
}

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

::-moz-selection {
  background: #8bc8cf;
  color: #000;
  text-shadow: none;
}

::selection {
  background: #8bc8cf;
  color: #000;
  text-shadow: none;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, small, strong, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-family: "Proxima Nova Regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: black;
}

h1, h2, h3, h4, h5, h6 {
  color: #55afb9;
  font-family: "Quicksand" Helvetica Neue, sans-serif;
  font-weight: normal;
  margin: 30px 0;
}

h1 {
  font-size: 3em;
}

h2 {
  font-size: 2.6em;
}

h3 {
  font-size: 2.4em;
}

h4 {
  font-size: 2.2em;
}

h5 {
  font-size: 1.8em;
}

h6 {
  font-size: 1.5em;
}

blockquote {
  background-color: #DDD;
  margin-left: 20px;
  border-left: 4px solid #666;
}
blockquote p {
  margin-left: 10px;
}

a {
  color: #55afb9;
  text-decoration: none;
}
a:visited {
  color: #55afb9;
}
a:hover {
  color: #55afb9;
  text-decoration: underline;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}

p.edit-post {
  margin: 10px 0;
  clear: both;
}

a:link.post-edit-link, a:visited.post-edit-link, a:hover.post-edit-link, a:active.post-edit-link {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #ddd;
  color: #40929b;
  margin: 10px 0;
  padding: 5px;
}

.gallery-caption {
  color: #888;
  margin: 0 0 12px;
}

.bypostauthor {
  background-color: #eee;
}

p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 1em;
  color: #646464;
}

table tr:nth-child(2n) {
  background-color: #ddd;
}
table td, table th {
  padding: 10px;
  border: 1px solid #999;
}
table th {
  font-weight: bold;
}

dt {
  font-weight: bold;
}

dd {
  padding-left: 50px;
}

input {
  clear: both;
  width: 50%;
  height: 25px;
  margin: 0px;
  border: 1px solid #dadada;
  font-family: "Quicksand" Helvetica Neue, sans-serif;
  font-size: 1em;
}

textarea {
  clear: both;
  width: 50%;
  height: 150px;
  margin: 0px;
  border: 1px solid #dadada;
  font-family: "Quicksand" Helvetica Neue, sans-serif;
  font-size: 1em;
}

textarea:focus, input:focus {
  border: 1px solid #9dd1d7;
  outline: none;
}

input[type="submit"] {
  width: 50%;
  background-color: #e7e7e7;
  color: #646464;
  font-family: "Quicksand" Helvetica Neue, sans-serif;
  font-size: 1.3em;
  height: 40px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: #979797 2px 2px 3px;
  -moz-box-shadow: #979797 2px 2px 3px;
  box-shadow: #979797 2px 2px 3px;
}

label {
  display: block;
  font-family: "Quicksand" Helvetica Neue, sans-serif;
  margin: 0;
  padding: 0;
  width: 20%;
}

span.required {
  display: none;
}

textarea:focus, input:focus {
  border: 1px solid #9dd1d7;
  outline: none;
}

header h1 {
  font-size: 6em;
  text-align: center;
  margin: 0;
}
header h1 a:link, header h1 a:visited, header h1 a:hover, header h1 a:active {
  text-decoration: none;
  font-weight: lighter;
  font-family: "Quicksand" Helvetica Neue, sans-serif;
}
header h2 {
  color: #646464;
  font-family: 'Quicksand', sans-serif;
  font-size: 1.5em;
  margin: 10px;
  text-align: center;
}

#topimage {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
#topimage img {
  margin: 0px;
}

.menu, .menu-header {
  clear: both;
  background-color: #7e7e7e;
  margin-top: 30px;
  padding: 1%;
  font-size: 1.5em;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.menu li, .menu-header li {
  margin: 5px;
  display: inline;
}
.menu li:hover a, .menu-header li:hover a {
  background-color: white;
  color: #7e7e7e;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.menu a, .menu-header a {
  color: #e4e4e4;
  display: inline-block;
  font-family: 'Quicksand', sans-serif;
  font-weight: lighter;
  line-height: 1.5em;
  text-decoration: none;
  margin: 5px;
  padding: 2px 5px;
}
.menu a:hover, .menu-header a:hover {
  text-decoration: none;
  background-color: white;
  color: #7e7e7e;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.children {
  background: #fff;
  list-style: none;
  position: absolute;
  left: -9999px;
  top: 35px;
  z-index: 100000;
  margin: -8px 0 0 5px;
  display: block;
}

.children li {
  padding: 0;
  margin: 0;
  float: none;
}

.children a {
  white-space: nowrap;
}

.children ul {
  margin-left: 0;
  border: none;
}

.menu li:hover ul.children {
  left: 0;
}

.menu li:hover a {
  text-decoration: none;
}

.menu li:hover ul a {
  text-decoration: none;
}

.menu li:hover ul li a:hover {
  text-decoration: underline;
}

article {
  clear: both;
  display: block;
  margin: 40px 0px;
  width: 100%;
}
article side {
  color: #646464;
  display: block;
  float: left;
  font-weight: normal;
  padding: 0% 1%;
  width: 23%;
}
article side #circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #d7d7d7;
  font-family: "Quicksand" Helvetica Neue, sans-serif;
  font-size: 2em;
  height: 65px;
  width: 65px;
  margin-top: 0%;
  margin-bottom: 15%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
article side #circle div {
  padding: 25%;
}
article side date {
  font-family: "Quicksand" Helvetica Neue, sans-serif;
  display: block;
  text-align: center;
  font-size: 1em;
  width: 60%;
  margin: 0 auto;
  font-size: 1.3em;
}
article side list {
  display: block;
  text-align: center;
  width: 60%;
  margin: 10px auto;
  font-size: 1em;
}
article side a {
  color: black;
  font-family: "Quicksand" Helvetica Neue, sans-serif;
}
article side a:hover {
  color: #55afb9;
  text-decoration: none;
}
article post {
  display: block;
  float: right;
  width: 75%;
  /* 600px = 800*0.75 */
}
article post .sticky {
  background: #fff9c0;
  border-top: 3px solid #d9d4a3;
  border-bottom: 1px solid #D9D4A3;
  padding: 1.7em;
  margin-bottom: 30px;
}
article post li {
  margin-left: 30px;
}
article post h4 {
  margin: 0 0 30px 0;
}
article post h4 a {
  font-family: "Quicksand" Helvetica Neue, sans-serif;
  color: #646464;
  font-weight: normal;
}
article post h4 a:visited, article post h4 a:link {
  color: #55afb9;
  text-decoration: none;
}
article post h4 a:hover, article post h4 a:active {
  color: #55afb9;
  text-decoration: underline;
}
article post p {
  font-family: "Proxima Nova Regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: black;
}
article post p a:link, article post p a:visited {
  color: #40929b;
  text-decoration: none;
}
article post p a:hover, article post p a:active {
  text-decoration: underline;
}

nav {
  clear: both;
  height: 40px;
  width: 100%;
  padding: 0px 0;
  text-align: center;
}
nav a {
  color: #55afb9;
  text-decoration: none;
}
nav a:visited {
  color: #55afb9;
}
nav a:hover {
  color: #55afb9;
  text-decoration: underline;
}
nav prev, nav next {
  display: block;
  background-repeat: no-repeat;
  height: 45px;
  width: 45px;
  float: left;
}
nav prev img, nav next img {
  margin: 0;
}
nav prev a {
  display: block;
  background: url(images/prev.png) no-repeat;
  height: 45px;
  width: 45px;
}
nav next a {
  display: block;
  background: url(images/next.png) no-repeat;
  height: 45px;
  width: 45px;
}
nav #button {
  width: 100px;
  margin: -70px auto 0 auto;
}

line {
  display: block;
  width: 100%;
  height: 4px;
  background-color: #dadada;
  clear: both;
  margin: 45px 0;
}

sidebar {
  clear: both;
  width: 100%;
  margin: 20px 0;
}
sidebar h3, sidebar label {
  margin: 0 0 15px 0;
  font-family: "Quicksand" Helvetica Neue, sans-serif;
  color: #646464;
  font-size: 1em;
}
sidebar ul.xoxo {
  width: 100%;
  list-style-type: none;
}
sidebar ul.xoxo a {
  color: #55afb9;
  text-decoration: none;
}
sidebar ul.xoxo a:visited {
  color: #55afb9;
}
sidebar ul.xoxo a:hover {
  color: #55afb9;
  text-decoration: underline;
}
sidebar ul.xoxo li {
  width: 30%;
  float: left;
  margin-left: 0;
  margin-right: 5%;
  margin-bottom: 5%;
  font-size: 2em;
}
sidebar ul.xoxo li:nth-child(3n) {
  margin-right: 0%;
}
sidebar ul.xoxo li ul {
  width: 100%;
}
sidebar ul.xoxo li ul li {
  font-size: 0.6em;
  width: 100%;
  margin: 0 0 0 2px;
  list-style: none;
  text-align: left;
}
sidebar ul.xoxo li input[type="text"]#s {
  width: 100%;
  font-size: 0.7em;
  padding: 0.2em;
}

#wp-calendar {
  font-size: 0.5em;
}
#wp-calendar td {
  padding: 5px;
}

sidebar ul.menu li {
  line-height: 19px;
}
sidebar ul.menu a:link, sidebar ul.menu a:visited, sidebar ul.menu a:hover, sidebar ul.menu a:active {
  font-family: "Proxima Nova Regular", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 19px;
  text-align: left;
}

.gallery dl {
  float: left;
  width: 150px;
  height: 150px;
  margin: 0 10px 10px 0;
  overflow: hidden;
}

comments {
  display: block;
  width: 100%;
  clear: both;
}
comments #comments-nav {
  display: block;
  clear: both;
  width: 100%;
  margin: 20px 0px;
}
comments #comments-nav a {
  color: #55afb9;
}
comments #comments-nav a:hover {
  text-decoration: underline;
}
comments #comments-nav a:visited {
  color: #55afb9;
}
comments ul, comments ol, comments li {
  clear: both;
  padding: 0px;
}
comments .commentlist {
  display: block;
  width: 100%;
  margin: 20px 0px;
  overflow: hidden;
}
comments .commentlist comment {
  display: block;
  margin: 20px 0px;
  padding: 0;
}
comments .commentlist .comment-author {
  display: block;
  width: 25%;
  padding: 0;
  float: left;
}
comments .commentlist .comment-author .comment-meta {
  text-align: center;
  line-height: 15px;
  margin-top: 5px;
  font-size: 1em;
}
comments .commentlist .comment-author .comment-meta a {
  font-family: "Quicksand" Helvetica Neue, sans-serif;
  color: #646464;
  text-decoration: none;
}
comments .commentlist .comment-author .comment-meta a:hover {
  color: #55afb9;
}
comments .commentlist .comment-author .avatar {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
comments .commentlist .comment-content {
  padding: 0px;
  float: left;
  width: 70%;
}
comments .commentlist .comment-content p {
  color: black;
}
comments .commentlist .comment-content h6 {
  font-size: 1.2em;
  color: #55afb9;
  text-decoration: none;
  font-style: italic;
  margin-bottom: 20px;
}
comments .commentlist .comment-content .comment-reply-link {
  margin-top: 20px;
  font-size: 0.9em;
}
comments .commentlist .comment-content .comment-reply-link a {
  color: #55afb9;
}
comments .commentlist .comment-content .comment-reply-link a:visited {
  color: #55afb9;
}
comments .commentlist .comment-content .comment-reply-link a:hover {
  text-decoration: underline;
}
comments .commentlist .comment-content ul > li > ul > li {
  margin-left: 15px;
}
comments .commentlist .comment-content ol > li > ol > li {
  margin-left: 15px;
}
comments .commentlist .children li {
  margin: 0px 0 0 30px;
  padding: 10px;
}
comments .commentlist .depth-2 {
  background-color: #f7f7f7;
}
comments .commentlist .depth-3 {
  background-color: #f0f0f0;
}
comments .commentlist .depth-4 {
  background-color: #e8e8e8;
}
comments .commentlist .depth-5 {
  background-color: #e0e0e0;
}

.pingback p {
  clear: both;
}

#respond {
  display: block;
  width: 100%;
  clear: both;
}
#respond h3 {
  font-size: 2em;
  margin-bottom: 20px;
  color: #646464;
  font-family: "Quicksand" Helvetica Neue, sans-serif;
}

footer {
  text-align: right;
  margin: 30px auto;
  width: 100%;
}
footer p {
  font-family: "Quicksand" Helvetica Neue, sans-serif;
  margin: -30px 0 0 0;
}

.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.ir br {
  display: none;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 800px) {
  #wrapper {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  #wrapper {
    width: 90%;
  }
  #wrapper header h1 {
    font-size: 3em;
  }
  #wrapper header .menu {
    font-size: 1.2em;
  }
  #wrapper article side {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 10%;
  }
  #wrapper article side #circle {
    margin: 0;
    float: left;
    margin-right: 5%;
  }
  #wrapper article side date {
    width: 70%;
    float: left;
    text-align: left;
    font-size: 1.2em;
    padding: 0 0 10px 7px;
  }
  #wrapper article side list {
    text-align: left;
  }
  #wrapper article post {
    width: 100%;
  }
  #wrapper article post h4 {
    font-size: 2em;
  }
  #wrapper article post p {
    font-size: 1em;
  }
  #wrapper article #circle {
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
    border-radius: 32px;
  }
  #wrapper sidebar ul.xoxo li {
    width: 100%;
    float: left;
  }
  #wrapper comments .commentlist .comment-content {
    margin-left: 2%;
  }
  #wrapper comments .commentlist .comment-content h6 {
    font-size: 1em;
  }
  #wrapper #respond textarea, #wrapper #respond input[type="text"], #wrapper #respond input[type="url"], #wrapper #respond input[type="email"], #wrapper #respond input[type="submit"] {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #wrapper article side date {
    padding-top: 6%;
  }
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  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;
  }
}
