/* 
    Theme Name:     The Dot Eaters
    Theme URI:      http: //teamcanada2013.ca/ 
    Description:    The Dot Eaters
    Author:         Nisanth Santh 
    Author URI:     http: //n2endcreative.com/ 
    Template:       twentytwelve 
    Version:        1.1.0 
	Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
	Text Domain: twentytwelve

*/  


/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

/*@import url("../twentytwelve/style.css");*/

@font-face {
	font-family: '8Bits';
	src: url('fonts/8bitoperator_jve.eot');
	src: local('☺'), url('fonts/8bitoperator_jve.woff') format('woff'), url('fonts/8bitoperator_jve.ttf') format('truetype'), url('fonts/8bitoperator_jve.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}




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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body.custom-font-enabled {
font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
body {
	/*background:#c6c6c6;d9f2fc*/
	background:#d9f2fc;
	color:#444444;
}


.header-quotes a:hover{
	
}

.fb_iframe_widget span{
	width:;
}

#header-quotes-outer {height: 100px; overflow: hidden; position: relative;}
#header-quotes-outer[id] {display: table; position: static;}

#header-quotes-middle {position: absolute; top: 50%;} /* for quirk explorer only*/
#header-quotes-middle[id] {display: table-cell; vertical-align: middle; width: 100%; position: static;}

#header-quotes-inner {position: relative; top: -50%} /* for quirk explorer only */
/* optional: #inner[id] {position: static;} */

.header-quotes-title{
	padding-top:6px;
	font-weight:normal;
	text-align:left;
	padding-left:70px;
	font-size:90%;
	line-height:1.2em;
	}


.header-quotes-title:before{
	content:"-";
	margin-left:-7px;
		}
	
	
.header-quotes-text{
	
	font-weight:bold;
	text-align:left;
	font-style:italic;
	line-height: 1.02857143;
	font-size: 145%;

}
.header-quotes-text a{
	color:white;
	text-decoration:none;
}

.content-quotes-title{
	font-weight:normal;
	text-align:right;
	font-size:90%;
	}
.content-quotes-text{
	
	font-weight:normal;
	text-align:center;
	font-style:italic;
	line-height: 1.52857143;
	font-size: 115%;

}
.content-quotes-text span{
	
	font-weight: bold;
	line-height: 60%;
	font-size: 195%;
vertical-align: middle;
font-style:normal;
}


.content-quotes {
	width:90%;
	margin: auto;
	text-align:center;
	padding:15px 15px 15px 15px;
	color:white;
	background-color:#85d5f6;	
	box-shadow: 5px 5px 2px #888888;
}

.content-header{
	font-weight:bold;
	text-align:left;
	font-style:italic;
	line-height: 1.02857143;
	font-size: 135%;
	padding:10px 0px 10px 0px;
	}

.content-sub-header{
	font-weight:bold;
	text-align:left;
	font-style:italic;
	line-height: 1.02857143;
	font-size: 100%;
	padding-bottom:10px;
	}
.content-sub-header {
	font-size:14px;	
	}
.entry-content p {
	font-size:1rem;
	color:444444;
}
/*.left-sub-content {
	float:left;
}*/

.left-sub-content {
    float: left;
    margin-right: 8px;
    width: 308px;
}
.right-sub-content {
    float: left;
    width: 308px;
}
.col {
float:left;
width: 150px;
margin-right: 8px;
margin-bottom: 10px;
overflow:hidden;  
}
 
/*optional style for first column*/
 
#col-1 {
margin-left:0;
}
 
/*optional style for last column - set the number to your chosen number of columns*/
 
#col-2.col {
margin-right:-16px;
clear:right;
}

.col-posts {
float:left;
width: 200px;
margin-right: 12px;
margin-bottom: 20px;
overflow:hidden;  
}
 
/*optional style for first column*/
 
#col-posts-1-posts {
margin-left:-0px;
}
 
/*optional style for last column - set the number to your chosen number of columns*/
 
#col-posts-3.col-posts {
margin-right:-12px;
padding-bottom:20px;
clear:right;
}

.wp-tab-content-wrapper span {
	margin:0 0 0.2rem;
	display: block;
	
	
	}

.wp-tab-content-wrapper{	
	font-size:.8em;
	
	}



.my-paginated-posts { font-weight:normal;font-size:14px; /*font-size:1.0em; clear:both; float:right; text-align:right;*/ }

/*.my-paginated-posts p { font-size:2.4em; font-style:italic; }*/

.my-paginated-posts p a {
background:#E8E8E8; color:#000; margin-left:0.1em; margin-right:0.1em;
padding:0.5em 0.2em; text-decoration:none; line-height:170%; }

.my-paginated-posts a:hover { color:#fff; background:#283891; }


.wpp-views{
font-size:.1em;
color: black;
visibility:hidden;
}


.breadcrumb{
	padding-bottom:5px;
	font-size: .7em;

	
	}

.comments-box{
	color:#283891;
	text-align: right;
	margin:5px;
	
	
	
	}


figure {
  display: block;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0 20px 20px 0;
  border: 1px thin #ccc;

}
figcaption {
  position: absolute;
  background: black;
  background: rgba(0,0,0,0.75);
  color: white;
  padding: 10px 10px;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition:    all 0.6s ease;
  -o-transition:      all 0.6s ease;
}
figure:hover figcaption {
  opacity: 1;
}
figure:before {
  content: "?";
  position: absolute;
  font-weight: 800;
  background: black;
  background: rgba(255,255,255,0.75);
  text-shadow: 0 0 5px white;
  color: black;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 12px;
  -moz-border-radius:    12px;
  border-radius:         12px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  -moz-transition: all 0.6s ease;
  opacity: 0.75;
}
figure:hover:before {
  opacity: 0;
}

figure a{
	color:white;
	}
.cap-left:before {  bottom: 10px; left: 10px; }
.cap-left figcaption { bottom: 0; left: -30%; }
.cap-left:hover figcaption { left: 0; }

.cap-right:before { bottom: 10px; right: 10px; }
.cap-right figcaption { bottom: 0; right: -30%; }
.cap-right:hover figcaption { right: 0; }

.cap-top:before { top: 10px; left: 10px; }
.cap-top figcaption { left: 0; top: -30%; }
.cap-top:hover figcaption { top: 0; }

.cap-bot:before { bottom: 10px; left: 10px; }
.cap-bot figcaption { left: 0; bottom: -30%;}
.cap-bot:hover figcaption { bottom: 0; }







div.image-overlay{  
     /*float:left; important */  
    position:relative; /* important(so we can absolutely position the description div */ 
	max-width:99.7%;	
}  
div.image-description{  
    position:absolute; /* absolute position (so we can position it where we want)*/  
    bottom:5px; /* position will be on bottom */  
    left:0px;  
    width:100%;
    /* styling bellow */  
    background-color:black;  
    font-family: 'tahoma';  
    font-size:15px;  
    color:white;  
    opacity:0.6; /* transparency */  
    filter:alpha(opacity=60); /* IE transparency */  
}  
p.image-description_content{  
    padding:10px;  
    margin:0px;  
}  






.home-image	{
	position: relative; 
   width: 100%;
   height:150px;
   background-color:#CCCCCC;
   margin:0 auto;
}

.home-image img{
	position:absolute;top:0;bottom:0;margin:auto;
	 box-shadow: 0px 0px 0.5em #000000;
    width:100%;

   
}


 
.home-image-title{
	
	position:absolute;
    padding:0.55em;
    top:8em; left:0; right:0; bottom: 0em;
    color:white;
	font-size: .9em;
	background: rgb(0, 0, 0); /* fallback color */
	background: rgba(0, 0, 0, 0.7);
    text-align:left;
	

		}
		
.home-image-title a
{ 
	color: #CCC;
	text-decoration:none;

}

.home-image-title a:hover
{
	-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease;
	color:white;
}	



.post-image{
	position: relative; 
   width: 100%;
   height:200px;
   background-color:#CCCCCC;
   margin:0 auto;
}

.post-image img{
	position:absolute;top:0;bottom:0;margin:auto;
	 box-shadow: 0px 0px 0.5em #000000;
    width:100%;

   
}
.post-image-title{
	
	position:absolute;
    padding:0.55em;
    top:8em; left:0; right:0; bottom: 0em;
    color:white;
	font-size: 115%;
	line-height: 115%;
	letter-spacing: 0px;  
	background: rgb(0, 0, 0); /* fallback color */
	background: rgba(0, 0, 0, 0.7);
    text-align:left;
	

		}
		
.post-image-title a
{ 
	color: #CCC;
	text-decoration:none;

}

.post-image-title a:hover
{
	-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease;
	color:white;
}



.children{
	margin-left:25px;
	
	}

ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.section-header{
	background-color:#85d5f6;
	width:100%;
	height:100%;
	border-top: 1px solid #85d5f6;
	border-bottom: 1px solid #85d5f6;
	float:left;

}
	
.section-header span{
	font-family:'8Bits';
	padding-left:10px;
	padding-top:7px;
	padding-bottom:8px;
	padding-right:10px;
	color:#FFFFFF;
	background-color:#283891;
	text-transform: uppercase;
	position: relative;
	line-height: 1.52857143;
	font-size: 26px;!important
	font-size: 1.857142857rem;!important
}


.section-header span:after{
	content:"";
	margin-left:10px;
	height: 0;
	width:100%;
	position:absolute;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #283891;

}

.entry-title-small a{
	color: white;
	font-weight:normal;
	font-size: 13px;
	font-size: 0.79rem;
	line-height: 1.0; 
	text-decoration:none;
}

.entry-title-small a:hover{
	color: white;
	font-weight:normal;
	font-size: 13px;
	font-size: 0.79rem;
	line-height: 1.0; 
	text-decoration:none;
}

.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 14px;
	margin-bottom: 1.014285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 0px;
	margin-bottom: 0rem;
	width:100% !important;
}
.entry-header .entry-title {
	font-size: 24px;
	/*font-size: 1.428571429rem;*/
	line-height: 1.2;
	font-weight: normal;
	margin-top: 14px;
	/*margin-top: 1.014285714rem;*/
}
.widget-sub-content img
{
	width:100% !important;
}
.entry-header .entry-title-page {
	font-size: 24px;
	/*font-size: 1.428571429rem;*/
	line-height: 1.2;
	font-weight: normal;
	margin-top: 0px;
	margin-top: 0rem;
	color: #05A1DC;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	/*margin-top: 1.714285714rem;*/
	font-size: 13px;
	/*font-size: 0.928571429rem;*/
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	/*font-size: 0.928571429rem;*/
	line-height: 3.692307692;
	margin-bottom: 24px;
	/*margin-bottom: 1.714285714rem;*/
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 14px 0;
	/*margin: 1.014285714rem 0 0.2rem 0;*/
	line-height: 1.014285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	/*font-size: 1.5rem;*/
	line-height: 1.5em;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	/*font-size: 1.142857143rem;*/
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	/*font-size: 1rem;*/
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	/*font-size: 0.928571429rem;*/
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	/*font-size: 0.857142857rem;*/
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	/*margin: 0 0 1.714285714rem;*/
	line-height: 1.714285714;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	/*margin: 0 0 1.714285714rem;*/
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	/*margin-bottom: 1.714285714rem;*/
	padding: 24px;
	/*padding: 1.714285714rem;*/
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	/*font-size: 0.857142857rem;*/
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	/*font-size: 0.857142857rem;*/
	line-height: 1.714285714;
	margin: 24px 0;
	/*margin: 1.714285714rem 0;*/
	overflow: auto;
	padding: 24px;
	/*padding: 1.714285714rem;*/
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	/*margin: 0 0 1.714285714rem;*/
}
img.alignleft {
	margin: 12px 24px 12px 0;
	/*margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;*/
}
img.alignright {
	margin: 12px 0 12px 24px;
	/*margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;*/
}
img.aligncenter {
	margin-top: 12px;
	/*margin-top: 0.857142857rem;*/
	margin-bottom: 12px;
	/*margin-bottom: 0.857142857rem;*/
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	/*margin-bottom: 1.714285714rem;*/
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	/*margin: 0 1.714285714rem;*/
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	/*margin-bottom: 1.714285714rem;*/
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	/*font-size: 0.857142857rem;*/
	line-height: 2;
	margin: 0 0 24px;
	/*margin: 0 0 1.714285714rem;*/
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	/*font-size: 1.142857143rem;*/
	margin: 24px 0;
	/*margin: 1.714285714rem 0;*/
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	border-bottom: 2px dotted #ededed;
	margin-bottom: 72px;
	/*margin-bottom: 1.142857143rem;*/
	padding-bottom: 24px;
	/*padding-bottom: 1.714285714rem;*/
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	/*margin-top: 1.714285714rem;*/
	font-size: 13px;
	/*font-size: 0.928571429rem;*/
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


.entry-header .entry-title {
    color: #05A1DC;
    font-size: 1.71429rem;
    padding-top: 1.01429rem;
}
.entry-header .entry-title {
    font-size: 1.42857rem;
    font-weight: normal;
    line-height: 1.2;
    margin-top: 1.01429rem;
}

/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 12px;
	/*margin-bottom: 0.8571429rem;*/
	padding-bottom: 22px;
	/*padding-bottom: 1.571428571rem;*/
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	/*font-size: 0.857142857rem;*/
	line-height: 2;
	margin-top: 22px;
	/*margin-top: 1.571428571rem;*/
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	/*padding: 1.714285714rem;*/
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	/*font-size: 0.928571429rem;*/
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	/*font-size: 0.928571429rem;*/
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	/*font-size: 0.785714286rem;*/
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	/*padding: 0 0.714285714rem;*/
	float: right;
	font-size: 11px;
	/*font-size: 0.785714286rem;*/
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	/*font-size: 1.571428571rem;*/
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	/*padding-bottom: 1.714285714rem;*/
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	/*padding: 1.714285714rem 1.714285714rem 0;*/
	font-size: 15px;
	/*font-size: 1.071428571rem;*/
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	/*font-size: 1.071428571rem;*/
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	/*font-size: 0.857142857rem;*/
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	/*margin-right: 1.5rem;*/
}


/* =Comments
-------------------------------------------------------------- */

.commentlist li	{
	padding: 10px;
	margin: 10px 0 10px 0;
	background-color:#e9f7ff;
	
	}

.comments-title {
	margin-bottom: 42px;
	font-size: 16px;
	/*font-size: 1.142857143rem;*/
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 0px 0;
	/*margin: 0.0rem 0;*/
	padding-bottom:0px;
	border:none;
}
.comments-area article header {
	margin: 0 0 12px;
	/*margin: 0 0 0.8571429rem;
	overflow: hidden;*/
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	/*margin-left: 6.071428571rem;*/
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	/*font-size: 1.071428571rem;*/
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	/*font-size: 0.857142857rem;*/
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
	text-decoration: none;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	/*font-size: 0.857142857rem;*/
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	/*margin-left: 0.357142857rem;*/
	padding: 2px 5px;
	/*padding: 0.142857143rem 0.357142857rem;*/
	font-size: 10px;
	/*font-size: 0.714285714rem;*/
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	/*font-size: 0.928571429rem;*/
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	/*margin-bottom: 1.714285714rem;*/
	
}

/* Comment form */
#respond {
	margin-top: 48px;
	/*margin-top: 3.428571429rem;*/
}
#respond h3#reply-title {
	font-size: 16px;
	/*font-size: 1.142857143rem;*/
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	/*margin-left: 0.714285714rem;*/
	font-weight: normal;
	font-size: 12px;
	/*font-size: 0.857142857rem;*/
}
#respond form {
	margin: 24px 0;
	/*margin: 1.714285714rem 0;*/
}
#respond form p {
	margin: 11px 0;
	/*margin: 0.785714286rem 0;*/
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	/*margin-bottom: 1.714285714rem;*/
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	/*font-size: 0.857142857rem;*/
	line-height: 1.714285714;
	padding: 10px;
	/*padding: 0.714285714rem;*/
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	/*font-size: 0.857142857rem;*/
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}


/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
	float:left;
}
button,
input {
    line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.26rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images 
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%;  Fluid images for posts, comments, and widgets 
}*/
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}

.wp-caption-text .p{
	
	}
	
.wp-caption p.wp-caption-text {
margin-bottom: 0px !important;
}	
	
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	/*font-size: 0.857142857rem;*/
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

.gallery-item dd.wp-caption-text{
	margin-bottom: 0px !important;
	}



.entry-content, .entry-summary, .mu_register {
    line-height: 1.71429;
	color:#444444;
	 font-size:14px;
}
.entry-header .entry-title {
    color: #05A1DC;
    font-size: 1.71429rem;
    padding-top: 1.01429rem;
}
	
a {
    color: #21759B;
    outline: medium none;
    text-decoration: none;
}

a:hover {
    color: #444444;
    outline: medium none;
    text-decoration: none;
}



/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 20px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}
/* Navigation Menu */
.main-navigation {
	margin-top: 0px;
	margin-top: 0rem;
	text-align: left;
	background-color:#05a1dc;

}
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 26px;!important
	font-size: 1.857142857rem;!important
	line-height: 0.42857143;!important
}
.main-navigation a {
	color: #283891;
}
.main-navigation a:hover {
	color: #21759b;

}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}
.site-nav {
		margin: 0 auto;
		/*max-width: 960px;
		max-width: 53.571428571rem;
		overflow: visible;*/
		width: 1000px;
	}
.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		border-bottom: 0px solid #ededed;
		border-top: 0px solid #ededed;
		display: inline-block !important;
		text-align: left;
		width: 100%;
		
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
		font-family: '8Bits';
	
	}
	
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: solid 8px #05a1dc;
		color: #283891;
		line-height: 1.492307692;
		text-transform: uppercase;
		white-space: nowrap;
		padding-top:8px;
	}
	.main-navigation li a:hover {
		color: #283891;
		border-bottom:solid 8px #283891; 
	}
	.main-navigation li {
		/*margin: 0 40px 0 0;
		margin: 0 1.857142857rem 0 0;*/
		margin: 0 0.857142857rem 0 0;
		position: relative;
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
	}
	.main-navigation li ul li a:hover {
		background: #e3e3e3;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #283891;
		border-bottom:solid 8px #283891; 
	}
	.menu-toggle {
		display: none;
	}
.site-nav {
	/*padding: 0 20px;
	padding: 0 1.857142857rem;*/
	margin-top: 0px;
	margin-top: 0rem;
	margin-bottom: 0px;
	margin-bottom: 0rem;
	background-color:#05a1dc;
	box-shadow: 0 0px 0px rgba(100, 100, 100, 0.3);
	}
	
 .ribbon {
        /*50px equals ribbon widths of 30px and article padding of 20px 
        margin-left: -60px;*/
		margin:0 auto;
        /*padding-left: 60px;
        padding-right: 60px;*/
		 padding:0 40px;
        position: relative;
        width: 92%;
      }

      .ribbon:before, .ribbon:after {
        border-color: #444444;
        border-style: solid;
        border-width: 0;
        content: '';
        position: absolute;
      }

      .top:before, .top:after {
        border-bottom-width: 15px;
      }

      .top:before {
        left: 0;
        top: -15px;
        border-left: 20px solid transparent;
      }

      .top:after {
        right: 0;
        top: -15px;
        border-right: 20px solid transparent;
      }

      .bottom {
        background: #05a1dc;
      }

      .bottom:before, .bottom:after {
        bottom: -15px;
        border-top: 15px solid #444444;
        border-bottom: 0;
      }

      .bottom:before {
        border-right: 0;
        border-left: 20px solid transparent;
        left: 0;
      }

      .bottom:after {
        border-left: 0;
        border-right: 20px solid transparent;
        right: 0;
      }

      .left {
        background: #8888dd;
      }

      .left:before, .left:after {
        top: -15px;
        border-bottom: 15px solid #444444;
        border-top: 0;
      }

      .left:before {
        border-right: 0;
        border-left: 30px solid transparent;
        left: 0;
      }

      .right {
        background: url(images/quotes.png) center right no-repeat;
		width:100%;
      }

      .rigth:before, .right:after {
        bottom: -0px;
        border-top: 15px solid #444444;
        border-bottom: 0;
      }

      .right:after {
        border-left: 0;
        border-right: 20px solid transparent;
        right: 0;
      }
	  
	  
      .top:before, .top:after {
        border-bottom-width: 15px;
      }

      .top:before {
        left: 0;
        top: -15px;
        border-left: 20px solid transparent;
      }

      .top:after {
        right: 0;
        top: -15px;
        border-right: 20px solid transparent;
      }

      .bottom {
        background: #05a1dc;
      }

      .bottom:before, .bottom:after {
        bottom: -15px;
        border-top: 15px solid #444444;
        border-bottom: 0;
      }

      .bottom:before {
        border-right: 0;
        border-left: 20px solid transparent;
        left: 0;
      }

      .bottom:after {
        border-left: 0;
        border-right: 20px solid transparent;
        right: 0;
      }

      .left {
        background: #8888dd;
      }

      .left:before, .left:after {
        top: -15px;
        border-bottom: 15px solid #444444;
        border-top: 0;
      }

      .left:before {
        border-right: 0;
        border-left: 30px solid transparent;
        left: 0;
      }

      .right {
        background: url(images/quotes.png) center right no-repeat;
		width:100%;
      }

      .rigth:before, .right:after {
        bottom: -0px;
        border-top: 15px solid #444444;
        border-bottom: 0;
      }

      .right:after {
        border-left: 0;
        border-right: 20px solid transparent;
        right: 0;
      }

.social {
    float: right;
    padding-top: 8px;
    width: 33%;
	text-align:right;
}
.g-nav {
    float: left;
    width: 65%;
}
/*-- Naviation end --*/

/*-- Site content start --*/
/*body .site {
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
    margin-bottom: 3.42857rem;
    margin-top: 0rem;
    padding: 0 2.85714rem;
}*/
    /*.site {
    margin: 0 auto 60px;
max-width: 52.871rem;
	 overflow: hidden;
	
	padding:20px;
	width:920px;
	background:#ffffff;
	box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}*/


	  
	  
	  
/*--- new style -- */

/*--- header -- */
.head-wrap {
	width:960px;
	margin:0 auto;
	background-color:#ffffff;
	box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	}
	.top-content {
		width:920px;
		padding:10px 20px;
		background:#283891;
		color:#ffffff;
		float:left;
		font-size:14px;
		line-height:1.3em;
		color:#ffffff;
		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	}
	.top-content p a {
		font-size:14px;
		font-weight:blod;
		line-height:1.3em;
		color:#ffffff;
		text-decoration: underline;
	}
	.middle-content {
		width:920px;
		background-color:#ffffff;
		padding:20px;
		float:left;
		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	}
	.logo {
		
		float:left;
	}
	.ribbon-new {
		width:412px;
		height:133px;
		float:right;
		padding:0;
		margin-top:25px;
		/*margin-right:-30px;*/
		background: url("images/quotes.png") no-repeat right center;
		position:relative;
		right:-34px;
		z-index:99;
		}
		.header-quotes {
			
			padding:10px 20px 0px 60px;
			position:absolute;
		}
		.ribbon-right-top
		{
			border-bottom: 12px solid transparent;
			border-left: 15px solid #444444;
			/*border-top: 28px solid transparent;*/
			right: 0;
			position: absolute;
			bottom: -12px;
			content: " ";
			height: 0;
			width: 0;
			margin-top: 27px -25 0 0;
			float:right;
		}
		.header-quotes-text {
			font-size: 120%;
			font-style: italic;
			font-weight: bold;
			line-height: 1.2em;
			text-align: left;
		}
		.header-quotes-text a {
			color:#ffffff;
			text-decoration: none;
		}
		
		.header-quotes-text a:hover {
			color:#444444;
			text-decoration: none;
		}
		
		.header-quotes-title {
			font-size: 90%;
			color:#ffffff;
			font-weight: normal;
			line-height: 1.2em;
			padding-left: 70px;
			padding-top: 6px;
			text-align: left;
		}
		
/*--- main Navigation -- */
.main-nav-outer {
	margin: 0 auto;
    width: 1000px;
}
.main-nav-new {
	background-color: #FFFFFF;
    width: 920px;
	box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	}
	.main-nav-wrap{
		background-color: #05a1dc;
		float: left;
		padding: 20px;
		width: 920px;
		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
		}

		.right-nav-new {
			background: #009900;
			width: 600px;
			float: left;
			color:#fff;
		}
		.social-icons-new{
			width: 280px;
			float: right;
			background-color:#000099;
			color:#fff;
		}

		
/*--- main content -- */
.main-content-outer {
		width:100%;
	}
.main-content-new {
	background-color: #FFFFFF;
    margin: 0 auto;
    width: 960px;
	box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	}
	.main-content-wrap{
		background-color: #FFFFFF;
		float: left;
		padding: 20px 15px;
		width: 930px;
		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
		}

		.right-content-new {
			background: #FFFFFF;
			width: 630px;
			float: left;
			color:#444444;
		}
		.sidebar-content-new {
			width: 280px;
			float: right;
			background-color:#FFFFFF;
			color:#fff;
		}

	.site-nav-wrap {
		display:none
	}
	/*.site-nav-new {
		padding:20px;
		width:920px;
		background:#000;
	}
	.social-nav-new {
		padding:20px;
		width:920px;
		background:#05a1dc;
	}*/
	.footer-wrap {
		margin:0px; 
		height:50px; 
		color:BLACK; 
		padding:25px 5% 0px 5%; 
		clear:both; 
		font-size:.8em; 
		text-align:center;" 
	}
	#respond form label, #respond form p  {
		color:#444444;
	}
	#respond h3#reply-title {
		color:#444444;
		font-weight:bold;
	}
	#mc_embed_signup12 form label {
		color:#444444;
		font-size:13px;
		float:left;
		margin:5px 0;
		padding-right:75px;
	}
	#mc_embed_signup12 input{
		margin:5px 0;
	}
	
	/*.nav-previous, .previous-image {
		float: left;
		width: 50%;
		text-align:left;
	}*/
	.nav-previous, .previous-image {
		float: right;
		width: 50%;
	}
	.nav-next {
		float: right;
		margin-bottom:10px;
	}
	.nav-previous {
		float: left;
		margin-bottom:10px;
	}
	.entrytext h1 {
		font-size:14px;
		color:#444444;
		font-weight:bold;
	}
	.textwidget {
		margin-top:15px;
	}
	input.inlineSubmit {
		margin-left:5px;
	}
	input#mc-embedded-subscribe {
		margin-left:5px;
	}
	input#submit {
		margin-top:10px;
	}
	.widget li a{
		font-size:12px;
		color:#757575;
	}
	.widget li a:hover{
		color:#21759b;
	}
	input.inlineSearch, input.inlineSubmit {
		margin-bottom:10px;
	}
	
	
/* =Media queries
-------------------------------------------------------------- */
/************************************************************************************
smaller than 1280 Samsung note 2
*************************************************************************************/
@media screen and (max-width:1280px){
	/*.widget-sub-content img {
		width:100%;
	}
	.comment-author img {
		width:10%;
	}
	.social-nav-new img{
		max-width:10%;
		height:auto;
	}*/
	
	
	img {
		max-width:100%;
		height:auto;
	}
}

/************************************************************************************
smaller than 980 Desktop
*************************************************************************************/
@media screen and (max-width: 980px) {

	/* pagewrap */
	.head-wrap {
		width:93.75%;
	}
	img{
		height:auto;
		max-width:100%;
	}
	.top-content {
		width:89.84375%;
		padding:1% 1.953125%;
	}
	.middle-content {
		width:89.84375%;
		float:left;
		padding:2%;

	}
	.ribbon-new {
		width:40.234375%;
		height:133px;
		color:#ffffff;
		float:right;
		padding:2%;
		margin-top:2.50%;
		}
		
	.header-quotes {
			padding:2% 2% 2% 6%;
		}
	.main-content-outer {
		width:100%;
	}
	.main-content-new {
		width:93.75%;
		
		}
		.main-content-wrap {
			width:89.84375%;
			padding:2%;
			float:left;			
			}
			.right-content-new {
				width:  58.59375%;
				float:left;	
			}
			.sidebar-content-new {
				width: 27.34375%;
				float:right;	
			}
	.site-nav {
		width: 97.65625%;
	}
	
	.nav-next, .next-image {
		float: right;
		text-align: right;
		width: 50%;
	}
	.nav-previous, .previous-image {
		float: left;
		width: 50%;
		text-align: left;
	}
	.nav-next, .next-image {
		width:52%;
		margin-bottom:10px;
	}
	.nav-previous, .previous-image {
		width: 100%;
		margin-bottom:10px;
	}
	input.inlineSearch, input.inlineSubmit {
		margin-bottom:10px;
	}
	#mc_embed_signup12 form label {
		width:100%;
	}
	#mc_embed_signup12 input {
		margin:5px 0;
	}
	input#mc-embedded-subscribe {
		margin-left:5px;
	}
	input#submit {
		margin-top:5px;
	}
	img {
		max-width:100%;
		height:auto;
	}
}
/************************************************************************************
smaller than 800 samsung note 10
*************************************************************************************/
/* Maximum width of 800 pixels. */
@media screen and (max-width: 800px) {
	.top-content {
			font-size:12px;
			color:#ffffff;
			width: 96%;
		}
	.middle-content {
		width: 96%;
	}
	.main-content-wrap {
		width: 96%;
	}
	.site-nav {
		display:block;
	}
	.site-nav-wrap {
		display:none;
	}
	
	.site-nav {
		width: 99%;
	}
	.g-nav {
		width: 100%;
	}
	.social {
		width: 100%;
		text-align:center;
	}
	.ribbon {

		margin:0 auto;
		padding:0 40px;
        position: relative;
        width: 89.50%;
      }
	.social img {
		max-width: 5%;
		height:auto;
		padding:0 10px;
	}
	
	.right-content-new {
		width: 96%;
	}
	
	.sidebar-content-new {
		width:100%;
	}
	.ribbon-m {
		display: none;
	}
	.ribbon-new {
		display:block;
	}
	.ribbon-new {
		background: url("images/quotes.png") no-repeat scroll right center transparent;
		float: right;
		height: 133px;
		margin-top: -115px;
		padding: 0;
		position: relative;
		right: -31px;
		width: 412px;
		z-index: 99;
	}
	.header-quotes {
		padding: 4% 2% 2% 10%;
	}
	/*.comments-box img{
		max-width:3%;
		height:auto;
	}
	.widget-sub-content img {
		max-width:60%;
	}*/
	.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
		text-align: center;
		width: 100%;
	}
	.main-navigation li a {
		font-size:24px;
	}
	.main-navigation li {
		padding:0 10px;
	}
	.logo img {
		max-width:70%;
		height:auto;
	}
	.social {
		border-top: 1px solid #13B0EB;
		padding-bottom:10px;
	}
	.right-content-new {
		margin-bottom:20px;
		width:100%;
	}
	div.image-overlay {
		text-align: center;
	}
	.site-content {
		margin-bottom:20px;
	}
	.my-paginated-posts p a {
		float: none !important;
		margin-left: 0px !important;
	}
	.section-header {
		margin-bottom:10px;
	}
	.textwidget a img {
		margin:10px 0;
	}
	article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
		clear: both;
	}
	.left-sub-content {
		float:none;
	}
	.nav-next, .next-image {
		width:52%;
		margin-bottom:10px;
	}
	.nav-previous, .previous-image {
		width: 100%;
		margin-bottom:10px;
	}
	input.inlineSearch, input.inlineSubmit {
		margin-bottom:10px;
	}
	#mc_embed_signup12 form label {
		width:100%;
	}
	#mc_embed_signup12 input {
		margin:5px 0;
	}
	input#mc-embedded-subscribe {
		margin-left:5px;
	}
	input#submit {
		margin-top:5px;
	}

	img {
		max-width:100%;
		height:auto;
	}

}
/************************************************************************************
smaller than 768 iPad
*************************************************************************************/
/* Maximum width of 768 pixels. */
@media screen and (max-width: 768px) {
	
	.top-content {
			font-size:12px;
			color:#ffffff;
			width: 96%;
		}
	.middle-content {
		width: 96%;
	}
	.main-content-wrap {
		width: 96%;
	}
	.site-nav {
		display:block;
	}
	.site-nav-wrap {
		display:none;
	}
	
	.site-nav {
		width: 99%;
	}
	.g-nav {
		width: 100%;
	}
	.social {
		width: 100%;
		text-align:center;
	}
	.ribbon {

		margin:0 auto;
		padding:0 40px;
        position: relative;
        width: 89.50%;
      }
	.social img {
		max-width: 5%;
		height:auto;
		padding:0 10px;
	}
	
	.right-content-new {
		width: 96%;
	}
	
	.sidebar-content-new {
		width:100%;
	}
	.ribbon-m {
		display: none;
	}
	.ribbon-new {
		display:block;
	}
	.ribbon-new {
		background: url("images/quotes.png") no-repeat scroll right center transparent;
		float: right;
		height: 133px;
		margin-top: -115px;
		padding: 0;
		position: relative;
		right: -31px;
		width: 412px;
		z-index: 99;
	}
	.header-quotes {
		padding: 4% 2% 2% 10%;
		position:relative;
	}
	.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
		text-align: center;
		width: 100%;
	}
	.main-navigation li a {
		font-size:24px;
	}
	.main-navigation li {
		padding:0 10px;
	}
	.logo img {
		max-width:70%;
		height:auto;
	}
	.social {
		border-top: 1px solid #13B0EB;
		padding-bottom:10px;
	}
	.right-content-new {
		margin-bottom:20px;
		width:100%;
	}
	div.image-overlay {
		text-align: center;
	}
	.site-content {
		margin-bottom:20px;
	}
	.my-paginated-posts p a {
		float: right;
		/*margin-right: -0.5em;*/
		margin-left:20px;
	}
	.section-header {
		margin-bottom:10px;
	}
	.textwidget a img {
		margin:10px 0;
	}
	article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
		clear: both;
	}
	.left-sub-content {
		float:none;
	}
	.nav-next, .next-image {
		width:52%;
		margin-bottom:10px;
	}
	.nav-previous, .previous-image {
		width: 100%;
		margin-bottom:10px;
	}
	input.inlineSearch, input.inlineSubmit {
		margin-bottom:10px;
	}
	#mc_embed_signup12 form label {
		width:100%;
	}
	#mc_embed_signup12 input {
		margin:5px 0;
	}
	input#mc-embedded-subscribe {
		margin-left:5px;
	}
	input#submit {
		margin-top:5px;
	}
	img {
		max-width:100%;
		height:auto;
	}
}
/************************************************************************************
smaller than 720 Samsung note 2
*************************************************************************************/
@media screen and (max-width:720px){
	.logo {
		float:none;
		text-align:center;
	}
	.ribbon-new {
		display:none;
	}
	.ribbon-right-top {
		display:none;
	}
	.ribbon-m {
		background:#85D5F6;
		color: #FFFFFF;
		display: block;
		font-size: 14px;
		height: auto;
		margin-top: 20px;
		padding: 0 20px;
		right: 0;
		width: 92%;
		position:relative;
	}
	.main-content-wrap {
		width: 97%;
	}
	
	.middle-content {
		width: 97%;
	}
	
	.top-content {
		width: 97.2%;
	}
		
	.site-nav {
		width: 100%;
	}
	
	.g-nav {
		width: 102%;
	}
	
	.right-content-new {
		margin-bottom:20px;
		width: 100%;	
	}
	
	div.image-overlay {
		text-align: center;
	}
	.site-content {
		margin-bottom:20px;
	}
	.my-paginated-posts p a {
		float: right;
		/*margin-right: -0.5em;*/
		margin-left:20px;
	}
	.section-header {
		margin-bottom:10px;
	}
	.textwidget a img {
		margin:10px 0;
	}
	article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
		clear: both;
	}
	.left-sub-content {
		float:none;
	}
	
	.nav-previous, .previous-image {
		width: 100%;
		margin-bottom:10px;
	}
	
	.nav-next, .next-image {
		width: 52%;
		margin-bottom:10px;
	}
	input.inlineSearch, input.inlineSubmit {
		margin-bottom:10px;
	}
	#mc_embed_signup12 form label {
		width:100%;
	}
	#mc_embed_signup12 input {
		margin:5px 0;
	}
	input#mc-embedded-subscribe {
		margin-left:5px;
	}
	input#submit {
		margin-top:5px;
	}
	img {
		max-width:100%;
		height:auto;
	}
}
/************************************************************************************
smaller than 640 
*************************************************************************************/

/* Maximum width of 640 pixels. */
@media screen and (max-width: 640px) {
	.logo {
		float:none;
		text-align:center;
	}
	.main-content-wrap {
		width: 96%;
	}
	.middle-content {
		width: 96%;
	}
	.top-content {
		width: 96.2%;
	}
	.ribbon-new {
		display:none;
	}
	.ribbon-right-top {
		display:none;
	}
	.ribbon-m {
		background:#85D5F6;
		color: #FFFFFF;
		display: block;
		font-size: 14px;
		height: auto;
		margin-top: 20px;
		padding: 0 20px;
		right: 0;
		width: 92%;
	}
	.site-nav {
		display:none;
	}
	.site-nav-wrap {
		display:block;
		margin: 0 auto;
		width: 94%;
		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	}
	.site-nav-new {
		padding:2%;
		width:96%;
		background:#05a1dc;
	}
	.social-nav-new {
		padding:2%;
		width:96%;
		background:#05a1dc;
		/*border-top:1px solid #ffffff;*/
		text-align:center;
	}
	.menu-main-menu-container li{
		text-align:center;
		border-bottom:1px solid #13b0eb;
		padding:2% 0;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.menu-main-menu-container li a{
		color: #283891;
	}
	
	.right-content-new {
		width: 100%;
	}
	
	footer.entry-meta {
		color: #757575;
		font-size:13px;
	}
	
	.nav-next, .next-image {
		width: 52%;
		margin-bottom:10px;
	}
	
	.nav-previous, .previous-image {
		width: 26%;
	}
	input.inlineSearch, input.inlineSubmit {
		margin-bottom:10px;
	}
	#mc_embed_signup12 form label {
		width: 100%;
	}
	#mc_embed_signup12 input {
		margin:5px 0;
	}
	input#mc-embedded-subscribe {
		margin-left:5px;
	}
	input#submit {
		margin-top:5px;
	}
	img {
		max-width:100%;
		height:auto;
	}

}

/************************************************************************************
smaller than 600 iPhone 4 landscape
*************************************************************************************/

/* Maximum width of 600 pixels. */
@media screen and (max-width: 600px) {

	.logo {
		float:none;
		text-align:center;
	}
	.ribbon-new {
		display:none;
	}
	.ribbon-right-top {
		display:none;
	}
	.ribbon-m {
		background:#85D5F6;
		color: #FFFFFF;
		display: block;
		font-size: 14px;
		height: auto;
		margin-top: 20px;
		padding: 0 20px;
		right: 0;
		width: 92%;
	}
	.site-nav {
		display:none;
	}
	.site-nav-wrap {
		display:block;
		margin: 0 auto;
		width: 94%;
		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	}
	.site-nav-new {
		padding:2%;
		width:96%;
		background:#05a1dc;
	}
	.social-nav-new {
		padding:2%;
		width:96%;
		background:#05a1dc;
		/*border-top:1px solid #ffffff;*/
		text-align:center;
	}
	.menu-main-menu-container li{
		text-align:center;
		border-bottom:1px solid #13b0eb;
		padding:2% 0;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.menu-main-menu-container li a{
		color: #283891;
	}
	.nav-next {
		float:right:
	}
	.right-content-new {
		width: 100%;
	}

	img {
		max-width:100%;
		height:auto;
	}

}
	
/* Maximum width of 568 pixels. */
@media screen and (max-width: 568px)and (-webkit-device-pixel-ratio: 2) {
	.logo {
		float:none;
		text-align:center;
	}
	.ribbon-new {
		display:none;
	}
	.ribbon-right-top {
		display:none;
	}
	.ribbon-m {
		background:#85D5F6;
		color: #FFFFFF;
		display: block;
		font-size: 14px;
		height: auto;
		margin-top: 20px;
		padding: 0 20px;
		right: 0;
		width: 92%;
	}
	.site-nav {
		display:none;
	}
	.site-nav-wrap {
		display:block;
		margin: 0 auto;
		width: 94%;
		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	}
	.site-nav-new {
		padding:2%;
		width:96%;
		background:#05a1dc;
	}
	.social-nav-new {
		padding:2%;
		width:96%;
		background:#05a1dc;
		/*border-top:1px solid #ffffff;*/
		text-align:center;
	}
	.menu-main-menu-container li{
		text-align:center;
		border-bottom:1px solid #13b0eb;
		padding:2% 0;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.menu-main-menu-container li a{
		color: #283891;
	}

	img {
		max-width:100%;
		height:auto;
	}
}
/* Maximum width of 480 pixels. */
@media screen and (max-width: 480px) {
	.logo {
		float:none;
		text-align:center;
	}
	.main-content-wrap {
		width: 96%;
	}
	.middle-content {
		width: 96%;
	}
	.top-content {
		width: 96.2%;
	}
	.ribbon-new {
		display:none;
	}
	.ribbon-right-top {
		display:none;
	}
	.ribbon-m {
		background:#85D5F6;
		color: #FFFFFF;
		display: block;
		font-size: 14px;
		height: auto;
		margin-top: 20px;
		padding: 0 20px;
		right: 0;
		width: 90%;
	}
	.site-nav {
		display:none;
	}
	.site-nav-wrap {
		display:block;
		margin: 0 auto;
		width: 94%;
		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	}
	.site-nav-new {
		padding:2%;
		width:96%;
		background:#05a1dc;
	}
	.social-nav-new {
		padding:2%;
		width:96%;
		background:#05a1dc;
		/*border-top:1px solid #ffffff;*/
		text-align:center;
	}
	.menu-main-menu-container li{
		text-align:center;
		border-bottom:1px solid #13b0eb;
		padding:2% 0;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.menu-main-menu-container li a{
		color: #283891;
	}

	.social-nav-new img{
		max-width:10%;
		height:auto;
	}
	.comment-author img {
		width:10%;
	}
	.nav-next, .next-image {
		width: 52%;
	}
	
	.nav-previous, .previous-image {
		width: 100%;
		margin-bottom:5px;
	}
	button, input, textarea {
		margin-bottom: 10px;
		width: 96%;
	}
	.nav-next, .next-image {
		margin-bottom: 10px;
	}
	input.inlineSubmit {
		width: 100%;
		margin-left:0;
	}
	input.email {
		margin-left:0;
	}
	input#mc-embedded-subscribe {
		width: 100%;
		margin-left:0;
		margin-bottom:5px;
	}
	#mc_embed_signup12 input {
		margin:5px 0;
	}
	input#submit {
		width: 100%;
	}
	.col-posts {
		margin-right:8px;
	}
	img {
		max-width:100%;
		height:auto;
	}
}

/* Maximum width of 320 pixels. */
@media screen and (max-width: 320px) {
	.logo {
		text-align:center;
	}
	.top-content {
		font-size:12px;
		color:#ffffff;
		width: 96%;
	}
	.middle-content {
		width: 96%;
	}
	
	.main-content-wrap {
		width: 96%;
	}
	.ribbon-new {
		display:none;
		}
	.ribbon-m {
		width:84%;
		display:block;
		background:#85d5f6;
		padding:0 20px;
		font-size:14px;
		color:#ffffff;
		margin-top:20px;
		right:0;
		height:auto;
	}
	.ribbon-content {
		display:block;
	}
	.ribbon-right-top {
		display:none;
	}
	
	.site {
		width:82%;
	}

	.right-content-new {
		float: none;
		width: 100%;
	}
	.sidebar-content-new {
		float: none;
		width: 100%;
		margin-top:10px;
	}
	.site-nav {
		display:none;
	}
	.site-nav-wrap {
		display:block;
		margin: 0 auto;
		width: 94%;
		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	}
	.site-nav-new {
		padding:2%;
		width:96%;
		background:#05a1dc;
	}
	.social-nav-new {
		padding:2%;
		width:96%;
		background:#05a1dc;
		/*border-top:1px solid #ffffff;*/
		text-align:center;
	}
	.menu-toggle {
		display: inline-block;
		text-align: center;
		width: 91%;
	}
	.main-navigation ul.nav-menu.toggled-on, .menu-toggle {
		display: inline-block;
	}
	.menu-toggle, button, input[type="submit"], input[type="button"], input[type="reset"] {
		cursor: pointer;
	}
	.menu-toggle, input[type="submit"], input[type="button"], input[type="reset"], article.post-password-required input[type="submit"], li.bypostauthor cite span {
		background-color: #E6E6E6;
		background-image: -moz-linear-gradient(center top , #F4F4F4, #E6E6E6);
		background-repeat: repeat-x;
		border: 1px solid #D2D2D2;
		border-radius: 3px 3px 3px 3px;
		box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
		color: #7C7C7C;
		font-size: 0.785714rem;
		font-weight: normal;
		line-height: 1.42857;
		padding: 0.428571rem 0.26rem;
	}
	.menu-main-menu-container li{
		text-align:center;
		border-bottom:1px solid #13b0eb;
		padding:2% 0;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.menu-main-menu-container li a{
		color: #283891;
	}

	.left-sub-content {
		width: 100%;
	}
	.right-sub-content {
		width: 100%;
	}
	
	.mc_embed_signup12 input {
		width: 171%;
	}
	.button, input, textarea {
		width: 94%;
	}
	
	.menu-toggle, input[type="submit"], input[type="button"], input[type="reset"], article.post-password-required input[type="submit"], li.bypostauthor cite span {
		width: 100%;
	}
	#mc_embed_signup12 input {
		margin: 5px 0;
	}
	
	.my-paginated-posts {
		clear:both;
		text-align:left;
	}
	
	.nav-previous, .previous-image {
		width: 100%;
	}
	.nav-next, .next-image {
		width: 58%;
		margin-bottom:10px;
	}
	input.inlineSubmit {
		margin:5px 0;
	}
	.footer-wrap {
		padding: 25px 0 0;
		text-align: center;
	}
		
	img {
		max-width:100%;
		height:auto;
	}
}
/* Maximum width of 240 pixels. */
@media screen and (max-width: 240px) {
	.logo {
		text-align:center;
	}
	.top-content {
		font-size:12px;
		color:#ffffff;
		width: 96%;
	}
	.middle-content {
		width: 96%;
	}
	
	.main-content-wrap {
		width: 96%;
	}
	.ribbon-new {
		display:none;
		}
	.ribbon-m {
		width:80%;
		display:block;
		background:#85d5f6;
		padding:0 20px;
		font-size:14px;
		color:#ffffff;
		margin-top:20px;
		right:0;
		height:auto;
	}
	.ribbon-content {
		display:block;
	}
	.ribbon-right-top {
		display:none;
	}
	
	
	/*.nav-menu {
		display:none;
	}*/
	.site {
		width:82%;
	}

	.right-content-new {
		float: none;
		width: 100%;
	}
	.sidebar-content-new {
		float: none;
		width: 100%;
		margin-top:10px;
	}
	.site-nav {
		display:none;
	}
	.site-nav-wrap {
		display:block;
		margin: 0 auto;
		width: 94%;
		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	}
	.site-nav-new {
		padding:2%;
		width:96%;
		background:#05a1dc;
	}
	.social-nav-new {
		padding:2%;
		width:96%;
		background:#05a1dc;
		/*border-top:1px solid #ffffff;*/
		text-align:center;
	}
	.menu-toggle {
		display: inline-block;
		text-align: center;
		width: 91%;
	}
	.main-navigation ul.nav-menu.toggled-on, .menu-toggle {
		display: inline-block;
	}
	.menu-toggle, button, input[type="submit"], input[type="button"], input[type="reset"] {
		cursor: pointer;
	}
	.menu-toggle, input[type="submit"], input[type="button"], input[type="reset"], article.post-password-required input[type="submit"], li.bypostauthor cite span {
		background-color: #E6E6E6;
		background-image: -moz-linear-gradient(center top , #F4F4F4, #E6E6E6);
		background-repeat: repeat-x;
		border: 1px solid #D2D2D2;
		border-radius: 3px 3px 3px 3px;
		box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
		color: #7C7C7C;
		font-size: 0.785714rem;
		font-weight: normal;
		line-height: 1.42857;
		padding: 0.428571rem 0.26rem;
	}
	.menu-main-menu-container li{
		text-align:center;
		border-bottom:1px solid #13b0eb;
		padding:2% 0;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.menu-main-menu-container li a{
		color: #283891;
	}

	.left-sub-content {
		width: 100%;
	}
	.right-sub-content {
		width: 100%;
	}
	
	.mc_embed_signup12 input {
		width: 171%;
	}
	.button, input, textarea {
		width: 94%;
	}
	
	.menu-toggle, input[type="submit"], input[type="button"], input[type="reset"], article.post-password-required input[type="submit"], li.bypostauthor cite span {
		width: 100%;
	}
	#mc_embed_signup12 input {
		margin: 5px 0;
	}
	
	.my-paginated-posts {
		clear:both;
		text-align:left;
	}
	
	.nav-previous, .previous-image {
		width: 100%;
	}
	input.inlineSubmit {
		margin:5px 0;
	}
	.nav-next, .next-image {
		width: 79%;
	}
	
	.content-quotes {
		width: 84%;
	}
	img {
		max-width:100%;
		height:auto;
	}
}




		
/* =Print
----------------------------------------------- 

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs 
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	
	.site-head {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	
	
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	 Comments 
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}*/