/*
Theme Name: Toms Price Theme
Author: MicroD, INC
Version: 1
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";
@import "style/css/unsemantic-grid-responsive.css";



/***********************************************************************************
 * CUSTOMIZED.CSS
 **********************************************************************************/

 @import "https://www.tomsprice.com/css/20086/customized.css";

/***********************************************************************************
 * END CUSTOMIZED.CSS
 **********************************************************************************/




/***********************************************************************************
 * BLOG STYLES - DO NOT EDIT BELOW!
 **********************************************************************************/

/* Main Index Page */

#mainpagecontainer * {
	box-sizing: border-box;
}

a {
	color: #5a5a5a;
}

img {
	border: 0;
	max-width:100%;
	height: auto;
	margin:3px;
}

#mainpagecontainer {
	margin: 0 auto;
	background: #ffffff;
}

#mainpagecontainer img {
	max-width: 100% !important;
	height:auto;
}

#mainpagecontent {

}

#mainpagecontent img {
	max-width: 100%;
	height: auto;
}

.size-post-thumbnail {
	margin-bottom: 10px;
}

#sidebarcontainer {
	padding-top: 0;
	margin-top: 0px;
}

.post {
	border-bottom: 1px solid #dfdfdf;
    clear: both;
    padding: 25px 0;
    margin: 0 0 10px 0;
}

.post h1 {
	font-family: Arial, sans-serif;
	font-size: 24px;
	color: #2a2a2a;
}

.post h2 {
	font-family: Arial, sans-serif;
	font-size: 20px;
	color: #2a2a2a;
}

.post h2 a {
	text-decoration: none;
	color: #2a2a2a;
}

.post .maincontenttimestamp {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #9a9a9a;
	padding: 0;
	margin:0 0 15px 0;
}

.post p {
	font-family: Arial, sans-serif;
	font-size: 16px;
	padding: 0 0 10px 0;
}

.post p a {
	color: #5a5a5a;
}

.post .maincontenttagsandcomments, .nocomments {
	font-size: 12px;
}

/* End Main Indext Page and Post Content */



/* Sidebar */

#searchform label {
	font-family: Arial, sans-serif;
	font-size: 14px;
    float: left;
    width: 100%;	
}

#searchform input#s {
	padding:3px;
	width: 70%;
	box-sizing: border-box;
	border: 1px solid #ccc;
}

#searchform input#searchsubmit {
	padding: 3px;
	width: 25%;
	box-sizing: border-box;
	border: 1px solid #ccc;
}

#sidebarcontainer ul {
	background: #f8f8f8;
	padding: 5px;
}

#sidebarcontainer li {
	font-family: Arial, sans-serif;
	font-size: 13px;
}

#sidebarcontainer li a {
	color: #5a5a5a;
	text-decoration: none;
}

#sidebarcontainer li a:hover {
	text-decoration: underline;
}

#sidebarcontainer h2 {
	font-family: Arial, sans-serif;
	font-size: 14px;
}

.widget {
	margin-bottom: 15px;
}

/* End Sidebar */


/* Single Post Page */

#postpagecontainer {
	margin: 0 auto;
	background: #fff;
}

.postpagenav {
	padding: 25px 0;
}

.postpagenav a {
	color: #5a5a5a;
	font-family: Arial, sans-serif;
}

#postpagenav h2 {
	font-size: 24px;
}

#respond {
	font-family: Arial, sans-serif;
}

#respond form p {
	margin: 5px 0px;
}

#respond #comment {
	border:1px solid #ccc;
}

#respond #submit {
	padding: 10px;
	border: 1px solid #ccc;
	cursor: pointer;
}

/* End Single Post Page */

/* Archive Page */

.archive #mainpagecontent h3 {
	font-family: Arial, sans-serif;
	font-size: 20px;
	color: #2a2a2a;
}

.archive #mainpagecontent h3 a {
	text-decoration: none;
	color: #2a2a2a;
}

/* End Archive Page */

/* Comments */

#commentscontainer {
	font-size: 12px;
}

#commentscontainer h3 {
	margin-bottom: 5px;
}

#commentscontainer .even {
	background: #f5f5f5;
	padding:5px;
	margin-bottom: 10px;
}

#commentscontainer .odd {
	background: #fcfcfc;
	padding:5px;
	margin-bottom: 10px;
}

#comment {
	width: 100%;
}

.comment-author {
	margin-bottom: 10px;
}

.commentmetadata a {
	font-size: 11px;
}

#respond {
	margin:10px 0;
}

.reply {
	margin:10px 0 0 0;
}

.avatar {
	vertical-align: middle;
}

/* End Comments */

/* Search Results */

.search #mainpagecontent h3 {
	font-family: Arial, sans-serif;
	font-size: 20px;
	color: #2a2a2a;
}

.search #mainpagecontent h3 a {
	text-decoration: none;
	color: #2a2a2a;
}

/* End Search Results */


@media only screen and (max-width: 768px) {
	.post p a {
		margin: 0 5px;
	}

	.postpagenav div {
		float: none;
		clear: both;
		margin:10px 0 0 0;
		font-size: 14px;
	}
}

/***********************************************************************************
 * END BLOG STYLES
 **********************************************************************************/