/*
Theme Name: Fulton Stores
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://ec2b-css.microdinc.com/css/20116/customized.css";
/***********************************************************************************
 * END CUSTOMIZED.CSS
 **********************************************************************************/


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

a {
	color: #5a5a5a;
}

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

/* Main Index Page */

#mainpagecontainer {
    margin: 0 auto;
    background: #ffffff;
    padding: 25px 0;
    font-family: Arial, Helvetica, sans-serif;
}

#mainpagecontent {

}

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

.post h1 {
	font-size: 24px;
	color: #2a2a2a;
	margin: 0 0 5px 0;
}

.post h2 {
	font-size: 20px;
	color: #2a2a2a;
	margin:0 0 15px 0;
}

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

.post .maincontenttimestamp {
	color: #9a9a9a;
	padding: 0;
	margin:0 0 25px 0;
	font-size:smaller;
}

.post p {
	padding: 0 0 10px 0;
}

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

.post .maincontenttagsandcomments, .nocomments {
	font-size: smaller;
	margin:5px 0;
}

.size-post-thumbnail {
}

/* End Main Index Page and Post Content */



/* Sidebar */

#sidebarcontainer {
}

#sidebarcontainer a {
	text-decoration: none;
}

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

#searchform label {
}

#searchform #s {
	width:80%;
	float: left;
    box-sizing: border-box;
    padding: 3px 6px;
    border:1px solid;
}

#searchform #searchsubmit {
	width:20%;
    float: left;
    box-sizing: border-box;
    cursor: pointer;
    background:#ffffff;
    border:1px solid;
    padding: 3px 6px;
}

#searchform #searchsubmit:hover {
	background: #f5f5f5;
	border:1px solid #333333;
}

#sidebarcontainer > ul {
	background: #f8f8f8;
	padding: 15px;
	line-height: 24px;
}

#sidebarcontainer li {
}

#sidebarcontainer li a {
}

#sidebarcontainer li a:hover {
}

#sidebarcontainer h2 {
}

#sidebarcontainer > ul > li {
	margin:0 0 25px 0;
}

.widget {
}

.widgettitle {
	font-size:18px;
}

/* End Sidebar */


/* Single Post Page */

#postpagecontainer {
	margin:0 0 25px 0;
}

.postpagenav {
	margin:25px 0;
}

.postpagenav a {
}

#postpagenav h2 {
    font-size: 20px;
    color: #2a2a2a;
    margin: 0 0 15px 0;
}

#postpagenav h3 {
    font-size: 20px;
    margin: 0 0 10px 0;
}

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

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

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

#respond #submit:hover {
	background: #f5f5f5;
	border:1px solid #333;
}
/* End Single Post Page */


/* Comments */

#commentscontainer {
	padding:0 0;
}

#commentscontainer h3 {
	margin:10px 0;
}

#commentscontainer .even {
	background: #f5f5f5;
}

#commentscontainer .odd {
	background: #fcfcfc;
}

#comment {
	width: 100%;
}

.comment-author {
	margin:10px 0 5px 0;
}

.comment-author a {
	text-decoration: none;
}

.commentmetadata {
    margin: 0 0 25px 0;
    font-size: smaller;
}

.commentmetadata a {
	text-decoration: none;
}

#commentscontainer .even .comment-body {
	padding: 10px;	
}

#commentscontainer .odd .comment-body {
	padding: 10px 0;	
}

#respond {
	padding: 25px 0;
}

.reply, .cancel-comment-reply {
    margin: 25px 0;
    display: none;
}

.comment-reply-link, {
	text-decoration: none;
}

.avatar {
	display: none;
}

/* End Comments */

/* Search Results */

.search #mainpagecontent h3 {
}

.search #mainpagecontent h3 a {
    text-decoration: none;
    margin: 0 0 5px 0;
    display: block;
}

/* End Search Results */


@media only screen and (max-width: 768px) {


}

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