.vjs-default-skin div.vjs-big-play-button {
top: 50%; left: 50%;
margin: -1.3em 0 0 -2em;
}
.vjs-default-skin .vjs-time-controls div, .vjs-default-skin .vjs-time-divider span {
font-size: 1em;
line-height: 3em;
} .video-wrapper {
position: relative;
padding-bottom: 74.25%; height: 0;
overflow: hidden;
}
.video-wrapper video,.videoWrapper,.video-wrapper .video-js {
position: absolute;
top: 0; left: 0;
width: 100%;
height: 100%;
}
.video-wrapper .video-js, .video-wrapper img.vjs-poster {
width: 100% !important;
height: 100% !important; //these need !important because IE wants to set height/width to 100px
max-width: 100%;
}.vjs-default-skin {
color: #cccccc;
} @font-face {
font-family: 'VideoJS';
src: url(//www.vuncf.org/wp-content/plugins/videojs-html5-video-player-for-wordpress/videojs/font/vjs.eot);
src: url(//www.vuncf.org/wp-content/plugins/videojs-html5-video-player-for-wordpress/videojs/font/vjs.eot?#iefix) format('embedded-opentype'), url(//www.vuncf.org/wp-content/plugins/videojs-html5-video-player-for-wordpress/videojs/font/vjs.woff) format('woff'), url(//www.vuncf.org/wp-content/plugins/videojs-html5-video-player-for-wordpress/videojs/font/vjs.ttf) format('truetype');
font-weight: normal;
font-style: normal;
}  .vjs-default-skin .vjs-slider { outline: 0;
position: relative;
cursor: pointer;
padding: 0; background-color: #333333;
background-color: rgba(51, 51, 51, 0.9);
}
.vjs-default-skin .vjs-slider:focus { -webkit-box-shadow: 0 0 2em #ffffff;
-moz-box-shadow: 0 0 2em #ffffff;
box-shadow: 0 0 2em #ffffff;
}
.vjs-default-skin .vjs-slider-handle {
position: absolute; left: 0;
top: 0;
}
.vjs-default-skin .vjs-slider-handle:before {
content: "\e009";
font-family: VideoJS;
font-size: 1em;
line-height: 1;
text-align: center;
text-shadow: 0em 0em 1em #fff;
position: absolute;
top: 0;
left: 0;  -webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
} .vjs-default-skin .vjs-control-bar { display: none;
position: absolute; bottom: 0; left: 0;
right: 0; height: 3.0em; background-color: #07141e;
background-color: rgba(7, 20, 30, 0.7);
} .vjs-default-skin.vjs-has-started .vjs-control-bar {
display: block; visibility: visible;
opacity: 1; -webkit-transition: visibility 0.1s, opacity 0.1s;
-moz-transition: visibility 0.1s, opacity 0.1s;
-o-transition: visibility 0.1s, opacity 0.1s;
transition: visibility 0.1s, opacity 0.1s;
} .vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
display: block;
visibility: hidden;
opacity: 0; -webkit-transition: visibility 1s, opacity 1s;
-moz-transition: visibility 1s, opacity 1s;
-o-transition: visibility 1s, opacity 1s;
transition: visibility 1s, opacity 1s;
}
.vjs-default-skin.vjs-controls-disabled .vjs-control-bar {
display: none;
}
.vjs-default-skin.vjs-using-native-controls .vjs-control-bar {
display: none;
} @media \0screen {
.vjs-default-skin.vjs-user-inactive.vjs-playing .vjs-control-bar :before {
content: "";
}
} .vjs-default-skin .vjs-control {
outline: none;
position: relative;
float: left;
text-align: center;
margin: 0;
padding: 0;
height: 3.0em;
width: 4em;
} .vjs-default-skin .vjs-control:before {
font-family: VideoJS;
font-size: 1.5em;
line-height: 2;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-align: center;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
} .vjs-default-skin .vjs-control:focus:before,
.vjs-default-skin .vjs-control:hover:before {
text-shadow: 0em 0em 1em #ffffff;
}
.vjs-default-skin .vjs-control:focus {  } .vjs-default-skin .vjs-control-text { border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
} .vjs-default-skin .vjs-play-control {
width: 5em;
cursor: pointer;
}
.vjs-default-skin .vjs-play-control:before {
content: "\e001";
}
.vjs-default-skin.vjs-playing .vjs-play-control:before {
content: "\e002";
} .vjs-default-skin .vjs-mute-control,
.vjs-default-skin .vjs-volume-menu-button {
cursor: pointer;
float: right;
}
.vjs-default-skin .vjs-mute-control:before,
.vjs-default-skin .vjs-volume-menu-button:before {
content: "\e006";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-0:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before {
content: "\e003";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-1:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before {
content: "\e004";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-2:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before {
content: "\e005";
}
.vjs-default-skin .vjs-volume-control {
width: 5em;
float: right;
}
.vjs-default-skin .vjs-volume-bar {
width: 5em;
height: 0.6em;
margin: 1.1em auto 0;
}
.vjs-default-skin .vjs-volume-menu-button .vjs-menu-content {
height: 2.9em;
}
.vjs-default-skin .vjs-volume-level {
position: absolute;
top: 0;
left: 0;
height: 0.5em;
background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}
.vjs-default-skin .vjs-volume-bar .vjs-volume-handle {
width: 0.5em;
height: 0.5em;
}
.vjs-default-skin .vjs-volume-handle:before {
font-size: 0.9em;
top: -0.2em;
left: -0.2em;
width: 1em;
height: 1em;
}
.vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
width: 6em;
left: -4em;
} .vjs-default-skin .vjs-progress-control {
position: absolute;
left: 0;
right: 0;
width: auto;
font-size: 0.3em;
height: 1em; top: -1em;  -webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
} .vjs-default-skin:hover .vjs-progress-control {
font-size: .9em;  -webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
} .vjs-default-skin .vjs-progress-holder {
height: 100%;
} .vjs-default-skin .vjs-progress-holder .vjs-play-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress {
position: absolute;
display: block;
height: 100%;
margin: 0;
padding: 0; left: 0;
top: 0;
}
.vjs-default-skin .vjs-play-progress { background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}
.vjs-default-skin .vjs-load-progress {
background: #646464 ;
background: rgba(255, 255, 255, 0.4);
}
.vjs-default-skin .vjs-seek-handle {
width: 1.5em;
height: 100%;
}
.vjs-default-skin .vjs-seek-handle:before {
padding-top: 0.1em ;
} .vjs-default-skin .vjs-time-controls {
font-size: 1em; line-height: 3em;
}
.vjs-default-skin .vjs-current-time {
float: left;
}
.vjs-default-skin .vjs-duration {
float: left;
} .vjs-default-skin .vjs-remaining-time {
display: none;
float: left;
}
.vjs-time-divider {
float: left;
line-height: 3em;
} .vjs-default-skin .vjs-fullscreen-control {
width: 3.8em;
cursor: pointer;
float: right;
}
.vjs-default-skin .vjs-fullscreen-control:before {
content: "\e000";
} .vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before {
content: "\e00b";
} .vjs-default-skin .vjs-big-play-button {
left: 0.5em;
top: 0.5em;
font-size: 3em;
display: block;
z-index: 2;
position: absolute;
width: 4em;
height: 2.6em;
text-align: center;
vertical-align: middle;
cursor: pointer;
opacity: 1;  background-color: #07141e;
background-color: rgba(7, 20, 30, 0.7);
border: 0.1em solid #3b4249; -webkit-border-radius: 0.8em;
-moz-border-radius: 0.8em;
border-radius: 0.8em; -webkit-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
-moz-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25); -webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
} .vjs-default-skin.vjs-big-play-centered .vjs-big-play-button { left: 50%;
margin-left: -2.1em; top: 50%;
margin-top: -1.4000000000000001em;
} .vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
display: none;
} .vjs-default-skin.vjs-has-started .vjs-big-play-button {
display: none;
} .vjs-default-skin.vjs-using-native-controls .vjs-big-play-button {
display: none;
}
.vjs-default-skin:hover .vjs-big-play-button,
.vjs-default-skin .vjs-big-play-button:focus {
outline: 0;
border-color: #fff; background-color: #505050;
background-color: rgba(50, 50, 50, 0.75); -webkit-box-shadow: 0 0 3em #ffffff;
-moz-box-shadow: 0 0 3em #ffffff;
box-shadow: 0 0 3em #ffffff; -webkit-transition: all 0s;
-moz-transition: all 0s;
-o-transition: all 0s;
transition: all 0s;
}
.vjs-default-skin .vjs-big-play-button:before {
content: "\e001";
font-family: VideoJS; line-height: 2.6em;
text-shadow: 0.05em 0.05em 0.1em #000;
text-align: center ;
position: absolute;
left: 0;
width: 100%;
height: 100%;
} .vjs-loading-spinner {
display: none;
position: absolute;
top: 50%;
left: 50%;
font-size: 4em;
line-height: 1;
width: 1em;
height: 1em;
margin-left: -0.5em;
margin-top: -0.5em;
opacity: 0.75; -webkit-animation: spin 1.5s infinite linear;
-moz-animation: spin 1.5s infinite linear;
-o-animation: spin 1.5s infinite linear;
animation: spin 1.5s infinite linear;
}
.vjs-default-skin .vjs-loading-spinner:before {
content: "\e01e";
font-family: VideoJS;
position: absolute;
top: 0;
left: 0;
width: 1em;
height: 1em;
text-align: center;
text-shadow: 0em 0em 0.1em #000;
}
@-moz-keyframes spin {
0% {
-moz-transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
}
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
}
}
@-o-keyframes spin {
0% {
-o-transform: rotate(0deg);
}
100% {
-o-transform: rotate(359deg);
}
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(359deg);
}
} .vjs-default-skin .vjs-menu-button {
float: right;
cursor: pointer;
}
.vjs-default-skin .vjs-menu {
display: none;
position: absolute;
bottom: 0;
left: 0em; width: 0em;
height: 0em;
margin-bottom: 3em;
border-left: 2em solid transparent;
border-right: 2em solid transparent;
border-top: 1.55em solid #000000; border-top-color: rgba(7, 40, 50, 0.5); } .vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content {
display: block;
padding: 0;
margin: 0;
position: absolute;
width: 10em;
bottom: 1.5em; max-height: 15em;
overflow: auto;
left: -5em;  background-color: #07141e;
background-color: rgba(7, 20, 30, 0.7); -webkit-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
-moz-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
}
.vjs-default-skin .vjs-menu-button:hover .vjs-menu {
display: block;
}
.vjs-default-skin .vjs-menu-button ul li {
list-style: none;
margin: 0;
padding: 0.3em 0 0.3em 0;
line-height: 1.4em;
font-size: 1.2em;
text-align: center;
text-transform: lowercase;
}
.vjs-default-skin .vjs-menu-button ul li.vjs-selected {
background-color: #000;
}
.vjs-default-skin .vjs-menu-button ul li:focus,
.vjs-default-skin .vjs-menu-button ul li:hover,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover {
outline: 0;
color: #111; background-color: #ffffff;
background-color: rgba(255, 255, 255, 0.75); -webkit-box-shadow: 0 0 1em #ffffff;
-moz-box-shadow: 0 0 1em #ffffff;
box-shadow: 0 0 1em #ffffff;
}
.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title {
text-align: center;
text-transform: uppercase;
font-size: 1em;
line-height: 2em;
padding: 0;
margin: 0 0 0.3em 0;
font-weight: bold;
cursor: default;
} .vjs-default-skin .vjs-subtitles-button:before {
content: "\e00c";
} .vjs-default-skin .vjs-captions-button:before {
content: "\e008";
} .vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before,
.vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before { -webkit-box-shadow: 0 0 1em #ffffff;
-moz-box-shadow: 0 0 1em #ffffff;
box-shadow: 0 0 1em #ffffff;
} .video-js {
background-color: #000;
position: relative;
padding: 0; font-size: 10px; vertical-align: middle;   font-weight: normal;
font-style: normal; font-family: Arial, sans-serif;  -webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
} .video-js .vjs-tech {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} .video-js:-moz-full-screen {
position: absolute;
} body.vjs-full-window {
padding: 0;
margin: 0;
height: 100%; overflow-y: auto;
}
.video-js.vjs-fullscreen {
position: fixed;
overflow: hidden;
z-index: 1000;
left: 0;
top: 0;
bottom: 0;
right: 0;
width: 100% !important;
height: 100% !important; _position: absolute;
}
.video-js:-webkit-full-screen {
width: 100% !important;
height: 100% !important;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
cursor: none;
} .vjs-poster {
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: contain;
cursor: pointer;
height: 100%;
margin: 0;
padding: 0;
position: relative;
width: 100%;
}
.vjs-poster img {
display: block;
margin: 0 auto;
max-height: 100%;
padding: 0;
width: 100%;
} .video-js.vjs-using-native-controls .vjs-poster {
display: none;
}  .video-js .vjs-text-track-display {
text-align: center;
position: absolute;
bottom: 4em; left: 1em;
right: 1em;
} .video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
bottom: 1em;
} .video-js .vjs-text-track {
display: none;
font-size: 1.4em;
text-align: center;
margin-bottom: 0.1em;  background-color: #000000;
background-color: rgba(0, 0, 0, 0.5);
}
.video-js .vjs-subtitles {
color: #ffffff ;
}
.video-js .vjs-captions {
color: #ffcc66 ;
}
.vjs-tt-cue {
display: block;
} .vjs-default-skin .vjs-hidden {
display: none;
}
.vjs-lock-showing {
display: block !important;
opacity: 1;
visibility: visible;
}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-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
html {
font-size: 62.5%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
display: block;
}
ol, ul {list-style: none;}
table { 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 { outline: 0;
}
a img {border: 0;} body,
button,
input,
select,
textarea {
color: #000;
font-family: 'georgia', 'times', serif;
font-size: 16px; font-size: 1.6rem; line-height: 1.6;
} h1,h2,h3,h4,h5,h6 {
clear: both;
font-family: 'Cutive', serif;
margin: 10px 0;
font-weight: normal;
}
h1 {
font-size: 30px; 
font-size: 3.0rem; 
margin-top: 0;
}
h2 {
font-size: 26px; 
font-size: 2.6rem;
}
h3 {
font-size: 22px; 
font-size: 2.2rem;
}
h4, h5, h6 {
font-size: 16px; 
font-size: 1.6rem;
}
h1.entry-title a {
text-decoration: none;
color: #000;	
}
h1.entry-title a:hover {
text-decoration: underline;
color: #000;	
}
a {
color: #000;
}
a:hover,
a:focus,
a:active{
color: #ef590a;
}
hr {
background-color: #454545;
border: 0;
height: 1px;
margin-bottom: 1.5em;
} p {
margin-bottom: 1.5em;
}
ul, ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
b, strong {
font-weight: bold;
}
dfn, cite, em, i {
font-style: italic;
}
.format-quote .entry-content p,
.single-format-quote .entry-content p,
blockquote {
margin: 0 1.5em;
font-family: 'Reenie Beanie', cursive;
font-size: 30px;
font-size: 3.2rem;
line-height: 1.8;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 1.5rem;
line-height: 1.6;
margin-bottom: 1.6em;
padding: 1.6em;
overflow: auto;
max-width: 100%;
}
code, kbd, tt, var {
font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
sup,
sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
small {
font-size: 75%;
}
big {
font-size: 125%;
}
figure {
margin: 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
}
th {
font-weight: bold;
}
.clear {clear: both;} img.alignleft, 
img.aligncenter, 
img.alignright {
padding: 3px;
border: 1px solid #000;
margin-top: 1em;
}
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;	
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin: 1em auto;
} .social-media {
list-style: none;
position: absolute;
right: 0px;
top: -10px;	
}
.social-media li {
float: left;
padding: 0 5px;
}
a.twitter { 
background:transparent url(//www.vuncf.org/wp-content/themes/mon-cahier/images/social-media.png) 0px 0 no-repeat;
}
a.facebook {
background:transparent url(//www.vuncf.org/wp-content/themes/mon-cahier/images/social-media.png) -30px 0 no-repeat;
}
a.flickr {
background:transparent url(//www.vuncf.org/wp-content/themes/mon-cahier/images/social-media.png) -60px 0 no-repeat;
}
a.pinterest { 
background:transparent url(//www.vuncf.org/wp-content/themes/mon-cahier/images/social-media.png) -95px 0 no-repeat;
}
a.youtube {
background:transparent url(//www.vuncf.org/wp-content/themes/mon-cahier/images/social-media.png) -130px 0 no-repeat;
}
a.rss {
background:transparent url(//www.vuncf.org/wp-content/themes/mon-cahier/images/social-media.png) -165px 0 no-repeat;
}
a.linkedin {
background:transparent url(//www.vuncf.org/wp-content/themes/mon-cahier/images/social-media.png) -200px 0 no-repeat;
}
a.vimeo {
background:transparent url(//www.vuncf.org/wp-content/themes/mon-cahier/images/social-media.png) -235px 0 no-repeat;
}
a.googleplus {
background:transparent url(//www.vuncf.org/wp-content/themes/mon-cahier/images/social-media.png) -270px 0 no-repeat;
}
a.delicious {
background:transparent url(//www.vuncf.org/wp-content/themes/mon-cahier/images/social-media.png) -305px 0 no-repeat;
}
a.dribble {
background:transparent url(//www.vuncf.org/wp-content/themes/mon-cahier/images/social-media.png) -339px 0 no-repeat;
}
a.github {
background:transparent url(//www.vuncf.org/wp-content/themes/mon-cahier/images/social-media.png) -373px 0 no-repeat;
}
a.tumblr {
background:transparent url(//www.vuncf.org/wp-content/themes/mon-cahier/images/social-media.png) -408px 0 no-repeat;
}
a.instagram {
background:transparent url(//www.vuncf.org/wp-content/themes/mon-cahier/images/social-media.png) -443px 0 no-repeat;
}
.social-media li a {
display: block;  
text-indent: -9999px; 
width: 25px; 
height: 25px;
opacity: 0.4;
filter:alpha(opacity=40); }
.social-media li a:hover{
opacity: 1;
filter:alpha(opacity=100); } #masthead {
border-bottom: 1px solid #000;
display: inline-block;
position: relative;
text-align: center;	
width: 100%;
z-index: 9999;
}
.site-intro {
border-bottom: 3px double #000;
}
h1.site-title {
margin: 1em auto 0 auto;
}
h1.site-title a {
font-size: 55px;
font-size: 5.5rem;
padding-top: 0.5em;
text-decoration: none;
}
h2.site-description {
font-size: 16px;
font-size: 1.6rem;
font-style: italic;
}
#masthead img {	
border-bottom: 1px solid #000;
display: block;
height: auto;
width: 100%;	
} .main-navigation {	
margin: 0.625em;
z-index: 99999;	
font-family: 'Cutive', serif;
text-align: left;
}
.main-navigation ul {
display: block;
list-style: none;
margin: 0.625em auto;
}
.main-navigation li {
position: relative;
float: left;
}
.main-navigation a {
display: block;
text-decoration: none;
font-size: 18px;
font-size: 1.8rem;
padding: 0.5em 0.625em;
}
.main-navigation ul ul {
background: #FFF;
border: 1px solid #454545;
border-bottom: none;
-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
box-shadow: 0 2px 2px rgba(0,0,0,0.2);
display: none;
float: left;
position: absolute;
top: 28px;
left: 0;
z-index: 99999;
}
.main-navigation ul ul ul {
left: 100%;
top: 0;
}
.main-navigation ul ul a {
font-weight: normal;
height: auto;
line-height: 1.4em;
padding: 0.625em;
width: 168px;
border-bottom: 1px solid #454545;
}
.main-navigation ul li:hover > ul {
display: block;
} .menu-toggle {
display: none;
cursor: pointer;
}
.main-small-navigation ul {
display: none;
} #page {
margin: 0 auto 0 auto;
padding: 1.25em;
max-width: 960px;
background: #FFF;
-webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
#main {
width: 100%;	
z-index: 1;
}
.site-content {
float: left;
width: 66.6666666667%; padding: 1.875em 1.25em;
}
.page-template-full-width-php .site-content {
float: none;
margin: 0 auto;
}
#content {
width: 100%;
word-wrap: break-word; }
#secondary {
float: right;
overflow: hidden;
width: 28.125%; padding: 1.875em 0;
font-size: 14px;
font-size: 1.4rem;
} .widget {
margin: 0 0 1.5em;
word-wrap: break-word;
} #searchsubmit {
display: none;
}
#secondary ul {
margin: 0;
}
#secondary ul li {
list-style: none;
padding: 0.25em 0 0.25em 1.25em;
margin: 0;
}
#secondary ul ul li {
padding-left: 1em;
}
#secondary ul li a {
text-decoration: none;
}
#secondary ul li a:hover {
text-decoration: underline;
}
#secondary .widget-title {
padding: 0.3125em;
margin: 0.3125em 0.625em;
font-size: 18px;
font-size: 1.8rem;
border-bottom: 3px double #000;
}
#secondary select {
margin-left: 1.25em;
max-width: 96%;
}
#secondary .tagcloud {
margin-left: 1.25em;
}
#secondary .tagcloud a {
text-decoration: none;
}
#secondary #searchform {
margin: 0.625em;
}
#searchform input[type=text] {
border-radius: 0px;
font-size: 14px;
font-size: 1.4rem;
padding: 0.375em 0.625em;
width: 80%;
color: #000;
border: 1px solid #454545;
}
#secondary #calendar_wrap { margin-left: 2em;	
}
#secondary img {
max-width: 100%;
height: auto;
}
#secondary .textwidget {
padding: 0.25em 1em;
} .sticky {
}
.hentry {
position:relative;
margin: 0 0 2em 0;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.entry-content,
.entry-summary {
margin: 1em 0 0;
}
.entry-content img {
max-width: 100%;
height: auto;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
word-spacing: 0.5em;
}
.page-links a {
background: #000;
color: #fff;
padding: 1px 10px 3px 10px;
text-decoration: none;
}
.format-image .post-format-content img { margin-bottom: 1em;
} .entry-meta { clear: both;
font-size: 12px;
font-size: 1.2rem;
}
.updated:not(.published) {
display: none;
}
.entrymeta { font-style: italic;
font-size: 12px;
font-size: 1.2rem;
}
.entry-meta a {text-decoration: none;}
p.postedon {
font-style: italic;
margin: 0;
}
footer.entry-meta {
clear: both;
font-size: 12px;
font-size: 1.2rem;
padding: 0.625em 0 0;
border-bottom: none;
border-top: 3px double #000;
border-bottom: 1px solid #000;
}	
.sep {
padding: 0.125em 0.625em;
} .site-footer {
clear: both;
width: 93.75%; padding: 1.875em 1.875em 1.25em;
text-align:center;
}
.site-footer a {
text-decoration: none;
}
.site-footer a:hover {
text-decoration: underline;
}
.site-info { margin-top: 1.25em;
font-size: 12px;
font-size: 1.2rem;
}
.footer-navigation ul {
list-style: none;
margin: 0 auto 0 auto;
width: 100%;
}
.footer-navigation li {
border-left: 1px solid #000;
display: inline-block;
font-size: 12px;
font-size: 1.2rem;
padding: 0.125em 0.625em;
}
.footer-navigation li:first-child {
border-left: none;
}
.footer-navigation li li,
.footer-navigation li li li {
display: none;
} .blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
}
.wp-caption {
border: 1px solid #454545;
max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
margin-bottom: 1.5em;
}
.wp-caption img {
display: block;
margin: 1.2% auto 0;
max-width: 98%;
}
.wp-caption-text {
text-align: center;
font-size: 12px;
font-size: 1.2rem;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
article.format-aside {
padding: 1.5em 1.5em  0.625em;
background: #ddd;
border-left: 22px solid #454545;
} .gallery {
margin-bottom: 1.5em;
}
#content .gallery img { border: 1px solid #454545;
height: auto;
}
.gallery-item {
float: left;
margin: 0 4px 4px 0;
overflow: hidden;
position: relative;
}
.gallery-columns-1 .gallery-item {	
max-width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 48%;
max-width: -webkit-calc(50% - 4px);
max-width:         calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
max-width: 32%;
max-width: -webkit-calc(33.3% - 4px);
max-width:         calc(33.3% - 4px);
}
.gallery-columns-4 .gallery-item {
max-width: 23%;
max-width: -webkit-calc(25% - 4px);
max-width:         calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
max-width: 19%;
max-width: -webkit-calc(20% - 4px);
max-width:         calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
max-width: 15%;
max-width: -webkit-calc(16.7% - 4px);
max-width:         calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
max-width: 13%;
max-width: -webkit-calc(14.28% - 4px);
max-width:         calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
max-width: 11%;
max-width: -webkit-calc(12.5% - 4px);
max-width:         calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
max-width: 9%;
max-width: -webkit-calc(11.1% - 4px);
max-width:         calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
margin-right: 0;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
} embed,
iframe,
object {
max-width: 100%;
} #content .site-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
#content .nav-previous {
float: left;
width: 50%;
}
#content .nav-next {
float: right;
text-align: right;
width: 50%;
} #comments {
clear:left;
}
.bypostauthor {
}
.avatar {
float: left;
display: block;
padding: 0 1.25em 0.625em 0;
}		
.commentlist {padding: 1.25em 0;}
.commentmetadata {margin-top: 0;}
ol.commentlist, ol.commentlist li {	
list-style: none;
margin: 0; padding: 0;
}
ol.commentlist li {
padding: 0.625em; margin: 1em 0;
border: 1px solid #eee;
}
ol.commentlist ul li,
ol.commentlist ol li {
border: none;
}
.comment-content ul li{
list-style: disc;
margin: 0.3125em 0; padding: 0.3125em;
}
.comment-content ol li {
list-style: decimal;
margin: 0.3125em 0; padding: 0.3125em;
}
ol.commentlist ul.children {
margin: 10px 10px 0 25px;
padding: 0;
}
ol.commentlist ul.children li {
border: none;
border-top: 1px solid #ddd;
}
ol.commentlist li p {
padding: 6px 0;
font-size: 14px;
font-size: 1.4rem;
line-height: 1.25em;
}
ol.commentlist li blockquote p {
font-size: 30px;
font-size: 3.0rem;
line-height:1em;
}
.commentform {padding: 20px 0;}
.commentform p {margin-bottom: 10px;} .form-allowed-tags {display: none;} button,
input,
select,
textarea {
font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button,
input {
line-height: normal; *overflow: visible; }
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid #DDD;
border-color: #DDD #DDD #bbb #DDD;
border-radius: 3px;
background: #fafafa; background: -moz-linear-gradient(top,  #fafafa 60%, #e6e6e6 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#fafafa), color-stop(100%,#e6e6e6)); background: -webkit-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); background: -o-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); background: -ms-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); background: linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e6e6e6',GradientType=0 ); box-shadow: inset 0 2px 1px #fff;
color: rgba(0,0,0,.8);
cursor: pointer; -webkit-appearance: button; font-size: 18px;
font-size: 1.8rem;
line-height: 2;
padding: 0.5em 1.5em;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
font-family: 'Cutive', serif;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
background: #f5f5f5; background: -moz-linear-gradient(top,  #f5f5f5 60%, #dcdcdc 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#f5f5f5), color-stop(100%,#dcdcdc)); background: -webkit-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); background: -o-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); background: -ms-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); background: linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dcdcdc',GradientType=0 ); border-color: #bbb #bbb #aaa #bbb;
}
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 {
border-color: #aaa #bbb #bbb #bbb;
box-shadow: inset 0 2px 3px rgba(0,0,0,.15);
box-shadow: inset 0 2px 2px rgba(0,0,0,.15);
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; padding: 0; }
input[type="search"] {
-webkit-appearance: textfield; -moz-box-sizing: content-box;
-webkit-box-sizing: content-box; box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { border: 0;
padding: 0;
}
input[type=password],
input[type=text],
textarea {
color: #666;
border: 1px solid #DDD;
border-radius: 3px;
}
input[type=text]:focus,
textarea:focus {
color: #111;
}
input[type=text] {
padding: 3px;
margin-left: 5px;
}
input[type=password] {
padding: 0.5em;
}
.post-password-required input[type="submit"] {
padding: 0 1em;
}
textarea {
overflow: auto; padding-left: 3px;
vertical-align: top; width: 98%;
} .assistive-text {
clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
} #calendar_wrap {
border: 1px solid #000;
margin: 10px 0;
width: 180px;	
}
#wp-calendar {
width: 180px;
color: #000;
font-size: 12px;
font-size: 1.2rem;
background: #FFF;
}
#wp-calendar th {
padding: 3px 0;
text-align: center;
}
#wp-calendar td {
padding: 0;
text-align: center;
}
#wp-calendar a {
text-decoration: none;
color: #000;
}
#wp-calendar caption {
color: #fff;
font-weight: bold;
padding: 3px 0;
background: #000;
width: 100%;
text-align: center;
}
#wp-calendar #today {
color: #FFF;
background: #000;
font-weight: bold;
}
#wp-calendar #today a {color: #FFF;}
#prev {
text-align: left;
margin: 10px 0 0 0;
}
#next {
text-align: right;
margin: 10px 0 0 0;
} @media print {
h1 {
page-break-before: always;
}
h1,  h2,  h3,  h4,  h5,  h6 {
page-break-after: avoid;
}
ul,  ol,  dl {
page-break-before: avoid;
}
} @media screen and (max-width: 1000px) {
#page {
padding:0;
width: 100%;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}	
}
@media screen and (max-width: 768px) {
h1.site-title a {
font-size: 38px;
font-size: 3.8rem;
}	
.site-content { 
padding: 3%;
width: 94%; 
}
#secondary{
border-top: 1px solid #000;
float: left;  
padding: 3%;
width: 94%;
}
.site-footer {
margin: 0 auto;
width: 80%;
}
}
@media screen and (max-width: 600px) {
.social-media {
display: none;
}
h1.menu-toggle {
display: block;
font-size: 16px;
font-size: 1.6rem;
margin-top: 10px;
}
.main-small-navigation ul ul {
display: block;
}
.main-small-navigation ul {
list-style: none;
margin: 0;
padding: 0;
width: 100%;
}
.main-small-navigation a {
display: block;
font-size: 16px;
font-size: 1.6rem;
padding: 0.3125em 0.625em;
text-decoration: none;
}
}
@media screen and (max-width: 480px) {
h1.site-title a {
font-size: 33px;
font-size: 3.0rem;
}
h1 {
font-size: 26px; 
font-size: 2.6rem; 
}
h2 {
font-size: 22px; 
font-size: 2.2rem;
}
h3 {
font-size: 20px; 
font-size: 2.0rem;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
font-size: 14px;
font-size: 1.4rem;
line-height: 1.75;
padding: 0.5em 1.25em;
}
}
@media screen and (max-width: 320px) {
h1.site-title a {
font-size: 26px;
font-size: 2.6rem;
}
h1 {
font-size: 24px; 
font-size: 2.4rem; 
margin-top: 0;
}
h2 {
font-size: 20px; 
font-size: 2.0rem;
}
h3 {
font-size: 18px; 
font-size: 1.8rem;
}
}
h1.site-title a {
font-size: 3.5rem;
}
.main-navigation {
width:100%;
}
.main-navigation a {
font-family: arial, verdana, sans-serif;
font-size: 1.3rem;
line-height:1;
background-color:#1e73be;
color:white;
}
p {
margin-bottom: 1em;
text-align:justify;
}
body, button, input, select, textarea {
font-family: 'georgia','times',serif;
font-size: 1.6rem;
line-height: 1.2;
}
h1 {
font-size: 2.4rem;
margin-top: 0px;
}
h3 {
font-size: 1.7rem;
}
h2 {
font-size: 1.9rem;
}
h6 {
font-size: 1.4rem;
background: rgba(252, 255, 142, 1); 
font-color: #333333; 
}
.main-navigation ul ul { top: 12px; }
blockquote {
line-height: 1.2;
font-size:1.8rem;
font-family: 'georgia','times',serif;
margin-bottom: 0cm; 
text-align:center;
font-color: #333333; 
background: #cccccc; 
border: 1px solid #333333; 
padding-top: 0.4cm; padding-bottom: 0.0cm; padding-left: 0.4cm; padding-right: 0.4cm; 
}
.entry-header h1 {
color: #1e73be; 
}
.main-navigation ul ul a {
font-weight: normal;
height: auto;
line-height: 1.4em;
padding: 0.625em;
width: 250px;
border-bottom: 1px solid #454545;
}