/*
Original concept for the CSS by Caroline Moore. Theme Name: Spun
Theme URI: http://carolinethemes.com/2012/11/04/spun/
Author: Caroline Moore
Author URI: http://carolinemoore.net/
Description: It's all about your content -- pure and simple.
Version: 1.07
License: GNU General Public License
License URI: license.txt
Tags: light, one-column, fixed-width, white, gray, custom-menu, custom-background, custom-header, flexible-header, rtl-language-support, translation-ready

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.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align:top;
}
html {
	/* font-size: 62.5%; */ /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ul,ol,li {
	/*list-style: none;
	list-style-type: none;*/
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}

/* Fonts
----------------------------------------------- */

@font-face
{
font-family: Cabin;
src: url(Cabin-Regular.otf);
}

.Cabin
{
font-family:Cabin;
}

@font-face
{
font-family: Roboto;
src: url(Roboto-Regular-webfont.woff);
}

.Roboto
{
font-family:Roboto;
}


/* =Global
----------------------------------------------- */

body {
	background: #ffffff;
}
button,
input,
select,
textarea {
	color: #666;
	/* font-family: Baskerville, "Playfair Display", "Times New Roman", serif; */
	/* font-family: Quicksand, Arial, Helvetica, sans-serif; */
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1.6em;
	font-weight: 300;
	line-height: 15px;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	/* font-family: Baskerville, "Playfair Display", "Times New Roman", serif; */
	/* font-family: Quicksand, Arial, Helvetica, sans-serif; */
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-weight:bold;
	/* font-style: italic; */
	margin: 5px 0px 5px 0px;
	color: #666666;
	
}
h1 {
	font-size: 28px;
	font-size: 2.8em;
	line-height: 10px;
}
h2 {
	font-size: 22px;
	font-size: 2.2em;
}
h3 {
	font-size: 18px;
	font-size: 1.8em;
}
h4 {
	font-size: 12px;
	font-size: 1.2em;
}
h5 {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	/* -webkit-text-stroke: .35px; /* Hack to fix thin text in Windows */
	font-size: 11px;
	font-size: 1.1em;
	font-style: normal;
	text-transform: uppercase;
}
h6 {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	/* -webkit-text-stroke: .35px; /* Hack to fix thin text in Windows */
	font-size: 10px;
	font-size: 1.0em;
	font-style: normal;
	text-transform: uppercase;
}
hr {
	background-color: #999999;
	border: 0;
	height: 2px;
	margin-bottom: 0.5em;
}

/* Text elements */
::selection {
	background-color: #444;
	color: #fff;
}
p {
	/* margin-bottom: 10px; */
}

dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
cite {
	font-size: 12px;
	font-style: normal;
	text-transform: uppercase;
}
blockquote {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	/* font-family: Baskerville, "Playfair Display", "Times New Roman", serif; */
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-style: italic;
	margin: 1.5em 0;
	padding: 1em 1.5em;
}
blockquote p {
	margin: 0;
}
blockquote cite {
	clear: both;
	float: right;
	font-size: 12px;
	font-size: 1.2rem;
	font-style: normal;
	text-transform: uppercase;
}
address {
	font-style: italic;
	margin: 0 0 1.5em;
}
pre {
	background: #fafafa;
	border: 1px dashed #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 16px;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	background: #fafafa;
	border: 1px dashed #eee;
	font: 14px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #aee6f8;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0px;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 90%;
	/* margin: 0 0 1.5em; */
	width: 100%;
}
td {
	/* border-bottom: 1px solid #eee; */
	/* padding: 5px 10px; */
}
th {
	/* border-bottom: 1px solid #eee; */
	font-size: 16px;
	font-size: 1.6rem;
	/* padding: 5px 10px; */
	text-transform: uppercase;
}
tr:hover {
	/* background: rgba(0,0,0,.01); */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #336699;
	border: 0 none;
	/* border-radius: 50px; */
	color: #fff;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 10px;
	margin: 0;
	padding: .65em 1em;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #003366;
	color: #fafafa;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {

}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
input[type=password],
input[type=email],
textarea {
	color: #666;
	border: 1px solid #003366;
	border-radius: 3px;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus {
	color: #999;
}
input[type=text],
input[type=email],
input[type=password] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

.large_button{
	background: #336699;
	border: 0 none;
	/* border-radius: 50px; */
	color: #ffffff;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	font-size: 12px;
	/* font-size: 1.2rem; */
	line-height: 10px;
	margin: 0;
	padding: .65em 1em;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

.small_button{
	background: #336699;
	border: 0 none;
	/* border-radius: 50px; */
	color: #ffffff;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	font-size: 10px;
	/* font-size: 1.0rem; */
	line-height: 8px;
	margin: 0;
	padding: 8px 10px;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}




/* Links */
a {
	color: #607960;
	text-decoration: underline;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}
a:visited {
	color: #333;
}
a:hover,
a:focus,
a:active {
	color: #999;
	text-decoration: none;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}
/* Media */

#soundsize1 {
	width: 250px;
	display: block;
	margin:20px;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-top: 1.5em;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-top: 1.5em;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 1.5em auto;
	text-align:center;
}
.row {
  width: 100%;
  max-width: 800px;
  background-color: #ffffff;
  
}
.col1, .col2, .col3 {
	float: left;
	min-height: 1px;
	width: 31.25%;
	max-width: 250px;
	text-align:left;
	background-color: #ffffff;
	/* padding:10px; */
	padding:0px 10px 0px 10px;
	margin: 30px 0px 30px 0px;
}
.row_border
 {
	width: 100%;
	max-width: 800px;
	background-color: #ffffff;
	border-style:solid;
	border-width:2px;
	border-color:#999999;
 } 
.col1_border, .col2_border, .col3_border {
	float: left;
	min-height: 1px;
	width: 31.25%;
	max-width: 250px;
	text-align:left;
	background-color: #ffffff;
	border-style:ridge;
	border-width:3px;
	border-color:#000000;
}

.head_col_single {
	float: left;
	min-height: 1px;
	width: 100%;
	max-width: 800px;
	text-align:center;
	background-color: #ffffff;
	
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.head_sub_col1 {
	float: left;
	min-height: 1px;
	width: 100%;
	max-width: 530px;
	text-align:left;
	background-color: #ffffff;
	padding:0px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
}
.head_sub_col2 {
	float: left;
	min-height: 1px;
	width: 16.85%;
	max-width: 130px;
	text-align:right;
	background-color: #ffffff;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #003366;
}

.body_left_col_single_shell {
	float: left;
	min-height: 1px;
	/* width: 67.5%; */
	width: 98%; /* On safari, 100% runs off the right side of the screen, so we pull this back a couple % points. */
	/* max-width: 540px; */
	max-width: 790px;
	text-align:left;
	background-color: #ffffff;
	margin: 30px 5px 20px 5px;
	padding: 0px 0px 0px 0px;
	/* padding: 0px 5px 0px 5px; */
}

.body_left_col_single {
	float: left;
	min-height: 1px;
	width: 100%;
	/* max-width: 520px; */
	max-width: 800px;
	text-align:left;
	background-color: #ffffff;
	/* margin: 5px 15px 0px 0px; */
	margin: 0px 0px 0px 0px;
	
}

.body_left_col_double {
	float: left;
	min-height: 1px;
	width: 45%;
	max-width: 390px;
	text-align:left;
	background-color: #ffffff;
	/* margin: 5px 15px 0px 0px; */
	/* padding: 5px 15px 0px 0px; */
	padding:0px 0px 0px 0px;
	margin: 0px 5px 20px 5px;
	
}

.body_left_col_triple {
	float: left;
	min-height: 1px;
	width: 30%;
	max-width: 160px;
	text-align:left;
	background-color: #ffffff;
	margin: 5px 10px 0px 0px;
}
.body_right_sidebar {
	float: left;
	min-height: 1px;
	width: 28.5%;
	max-width: 228px;
	text-align:left;
	background-color: #ffffff;
	margin: 30px 0px 20px 0px;
	padding: 0px 15px 0px 15px;
	border-width:1px;
	border-style:solid;
	border-color:#999999;
}
.foot_col_single {
	float: left;
	min-height: 1px;
	width: 100%;
	max-width: 800px;
	text-align:center;
	background-color: #ffffff;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.foot_sub_col1 {
	float: left;
	min-height: 1px;
	width: 100%;
	/* width: 51.25%; */
	
	/* max-width: 410px; */
	max-width: 800px;
	text-align:left;
	background-color: #ffffff;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003366;
}
.foot_sub_col2 {
	float: left;
	min-height: 1px;
	width: 50%;
	max-width: 400px;
	text-align:left;
	background-color: #ffffff;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003366;
}

.foot_sub_col3 {
	float: left;
	min-height: 1px;
	width: 33%;
	max-width: 266px;
	text-align:left;
	background-color: #ffffff;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003366;
}

.foot_sub_col4 {
	float: left;
	min-height: 1px;
	width: 25%;
	max-width: 200px;
	text-align:left;
	background-color: #ffffff;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003366;
}
 

.clear {
  border: none;
  clear: both;
  background-color: #ffffff;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}



/* Navigation (multi)
----------------------------------------------- */
/* Primary menu
----------------------------------------------- */

#nav {
	margin:auto;
	width:100%;
	/* padding: 12px 12px 12px 12px; */
	/* padding: 6px 6px 6px 6px; */
	padding: auto;
	/* background: #336699 url(../visual/gradient.png) repeat-x 0 -120px; */
	background: #336699;
	line-height: 100%;
	/* font-family: Baskerville, "Playfair Display", "Times New Roman", serif; */
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	list-style: none;
	list-style-type: none;
	
	border-style:none;
	/* border-style:solid; */
	/* border-width:2px; */
	/* border-color:#000000; */
	
	/* border-radius: 2em; */
	/* -webkit-border-radius: 2em; */
	/* -moz-border-radius: 2em; */

	/* -webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4); */
	/* -moz-box-shadow: 0 1px 3px rgba(0,0,0, .4); */
}
#nav li {
	/* margin: 0 5px;
	padding: 0 0 8px; */
	margin: 0;
	padding:0;
	float: left;
	position: relative;
	list-style: none; 
	list-style-type: none;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}


/* main level link */
#nav a {
	font-weight: bold;
	color: #ffffff; /* First level of menu text colour. */
	
	text-decoration: none;
	display: block;
	padding:  12px 20px 12px 20px;
	margin: 0;
	list-style: none;
	list-style-type: none;
	
	/* border-style:solid; */
	/* border-width:2px; */
	/* border-color:#000000; */
	
	/* border-radius: 2em; */
	/* -webkit-border-radius: 2em; */
	/* -moz-border-radius: 2em; */
	/* -webkit-border-radius: 1.6em; */
	/* -moz-border-radius: 1.6em; */
	
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
}
#nav a:hover{
	background: #336699;
	color: #FFFFFF;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	/* background: #003366 url(../visual/gradient.png) repeat-x 0 -120px; */
	background: #003366;
	color: #ffffff;
	/* border-top: solid 1px #003366; */
	list-style: none;
	list-style-type: none;
	visibility: visible;
	
	border-style:none;
	/* border-style:solid; */
	/* border-width:2px; */
	/* border-color:#000000; */
	
	/* border-radius: 2em; */
	/* -webkit-border-radius: 2em; */
	/* -moz-border-radius: 2em; */
	
	/* -webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2); */
	/* -moz-box-shadow: 0 1px 1px rgba(0,0,0, .2); */
	/* box-shadow: 0 1px 1px rgba(0,0,0, .2); */

	/* text-shadow: 0 1px 0 rgba(255,255,255, 1); */
	
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #ffffff;
	list-style: none;
	list-style-type: none;
	visibility: visible;
		
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	
	text-align: left;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

#nav ul a:hover {
	/* background: #003366 url(../visual/gradient.png) repeat-x 0 -220px !important; */
	background: #003366 !important;
	color: #ffffff !important;
	font-weight: bold;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style: none;
	list-style-type: none;
	visibility: visible;
	
	border-style:none;
	/* border-style:solid; */
	/* border-width:2px; */
	/* border-color:#000000; */
	
	/* border-radius: 2em; */
	/* -webkit-border-radius: 2em; */
	/* -moz-border-radius: 2em; */
	
	/* -webkit-border-radius: 0; */
	/* -moz-border-radius: 0; */

	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#nav li:hover > ul {
	display: block;
	list-style: none;
	list-style-type: none;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

/* level 2 list */
#nav ul {
	display: none;
	margin: 0;
	padding: 0;
	/* width: 260px; */
	width: 100%;
	position: absolute;
	top: 35px;
	left: 0;
	/* background: #336699 url(../visual/gradient.png) repeat-x 0 -120px; */
	background: #336699;
	/* border: solid 1px #336699; */
	list-style: none;
	list-style-type: none;
	
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	border-style:none;
	/* border-style:solid; */
	/* border-width:2px; */
	/* border-color:#000000; */
	
	/* border-radius: 2em; */
	/* -webkit-border-radius: 2em; */
	/* -moz-border-radius: 2em; */
	
	/* -webkit-border-radius: 10px; */
	/* -moz-border-radius: 10px; */
	/* border-radius: 10px; */

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

#nav ul a {
	font-weight: normal;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-shadow: 0 1px 0 #fff;
	list-style: none;
	list-style-type: none;
}

/* level 3+ list */
#nav ul ul {
	left: 261px;
	top: -3px;
	list-style: none;
	list-style-type: none;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	/* -webkit-border-top-left-radius: 2em; */
	/* -moz-border-radius-topleft: 2em; */

	/* -webkit-border-top-right-radius: 2em; */
	/* -moz-border-radius-topright: 2em; */
	
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	list-style: none;
	list-style-type: none;
}
#nav ul li:last-child > a {
	/* -webkit-border-bottom-left-radius: 2em; */
	/* -moz-border-radius-bottomleft: 2em; */

	/* -webkit-border-bottom-right-radius: 2em; */
	/* -moz-border-radius-bottomright: 2em; */
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	list-style: none;
	list-style-type: none;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	/* visibility: hidden; */ 
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}




/* =Layout
----------------------------------------------- */

#page {
	/* background: #fff; */
	background: #ffffff;
	margin: 0 auto;
	padding: 0 50px;
	width: 100%;
}
.single #primary,
.page #primary,
.search-no-results #primary,
.error404 #primary {
	clear: both;
	margin: 0 auto;
	width: 100%;
}
#secondary {
	clear: both;
	display: none;
	padding: 50px 0;
}
#colophon {
	color: #eee;
	clear: both;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	-webkit-text-stroke: .35px; /* Hack to fix thin text in Windows */
	font-size: 12px;
	font-size: 1.2rem;
	padding: 100px 0 50px;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}
#colophon a {
	color: #eee;
}
#colophon:hover a {
	color: #999;
}


/* =Header
----------------------------------------------- */

#masthead {
	clear: both;
	display: block;
	min-height: 30px;
	opacity: .2;
	padding: 30px 0;
	position: relative;
	transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	width: 100%;
}
#masthead:hover {
	opacity: 1;
	transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
}
#masthead:before,
#masthead:after {
	content: "";
	display: table;
}
#masthead:after {
	clear: both;
}
#masthead img {
	float: left;
	margin-right: 1em;
	width: auto;
	max-height: 75px;
}
#masthead hgroup {
	color: #999;
	float: left;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	position: relative;
	text-transform: uppercase;
	width: 25%;
}
#masthead hgroup a {
	transition: color .5s ease-in-out;
	-webkit-transition: color .5s ease-in-out;
	-moz-transition: color .5s ease-in-out;
	-o-transition: color .5s ease-in-out;
}
.site-description {
	background: #444;
	border-radius: 180px;
	color: #999;
	display: none;
	float: left;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 10px;
	margin: 10px;
	padding: 20px;
	width: 17.5%;
	height: 140px;
	text-align: center;
	word-wrap: break-word;
}
.site-title {
	/* font-family: Baskerville, "Playfair Display", "Times New Roman", serif; */
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-style: italic;
	font-weight: normal;
	line-height: 10px;
	margin: 0;
	text-transform: none;
}
.site-title a {
	color: #999;
}

/* =Homepage
----------------------------------------------- */

#primary {
	padding: 0;
	width: 100%;
}
#primary:before,
#primary:after,
#content:before,
#content:after,
#main:before,
#main:after {
	content: "";
	display: table;
}
#primary:after,
#content:after,
#main:after {
	clear: both;
}
.hentry {
	background: #fff;
	float: left;
	margin: 10px;
	padding: 0;
	position: relative;
	table-layout:fixed;
	width: 22.5%;
	height: 180px;
}
.blog .hentry,
.archive .hentry,
.search .hentry {
	background: transparent;
}
.blog .hentry a,
.archive .hentry a,
.search .hentry a {
	display: block;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.blog .hentry a .attachment-post-thumbnail,
.archive .hentry a .attachment-post-thumbnail,
.search .hentry a .attachment-post-thumbnail {
	border-radius: 180px;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-webkit-filter: grayscale(1); /* Older versions of webkit */
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%); /* IE 10 */
	filter: gray; /* IE 9 */
	filter: url('inc/desaturate.svg#greyscale'); /* Firefox */
	opacity: .8;
	-webkit-opacity: .8;
	-moz-opacity: .8;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.blog .hentry a:hover img,
.archive .hentry a:hover img,
.search .hentry a:hover img {
	border-radius: 180px;
	filter: none;
	-webkit-filter: none;
	-moz-filter: none;
	-o-filter: none;
	-ms-filter: none;
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	width: 100%;
	height: 100%;
}
.hentry.no-thumbnail {
	background: #eee;
	border-radius: 180px;
	overflow: hidden;
	transition: background .4s ease-in-out;
	-webkit-transition: background .4s ease-in-out;
	-moz-transition: background .4s ease-in-out;
	-o-transition: background .4s ease-in-out;
	word-wrap: break-word;
	width: 22.5%;
	max-width: 180px;
	height: 180px;
	max-height: 180px;
}
.hentry.no-thumbnail span {
	color: #fafafa;
	display: table-cell;
	/* font-family: Baskerville, "Playfair Display", "Times New Roman", serif; */
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-size: 3.2rem;
	font-style: italic;
	line-height: 32px;
	overflow: hidden;
	text-align: center;
	transition: background .4s ease-in-out;
	-webkit-transition: background .4s ease-in-out;
	-moz-transition: background .4s ease-in-out;
	-o-transition: background .4s ease-in-out;
	-ms-transition: background .4s ease-in-out;
	vertical-align: middle;
	word-wrap: break-word;
	width: 22.5%;
	height: 180px;
}
.hentry.no-thumbnail:hover {
	background: #444;
	color: #fff;
	transition: background .4s ease-in-out;
	-webkit-transition: background .4s ease-in-out;
	-moz-transition: background .4s ease-in-out;
	-o-transition: background .4s ease-in-out;
	-ms-transition: background .4s ease-in-out;
}


/* =Animation
----------------------------------------------- */
.animate{
/* width:100px; */
/* height:100px; */
/* background:red; */
/* position:relative; */
position:relative;
max-width: 800px;
/* left:275px; */
/* left: 100%; */
text-align: right;
margin: 10px 0px 10px 0px;
/* animation:mymove 5s infinite; */
/* -webkit-animation:mymove 5s infinite; */ /* Safari and Chrome */

animation:mymove 2s;
-webkit-animation:mymove 2s; /* Safari and Chrome */
}

@keyframes mymove
{
/* from {left:1600px;}
to {left:275px;} */
from {left:100%;}
to {left:0%;}
}

@-webkit-keyframes mymove /* Safari and Chrome */
{
/*from {left:1600px;}
to {left:275px;} */
from {left:100%;}
to {left:0%;}
}

.moveacross1
{
position:relative;
/* left:640px; */
text-align: right;
top:10px;

/* width:160px; */
width: 20%;
height:10px;
background:#336699;
animation:slide1 2.5s;
-webkit-animation:slide1 2.5s; /* Safari and Chrome */
}

@keyframes slide1
{
/* from {left:1600px;}
to {left:640px;} */
from {left:100%;}
to {left:0%;}
}

@-webkit-keyframes slide1 /* Safari and Chrome */
{
/* from {left:1600px;}
to {left:640px;} */
from {left:100%;}
to {left:0%;}
}

.moveacross2
{
position:relative;
/* left:480px; */
text-align: right;
top:10px;

/* width:320px; */
width: 40%;
height:10px;
background:#336699;
animation:slide2 2s;
-webkit-animation:slide2 2s; /* Safari and Chrome */
}

@keyframes slide2
{
/* from {left:1600px;}
to {left:480px;} */
from {left:100%;}
to {left:0%;}
}

@-webkit-keyframes slide2 /* Safari and Chrome */
{
/* from {left:1600px;}
to {left:480px;} */
from {left:100%;}
to {left:0%;}

}

.moveacross3
{
position:relative;
/* left:320px; */
text-align: right;
top:10px;

/* width:480px; */
width:60%;
height:10px;
background:#336699;
animation:slide3 1.5s;
-webkit-animation:slide3 1.5s; /* Safari and Chrome */
}

@keyframes slide3
{
/* from {left:1600px;}
to {left:320px;} */
from {left:100%;}
to {left:0%;}
}

@-webkit-keyframes slide3 /* Safari and Chrome */
{
/* from {left:1600px;}
to {left:320px;} */
from {left:100%;}
to {left:0%;}
}

.moveacross4
{
position:relative;
/* left:160px; */
text-align: right;
top:10px;

/* width:640px; */
width:80%;
height:10px;
background:#336699;
animation:slide4 1s;
-webkit-animation:slide4 1s; /* Safari and Chrome */
}

@keyframes slide4
{
/* from {left:1600px;}
to {left:160px;} */
from {left:100%;}
to {left:0%;}
}

@-webkit-keyframes slide4 /* Safari and Chrome */
{
/* from {left:1600px;}
to {left:160px;} */
from {left:100%;}
to {left:0%;}
}

.moveacross5
{
position:relative;
/* left:0px; */
text-align: right;
top:10px;

/* width:800px; */
width:100%;
height:10px;
background:#336699;
animation:slide5 .5s;
-webkit-animation:slide5 .5s; /* Safari and Chrome */
}

@keyframes slide5
{
/* from {left:1600px;}
to {left:0px;} */
from {left:100%;}
to {left:0%;}
}

@-webkit-keyframes slide5 /* Safari and Chrome */
{
/* from {left:1600px;}
to {left:0px;} */
from {left:100%;}
to {left:0%;}
}



#tile_wiggle_up_down
{
/* width:100px; */
/* height:100px; */
/* background:red; */
position:relative;
animation:wiggle_up_down 1s infinite;
-webkit-animation:wiggle_up_down 1s infinite; /*Safari and Chrome*/
}

@keyframes wiggle_up_down
{
from {top:2px;}
to {top:0px;}
}

@-webkit-keyframes wiggle_up_down /*Safari and Chrome*/
{
from {top:2px;}
to {top:0px;}
}


#tile_wiggle_down_up
{
/* width:100px; */
/* height:100px; */
/* background:red; */
position:relative;
animation:wiggle_down_up 1s infinite;
-webkit-animation:wiggle_down_up 1s infinite; /*Safari and Chrome*/
}

@keyframes wiggle_down_up
{
from {top:0px;}
to {top:2px;}
}

@-webkit-keyframes wiggle_down_up /*Safari and Chrome*/
{
from {top:0px;}
to {top:2px;}
}




#tile_wiggle_left_right
{
/* width:100px; */
/* height:100px; */
/* background:red; */
position:relative;
animation:wiggle_left_right 1s infinite;
-webkit-animation:wiggle_left_right 1s infinite; /*Safari and Chrome*/
}

@keyframes wiggle_left_right
{
from {left:2px;}
to {left:0px;}
}

@-webkit-keyframes wiggle_left_right /*Safari and Chrome*/
{
from {left:2px;}
to {left:0px;}
}


#tile_wiggle_right_left
{
/* width:100px; */
/* height:100px; */
/* background:red; */
position:relative;
animation:wiggle_right_left 1s infinite;
-webkit-animation:wiggle_right_left 1s infinite; /*Safari and Chrome*/
}

@keyframes wiggle_right_left
{
from {left:0px;}
to {left:2px;}
}

@-webkit-keyframes wiggle_right_left /*Safari and Chrome*/
{
from {left:0px;}
to {left:2px;}
}


/* =Content
----------------------------------------------- */

.sticky {
}
.single .hentry,
.error404 .hentry,
.page .hentry,
.search-no-results .no-results {
	margin: 0 0 1.5em;
	padding: 70px 50px;
	width: 700px;
	height: auto;
	z-index: 10;
}
.entry-meta {
	clear: both;
	color: #999;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	-webkit-text-stroke: .35px; /* Hack to fix thin text in Windows */
	font-size: 12px;
	font-size: 1.2rem;
	margin: 50px 0 0;
	opacity: .3;
	text-transform: uppercase;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}
.entry-meta a {
	color: #999;
}
.entry-meta:hover {
	opacity: 1;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}
.post-date,
.cat-links,
.tags-links {
	display: block;
	max-width: 90%;
}
.byline {
	display: none;
}
.entry-title,
.entry-title a {
	color: #444;
	/* font-family: Baskerville, "Playfair Display", "Times New Roman", serif; */
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-size: 3.2rem;
	font-style: italic;
	line-height: 10px;
	margin: 0 0 20px 0;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	color: #000000;
	/* font-family: Baskerville, "Playfair Display", "Times New Roman", serif; */
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 300;
	/* margin: 1.5em 0 0; */
	/* padding: 0px 35px 0px 15px; */
}
.content-lists  ul, ol, li{
	color: #000000;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 300;
	margin: 0px 35px 0px 35px;
	padding: 0px 0px 0px 0px;
}
.page-links {
	clear: both;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 2em 0;
	text-transform: uppercase;
}
.page-links span.active-link,
.page-links a span.active-link {
	background: #eee;
	border-radius: 17px;
	color: #fff;
	display: inline-block;
	margin: 0 3px 3px 0;
	padding: 5px;
	text-align: center;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	width: 17px;
	height: 17px;
}
.page-links a:hover span.active-link,
.page-links span.active-link {
	background: #444;
	color: #fff;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}
.edit-link {
	clear: both;
	display: block;
}
.edit-link a {
	color: #999;
	font-size: 12px;
	text-transform: uppercase;
}
.page-header h1 {
	background: #444;
	border-radius: 180px;
	color: rgba(255,255,255,.13);
	display: block;
	float: left;
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 16px;
	margin: 10px;
	padding: 70px 20px 0;
	width: 140px;
	height: 110px;
	text-align: center;
}
.page-header h1 span {
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
}
.page-header h1 a {
	color: #fff;
}

/* =Post Formats
----------------------------------------------- */

.format-aside .entry-title {
	display: none;
}
.single .format-aside .entry-content {
	display: block;
	/* font-family: Baskerville, "Playfair Display", "Times New Roman", serif; */
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-size: 2.8rem;
	font-style: italic;
	margin: -50px 0 0;
	padding: 50px 0;
	text-align: justify;
}
.single .format-status .entry-title {
	display: none;
}
.single .format-status.hentry {
	padding-top: 50px;
}
.single .format-status .status-avatar img {
	border-radius: 40px;
	float: left;
	margin: 1.5em 2em 0 0;
}
.single .format-quote .entry-title {
	display: none;
}
.single-post-thumbnail {
	margin: 0 0 2em;
}
.single-post-thumbnail img {
	max-width: 100%;
	height: auto;
}
.single-gallery {
	margin: 0 0 2em;
}
.single-gallery img {
	border-radius: 180px;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
	height: auto;
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.wp-caption-text {
	color: #999;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: left;
	text-transform: uppercase;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	text-transform: none;
}
.site-content .gallery a img {
	border: none !important;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery .gallery-item {
	margin: 0 0 1.5em;
}
.site-content .format-gallery .gallery .gallery-item {
	margin: 0;
}

.tile img {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 5px;
	
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

#image-navigation {
	clear: both;
}
.next-image {
	float: right;
}
.site-content .site-navigation {
	clear: both;
	margin: 1.5em 0;
}
.site-content #nav-below .nav-previous a,
.site-content #nav-below .nav-next a,
.site-content #image-navigation .nav-previous a,
.site-content #image-navigation .nav-next a {
	color: rgba(230,230,230,.5);
	display: block;
	font-size: 200px;
	font-size: 20.0rem;
	line-height: 100px;
	opacity: 0;
	position: fixed;
		top: 0;
	width: 120px;
	height: 100%;
	z-index: 1;
}
.site-content #nav-below .nav-previous a,
.site-content #image-navigation .nav-previous a {
	left: 0;
	text-align: left;
}
.site-content #nav-below .nav-next a,
.site-content #image-navigation .nav-next a {
	right: 0;
	text-align: right;
}
.site-content #nav-below .nav-previous a span,
.site-content #nav-below .nav-next a span,
.site-content #image-navigation .nav-previous a span,
.site-content #image-navigation .nav-next a span {
	display: block;
	top: 50%;
	margin-top: -50px;
	height: 100px;
	position: relative;
}
.site-content #nav-below .nav-previous a:hover,
.site-content #nav-below .nav-next a:hover,
.site-content #image-navigation .nav-previous a:hover,
.site-content #image-navigation .nav-next a:hover {
	opacity: 1;
}
#nav-below .meta-nav,
#image-navigation .meta-nav {
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-weight: 300;
}
.site-content .comment-navigation {
	margin: 0 0 3em;
}
.comment-navigation .nav-next a,
.comment-navigation .nav-previous a {
	color: #eee;
	display: block;
	float: left;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 50px;
	font-size: 5.0rem;
	font-weight: 300;
	line-height: normal;
	margin: 0;
	width: 50%;
	height: 50px;
}
.comment-navigation .nav-next a {
	float: right;
	text-align: right;
}


/* =Comments
----------------------------------------------- */

#comments {
	background: #fff;
	clear: both;
	display: none;
	padding: 0 50px 50px;
}
.paginated-comments #comments {
	display: block;
}
#comments-toggle {
	clear: both;
	height: 50px;
	position: relative;
	visibility: hidden;
}
.commentlist,
.commentlist ul.children {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.commentlist ul.children {
	margin: 0 0 0 1.5em;
}
.commentlist ul.children li:before {
	content: "";
}
h2.comments-title {
	padding: 50px 0 0;
	margin: 0 0 auto;
}
.bypostauthor {
}
.form-allowed-tags {
	display: none;
}
li.comment,
.pingback,
.trackback {
	border-top: 1px solid #fafafa;
	clear: both;
	margin: 2em 0 0;
	padding: 2em 0 0;
}
.commentlist > li.comment:first-child,
.commentlist > .pingback:first-child,
.commentlist > .trackback:first-child {
	border-top: 0 none;
}
.pingback p,
.trackback p {
	margin: 0;
}
.comment-author cite {
	font-size: 14px;
	font-size: 1.4rem;
}
.comment-author .avatar {
	border-radius: 40px;
	float: left;
	margin: 0 1em 0 0;
}
.comment-content {
	/* font-family: Baskerville, "Playfair Display", "Times New Roman", serif; */
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 1.6rem;
	font-weight: 300;
	margin: 1.5em 0 0 65px;
}
.comment-meta {
	color: #eee;
	font-family: Quicksand, Helvetica, Arial, sans-serif;
	-webkit-text-stroke: .35px; /* Hack to fix thin text in Windows */
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
}
.comment-meta a {
	color: #eee;
}
.comment-meta:hover {
	color: #444;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}
.comment-meta:hover a {
	color: #444;
}
a.comment-reply-link {
	background: #fafafa;
	border-radius: 50px;
	color: #ddd;
	display: inline-block;
	float: right;
	font-family: Quicksand, Helvetica, Arial, sans-serif;
	-webkit-text-stroke: .35px; /* Hack to fix thin text in Windows */
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0;
	padding: 5px 10px;
	text-transform: uppercase;
}
a.comment-reply-link:hover {
	background-color: #444;
	color: #fafafa;
}
a#cancel-comment-reply-link {
	background: #fafafa;
	border-radius: 50px;
	color: #ddd;
	display: block;
	float: right;
	font-family: Quicksand, Helvetica, Arial, sans-serif;
	-webkit-text-stroke: .35px; /* Hack to fix thin text in Windows */
	font-size: 12px;
	font-size: 1.2rem;
	font-style: normal;
	padding: 5px 10px;
}
a#cancel-comment-reply-link:hover {
	background-color: #444;
	color: #fafafa;
}
#respond {
	padding: 3em 0 0;
}
#reply-title {
	margin: 0;
}
.says {
	display: none;
}
.comments-link a {
	background: #ececec;
	border-radius: 30px;
	color: #aaa;
	display: block;
	float: right;
	line-height: 1;
	text-align: center;
	width: 30px;
	height: 30px;
}
.comments-link .tail {
	border-top: 10px solid #ececec;
	border-right: 8px solid transparent;
	border-bottom: 0;
	border-left: 0;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
		top: 95%;
		left: 12px;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	width: 0;
	height: 0;
	z-index: -1;
}
.comments-link a:hover {
	background: #444;
	color: #fafafa;
}
.comments-link a:hover .tail {
	border-top: 10px solid #444;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}
.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {
	border: 1px solid #eee;
	border-radius: 2px;
	margin: 0 0 .5em;
	padding: 5px 10px;
	position: relative;
	font-size: 14px;
	text-transform: uppercase;
	max-width: 92%;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
	border: 0 none;
	float: right;
	width: 84%;
}
.comment-form-comment textarea {
	border: 0 none;
	clear: both;
	width: 100%;
}
.nocomments {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	clear: both;
	/* font-family: Baskerville, "Playfair Display", "Times New Roman", serif; */
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-size 2.0rem;
	font-style: italic;
	padding: 2em 0;
	text-align: center;
}


/* =Widgets
----------------------------------------------- */

.sidebar-link {
	background: #fafafa;
	border-radius: 40px;
	clear: both;
	color: #ddd;
	cursor: pointer;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 40px;
	margin: 2em auto 0;
	text-align: center;
	transition: background .4s ease-in-out, color .4s ease-in-out;
	-webkit-transition: background .4s ease-in-out, color .4s ease-in-out;
	-moz-transition: background .4s ease-in-out, color .4s ease-in-out;
	-o-transition: background .4s ease-in-out, color .4s ease-in-out;
	-ms-transition: background .4s ease-in-out, color .4s ease-in-out;
	width: 40px;
	height: 40px;
}
.sidebar-link.toggled-on {
	line-height: 36px;
}
.sidebar-link:hover {
	background-color: #444;
	color: #fafafa;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}
.widget {
	/* font-family: Baskerville, "Playfair Display", "Times New Roman", serif; */
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 100;
	margin: 0 0 3em;
	word-break: break-word;
}
.widget-column {
	width: 23%;
}
.widget-title {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 0 .5em 0;
}
.one.widget-column {
	float: none;
	margin: 0 auto;
}
.two.widget-column {
	float: left;
	margin: 0 13.5%;
}
.three.widget-column {
	float: left;
	margin: 0 5%;
}

/* Search widget */
#searchsubmit {
	display: none;
}

/* Calendar */
#wp-calendar caption {
	font-weight: 700;
	margin: 0 0 .5em 0;
	text-align: center;
}
#wp-calendar td,
#wp-calendar th {
	padding: 2px;
	text-align: center;
}
#wp-calendar #next {
	text-align: right;
}
#wp-calendar #prev {
	text-align: left;
}

/* WordPress.com Widgets */

/* Flickr */
#flickr_badge_wrapper {
	background: transparent;
	border: 0 none;
}
#flickr_badge_uber_wrapper {
	margin: 0 auto;
}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {
	color: #ccc;
}
.widget_recent_comments td {
	padding: 5px 5px 10px 5px;
	vertical-align: top;
}
.widget_authors ul,
.widget_author_grid ul {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.widget_authors img {
	vertical-align: middle;
}
.widget_authors li {
	margin-bottom: 10px;
}


/* =Jetpack
------------------------------------------------*/

/* Hides navigation links and site footer when infinite scroll is active */
.infinite-scroll #nav-below,
.infinite-scroll.neverending #colophon {
	display: none;
}
/* Shows the footer again in case all posts have been loaded */
.infinity-end.neverending #colophon {
	display: block;
}
#infinite-footer .container {
	background: rgba(255,255,255,.5);
	border: none;
}
#infinite-footer .blog-credits,
#infinite-footer .blog-credits a,
#infinite-footer .blog-credits a:hover,
#infinite-footer .blog-info a,
#infinite-footer .blog-info a:hover {
	color: rgba(0,0,0,.3);
	font-family: Quicksand, Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}
.infinite-loader {
	clear: both;
	margin: 0 auto;
	padding: 50px 0 0;
	position: relative;
	text-align: center;
	width: 35px;
}
#infinite-handle {
	clear: both;
	margin: 0 auto 13px;
	padding: 25px 0 0;
}
#infinite-handle span {
	background: #fafafa;
	color: #ddd;
	border-radius: 40px;
	clear: both;
	display: block;
	line-height: 40px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	width: 90px;
	height: 40px;
}
#infinite-handle span:hover {
	background-color: #444;
	color: #fafafa;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}
.sharedaddy:before,
.sharedaddy:after {
	content: "";
	display: table;
}
.sharedaddy:after {
	clear: both;
}


/* =Responsive
----------------------------------------------- */

@media screen and ( max-width: 1200px ) {
	#page {
		width: 600px;
	}
	.single #primary,
	.page #primary,
	.search-no-results #primary,
	.error404 #primary {
		width: 100%;
	}
	.single .hentry,
	.error404 .hentry,
	.page .hentry,
	.search-no-results .no-results {
		width: 500px;
	}
}

@media screen and ( max-width: 800px ) {
	blockquote {
		font-size: 20px;
		font-size: 2.0rem;
	}
	#page {
		width: 400px;
	}
	.hentry {
		margin: 5px;
		width: 123px;
		height: 123px;
	}
	.hentry.no-thumbnail,
	.hentry.no-thumbnail span {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: normal;
		width: 123px;
		height: 123px;
	}
	.page-header h1 {
		margin: 5px;
		padding: 35px 11px 0;
		width: 101px;
		height: 88px;
	}
	.single .hentry,
	.page .hentry,
	.error404 .hentry,
	.search-no-results .no-results,
	.single #primary,
	.page #primary,
	.search-no-results #primary,
	.error404 #primary {
		padding: 0;
		width: 100%;
	}
	.single #primary {
		width: 100%;
	}
	#comments {
		padding: 0;
	}
	.comment-author .avatar {
		float: right;
		margin: 0 0 0 1em;
	}
	.comment-content {
		margin: 1.5em 0 0;
	}
	.one.widget-column,
	.two.widget-column,
	.three.widget-column {
		clear: both;
		float: none;
		width: auto;
	}
	.comment-form-author input,
	.comment-form-email input,
	.comment-form-url input {
		border: 0 none;
		float: right;
		width: 75%;
	}
	.single .format-status.hentry {
		padding-top: 0;
	}
	/* Let's make grayed-out elements easier to see at smaller screen sizes */
	#masthead,
	#colophon,
	#colophon a,
	.entry-meta {
		color: #999;
		opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity: 1;
	}
	.blog .hentry a .attachment-post-thumbnail,
	.archive .hentry a .attachment-post-thumbnail,
	.search .hentry a .attachment-post-thumbnail {
		filter:none;
		-webkit-filter:none;
		-moz-filter:none;
		-o-filter:none;
	}

}
@media screen and ( max-width: 600px ) {
	#page {
		width: 300px;
	}
	.hentry {
		margin: 5px;
		width: 140px;
		height: 140px;
	}
	.hentry.no-thumbnail,
	.hentry.no-thumbnail span {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: normal;
		width: 140px;
		height: 140px;
	}
	.page-header h1 {
		margin: 5px;
		padding: 48px 18px;
		width: 104px;
		height: 44px;
	}
	.site-content #nav-below .site-navigation,
	.site-content #image-navigation .site-navigation {
		margin: 1.5em 0;
		overflow: hidden;
		width: 100%;
	}
	.site-content #nav-below .nav-previous a,
	.site-content #nav-below .nav-next a,
	.site-content #image-navigation .nav-previous a,
	.site-content #image-navigation .nav-next a {
		color: #eee;
		display: block;
		float: none;
		font-size: 50px;
		font-size: 5.0rem;
		line-height: normal;
		margin: 0;
		opacity: 1;
		position: relative;
			top: auto;
		width: 50%;
		height: 50px;
		z-index: 1;
	}
	.site-content #nav-below .nav-next a,
	.site-content #image-navigation .nav-next a {
		float: right;
	}
	.single-post-thumbnail img {
		clear: both;
		width: 100%;
		margin: 0 0 2em 0;
		max-width: 100%;
		min-height: auto;
		min-width: 100%;
		height: auto;
		position: relative;
			top: auto;
			left: auto;
		z-index: 10;
	}
}

.normaltext
{
font:15px vrinda;
text-align:justify;
text-justify:inter-word;
position:relative;
top:5px;

}
.centertext
{
font:15px vrinda;
text-align:center;
position:relative;
top:5px;

}

.newstext
{
font:12px times;

position:relative;
top:5px;
}

.newspaper
{
font:14px vrinda;

text-align:justify;
text-justify:inter-word;

position:relative;
top:5px;

padding: 0px 10px 0px 10px;
-moz-column-count:2; /* Firefox */
-webkit-column-count:2; /* Safari and Chrome */
column-count:2;

-moz-column-gap:40px; /* Firefox */
-webkit-column-gap:40px; /* Safari and Chrome */
column-gap:40px;

-moz-column-rule:2px outset #999999; /* Firefox */
-webkit-column-rule:2px outset #999999; /* Safari and Chrome */
column-rule:2px outset #999999;
}

.newspaper2
{
font-family: Quicksand, Helvetica, Arial, sans-serif;
font-size:15px;

text-align:justify;
text-justify:inter-word;

position:relative;
top:5px;

padding: 0px 20px 0px 0px;
/* -moz-column-count:2; /* Firefox */ */
/* -webkit-column-count:2; /* Safari and Chrome */ */
/* column-count:2; */

/* -moz-column-gap:40px; /* Firefox */ */
/* -webkit-column-gap:40px; /* Safari and Chrome */ */
/* column-gap:40px; */

/* -moz-column-rule:2px outset #999999; /* Firefox */ */
/* -webkit-column-rule:2px outset #999999; /* Safari and Chrome */ */
/* column-rule:2px outset #999999; */
}


