/*
Style Name: Defaults
Description: This is a CSS style file with all the required and default styles.
Author: Webs Coder - Rafiul Alom
Author URI: http://rafiulalom.com/
Version: 1.0
*/

/*Reset from Eric mayer */
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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
body{line-height:1.5}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
table{border-collapse:collapse;border-spacing:0}
/* End reset */


.row{
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    position: relative;
}
.hidden{ display: none; }
.alpha{margin-left:0;}
.omega{margin-right:0;}
.clr{ clear: both; }
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.wcfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}* html .wcfix,*:first-child+html .wcfix{zoom:1}

/* Typography Start Here*/
h1, h2, h3, h4, h5, h6 {
    color:#414042;
    font-weight: 700;
    line-height: 1.5;    
    font-family: 'Open Sans', sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}
a{ color: #4f76ba; text-decoration: none; }
a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
    color: #386dcb;
}


/* =============================================================================
   Typography
   ========================================================================== */

h1 {
    margin: 1em 0;
    font-size: 25px;
}

h2 {
    margin: 0;
    font-size: 20px;
}

h3 {
    margin: 1em 0 0 0;
    font-size: 18px;
}

h4 {
    font-size: 16px;
    margin: 1.33em 0;
}

h5 {
    font-size: 14px;
    margin: 1.67em 0;
}

h6 {
    font-size: 12px;
    margin: 2.33em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

p,
pre {
    margin: 0 0 1em 0;
}

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _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: 75%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

menu,
ol,
ul {
    padding: 0 0 0 20px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
input {
    line-height: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */
    *overflow: visible;  /* 3 */
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* Typography End Here*/

img{ max-width: 100%; height: auto; vertical-align: top; border: none; }

.floatleft{ float: left; }
.floatright{ float: right; }

img.centered,
.aligncenter,
div.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright{ float: right; margin-left: 30px; }

.alignleft{ float: left; margin-right: 30px; }

.wp-caption{
    border: 1px solid #ddd;
    text-align: center;
    background-color: #d4d4d4;
    padding-top: 4px;
    margin: 10px;
}

.wp-caption p.wp-caption-text{
    font-size: 0.85em;
    line-height: 1.214em;
    padding: 0 4px 5px;
    margin: 0;
}