/*
Theme Name:brightmeadow
Theme Date:12/06/2012
Version:1.0
Theme URI:www.thebrightmeadow.com
Description:Bright Meadow custom theme
Author:Tammie Lister
Author URI:www.thelogicalbinary.com
Tags:fixed-width
License:GNU General Public License,v2 (or newer)
License URI:http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/
/*----------------------------------------------------------
Welcome to the stylesheet for brightmeadow Theme
------------------------------------------------------------
>>> TABLE OF CONTENTS
------------------------------------------------------------
1.0 - Normalise - from HTML5 Boilerplate h5bp.com/css
2.0 - Structural
-2.1 - Content
-2.2 - Header
-2.3 - Footer
-2.4 - Sidebar
3.0 - Non-structural
-3.1 - Text
-3.2 - Headers
-3.3 - Lists
-3.4 - Table
4.0 - Navigation
-4.1 - Pagination
5.0 - WordPress
-5.1 - Alignments
-5.2 - Comments
-5.3 - Gallery
-5.4 - Images
-5.5 - Posts
-5.6 - Forms
-5.7 - Widgets
6.0 - Dumper
7.0 - Browser specific
8.0 - Media queries
----------------------------------------------------------*/
/* 1.0 - Normalise - from HTML5 Boilerplate h5bp.com/css
* What follows is the result of much research on cross-browser styling. 
* Credit left inline and big thanks to Nicolas Gallagher,Jonathan Neal,
* Kroc Camen,and the H5BP dev community and team.
*
* Detailed information about this CSS:h5bp.com/css
*/
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
display: block;
}
audio,canvas,video {
display: inline-block;*display:inline;*zoom:1;
}
audio:not([controls]) {
display: none;
}
[hidden] {
display: none;
}
html {
font-size: 100%;
overflow-y: scroll;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
font-size: 13px;
line-height: 1.231;
}
body,button,input,select,textarea {
font-family: sans-serif;
color: #222;
}
::-moz-selection {
background: #fff400;
text-shadow: none;
}
::selection {
background: #fff400;
text-shadow: none;
}
a:focus {
outline: thin dotted;
}
a:hover,a:active {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,strong {
font-weight: bold;
}
blockquote {
margin: 1em 40px;
}
dfn {
font-style: italic;
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
ins {
background: #ff9;
color: #000;
text-decoration: none;
}
mark {
background: #ff0;
color: #000;
font-style: italic;
font-weight: bold;
}
pre,code,kbd,samp {
font-family: monospace,monospace;
_font-family: 'courier new',monospace;
font-size: 1em;
}
pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
q {
quotes: none;
}
q:before,q:after {
content: "";
content: none;
}
small {
font-size: 85%;
}
sub,sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
ul,ol {
margin: 1em 0;
padding: 0 0 0 40px;
}
dd {
margin: 0 0 0 40px;
}
nav ul,nav ol {
list-style: none;
list-style-image: none;
margin: 0;
padding: 0;
}
img {
border: 0;
-ms-interpolation-mode: bicubic;
vertical-align: middle;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 0;
}
form {
margin: 0;
}
fieldset {
border: 0;
margin: 0;
padding: 0;
}
label {
cursor: pointer;
}
legend {
border: 0;*margin-left:-7px;
padding: 0;
}
button,input,select,textarea {
font-size: 100%;
margin: 0;
vertical-align: baseline;*vertical-align:middle;
}
button,input {
line-height: normal;*overflow:visible;
}
table button,table input {*overflow:auto;
}
button,input[type="button"],input[type="reset"],input[type="submit"] {
cursor: pointer;
-webkit-appearance: button;
}
input[type="checkbox"],input[type="radio"] {
box-sizing: border-box;
}
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
button::-moz-focus-inner,input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
vertical-align: top;
resize: vertical;
}
input:valid,textarea:valid {
}
input:invalid,textarea:invalid {
background-color: #f0dddd;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td {
vertical-align: top;
}
.ir {
display: block;
border: 0;
text-indent: -999em;
overflow: hidden;
background-color: transparent;
background-repeat: no-repeat;
text-align: left;
direction: ltr;
}
.ir br {
display: none;
}
.hidden {
display: none !important;
visibility: hidden;
}
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
.invisible {
visibility: hidden;
}
.clearfix:before,.clearfix:after {
content: "";
display: table;
}
.clearfix:after {
clear: both;
}
.clearfix {
zoom: 1;
}
.clear {
clear: both;
}
.clear-left{
clear:left;	
}
@media print {* {
background: transparent !important;
color: black !important;
text-shadow: none !important;
filter: none !important;
-ms-filter: none !important;
}
/* Black prints faster:h5bp.com/s */
a,a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after {
content: "";
}
pre,blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
@page {
margin: 0.5cm;
}
p,h2,h3 {
orphans: 3;
widows: 3;
}
h2,h3 {
page-break-after: avoid;
}

}
/*--------------------------------------------------------------
2.0 - Structural
--------------------------------------------------------------*/
html {
background: #fff;
font-size: 62.5%;
}
body {
margin: 0;
padding: 0;
width: 100%;
background: #fff url('assets/images/background.jpg');
font-family: 'PT Sans', sans-serif;
font-size: 16px;
font-size: 1.6rem;
line-height: 1.8em;
color: #403f3f;
font-weight: 200;
}
.wrapper {
margin: 0 auto;
max-width: 1140px;
padding: 0 10px;
}
/*--------------------------------------------------------------
2.1 - Content
--------------------------------------------------------------*/
.fullwidth #content {
width: 100%;
}
#primary {
width: 100%;
float: none;
}
.single #primary, .page #primary {
width: 100%;
}
#sidebar {
width: 100%;
float: none;
}
.single #sidebar, .page #sidebar {
width: 100%;
}
/*--------------------------------------------------------------
2.2 - Header
--------------------------------------------------------------*/
#branding {
overflow: hidden;
padding: 2em 10px 0 10px;
}
#branding h1 {
font-family: 'Pacifico', cursive;
margin: 0;
text-shadow: -1px -1px 0px white;
letter-spacing: 2px;
}
#header-center {
float: none;
width: 100%;
text-align: left;
margin: 0 2% 0 0;
padding: 2em 0 2em 0;
text-align: center;
clear:both;
}
#header-left {
float: none;
width: 100%;
text-align: left;
margin: 0 2% 0 0;
}
#header-right {
display:none;
}
.iconcircle {
border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
float: left;
background: #666;
width: 60px;
height: 60px;
position: absolute;
text-align: center;
box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.05);
border: 6px solid #fff;
}
.iconcircle.bottomcommentsicon  {
border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
float: left;
background: #0AA;
width: 60px;
height: 60px;
position: absolute;
text-align: center;
box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.05);
border: 6px solid #fff;
}
.iconcircle.bottomcommentsicon.next{
position:relative;
float:right;
}

.iconcircle.bottomcommentsicon.previous{
position:relative;
float:left;
}
.iconcircle.bottomcommentsicon.next img{
	margin: 15px 0 0 10px;
}
 .iconcircle.bottomcommentsicon.previous img{
	margin: 15px 10px 0 0;
}
.bottomcommentsicon a{display:block;}
#leader-right .iconcircle, #header-right .iconcircle{
float:right;
right:0;
}
.icontitle {
margin-left: 70px;
border-bottom: 4px solid #666;
}
#leader-right .icontitle, #header-right .icontitle{
margin-right:70px;
margin-left:0px;
}
.icontitle h4 {
margin: 0 0 10px 10px;
padding: 0;
}
#sidebar .icontitle {
margin-right: 70px;
margin-left: 0;
}
#sidebar .icontitle h4 {
margin: 0;
padding: 0;
}
#sidebar .iconcircle {
float: right;
right: 0;
}
#sidebar .iconcircle.bottomcommentsicon.previous{
	float:none;
}
#header-right select{
margin: 1em 0;
width: 70%;
padding: 10px;
border: 1px solid #ccc;
}
#section-leader{
clear:both;
}
#leader-left{
display:none;
}
#leader-right{
display:none;
}
/*--------------------------------------------------------------
2.3 - Footer
--------------------------------------------------------------*/
#footer-wrapper {
background: #fff;
}
#bottom-footer {
clear: both;
max-width: 1140px;
padding: 20px 10px;
margin: 0 auto;
overflow: hidden;
}
#copyright {
float: left;
width: 30%;
}
/*--------------------------------------------------------------
2.4 - Sidebar
--------------------------------------------------------------*/
#sidebar {
font-size: 14px;
font-size: 1.4rem;
position: relative;
}
/*--------------------------------------------------------------
3.0 - Non-structural
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.1 - Text
--------------------------------------------------------------*/
hr {
background-color: #ccc;
border: 0 none;
clear: both;
height: 1px;
margin: 20px 0;
}
big {
font-size: 22px;
font-size: 2.2rem;
}
del {
text-decoration: line-through;
}
ins {
background: #fff9db;
text-decoration: none;
}
p,
ol,
ul,
dl,
address {
margin-bottom: 1.5em;
}
small {
font-size: 14px;
font-size: 1.4rem;
}
ul,
ol {
margin: 0 0 1.5em -24px;
padding: 0 0 0 24px;
}
li ul,
li ol {
margin: 0;
font-size: 16px;
font-size: 1.6rem;
}
blockquote {
margin: 0 0 1.5em 1.5em;
padding-left: 24px;
font-family: Cambria,Georgia,Times,"Times New Roman";
font-style: italic;
}
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
cite {
font-style: normal;
}
dl,
dd {
margin-bottom: 1.5em;
}
dt {
font-weight: bold;
}
abbr[title] {
border-bottom: 1px dotted #c7ced6;
cursor: help;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
ins {
background-color: #f3f5f6;
color: #000;
text-decoration: none;
}
mark {
background-color: #f3f5f6;
color: #000;
font-style: italic;
font-weight: bold;
}
pre,
code,
kbd,
samp {
font-family: Monaco,Courier New,monospace;
font-size: 14px;
font-size: 1.4rem;
line-height: 1.5em;
}
pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
sub,
sup {
position: relative;
font-size: 12px;
font-size: 1.2rem;
line-height: 0;
vertical-align: baselineheight;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
/*--------------------------------------------------------------
3.2 - Headers
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
font-weight: 700;
color: inherit;
text-rendering: optimizelegibility;
}
h1,
.h1 {
margin-bottom: 0.75em;
font-size: 50px;
font-size: 5rem;
line-height: 1.2;
}
.post h1, #comments .post-header h1 {
font-size: 26px;
font-size: 2.6rem;
padding: 0 0 3px 10px;
margin: 0;
}
h2,
.h2 {
margin-bottom: 0.75em;
font-size: 24px;
font-size: 2.4rem;
line-height: 1.2;
text-shadow: -1px -1px 0px #fff;
}
h3,
.h3 {
margin-bottom: 1em;
font-size: 21px;
font-size: 2.1rem;
line-height: 1.3;
}
h4,
.h4 {
margin-bottom: 1.5em;
font-size: 18px;
font-size: 1.8rem;
line-height: 1.25;
}
h5,
.h5 {
font-size: 16px;
font-size: 1.6rem;
margin-bottom: 1.5em;
}
h6,
.h6 {
margin-bottom: 1.5em;
font-size: 14px;
font-size: 1.4rem;
font-weight: normal;
letter-spacing: 1px;
}
/*--------------------------------------------------------------
3.3 - Lists
--------------------------------------------------------------*/
div.page ul,ul,
ol {
padding: 0;
margin: 0 0 20px 20px;
}
ul ul,
ul ol,
ol ol,
ol ul {
margin-bottom: 0;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
ul.unstyled,
ol.unstyled {
margin-left: 0;
list-style: none;
}
dl {
margin-bottom: 20px;
}
dt {
font-weight: bold;
}
dd {
margin-left: 10px;
}
/*--------------------------------------------------------------
3.3 - Tables
--------------------------------------------------------------*/
table {
width: 100%;
max-width: 100%;
margin-bottom: 1.5em;
border-collapse: collapse;
border-spacing: 0;
}
table th,
table td {
padding: 20px;
vertical-align: top;
border-top: 1px solid #333;
font-size: 14px;
font-size: 1.4rem;
line-height: 1.5em;
text-align: left;
}
table th {
font-weight: bold;
}
table thead th {
vertical-align: bottom;
}
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
border-top: 0;
}
table tbody + tbody {
border-top: 2px solid #222;
}
table tbody tr:hover td,
table tbody tr:hover th {
background-color: #eee;
}
.table-condensed th,
.table-condensed td {
padding: 5px;
}
.table-bordered {
border: 1px solid #444;
border-left: 0;
border-collapse: separate;*border-collapse:collapsed;
}
.table-bordered th,
.table-bordered td {
border-left: 1px solid #222;
}
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
border-top: 0;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
background-color: #1a1a1a;
}
/*--------------------------------------------------------------
4.0 - Navigation
--------------------------------------------------------------*/
a,a:link,a:visited {
color: #00aaaa;
text-decoration: none;
}
a:hover {
color: #007777;
text-decoration: none;
}
#top-nav {
float: left;
}
.skip-link,
.assistive-text {
display: none;
}
nav#top-nav {
display: inline-block;
margin: 1px 0 40px 80px;
width: 50%;
font-size: 14px;
font-size: 1.4rem;
}
nav#top-nav ul {
margin: 0;
text-indent: 0;
}
nav#top-nav li ul li {
padding-left: 0;
}
nav#top-nav li a,
nav#top-nav li {
display: inline-block;
text-decoration: none;
float: left;
width: 100%;
}
nav#top-nav li a {
color: #888;
}
nav#top-nav li {
padding: 5px 20px 5px 0;
position: relative;
margin: 0;
list-style: none;
}
nav#top-nav li:last-child {
border-right: none;
}
nav#top-nav li a {
border-bottom: 0;
}
nav#top-nav li a:hover,nav#top-nav li.current-menu-item a {
}
nav#top-nav li ul {
display: none;
position: absolute;
top: 100%;
margin: 0;
z-index: 1;
padding: 10px 15px;
background: #333;
border: 1px solid #222;
-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.1);
-moz-box-shadow: 0 0 4px rgba(0,0,0,0.1);
box-shadow: 0 0 4px rgba(0,0,0,0.1);
}
nav#top-nav li:hover ul {
display: block;
border-left: 0;
}
nav#top-nav li ul li,
nav#top-nav li ul li a {
text-align: left;
}
nav#top-nav li ul li a {
display: block;
padding: 10px;
width: 100px;
}
nav#top-nav li ul li {
border-right: none;
}
nav[role="navigation"].main-small-navigation {
text-align: left;
}
.menu-toggle {
cursor: pointer;
}
nav[role="navigation"] li a {
padding: 10px 0;
line-height: 1.2;
}
nav#bottom-nav ul {
margin: 0;
padding: 0;
font-size: 14px;
font-size: 1.4rem;
}
nav#bottom-nav ul li {
list-style: none;
float: right;
margin: 0 0 0 3em;
}
nav#bottom-nav ul li a,nav#bottom-nav ul li a:visited {
color: #aaa;
}
.texthide{
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
.nav-next{
float:right;
}
.nav-previous{
float:left;
}
.nav-previous i, .nav-next i{
font-size:30px;
font-size:3rem;
}
/*--------------------------------------------------------------
4.1 - Pagination
--------------------------------------------------------------*/
#nav-below, #nav-belowside {
margin: 1em 0 3em 0;
overflow: hidden;
}
/*--------------------------------------------------------------
5.0 - WordPress
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 - Alignments
--------------------------------------------------------------*/
.alignright {
float: right;
margin-left: 15px;
}
.alignleft {
float: left;
margin-right: 15px;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
/*--------------------------------------------------------------
5.2 - Comments
--------------------------------------------------------------*/
#trackbacks {
margin-top: 30px;
clear: both;
padding: 2em 0;
}
#comments {
margin-top: 5em;
clear: both;
padding: 2em 0;
}
#comments-title {
padding: 0 10px;
color: #fff;
display: block;
font-size:12px;
font-size: 1.2rem;
margin: 0;
}
#comments ol.commentlist {
margin: 3em 0 30px 0;
padding: 0;
clear: both;
}
#comment-nav-below,#comment-nav-above {
margin: 0 0 20px 0;
padding: 0 0 20px 0;
}
#comments ol.commentlist ol {
list-style-type: decimal;
margin: 0 0 20px 2.5em;
}
#comments ol.commentlist ol ol {
list-style: lower-alpha;
margin-bottom: 0;
}
#comments ol.commentlist ol ol ol {
list-style: lower-roman;
}
ol.commentlist li.comment,ol.commentlist li.comment-pingback {
clear: both;
list-style: none;
margin: 1em 0;
border-top:1px solid #fff;
}
ol.commentlist li.comment:first-child{
	border-top:none;
}
ol.commentlist ul.children li {
margin-bottom: 0;
border-top:1px solid #fff;
}
ol.commentlist div.comment-avatar-box {
float: left;
margin: 15px 15px 0 0;
}
.commentlist ul.children div.comment-avatar-box {
float: left;
margin: 0 10px 0 0;
}
#comments article {
zoom: 1;
margin: 20px 0 10px 0;
}
#comments article:before,#comments article:after {
display: table;
content: "";
}
#comments article:after {
clear: both;
}
#comments article header {
position: relative;
zoom: 1;
margin: 0;
float: left;
width: 16%;
}
#comments article header:before,#comments article header:after {
display: table;
content: "";
}
#comments article header:after {
clear: both;
}
#comments article header img {
float: left;
padding: 0;
line-height: 0;
}
#comments article header cite,
#comments article header time {
display: block;
margin-left: 80px;
}
#comments article header cite {
font-style: normal;
font-size: 14px;
font-size: 1.400rem;
line-height: 1.6;
}
#comments article header time {
text-decoration: none;
font-size: 12px;
font-size: 1.200rem;
color: #aaa;
}
#comments article header a {
text-decoration: none;
}
#comments article header cite a:hover {
text-decoration: underline;
}
#comments article header h4 {
position: absolute;
top: 0;
right: 0;
font-size: 12px;
font-size: 1.2rem;
font-weight: normal;
}
#comments article p {
margin: 0 0 20px 0;
}
a.comment-reply-link {
font-size: 14px;
font-size: 1.4rem;
color: #666;
}
a.comment-reply-link:hover {
color: #fff;
}
#respond {
padding: 20px 0 0 0;
border-top: 1px solid #ddd;
}
#respond h3#reply-title {
}
#respond h3#reply-title #cancel-comment-reply-link {
margin-left: 10px;
font-weight: normal;
font-size: 12px;
font-size: 1.2rem;
}
#respond form {
margin: 20px 0;
}
#respond form p {
zoom: 1;
margin: 10px 0;
}
#respond form p:before,#respond form p:after {
display: table;
content: "";
}
#respond form p:after {
clear: both;
}
#respond form p.logged-in-as {
margin-bottom: 0;
}
#respond form label {
display: block;
}
#respond form p.form-allowed-tags {
margin: 0;
font-size: 12px;
font-size: 1.2rem;
line-height: 2;
color: #777;
}
#comment-nav-above {
clear: both;
}
li.byuser article:first-child {
}
li article {
padding: 0;
}
.comment-meta,.comment-body {
}
.comment-reply{
float:right;
margin-left:10px;
}
.post-meta i {
margin: 0 10px 0 0;
color: #aaa;
}
#comment-title {
margin: 1em 0 2em 0;
}
#comment-title i {
margin: 0 10px 0 0;
}
ul.children {
margin: 0 0 0 1em;
border-top:1px solid #fff;
}
.avatar-wrapper{
background: #fff;
overflow: hidden;
display: block;
border-radius: 100%;
padding: .382em;
box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.05);
float:left;
}
.comment-details{
	margin: 0 0 0 80px;
}
.bottomcommentstext a{
font-size: 20px;
font-size: 2rem;
margin: 0 0 0 7px;
font-weight: 700;
}
/*--------------------------------------------------------------
5.3 - Gallery
--------------------------------------------------------------*/
.wp-caption {
background-color: #f3f3f3;
border: 1px solid #ddd;
margin-bottom: 15px;
padding-top: 5px;
text-align: center;
}
.wp-caption img {
border: 0 none;
margin: 0;
padding: 0;
}
dd.wp-caption p.wp-caption-text,
.wp-caption p.wp-caption-text {
font-size: 12px;
font-size: 1.2rem;
margin: 0;
padding: 5px 5px 5px 0;
}
#content .gallery {
margin: 0 auto 15px;
}
#content .gallery .gallery-item {
margin-bottom: 0;
margin-left: 0;
}
.gallery-item img {
margin-bottom: 15px;
}
.gallery .gallery-caption {
color: #555;
}
/*--------------------------------------------------------------
5.4 - Images
--------------------------------------------------------------*/
img {
width: auto !important;
max-width: 100%;
height: auto;
}
img.avatar {
float: left;
border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}
img.wp-smiley {
border: none !important;
clear: none !important;
float: none !important;
margin: 0 !important;
padding: 0 !important;
}
img.centered,
img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright {
display: inline;
margin: 0 0 2px 7px;
padding: 4px;
}
img.alignleft {
display: inline;
margin: 0 7px 2px 0;
padding: 4px;
}
/*--------------------------------------------------------------
5.5 - Posts
--------------------------------------------------------------*/
.iconcircle i{
color: white;
font-size: 30px;
font-size: 3.0rem;
line-height: 2em;
}
.sticky {
}
.post-meta {
font-size: 14px;
font-size: 1.4rem;
padding: 1em 0;
color: #777;
background: none;
overflow: hidden;
}
.post-categories,.post-tags,.post-edit,.post-date {
float: left;
margin: 0 10px 0 0;
}
.innerpost {
margin: 0 0 10px 80px;
overflow: hidden;
clear: both;
}
#sidebar .innerpost {
margin: 0 60px 2em 0;
}
.pageentry .post-header {
float: none;
width: 100%;
}
.post-meta .edit-link {
margin: 0;
}
.author-description h3 {
font-size: 1.4rem;
padding: 10px 0;
clear: both;
}
#author-details {
font-size: 14px;
font-size: 1.4rem;
line-height: 1.8;
color: #888;
font-style: italic;
margin: 0 0 2em 0;
border-bottom: 1px solid #444;
padding: 0 0 2em 0;
}
.littledate {
padding: 17px 12px;
color: white;
display: block;
font-size: 18px;
font-size: 1.8rem;
}
.commentclearpost{
	clear:both;
	height:80px;
}
/*--------------------------------------------------------------
5.6 - Forms
--------------------------------------------------------------*/
.required {
color: #ee0000;
}
label ~ span.required {
display: block;
float: left;
}
form {
margin-bottom: 20px;
}
form .clearfix {
margin-bottom: 20px;
zoom: 1;
}
form .clearfix:before,form .clearfix:after {
display: table;
content: "";
zoom: 1;
}
form .clearfix:after {
clear: both;
}
input,
select,textarea {
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
font-size: 16px;
font-size: 1.6rem;
font-weight: normal;
background: #fff;
line-height: normal;
padding: 0.5em 1em;
color: #555;
border: 1px solid #ddd;
clear: both;
display: block;
width: 50%;
}
textarea {
width: 95%;
}
input:invalid,textarea:invalid {
background: #fafafa;
color: #bbb;
}
label {
color: #aaa;
font-weight: 700;
margin: 0 0 10px 0;
}
input[type=checkbox],input[type=radio] {
cursor: pointer;
}
select {
padding: initial;
background: #f5f5f5;
}
input[type=checkbox],input[type=radio] {
width: auto;
height: auto;
padding: 0;
margin: 5px 0;
line-height: normal;
border: none;
}
input[type=file] {
background-color: #f5f5f5;
padding: initial;
border: initial;
line-height: initial;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
input[type=button],input[type=reset],input[type=submit] {
width: auto;
height: auto;
}
select,input[type=file] {
height: auto;
}
select[multiple] {
height: inherit;
background-color: #f5f5f5;
}
textarea {
height: auto;
}
:-moz-placeholder {
color: #bfbfbf;
}
::-webkit-input-placeholder {
color: #bfbfbf;
}
input,textarea {
-webkit-transition: border linear 0.2s,box-shadow linear 0.2s;
-moz-transition: border linear 0.2s,box-shadow linear 0.2s;
-ms-transition: border linear 0.2s,box-shadow linear 0.2s;
-o-transition: border linear 0.2s,box-shadow linear 0.2s;
transition: border linear 0.2s,box-shadow linear 0.2s;
-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
}
input:focus,textarea:focus {
outline: 0;
border-color: rgba(0,0,0,0.3);
-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1),0 0 8px rgba(0,0,0,0.2);
-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1),0 0 8px rgba(0,0,0,0.2);
box-shadow: inset 0 1px 3px rgba(0,0,0,0.1),0 0 8px rgba(0,0,0,0.2);
}
input[type=file]:focus,input[type=checkbox]:focus,select:focus {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
outline: 1px dotted #666;
}
select.mobileMenu {
width: 100%;
margin: 1em 0 0 0;
}
.assistive-text {
position: absolute !important;
clip: rect(1px 1px 1px 1px);/* IE6,IE7 */
clip:rect(1px,1px,1px,1px);
}
input[type=submit],.button,a.button,a.button:visited,a.button:link,a.comment-reply-link {
text-decoration: -1px -1px 0px #114e66;
background-color: #1a7fa9;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
color: #ccc;
	background-color: #53BFFA;
	background-image: -o-linear-gradient(90deg , rgb(87,136,129) 0%, rgb(66,171,163) 100%);
	background-image: -moz-linear-gradient(90deg , rgb(87,136,129) 0%, rgb(66,171,163) 100%);
	background-image: -webkit-linear-gradient(90deg , rgb(87,136,129) 0%, rgb(66,171,163) 100%);
	background-image: -ms-linear-gradient(90deg , rgb(87,136,129) 0%, rgb(66,171,163) 100%);
	background-image: linear-gradient(90deg , rgb(87,136,129) 0%, rgb(66,171,163) 100%);
border-color: #115577;
color: #fff;
cursor: pointer;
display: inline-block;
padding: 3px 15px 5px 15px;
font-size: 14px;
font-size: 1.4rem;
line-height: normal;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
-webkit-transition: 0.1s linear all;
-moz-transition: 0.1s linear all;
-ms-transition: 0.1s linear all;
-o-transition: 0.1s linear all;
transition: 0.1s linear all;
}
input[type=submit]:hover,a.button:hover {
background-color: #53BFFA;
color: #fff;
text-decoration: none;
}
input#s {
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}
#header-search{
	text-align:center;
margin: 0 40px 0 0;
}
#header-search form{
	width:60%;
	margin:0 auto;
}
#header-search input, #header-search select, #header-search textarea{
width:100%;
margin:0;
}
.margin-gap{
	margin-bottom:60px;
}
#subscribe_comments, #subscribe_blog{
	float:left;
	margin-right:10px;
}
/*--------------------------------------------------------------
5.7 - Widgets
--------------------------------------------------------------*/
#wp-calendar {
margin: 0;
width: 100%;
font-size: 14px;
font-size: 1.400rem;
color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
text-align: left;
}
.widget_search label {
display: block;
font-size: 14px;
font-size: 1.4rem;
}
.widget_search input[type="text"] {
padding: 6px;
border: 1px solid #333;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
display: inline;
}
.widget {
padding: 20px 20px 20px 0;
text-align: left;
}
.widget ul {
padding: 0;
margin: 0;
}
.widget li {
list-style: none;
}
#footer-widgets{
	overflow:hidden;
	clear:both;
	margin: 20px 0 0 20px;
}
#footer-widgets .widget{
	float: none;
	width: 100%;
	margin: 0;
}
/*--------------------------------------------------------------
6.0 - Dumper
--------------------------------------------------------------*/
/*--------------------------------------------------------------
7.0 - Browser specific
--------------------------------------------------------------*/
/*--------------------------------------------------------------
8.0 - Media queries
--------------------------------------------------------------*/
@media only screen and (min-width:480px) {/* Styles */
}
@media only screen and (min-width:600px) {/* Styles */
}
@media only screen and (min-width:768px) {
#primary {
width: 47%;
float: left;
}
.single #primary, .page #primary, .archive #primary {
width: 65%;
}
#sidebar {
width: 47%;
float: right;
}
.single #sidebar, .page #sidebar, .archive #sidebar {
width: 30%;
}
#leader-left{
position:relative;
float: left;
width: 22%;
text-align: left;
display:block;
}
#leader-right{
position:relative;
float: right;
width: 22%;
text-align: right;
display:block;
}
#header-left {
float: left;
width: 22%;
text-align: left;
margin: 0 2% 0 0;
}
#header-center {
float: left;
width: 43%;
text-align: left;
margin: 0 2% 0 0;
padding: 2em 0 0 0;
text-align: center;
clear:none;
}
#header-right {
float: right;
width: 30%;
text-align: left;
margin: 0;
position:relative;
display:block;
}
h1, .h1 {
margin-bottom: 0.75em;
font-size: 45px;
font-size: 4.5rem;
line-height: 1.2;
}
#footer-widgets{
	overflow:hidden;
}
#footer-widgets .widget{
	float: left;
	width: 45%;
	margin: 2% 2% 0 0;
}
}
@media only screen and (min-width:992px) {
#primary {
width: 47%;
float: left;
}
.single #primary, .page #primary, .archive #primary {
width: 75%;
}
#sidebar {
width: 47%;
float: right;
}
.single #sidebar, .page #sidebar, .archive #sidebar {
width: 22%;
}
#leader-left{
position:relative;
float: left;
width: 22%;
text-align: left;
display:block;
}
#leader-right{
position:relative;
float: right;
width: 22%;
text-align: right;
display:block;
}
#header-left {
float: left;
width: 22%;
text-align: left;
margin: 0 2% 0 0;
}
#header-center {
float: left;
width: 50%;
text-align: left;
margin: 0 2% 0 0;
padding: 2em 0 0 0;
text-align: center;
clear:none;
}
#header-right {
float: right;
width: 22%;
text-align: left;
margin: 0;
position:relative;
display:block;
}
#footer-widgets{
	overflow:hidden;
}
#footer-widgets .widget{
	float: left;
	width: 21%;
	margin: 0 2% 0 0;
}
}
@media only screen and (min-width:1382px) {#primary {
width: 47%;
float: left;
}
.single #primary, .page #primary, .archive #primary {
width: 75%;
}
#sidebar {
width: 47%;
float: right;
}
.single #sidebar, .page #sidebar, .archive #sidebar {
width: 22%;
}
#header-left {
float: left;
width: 22%;
text-align: left;
margin: 0 2% 0 0;
}
#header-center {
float: left;
width: 50%;
text-align: left;
margin: 0 2% 0 0;
padding: 2em 0 0 0;
text-align: center;
clear:none;
}
#header-right {
float: right;
width: 22%;
text-align: left;
margin: 0;
position:relative;
display:block;
}
#leader-left{
position:relative;
float: left;
width: 22%;
text-align: left;
display:block;
}
#leader-right{
position:relative;
float: right;
width: 22%;
text-align: right;
display:block;
}
#footer-widgets{
	overflow:hidden;
}
#footer-widgets .widget{
	float: left;
	width: 21%;
	margin: 0 2% 0 0;
}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {/* Styles */
}
