/*  
Theme Name: netomat theme
Theme URI:
Version: 1
Author: Michael Mowla
Author URI: http://www.michaelmowla.com
*/

@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic);

/*------------------------------------------------------------------
Global -------------------------------------------------------------
*/

body {
  font-family: 'Lato', arial, sans-serif;
  font-size: 14px;
  background-color: #f6f6f6;
}

a {
  color: #429cd7;
  text-decoration: none;
  -webkit-transition: 0.25s;
     -moz-transition: 0.25s;
       -o-transition: 0.25s;
          transition: 0.25s;
}

a:hover,
a:focus {
  color: #365e9b;
  text-decoration: none;
}

hr {
  margin: 15px 0;
  border: 0;
  border-top: 1px solid #dddddd;
  border-bottom: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
  font-family: inherit;
  font-weight: 600;
  line-height: 30px;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1,
h2,
h3 {
  line-height: none;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}

/*-- button --*/
.btn {
  padding: 5px 15px;
  border: none;
  background: #333;
  color: #d3e045;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px; 
  
}

.btn:hover, .btn:focus {
	background-color: #d3e045;
	color: #333333;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	-webkit-backface-visibility: hidden; 
	
}

.btn-lg {
	padding: 18px 28px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
	margin-bottom: 20px;
}

strong {
	font-weight: 600;
}

.light {
	font-weight:300;
}


/* Sticky footer styles
-------------------------------------------------- */

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 80px;
}
#footer {
	-webkit-box-shadow: 0px -2px 2px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px -2px 2px 0px rgba(0, 0, 0, 0.1);
	font-size: 12px;
	position: absolute;
  	bottom: 0;
  	width: 100%;
  	/* Set the fixed height of the footer here */
  	min-height: 70px;
  	background-color: #ffffff;
}
#footer .nav {
 	margin: 10px 0 0 0 !important;
 	font-weight: 700;	
}

#footer .nav-pills > li > a {
	color: #333;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	-webkit-border-radius: 0px;
	moz-border-radius:0px;
	border-radius: 0px;
	background: none !important;
}

#footer .nav-pills a:hover {
  color: #888;
  background-color: none !important;
}

#footer .nav-pills > .active > a,
#footer .nav-pills > .active > a:hover,
#footer .nav-pills > .active > a:focus {
  color: #888;
  background-color: none !important;
}

#footer .nav-tabs > li > a, #footer .nav-pills > li > a {
padding-right: 5px;
padding-left: 0px;
margin-right: 5px;
line-height: 14px;
}


@media (min-width: 1200px) {
.container {
width: 970px;
}
}


/* Navbar
----------------------------------------------------- */

.navbar { 
	font-weight: 700;
	margin-bottom: 0px !important;
	border-radius: 0px;
}

.nav { margin-top: 10px;}

.navbar-inverse {
  	background-color: #97a2a9;
  	border-color: transparent; 
	border-top: solid 3px #79878f;
	-webkit-box-shadow: 0px 5px 4px -4px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 4px -4px rgba(0, 0, 0, 0.2);
  }
  
.navbar-inverse .navbar-nav > li > a {
  	color: #D3E045;
  	
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  	color: #d9eb18;
  	background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #79878f;
}

.navbar-inverse .navbar-toggle {
  	background:#333;
  	border-color:transparent !important;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  	color: #fff;
  	background-color: #79878f;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	padding-bottom: 15px;
	border-color: #79878f;
}

.navbar-brand {
	float: left;
	padding:0;
	margin-left: 15px !important;
	margin-top: 10px;
	margin-bottom: 12px;
}

.navbar-brand a {
	background: url(images/netomat@2x.png);
	background-size: contain;
	width: 191px;
	height: 52px;
	text-indent: -9999px;
	display: block;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
color: #fff;
background-color: #4a4b4b;
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 18px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px;
}

@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #333;
}
}

 @media (min-width: 998px) {
.navbar-brand {
	margin-left: 0px !important;

}
}


.divider{
	width: 100%;
	border-bottom: 2px solid #ddd;
}

/* Mobile */
 @media (max-width: 600px) {
.navbar-brand {
	float: left;
	padding:0;
	margin-left: 15px !important;
	margin-top: 5px;
	margin-bottom: 0px;
}

.navbar-brand a {
	background: url(images/netomat@2x.png);
	background-size: contain;
  background-repeat: no-repeat;
	width: 160px;
	height: 44px;
	text-indent: -9999px;
	display: block;
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 0px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0px;
}
}



/* featured content */

.featured-section {
	margin: 20px 0 20px 0;
}

.postthumb { float: left; margin: 0 15px 10px 0; padding:0; }
.featured_entry {
  	float: left;
  	width: 395px;
}

 @media (max-width: 768px) {
.featured_entry {
  	float: left;
  	width: 100%;
}
.flex-control-nav.flex-control-paging {
  bottom:0;
  top: 475px;
}
div.flexslider {
  min-height: 505px;
}
.slide-container h2 {
  font-size: 22px;
}
.flex-direction-nav a  { display: block; }

}
	
.featured_entry p.heading { font-size:16px; padding: 0; line-height:24px; }
.featured_entry p.meta { font-size: 13px; margin:0px 0 10px 0; padding:0 0 15px 0; font-weight: normal; color: #777777; border-bottom: 1px solid #dddddd;}


.featured-section h2,
.recent-news h2 {
padding: 0 0 15px 0;
margin: 0 0 15px 0;
font-size: 20px;
border-bottom: solid 2px #dddddd;
font-weight: 600;

}

.recent-news {
	margin: 20px 0 20px 0;
}
.recent-news ul {
	margin: 0;
	padding: 0;
}
.recent-news li {
	font-size: 16px;
	margin: 0;
	padding: 10px 0 15px 0;
	list-style: none;
	border-bottom: solid 1px #e8e8e8;
}
.recent-news li:first-child {
	margin: 0;
	padding: 0px 0 15px 0;
	list-style: none;
	border-bottom: solid 1px #e8e8e8;
}
.recent-news li:last-child {
	border-bottom: none;
}

.recent-news .date-stamp {
	font-size:13px;
	color:#888888;
	font-weight:600;
	padding: 0;
	margin: 5px 0 0 0;
	display: block;
}


/*------------------------------------------------------------------
Blog page -------------------------------------------------------------
*/

/*-- Blog styles --*/

.blog_post { 
	overflow: hidden; 
	margin: 20px 0 20px 0; 
	background-color: #ffffff;
	border: solid 1px #eee;
	padding: 20px; }

.blog_post h2 {
	font-size: 32px;
	font-weight: 300;
	line-height: 42px;
	
}

.blog_post h2 a {
	color: #717171;
	text-decoration: none;
}

.blog_post h2
a:hover,
a:focus {
	color: #429cd7;
	text-decoration: none;
}

.blog_post a {
	color: #429cd7;
	text-decoration: none;
}

.blog_post
a:hover,
a:focus {
	color: #365e9b;
	text-decoration: none;
}



.blog_post p {
	margin: 0 0 18px;
	
}
 
p.meta { font-size: 13px; margin:0px 0 10px 0; padding:0 0 15px 0; font-weight: normal; color: #777777; border-bottom: 1px solid #dddddd; }

p.meta a {
	color: #888888;
	text-decoration: none;
}

p.meta
a:hover,
a:focus {
	color: #333333;
	text-decoration: none;
}

p.tags { margin: 20px 0 20px 0; padding:15px 0 0px 0; border-top: 1px solid #dddddd; }

.label, .badge {
	display: inline-block;
	padding: 4px 4px;
	font-size: 11.844px;
	font-weight: 600;
	line-height: 14px;
	color: #888;
	vertical-align: baseline;
	white-space: nowrap;
	background-color: #ddd;
}

p.tags a {
	color: #888888;
	text-decoration: none;
	margin-bottom: 3px;
}


.page-header {
	padding-bottom: 0px;
	margin: 25px 0 25px;
	border-bottom: none;
}


.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
z-index: 2;
color: #ffffff;
cursor: default;
background-color: #29c0ba;
border-color: #29c0ba;
}



.pagination { margin: 0px 0 40px 0 !important; }

/*-- sidebar --*/
.archives,
.categories {
	margin-bottom: 20px;
}

.sidebar {
	margin-top: 20px;
}


.sidebar ul {
	list-style-type: none;
	margin: 0 !important;
	padding: 0 !important;
}

.sidebar li {
	margin: 0;
	padding: 5px 0 5px 0;
	border-bottom: solid 1px #e8e8e8;
}


.more-link{
	white-space: nowrap;
}

/* two column unorder list */
.footer-links .menu{
	margin: 0 0 20px 0;
	list-style-type: disc;
	overflow:hidden;
}

.footer-links .menu li{
	line-height:24px;
	float:left;
	display:inline;
}

.footer-links .menu li{
	width:50%;
}

/* post styling */


article{
	margin-top: 20px;
	margin-bottom: 30px;
	background-color: #ffffff;
	border: solid 1px #eee;
	padding: 20px;
}

article footer{
  clear:both;
	border-top: none;
	margin-top: 0;
	padding-top: 0;
	position: relative;
	min-height: 20px;
}

article footer a.edit-post{
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}

.post:hover a.edit-post{
	display: inline;
}

p.tags{
	line-height: 20px;
}

.post_content  li {
    line-height: 20px;
    padding-bottom: 8px;
}

div[id*='attachment_']{
	max-width: 100%;
	height: 100%;
}

.post_content .hero-unit img{
	margin-bottom: 1em;
}

.post_content img{
	height: auto;
	max-width: 100%;
}

img.alignleft{
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	float: left;
}

img.alignright{
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	float: right;
}

img.aligncenter{
	display: block;
	margin: 0 auto;
	margin-bottom:10px;
}

.post header img{
	margin-bottom: 15px;
	margin-top: 30px;
}

.archive #main .post h3{
	line-height: 24px;
	margin-bottom: 10px;
}

video {
	max-width: 100%;
	height: auto;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-wrapper {
	width: 630px;
	max-width: 100%;
	margin-bottom: 18px;
}

/* page styling */

#featured-carousel .item{
	width: 970px;
	height: 600px;
}

.carousel-caption p{
	display: none;
}

.page-template-page-homepage-php #main article{
	border-bottom: none;
}

.page-template-page-homepage-php .hero-unit,
.blog .hero-unit{
	padding: 1em;
}

.hero-unit h1 {
	font-size: 3em;
}

/* comments */
#comments {
  line-height: 24px;
  margin-bottom: 18px;
}
ol.commentlist,
ol.commentlist ul.children {
  list-style-type: none;
  padding-left: 0;
}
.comment .vcard > div {
  margin-top: 8px;
  padding: 0 10px;
}
ol.commentlist time {
  font-size: .8em;
  color: #eeeeee;
}
ol.commentlist div.comment-author {
  position: relative;
}
ol.commentlist a.comment-edit-link {
  color: #ffffff;
  text-decoration: none;
  padding-left: 5px;
}
ol.commentlist span.edit-comment {
  position: absolute;
  right: 0;
  top: 8px;
}
ol.commentlist li.bypostauthor {
  background-color: #dddddd;
}
ol.commentlist ul.children li {
  background-color: #cccccc;
}
ol.commentlist ul.children li ul.children li {
  background-color: #bbbbbb;
}
ol.commentlist ul.children li ul.children li ul.children li {
  background-color: #aaaaaa;
}
ol.commentlist article {
  border-bottom: none !important;
}
a.comment-reply-link {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
a.comment-reply-link:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus {
  color: #333333;
  text-decoration: none;
}
a.comment-reply-link:active,
a.comment-reply-link.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
a.comment-reply-link.disabled,
a.comment-reply-link[disabled],
fieldset[disabled] a.comment-reply-link {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active,
a.comment-reply-link.active,
.open .dropdown-togglea.comment-reply-link {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
a.comment-reply-link:active,
a.comment-reply-link.active,
.open .dropdown-togglea.comment-reply-link {
  background-image: none;
}
a.comment-reply-link.disabled,
a.comment-reply-link[disabled],
fieldset[disabled] a.comment-reply-link,
a.comment-reply-link.disabled:hover,
a.comment-reply-link[disabled]:hover,
fieldset[disabled] a.comment-reply-link:hover,
a.comment-reply-link.disabled:focus,
a.comment-reply-link[disabled]:focus,
fieldset[disabled] a.comment-reply-link:focus,
a.comment-reply-link.disabled:active,
a.comment-reply-link[disabled]:active,
fieldset[disabled] a.comment-reply-link:active,
a.comment-reply-link.disabled.active,
a.comment-reply-link[disabled].active,
fieldset[disabled] a.comment-reply-link.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
a.comment-reply-link .badge {
  color: #5cb85c;
  background-color: #fff;
}
#cancel-comment-reply-link {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
  margin-left: 1em;
}
#cancel-comment-reply-link:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#cancel-comment-reply-link:hover,
#cancel-comment-reply-link:focus {
  color: #333333;
  text-decoration: none;
}
#cancel-comment-reply-link:active,
#cancel-comment-reply-link.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#cancel-comment-reply-link.disabled,
#cancel-comment-reply-link[disabled],
fieldset[disabled] #cancel-comment-reply-link {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#cancel-comment-reply-link:hover,
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link.active,
.open .dropdown-toggle#cancel-comment-reply-link {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
#cancel-comment-reply-link:active,
#cancel-comment-reply-link.active,
.open .dropdown-toggle#cancel-comment-reply-link {
  background-image: none;
}
#cancel-comment-reply-link.disabled,
#cancel-comment-reply-link[disabled],
fieldset[disabled] #cancel-comment-reply-link,
#cancel-comment-reply-link.disabled:hover,
#cancel-comment-reply-link[disabled]:hover,
fieldset[disabled] #cancel-comment-reply-link:hover,
#cancel-comment-reply-link.disabled:focus,
#cancel-comment-reply-link[disabled]:focus,
fieldset[disabled] #cancel-comment-reply-link:focus,
#cancel-comment-reply-link.disabled:active,
#cancel-comment-reply-link[disabled]:active,
fieldset[disabled] #cancel-comment-reply-link:active,
#cancel-comment-reply-link.disabled.active,
#cancel-comment-reply-link[disabled].active,
fieldset[disabled] #cancel-comment-reply-link.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
#cancel-comment-reply-link .badge {
  color: #f0ad4e;
  background-color: #fff;
}
#comment-nav ul {
  list-style-type: none;
  margin: 0;
}
#comment-form-elements {
  list-style-type: none;
  margin: 0;
}
.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {
  margin-bottom: 15px;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-form-comment input,
.comment-form-author textarea,
.comment-form-email textarea,
.comment-form-url textarea,
.comment-form-comment textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.comment-form-author input:focus,
.comment-form-email input:focus,
.comment-form-url input:focus,
.comment-form-comment input:focus,
.comment-form-author textarea:focus,
.comment-form-email textarea:focus,
.comment-form-url textarea:focus,
.comment-form-comment textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.comment-form-author input:-moz-placeholder,
.comment-form-email input:-moz-placeholder,
.comment-form-url input:-moz-placeholder,
.comment-form-comment input:-moz-placeholder,
.comment-form-author textarea:-moz-placeholder,
.comment-form-email textarea:-moz-placeholder,
.comment-form-url textarea:-moz-placeholder,
.comment-form-comment textarea:-moz-placeholder {
  color: #999999;
}
.comment-form-author input::-moz-placeholder,
.comment-form-email input::-moz-placeholder,
.comment-form-url input::-moz-placeholder,
.comment-form-comment input::-moz-placeholder,
.comment-form-author textarea::-moz-placeholder,
.comment-form-email textarea::-moz-placeholder,
.comment-form-url textarea::-moz-placeholder,
.comment-form-comment textarea::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.comment-form-author input:-ms-input-placeholder,
.comment-form-email input:-ms-input-placeholder,
.comment-form-url input:-ms-input-placeholder,
.comment-form-comment input:-ms-input-placeholder,
.comment-form-author textarea:-ms-input-placeholder,
.comment-form-email textarea:-ms-input-placeholder,
.comment-form-url textarea:-ms-input-placeholder,
.comment-form-comment textarea:-ms-input-placeholder {
  color: #999999;
}
.comment-form-author input::-webkit-input-placeholder,
.comment-form-email input::-webkit-input-placeholder,
.comment-form-url input::-webkit-input-placeholder,
.comment-form-comment input::-webkit-input-placeholder,
.comment-form-author textarea::-webkit-input-placeholder,
.comment-form-email textarea::-webkit-input-placeholder,
.comment-form-url textarea::-webkit-input-placeholder,
.comment-form-comment textarea::-webkit-input-placeholder {
  color: #999999;
}
.comment-form-author input[disabled],
.comment-form-email input[disabled],
.comment-form-url input[disabled],
.comment-form-comment input[disabled],
.comment-form-author textarea[disabled],
.comment-form-email textarea[disabled],
.comment-form-url textarea[disabled],
.comment-form-comment textarea[disabled],
.comment-form-author input[readonly],
.comment-form-email input[readonly],
.comment-form-url input[readonly],
.comment-form-comment input[readonly],
.comment-form-author textarea[readonly],
.comment-form-email textarea[readonly],
.comment-form-url textarea[readonly],
.comment-form-comment textarea[readonly],
fieldset[disabled] .comment-form-author input,
fieldset[disabled] .comment-form-email input,
fieldset[disabled] .comment-form-url input,
fieldset[disabled] .comment-form-comment input,
fieldset[disabled] .comment-form-author textarea,
fieldset[disabled] .comment-form-email textarea,
fieldset[disabled] .comment-form-url textarea,
fieldset[disabled] .comment-form-comment textarea {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.comment-form-author input,
textarea.comment-form-email input,
textarea.comment-form-url input,
textarea.comment-form-comment input,
textarea.comment-form-author textarea,
textarea.comment-form-email textarea,
textarea.comment-form-url textarea,
textarea.comment-form-comment textarea {
  height: auto;
}
.comment-form-author textarea,
.comment-form-email textarea,
.comment-form-url textarea,
.comment-form-comment textarea {
  height: auto;
}
.form-allowed-tags code {
  white-space: normal;
}
.form-submit input[type='submit'] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #009977;
  /*border-color: #357ebd;*/
}
.form-submit input[type='submit']:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.form-submit input[type='submit']:hover,
.form-submit input[type='submit']:focus {
  color: #333333;
  text-decoration: none;
}
.form-submit input[type='submit']:active,
.form-submit input[type='submit'].active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.form-submit input[type='submit'].disabled,
.form-submit input[type='submit'][disabled],
fieldset[disabled] .form-submit input[type='submit'] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-submit input[type='submit']:hover,
.form-submit input[type='submit']:focus,
.form-submit input[type='submit']:active,
.form-submit input[type='submit'].active,
.open .dropdown-toggle.form-submit input[type='submit'] {
 background-color: #0d8267;
	color: white;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}
.form-submit input[type='submit']:active,
.form-submit input[type='submit'].active,
.open .dropdown-toggle.form-submit input[type='submit'] {
  background-image: none;
}
.form-submit input[type='submit'].disabled,
.form-submit input[type='submit'][disabled],
fieldset[disabled] .form-submit input[type='submit'],
.form-submit input[type='submit'].disabled:hover,
.form-submit input[type='submit'][disabled]:hover,
fieldset[disabled] .form-submit input[type='submit']:hover,
.form-submit input[type='submit'].disabled:focus,
.form-submit input[type='submit'][disabled]:focus,
fieldset[disabled] .form-submit input[type='submit']:focus,
.form-submit input[type='submit'].disabled:active,
.form-submit input[type='submit'][disabled]:active,
fieldset[disabled] .form-submit input[type='submit']:active,
.form-submit input[type='submit'].disabled.active,
.form-submit input[type='submit'][disabled].active,
fieldset[disabled] .form-submit input[type='submit'].active {
  background-color: #428bca;
  border-color: #357ebd;
}
.form-submit input[type='submit'] .badge {
  color: #428bca;
  background-color: #fff;
}
.comment .vcard .avatar {
  padding-right: 0;
}
.comment .vcard .comment-text {
  margin-left: 0;
}
img.avatar {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-left: 1px solid #ddd;
}
ol.commentlist li {
  padding-right: 10px;
  background-color: #F0F0F0;
}
#pings {
  margin-bottom: 9px;
}
ol.pinglist {
  list-style-type: none;
  margin: 0 0 9px 0;
}
ol.commentlist #respond {
  padding: 5px 10px;
}


/* specific post-type styles */

/* image attachment */

.attachment #main .post_content img{
	max-width: 100%;
}

.ie8 #main .media-grid img{
	max-height: none !important;
	max-width: none !important;
}

.attachment-img{
	margin-bottom: 18px;
}

.metadata p.alert-message{
	margin-right: 0;
	margin-bottom: 18px;
}

#gallery-nav{
	list-style-type: none;
	margin-left: 0;
}

li.next a, li.previous a{
	position: relative;
}

li.next a:hover:before{
	content: "\2190";
	position: absolute;
	display: block;
	top: 42%;
	left: 0;
	background-color: #BFBFBF;
	color: #444;
	width: 20px;
	height: 20px;
	padding-left: 5px;
	text-decoration: none;
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

li.previous a:hover:before{
	content: "\2192";
	position: absolute;
	display: block;
	top: 42%;
	right: 0;
	background-color: #BFBFBF;
	color: #444;
	width: 20px;
	height: 20px;
	padding-left: 5px;
	text-decoration: none;
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}


/* widget styles */

.widget{
	margin-bottom: 18px;
}

.widgettitle {
	padding: 0 0 5px 0;
	margin: 0 0 15px 0;
	border-bottom: solid 2px #dddddd;
	font-size: 16px;
	font-weight: 600;
}

#tag-cloud{
	margin-bottom: 18px;
	line-height: 160%;
}

/* for some reason the bs version currently available for download doesn't have this style */
.label{
	text-transform: uppercase;
}

/* override standard link hover for the tag cloud widget */
#tag-cloud a:hover,
.tags a:hover{
	color: #ffffff;
	text-decoration: none;
}

#tag-cloud a{
	white-space: pre;
	text-transform: uppercase;
}

/* change default form padding for search */

.widget_search .navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* Caption */
.wp-caption { 
	background: #eeeeee;
	text-align:center;
	padding: 5px;
}

p.wp-caption-text {
	text-align: left;
	padding: 0 2px 0 5px;
}

.wp-caption img { padding: 3px; }

.alignright { 
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.alignleft { 
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* calendar widget */

#calendar_wrap{
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
}

#wp-calendar{
	width: 100%;
	
}

#wp-calendar caption{
	font-weight: bold;
	padding: 8px;
}

#wp-calendar tr{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#wp-calendar tr:last-child{
	border-bottom: none;
}

#wp-calendar td{
	text-align: center;
	padding: 8px 0;
}

blockquote.pull-left{
	padding-right: 15px;
}

