﻿body {
}
/** BEGIN content **/
#content {
    direction:rtl;

	float: right;
	overflow: hidden;
	padding-bottom: 11px;
}
	#content .post {
        clear:both;
		float: right;
		width: 315px;
		padding: 11px 10px 0 0;
	}
		#content .post .details1 {
			color: #fcfbfb;
			/*font-size: 0.9em;
			font-family: Verdana;
                me*/
			font-weight: bold;
			padding: 8px 7px;
			text-transform: uppercase;
			margin-bottom: 5px;
            background-color:#252525;


		}
        	#content .post .details1:hover {
			background-color: #5da944;
			color: #000;
			/*font-size: 0.9em;
			font-family: Verdana;
			font-weight: bold;
			padding: 8px 7px;
			text-transform: uppercase;
			margin-bottom: 5px;
            background-color:#5ab7de;*/

		}
			#content .post .details1 a{
			color: #fcfbfb;
				text-decoration: none;
			}
           
	#content .post .buffer {
		padding: 4px;
		background-color: #252525;
		margin: 0;
	}
	#content .post .content{
		border: none;
		padding: 0px;
		background-color: #ffffff;
		
	}
		#content .post .content img {
			border: 3px solid #ECEBEB;
			/*margin: 4px 8px 5px 0;*/
			/*float: left;*/
			width: 100%;
            height:180px;
            /*border-bottom:1px solid #456069;
                me*/

		}
		#content .post .content h2 {
			margin-bottom: 2px;
			font-size: 1.5em;
			line-height: 1.3em;
            border-bottom:2px solid #5ab7de;
		}
		#content .post .content h2 a {
			text-decoration: none;
			color: #456069;
			font-size: 0.8em;
		}
		#content .post .content p {
			line-height: 1.5em;
            text-align:justify;

		}
	#content .post .details2 {
		background-color: #ECEBEB;
		padding: 8px 7px;
		border-width: 0 1px 1px;
		border-style: solid;
		border-color: #CBCBCB;
	}
		/*#content .post .details2 a {
			color: #456069;
			font-size: 0.8em;
			font-family: Verdana;
			font-weight: bold;
			text-transform: uppercase;
		}
            me*/
		#content .post .details2 a:hover {
			text-decoration: none;	
		}
	#content .postnav {
		padding: 20px 5px;
		font-size: 0.9em;
		font-weight: bold;
		clear: both;
	}
		#content .postnav a {
			color: #456069;
		}
	#content .title {
		font-size: 0.9em;
		text-transform: uppercase;
		padding: 15px 5px 10px;
		letter-spacing: 1px;
	}
	#content .single {
		padding: 15px 15px 10px 0;
	}
		#content .single h2 {
			font-size: 1.4em;
			margin-bottom: 15px;
		}
		#content .single p {
			line-height: 1.4em;
			margin-bottom: 10px;
		}
		#content .single ul, #content .single ol {
			list-style-position: inside;
			margin-bottom: 10px;
		}
		#content .single li {
			line-height: 1.4em;
			padding: 2px 0;
		}
		#content .single blockquote {
			padding: 10px 10px 0;
			background-color: #eeeeee;
			border-width: 1px 0;
			border-style: solid;
			border-color: #e0e0e0;
			margin-bottom: 10px;
		}
		#content .single h3, h4, h5, h6 {
			font-size: 1.4em;
			margin-bottom: 5px;
		}
/** END content **/