/*
 Theme Name:   Jay Child
 Theme URI:    http://jay.mondotheme.com
 Description:  Jay Child Theme
 Author:       MondoTheme
 Author URI:   http://themeforest.net/user/mondotheme
 Template:     jay
 Version:      1.0.0
*/

@import url("../jay/style.css");

/* Theme customization starts here
-------------------------------------------------------------- */

#colophon .bottom {
  background-color: #46545d !important;
}

.small {
	font-size: .8em;
}

ul,
ol {
  margin:0 0 15px;
}


/* Featured Posts Modification */

.featured-post > .permalink {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.featured-post .mondo-love-button {
    z-index: 2;
}

/* Author Template */

.author-bio img{
	float:right;
	clear:right;
	margin: 0 0 20px 20px;
}

#mondo-about-author .author-description{
	color: #424b52;
}

#mondo-about-author .author-description a{
	color:#0061a3;
}

.mondo-standard .entry-content a{
	color: #0061a3;
}

/* Domain Search in Post */

.domain-search{
	border:solid 1px #ccc;
	padding:15px 20px;
	background:#f1f1f1;
	margin:50px 0;
}

/* .com and .net tables */

.two-column{
	float:left;width:50%!important;
}

@media (max-width: 480px) {
	.two-column{
		width:100%!important;
		clear:left;
	}
}
