/**
 *Style sheet for content post
 *
 *@package RedinLight WP theme
 *@subpackage content.css
 */

/**
 *Link Post Style
 *
 *Here we will differenting link to internal resources and external resources
 */
.entry-content a, .entry-content p a[href^="http://iznyn.com"] {
	text-decoration: none;
	background: url(../images/line-990000.png) repeat-x center bottom;
	padding: 0;
	margin: 0;
}
.entry-content a:hover, .entry-content a:active, .entry-content p a[href^="http://iznyn.com"]:active, .entry-content p a[href^="http://iznyn.com"]:hover {
	background-image: none;
	background-color: #ffcc66;
	border-bottom: 1px solid #330000;
}
.entry-content a[href^="http://"], .entry-content a[href^="mailto:"] {
	background: url(../images/ic-ext-link.png) no-repeat top right;
	padding-right: 1em;
	margin-right: 0.4em;
	text-decoration: underline;
}
.entry-content a[href^="http://"]:hover, .post-content a[href^="http://"]:active, .entry-content a[href^="mailto:"]:hover, .entry-content a[href^="mailto:"]:active {
	text-decoration: none;
	background-color: #ffcc66;
	border-bottom: 1px solid #330000;
}
/*Link for mail*/
.entry-content a[href^="mailto:"] {
	background-image: url(../images/mail.png);
}
	
/**
 *Strong and em
 */
.entry-content strong {font-weight: bold;}
.entry-content em {font-style: italic;}	
	

/**
 *Header Style
 */
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	margin: 18px 0 5px;
	color: #330000;
	/* If any floated element before must clear */
}
/* h1 */
.entry-content h1 {
	font-size: 1.5em;
	font-weight: bold;
}
/* h2 */
.entry-content h2 {
	font-size: 1.4em;
	border-bottom: none;
}
.entry-content h3 {
	font-size: 1.3em;
}
.entry-content h4 {
	font-size: 1.2em;
}
.entry-content h5 {
	font-size: 1.1em;
}
.entry-content h6 {
	font-size: 1.0em;
}
/**
 *Abbr Style
 */
.entry-content abbr, .entry-content acronym {
	font-weight: bold;
	font-style: italic;
	cursor: help;
	background-color: #cccc99;
}
/**
 *Cite Style
 */
.entry-content cite {
	font-style: normal;
	font-weight: bold;
}
.entry-content cite a {
	background-image: none!important;
	text-decoration: none!important;
	margin-right: 0!important;
	padding-right: 0!important;
	color: #333!important;
	font-style: italic;
	border-bottom: 1px dotted #333;
}
.entry-content cite a:hover {
	color: #990000!important;
	cursor: help;
}

/**
 *Image Styles
 */
 
 .entry-content img {
	margin: 0.6em 0 1em;
}
 
/* For splash image. No matter how much your image size, but your image always 100% from content container */
/* To use class splash image we recomended your image more than 800px */
.entry-content .splash {
	width: 100%;
	height: auto;
	margin: 1em 0;
}

/*Class for add border to all side of element, recommended to use in image tag */
/*Because my background content is white so i decided to use #333333 color. Feel free to change this value*/
.bord {border: 1px solid #333333;}

/*Class for wrap image to surrouded image and image floated to left*/
.entry-content .pot-left {
	float: left;
	margin: 0 1em 0.4em 0;
}

/*Class for wrap image to surrouded image and image floated to right*/
.entry-content .pot-right {
	float: right;
	margin: 0 0 0.4em 1em;
}

/*class to clear floated element */
.clr {clear: both; padding-top: 1em;}

/*Image class to style standard image with folder and giving a resources of image*/
/*You must giving the class in the container not in img element*/
/*Default floated is left, you can be switch with add class rgt*/
.entry-content .pht-pot-cite {
	float: left;
	margin: 0 1em 0.5em 0;
	border: 1px solid #cccc99;
	padding: 0.5em;
}
.pht-pot-cite cite {
	display: block;
	margin-top: 0.2em;
	font-size: 0.9em;
	font-style: italic;
	font-weight: normal;
}
.entry-content .pht-pot-cite.rgt{
	float: right;
	margin: 0 0 0.5em 1em;
}

/* Clear style for anchor in image */
.img-anchor {
	background-color: transparent;
	background-image: none;
	border-bottom: none;
}

/**
 *Definition List Styles
 */
.entry-content dl {
	font-size: 1em;
	margin: 1em 0;
}
.entry-content dl>dt {
	font-weight: bold;
	text-decoration: underline;
	margin-top: 1em;
}
.entry-content dl>dd {
	margin-left: 0.6em;
	border-left: 3px solid #eeeecc;
	padding-left: 0.5em;
	color: #555555;
}

/**
 *List Styles
 */
.entry-content ol {
	list-style: decimal inside;
	margin: 0.5em 0 1em 0.8em;
}
.entry-content li {
	padding-bottom: 0.2em;
}
.entry-content ol>li>ol {
	list-style-type: lower-latin;
}
.entry-content ol>li>ol ol, .entry-content ol>li>ol ul{
	list-style-type: circle;
}

.entry-content ul {
	list-style: circle inside;
	margin: 0.5em 0 1em 0.8em;
}

/**
 *Address and blockquote styles
 */
.entry-content address, .entry-content blockquote {
	margin: 0.6em 0 0.6em 1em;
	padding-left: 0.8em;
	border-left: 4px solid #eeeecc;
	color: #555555;
}

/**
 *code Styles
 */
.entry-content code, .entry-content kbd {
	background-color: #eeeecc;
}

/**
 *del Styles
 */
.entry-content del {
	color: #ddddaa;
}

/**
 *pre Styles
 */
.entry-content pre {
	background-color: #eeeecc;
	border: 1px dashed #333333;
	padding: 1em;
	margin: 1em 0;
	overflow: auto;
}
.entry-content pre>code {
	background-color: transparent;
}


/**
 *table Styles
 */
.entry-content table {
	margin: 1em 0;
	border-collapse: collapse;
}
.entry-content caption {
	border-top: 1px dashed #cccc99;
	border-bottom: 1px dashed #cccc99;
	background-color: #eeeecc;
	font: bold 1.4em Georgia, Garamond, "Times New Roman", serif;
	padding: 0.2em 0;
}
.entry-content thead, .entry-content tfoot {
	background-color: #cccc99;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
.entry-content thead th {
	padding: 0.2em 1em;
}

.entry-content tbody td {
	padding: 0.2em 0.5em 0.2em 1em;
}
.entry-content tbody .sec {
	background-color: #ddddb6;
}
.entry-content tfoot td {
	padding: 0.5em 0 0.5em 1em;
	font-size: 0.8em;
	font-style: italic
}
.n-found {font-size: 1.3em;}
#error404 #meta-foo {display: none;}