/*
Theme Name:         Skeleton
Theme URI:          http://www.himpfen.com/
Description:        Skeleton is a WordPress starter theme based on roots, HTML Template and Bootstrap.
Version:            1.2.1
Author:             Brandon Himpfen
Author URI:         http://www.himpfen.com/
License:            MIT License
License URI:        http://opensource.org/licenses/MIT
GitHub Theme URI:   https://github.com/BootstrapThemes/Skeleton-WordPress2
GitHub Branch:      master
*/


/* Adding Custom CSS
   Add custom CSS to the reset.css file located in the /assets/css/ directory. */

thead th,
tbody th{
font-family: "Arimo", arial, verdana, sans-serif;
}

button,
a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"]{
font-family: "Arimo", arial, verdana, sans-serif;
}

blockquote{
font-family: "Arimo", arial, verdana, sans-serif;
}

a img:hover {
	opacity: 0.5;
}

small {
	font-size: 60%!important;
}

table p {
	padding: 0!important;
	margin: 0!important;
}

table.vtop th {
	vertical-align: top;
}

table caption {
	background: #F90;
	margin: 10px 50px;
	padding: 3px 8px;
	border: 3px double #FFF;
	font-size: 15px;
	font-weight: bold;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.alignnone {
	display: inline-block;
	vertical-align: top;
}

dl.alignnone {
	display: inline-block;
	vertical-align: top;
}

div.mceTemp {
	display: inline-block;
}

img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
padding:4px;
margin:0 0 2px 7px;
display:inline;
}

img.alignleft{margin: 0 7px 2px 0;}

.alignright{float:right;}
.alignleft{float: left;}

.wp-caption {
	border: 1px solid #EEEEEE;
	text-align: center;
	background-color: #FFFFDD;
	padding-top: 4px;
	margin: 10px 15px;
	vertical-align: top;
	max-width: 100%;
}

.wp-caption p {
	font-weight: bold;
}

.wp-caption p small {
	font-weight: normal;
}

img.mr10 {
	margin-right: 10px;
}

img.ml10 {
	margin-left: 10px;
}

img.mb10 {
	margin-bottom: 10px;
}

img.mr15 {
	margin-right: 15px;
}

img.ml15 {
	margin-left: 15px;
}

img.mb15 {
	margin-bottom: 15px;
}


img.mr20 {
	margin-right: 20px;
}

img.ml20 {
	margin-left: 20px;
}

img.mb20 {
	margin-bottom: 20px;
}

p.wp-caption-text {
	padding: 0;
	font-size: 85%;
}

.wp-caption.alignleft {
	margin-right: 30px;
}