/*******************************************************************************
 Theme Name: MINIFY Platform
 Theme URI: http://minify.info
 Description: WordPress theme building platform build by superhero!
 Version: 1.1
 Author: Sergios Singeridis
 Author URI: http://sergios.me
 Tags: dark, light, white, black, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, full-width-template, theme-options, buddypress, translation-ready
 License: GNU General Public License v2.0
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
********************************************************************************/

/*******************************************************************************
	Use "behavior: url(/?pie=true);" to reference to css3pie in your css
********************************************************************************/

/** HEADINGS **/
#content .entry-content h1,
#content .entry-content h2,
#content .entry-content h3,
#content .entry-content h4,
#content .entry-content h5,
#content .entry-content h6 {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0;
}

#content entry-content h1 {
	font-size: 24px;
}

#content .entry-content h2 {
	font-size: 24px;
	margin-bottom: 10px;
}

#content .entry-content h3 {
	font-size: 22px;
	margin-bottom: 10px;
}

#content .entry-content h4 {
	font-size: 20px;
	margin-bottom: 5px;
}

#content .entry-content h5 {
	font-size: 18px;
	margin-bottom: 5px;
	
}

#content .entry-content h6 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

/** LINKS **/
#content .entry-content a {
	text-decoration: none;
	
}

#content .entry-content a:hover {
	text-decoration:none;
	border-bottom:none;
}

#content .entry-content a:active,
#content .entry-content a:focus {
	text-decoration: none;
	border-bottom: 1px solid #e1e2e2;
}

/** INLINE ELEMENTS **/
#content .entry-content sub,
#content .entry-content sup {
	font-size: 75%;
	line-height: 0;
	position:relative;
}

#content .entry-content sup {
	top: -0.5em;
}

#content .entry-content sub {
	bottom: -0.25em;
}

#content .entry-content del,
#content .entry-content s {
	color: #a9a9a0;
}

#content .entry-content em {
	border-bottom: 0;
}

#content .entry-content ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

#content .entry-content mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

#content .entry-content del {
	text-decoration: line-through;
}

#content .entry-content abbr[title], 
#content .entry-content dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

#content .entry-content p code,
#content .entry-content li code,
#content .entry-content dd code {
	background: #444;
	border: 1px solid #eee;
	font-size: 90%;
	padding: 0 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#content .entry-content pre {
	margin-bottom: 20px;
}

#content .entry-content pre code {
	background: none;
	border: none;
	font-size: 100%;
	padding: 0;
}

#content .entry-content var, 
#content .entry-content samp {
	font-style: italic;
}

pre, code, kbd, samp { font-family:monospace, sans-serif; font-size:14px; }

/** TABLES **/
#content .entry-content table { 
	width: 90%;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	margin: 1em auto;
	border-collapse: collapse;
	font: 14px/24px Arial, Helvetica, sans-serif;
	color: #ddd;
	letter-spacing: 0.3px;
}

#content .entry-content caption {
	color: #9ba9b4;
	font-size: .94em;
	letter-spacing: .1em;
	margin: 1em 0 0 0;
	padding: 0;
	caption-side: top;
	text-align: center;
}

#content .entry-content td { 
	color: #ddd;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	padding: .3em 1em;
	text-align: center;
}

#content .entry-content th { 
	font-weight: normal;
	color: #fff;
	text-align: left;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	background: #111;
	padding: .3em 1em;
}

#content .entry-content thead th {
	background: #000;
	text-align: center;
	font: bold 1.2em/2em Arial, Helvetica, sans-serif;
	color: #09b8c7;
}

#content .entry-content tfoot td { 
	text-align: left;
	background: #111;
}

/** LISTS **/
#content .entry-content ul, 
#content .entry-content ol {
	margin: 0 0 24px 2em;
}

#content .entry-content ul {
	list-style: square outside;
}

#content .entry-content ol {
	list-style-type: decimal;
}

#content .entry-content ul ul,
#content .entry-content ol ol {
	margin: 0 0 0 60px;
}

#content .entry-content li {
	letter-spacing: 0.3px;
}

#content .entry-content dl {
	margin-bottom: 24px;
	color: #eee;
	letter-spacing: 0.3px;
}

#content .entry-content dt {
	padding: 5px;
	background: #111;
}

#content .entry-content dd {
	padding: 5px 5px 10px 60px;
	color: #eee;
}

/** BLOCKQUOTES and QUOTES **/
#content .entry-content blockquote {
	background: #f9f9f9;
	border-left: 5px solid #ddd;
	margin: 0 45px 24px 40px;
	padding: 15px;
	quotes: "\201C""\201D""\2018""\2019";
}

#content .entry-content blockquote:before {
	color: #444;
	content: open-quote;
	font-size: 4em;
	line-height: .1em;
	margin-right: .25em;
	vertical-align: -.4em;
}

#content .entry-content blockquote p {
	display: inline;
	color: #444;
}

#content .entry-content blockquote a {
	color: #444;
}

#content .entry-content q {}

/** MISCELLANEOUS **/
#content .entry-content address {
	margin: 0 0 20px 0;
	letter-spacing: 0.3px;
}

/*** END OF CUSTOM STYLES ***/


/* Comments */
#content #comments input[type="text"],
#content #comments input[type="tel"],
#content #comments input[type="email"] {
	width: 258px;
	height: 18px;
}

#content textarea {
	width: 607px;
	height: 178px;
	resize: vertical;
}

#content #comments input[type="submit"] {
	height: 30px;
	width: 86px;
	margin: 0 0 0 10px;
	border: none;
	color: #fff;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	background: #009cff;
}

#content #comments input[type="submit"]:hover {
	background: #09b8c7;
}

#commentform label {
	clear: both;
	margin-bottom: 5px;
}

#commentform input,
#commentform textarea {
	clear: both;
	display: block;
}

.commentlist > li.comment {
	margin-left: 102px;
}

.commentlist > li.comment {
	margin-left: 0;
}

.commentlist .avatar {
	background: transparent;
	display: block;
	padding: 0;
	float: left;
	margin-right: 20px;
}

.commentlist .children .avatar {
	background: none;
	padding: 0;
	position: absolute;
	top: 2.2em;
	left: 2.2em;
}

#comments-title {
	color: #444;
	font-size: 10px;
	font-weight: 500;
	text-transform: uppercase;
}

.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}

.commentlist {
	list-style: none;
	margin: 0 auto;
}

.commentlist > li.comment {
	border: 1px solid #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}

.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}

.commentlist .children {
	list-style: none;
	margin: 0;
	background: none;
}

.commentlist .children li.comment {
	border-left: 1px solid #333;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}

.commentlist .children li.comment .fn {
	display: block;
}

.comment-meta .fn {
	font-style: normal;
}

.comment-meta {
	font-size: 12px;
	line-height: 2.2em;
}

.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}

.commentlist article {
	width: auto !important;
}

.commentlist article .comment-content {
	width: 100%;
}

.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}

.comment-meta a {
	font-weight: bold;
}

.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}

.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	
}

.commentlist > li:before {
	left: -21px;
	position: absolute;
}

.commentlist > li.pingback:before {
	content: '';
}

.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 0;
}

a.comment-reply-link {
	background: #111;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}

a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #ddd;
	color: #000;
}

a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
}

.commentlist > li.bypostauthor .comment-meta {
}

.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}

.commentlist > li.bypostauthor:before {
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	border-color: #444;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.commentlist > li.comment,
.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
