/*   
Theme Name: The HTML5 Reset Theme
Theme URI: http://html5reset.org
Description: A style-free theme to get you started on an HTML5-based Wordpress theme of your own.
Author: Monkey Do!
Author URI: http://monkeydo.biz
Version: 1
*/

/*
	HTML5 Reset Wordpress Theme :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:
	
	Eric Meyer					:: http://ericmeyer.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com
	
	Special thanks: The Wordpress theme owes its start to an empty theme authored 
		by Chris Coyier & Jeff Starr: http://digwp.com
	
-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}									

/*article, aside, figure, footer, header, hgroup, nav, section {display: block;}
*/
/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites, like, say for Google Maps custom placemarkers. 
   There has been a report of problems with standard Google maps as well, but we haven't been able to duplicate or diagnose the issue. */
img,
object,
embed {max-width: 100%;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}
 
/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {outline: none;}

small {font-size: 85%;}

strong, th {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
/* Contain floats: h5bp.com/q */
.container:before, .container:after, .row:before, .row:after, .clearfix:before, .clearfix:after { content: ""; display: table; }
.container:after, .row:after, .clearfix:after { clear: both; }
.container, .row, .clearfix { *zoom: 1; }



/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

/* new Linux- and Windows-friendly sans-serif font stack: http://mky.be/fontstack */
body {font: 15px Helmet, Freesans, sans-serif; -webkit-text-size-adjust: 90%;}

/* using local fonts? make sure to read up on Paul Irish's 
	Bulletproof @font-face syntax: http://mky.be/font-face/bulletproof/ */

/* we like off-black for text */
body, select, input, textarea {color: #333;}

a {color: #03f;}
a:hover {color: #69f;}

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;} 

::-webkit-input-placeholder  { color:#333; }
input:-moz-placeholder { color:#333; }

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;} 

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

p {margin-bottom:1em;}



/* And here begins the Wordpress fun.
-------------------------------------------------------------------------------*/

#mobile-wrap { overflow:hidden; width:100%; background-color:transparent; float:left; }
#nav-iphone { -webkit-transform:translate3d(-110%, 0px, 0px); width:85%; padding:60px 0 0 0; position:fixed; top:0; left:0; -webkit-transition: all 250ms ease-out; -moz-transition: all 250ms ease-out; -ms-transition: all 250ms ease-out; -o-transition: all 250ms ease-out; transition: all 250ms ease-out; }
.show-menu #nav-iphone { -webkit-transform:translate3d(0%, 0px, 0px); }
#show-menu { width:100%; height:40px; position:fixed; display:block; z-index:999; top:0; left:0; background-color:#222; line-height:40px; text-align:center; font-size:24px; color:#fff; }
.menu-arrow { position:relative; height:40px; display:inline-block; margin:0 10px; }
.arrow-left, .arrow-right { display:block; height:40px; line-height:40px; font-size:18px; display:inline-block; -webkit-transition: all 250ms ease-in; -moz-transition: all 250ms ease-in; -ms-transition: all 250ms ease-in; -o-transition: all 250ms ease-in; transition: all 250ms ease-in; }
.arrow-right { opacity:0; }
.show-menu .arrow-right { opacity:1; }
.show-menu .arrow-left { opacity:0; }
#complete-wrap { -webkit-box-shadow:  0px 0px 15px 0px rgba(0, 0, 0, 0.8); -moz-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.4); box-shadow:  0px 0px 20px 0px rgba(0, 0, 0, 1); float:left; background-color:transparent; -webkit-transition: all 250ms ease-in; -moz-transition: all 250ms ease-in; -ms-transition: all 250ms ease-in; -o-transition: all 250ms ease-in; transition: all 250ms ease-in; width:100%; padding-right:0px; }
#complete-wrap.iphone { padding:50px 0 0 0; }
.show-menu #complete-wrap { -webkit-transform:translate3d(85%, 0px, 0px); }
.svg .show-menu #complete-wrap { padding-right:1px; }


/* ==|== #Structure ==|== */
.container { max-width:960px; width:100%; margin:0 auto 0px auto; }
#nav-wrap  .container { margin-bottom:0px; }
.row { width:100%; margin:0 0 25px 0; }
.columns { float:left; padding:0 10px; }
.container .one.columns, .one.columns { width:6.25%; }
.container .two.columns, .two.columns { width:12.5%; }
.container .three.columns, .three.columns { width:18.75%; }
.container .one-fifth.columns, .one-fifth.columns { width:20%; }
.container .four.columns, .four.columns { width:25%; }
.container .five.columns, .five.columns { width:31.25%; }
.container .one-third.columns, .one-third.columns { width:33.33%; }
.container .six.columns, .six.columns { width:37.5%; }
.container .seven.columns, .seven.columns { width:43.75%; }
.container .eight.columns, .eight.columns { width:50%; }
.container .nine.columns, .nine.columns { width:56.25%; }
.container .ten.columns, .ten.columns { width:62.5%; }
.container .eleven.columns, .eleven.columns { width:68.75%; }
.container .twelve.columns, .twelve.columns { width:75%; }
.container .thirteen.columns, .thirteen.columns { width:81.25%; }
.container .fourteen.columns, .fourteen.columns { width:87.5%; }
.container .fifteen.columns, .fifteen.columns { width:93.75%; }
.container .sixteen.columns, .sixteen.columns { width:100%; }

.one-left { margin-left:-6.25%; }
.two-left { margin-left:-12.5%; }
.three-left { margin-left:-18.75%; }
.four-left { margin-left:-25%; }
.five-left { margin-left:-31.25%; }
.six-left { margin-left:-37.5%; }
.seven-left { margin-left:-43.75%; }
.eight-left { margin-left:-50%; }
.nine-left { margin-left:-56.25%; }
.ten-left { margin-left:-62.5%; }
.eleven-left { margin-left:-68.75%; }
.twelve-left { margin-left:-75%; }
.thirteen-left { margin-left:-81.25%; }
.fourteen-left { margin-left:-87.5%; }
.fifteen-left { margin-left:-93.75%; }
.sixteen-left { margin-left:-100%; }

.one-right { margin-right:-6.25%; }
.two-right { margin-right:-12.5%; }
.three-right { margin-right:-18.75%; }
.four-right { margin-right:-25%; }
.five-right { margin-right:-31.25%; }
.six-right { margin-right:-37.5%; }
.seven-right { margin-right:-43.75%; }
.eight-right { margin-right:-50%; }
.nine-right { margin-right:-56.25%; }
.ten-right { margin-right:-62.5%; }
.eleven-right { margin-right:-68.75%; }
.twelve-right { margin-right:-75%; }
.thirteen-right { margin-right:-81.25%; }
.fourteen-right { margin-right:-87.5%; }
.fifteen-right { margin-right:-93.75%; }
.sixteen-right { margin-right:-100%; }

.one-p-left { margin-left:6.25%; }
.two-p-left { margin-left:12.5%; }
.three-p-left { margin-left:18.75%; }
.four-p-left { margin-left:25%; }
.five-p-left { margin-left:31.25%; }
.six-p-left { margin-left:37.5%; }
.seven-p-left { margin-left:43.75%; }
.eight-p-left { margin-left:50%; }
.nine-p-left { margin-left:56.25%; }
.ten-p-left { margin-left:62.5%; }
.eleven-p-left { margin-left:68.75%; }
.twelve-p-left { margin-left:75%; }
.thirteen-p-left { margin-left:81.25%; }
.fourteen-p-left { margin-left:87.5%; }
.fifteen-p-left { margin-left:93.75%; }
.sixteen-p-left { margin-left:100%; }


.alpha { padding-left:0; }
.omega { padding-right:0; }
/* ==|== #End of Structure ==|== */

.full-width {
float:left;
width:100%;
}
#complete-wrap > .full-width { float:none; }
* {
-webkit-box-sizing: border-box; 	/* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
}

#header {
padding:20px;
}
#site-title {
font-size:48px;
line-height:1.2;
}
#site-title a {
text-decoration:none;
}
#site-title.logo .title-text {
text-indent:-9999px;
display:block;
width:0;
height:0;
}
#site-title img.logo-fallback { height:auto; max-width:100%; }

#top-right-widget-area { }
#top-right-widget-area .widget { float:right; clear:both; }


#nav-wrap .menu {
float:left;
}
#nav-wrap li, #footer-nav li { float:left; margin:0; }
#nav-wrap li:first-child, #footer-nav li:first-child { margin-left:0; }
#nav-wrap li:last-child, #footer-nav li:last-child { margin-right:0; }
#nav-wrap a, #footer-nav a {
line-height:45px;
display:block;
text-decoration:none;
}
#below-nav-menu { }

.flexslider { position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}
.flexslider ul li { line-height:0; }
.flex-caption { position:absolute; bottom:0; left:0; z-index:100; line-height:14px; width:100%; background-color:rgba(0,0,0,0.3); }
.flex-caption h3, .flex-caption p { line-height:1.3; }
.flex-direction-nav li a {width: 52px; height: 52px; margin: -13px 0 0; display: block; background: url(theme/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; background-color:#006633;}
.flex-direction-nav li .next {background-position: -52px 0; right: -21px;}
.flex-direction-nav li .prev {left: -20px;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

#content {
padding:20px 0px;
float:left;
}

#main-wrapper { width:100%; float:left; }
#main { }
.hentry {}
.post {}

.entry-content {}
.entry-content a {}
.entry-content a:hover {}

#meta {}
.postmetadata {}

#sidebar-left { padding-right:20px; }
#sidebar-right { padding-left:20px; float:right; }
#sidebar-left .widget, #sidebar-right .widget { margin-bottom:20px; font-size:14px; }
#sidebar-left h3, #sidebar-right h2 { font-size:22px; line-height:1.2; margin-bottom:10px; }
#sdiebar-left img, #sidebar-right img { padding:5px; border:1px solid #e3e5e9; background-color:#fff; outline:1px solid #bfccd3; outline-offset: -6px; }

#s { max-width:260px; width:100%; border:1px solid #dfe3ed; outline:0; padding:5px; }
#searchsubmit { display:none; }

.navgation {}
.next-posts {}
.prev-posts {}

#searchform {}
#s {}
#searchsubmt {}
	
ol.commentlist {list-style: none;}
ol.commentlist li {}
ol.commentlist li.alt {}
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment {border-bottom: 1px dotted #666; padding: 10px;}
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard {}
ol.commentlist li.comment div.vcard cite.fn {font-style: normal;}
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar {float:right; margin: 0 0 10px 10px;}
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta {font-size: 10px;}
ol.commentlist li.comment div.comment-meta a {color: #ccc;}
ol.commentlist li.comment p {}
ol.commentlist li.comment ul {}
ol.commentlist li.comment div.reply {font-size: 11px;}
ol.commentlist li.comment div.reply a {font-weight: bold;}
ol.commentlist li.comment ul.children {list-style: none; margin: 10px 0 0;}
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 {border-left: 5px solid #555; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-3 {border-left: 5px solid #999; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-4 {border-left: 5px solid #bbb; margin: 0 0 10px 10px;}
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even {background: #fff;}
ol.commentlist li.odd {background: #f6f6f6;}
ol.commentlist li.parent {border-left: 5px solid #111;}
ol.commentlist li.thread-alt {}
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

#respond textarea {
width:100%;
}

#below-content-area {  }

#footer {
padding:20px;
}

#footer-copyright { line-height:40px; font-size:12px; }
#footer-copyright .right { text-align:right; }


#upgrade-bar { width:100%; padding:10px 0; text-align:center; background-color:#000; color:#fff; }
#upgrade-bar a { color:#FF0; }

/* =Customization
-------------------------------------------------------*/

body {
    color: #FFFFFF;
    font: 300 100%/1.5em "helvetica neue",helvetica,arial,sans-serif;
}

p {
    text-align: justify;
}

a {
    outline: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-family: georgia,"Times New Roman",times,serif;
}

.four-right {
    margin-right: 0;
}

/*#main-wrapper {
    width: 68%;
}*/

#main {
    width: 100%;
}

ul {
    list-style-type: disc;
    margin: 0 0 1.625em 2.5em;
}

#header-wrap {
    padding: 0 !important;
}

#site-title {
    line-height: 0;
}

/*Login Form*/
.headerWrapper .login-form {
    width: 12%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.5%;
}

.login-form #user_login, .login-form #user_pass {
    border-radius: 10px;
    padding: 0.3em;
    color: #3A6B7C;
    background: #B6DB8B;
    width: 97%;
}

.login-form #user_pass {
    margin-left: 0.2em;
}

.login-form label {
    font-size: 0.8em;
    font-weight: bold;
}

.login-form p {
    margin: 0 0 0.5em 0;
}

.login-form p.rememberme, .login-form p.submit {
    display: none;
}

.login-form ul.sidebarlogin_otherlinks {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.sidebarlogin_otherlinks li {
    display: inline-block;
    padding: 0.1em 0.3em;
}

ul.sidebarlogin_otherlinks li a {
    font-size: 0.8em;
    color: #B6DB8B;
}

.login-form .avatar_container {
    float: left;
}

ul.pagenav {
    list-style-type: none;
    margin: 0 0.5em;
    float: left;
}

ul.pagenav li {
    display: block;
    margin-right: 0.7em;
}

ul.pagenav li a {
    color: #FFFFFF;
    font-size: 0.9em;
}

#top-right-widget-area .widget {
    float: left;
    clear: none;
    padding: 5px;
}

/*Menu*/
ul#menu-topnav {
    list-style-type: none;
    margin: 0;
}

ul#menu-topnav li a {
    line-height: 40px;
}

#nav-wrap ul ul {
    display: none;
    float: left;
    margin: 0;
    position: absolute;
    width: 188px;
    z-index: 99999;
    list-style-type: none;
}

#nav-wrap ul ul ul {
    left: 100%;
    top: 0;
}

#nav-wrap ul ul li {
    border-top: 1px solid #FFFFFF;
}


#nav-wrap ul ul a {
    background: #125F7C;
    color: #FFFFFF;
    height: auto;
    line-height: 1.4em;
    padding: 10px 10px;
    width: 168px;
    font-size: 90%;
    font-weight: normal;
}

#nav-wrap ul ul a:hover {
    background: #5EAECC;
}

#nav-wrap ul li:hover > ul {
    display: block;
}

/*Menu End*/

#main h2#entry-title {
    font-style: italic;
    line-height: 1.5em;
}

.entry-content h3 {
    font-style: italic;
    font-size: 1.3em;
    margin: 2em 0 1em 0;
}

.entry-content a, .entry-content a:link,
.entry-content a:hover {
    color: #B6DB8B;
    text-decoration: none;
    outline: 0;
    font-weight: bold;
}

/*Subtitle*/
#main .entry-content h2 {
    margin-bottom: 20px;
    font-size: 2em;
}

/*Right Sidebar
#sidebar-right {
    width: 32%;
}*/
#sidebar-right .widget {
    display: inline-block;
    width: 100%;
}

#content-wrap {
    padding: 0 !important;
}

#content {
    padding: 50px 0 0;
}

#black-studio-tinymce-2 h2 {
    font: italic 2em sans-serif,serif,arial;
}

#site-title-cont {
    width: auto;
    float: left;
}

#top-right-widget-area {
    float:left;
    margin-top: 4.5em;
    width:76% !important;
    padding: 0;
}

#top-right-widget-area h1 {
    font-size: 3em;
    line-height: 1em;
}

h1 span.logo_title_span{
    color:#b6db8b;
}

/*Ordered lists*/
.entry-content ol {
    padding: 0 0 1em 1.5em;
}

/*Slider*/
#header-wrap #below-nav-menu {
    box-shadow:  0px 3px 3px 2px #16789E;
    -webkit-box-shadow:  0px 3px 3px 2px #16789E;
}

.flexslider ul.slides {
    list-style-type: none;
    margin: 0;
}

/*Contact form*/
input[type="url"], select, input[type="text"], input[type="email"], #comment, textarea {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    padding: 5px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%!important;
    
}

#si_contact_message3,
#si_contact_message3 {
    width: 93%;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    padding: 5px;
}

/*Footer Logos*/

#footer-wrap h2 {
    display: none;
}

#footer-wrap ul.blogroll {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

#footer-wrap ul.blogroll li {
    display: inline-block;
    padding: 5px;
    vertical-align: middle;
    width: 10%;
}

#footer-wrap .container {
    margin: 0;
    max-width: 100%;
}

/*#footer-wrap ul.blogroll li:first-child {
    width: 7%;
}*/

#footer-wrap #advanced_text-2 {
    padding-top: 10px;
}

#footer-wrap ul.blogroll li a img {
    max-height: 100px;
}

/* Print styles!
-------------------------------------------------------------------------------*/
@media print {

}


/* Media queries!
-------------------------------------------------------------------------------*/

/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-width: 768px) {
		
}

@media screen and (max-width: 480px) {
    /*Page Title*/
    #top-right-widget-area {
        margin: 0 auto;
        display: block;
        float: none;
        width: 100%;
    }
    
    #top-right-widget-area .widget {
        float: none;
        margin: 0 auto;
        width: 100%;
    }
    
    #top-right-widget-area .textwidget {
        text-align: center;
        margin: 0 auto;
        float: none;
    }
    
    #top-right-widget-area h1 {
        width: 100%;
    }
    
    #site-title {
        line-height: 0;
    }
    
    #site-title a {
        width: 100%;
    }
    
    .headerWrapper .container {
        text-align: center;
    }
    
    /*Login Form*/
    .headerWrapper .login-form {
        position: static;
        width: 100%;
        padding: 2% 2% 2% 4%;
    }
    
    /*Main*/
    #main-wrapper {
        width: 100%;
    }
    
    #sidebar-right {
        width: 100%;
        float: none;
        clear: none;
    }
}

@media all and (orientation: portrait) {
	
}

@media all and (orientation: landscape) {
	
}