/*
Theme Name: ms
Theme URI: http://msahli.com/
Description: ms Theme
Version: 1.0
Author: Mohammed SAHLI
Author URI: http://msahli.com/
*/


/* Resets default browser CSS */
 
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0; padding: 0;
  border: 0;
  font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;
  vertical-align: baseline;
}
 
a { text-decoration: none; }
a:hover, a:focus { text-decoration: underline; color: #C00;}
a img { border: none; }
em {background-color: #FFC;} 
address {font-style: normal; display: inline;} 
p {text-align:justify; margin-bottom: 15px;}

.alignright {float: right !important;}
.alignleft {float: left !important;}

body {
  border-top: 10px solid #39C;
}

#page {
  font: 13px Tahoma;  
  width: 540px;
  margin: 20px auto;
}

h1, h2, h3, h4, h5, h6 {font-weight: bold; font-family: arial;}

.post h1, .post h1 a, .post h2 a{
  font-size: 20px;
  color: #CC6600;
}

.post .date {
  color: #888;
  font-size: 10px;
  margin-bottom: 20px;
}
#footer {
  clear: both;
  overflow: hidden;
  border-top: 1px solid #39C;  
  padding-top: 5px;
}

#archive_link {
	margin: 10px 0 30px 0;
}

#trackback, #comments {
	margin-top: 20px;
  border-top:2px solid #CCCCCC;
  padding-top: 5px;
}

#trackback ul{
  list-style-type: square;
  margin: 20px;
}

#comments {margin-bottom: 40px;}

#comments h3 {
  font-size: 20px;
}

.desc {
  color: #888;
  font-size: 11px;
}

#respond {
  background-color:#F2F9FC;
  border:2px solid #9CE;
  color:#666;
  margin: 20px 0;
  padding:10px;
}

#respond h3 {
  color:#C60;
  font-size:20px;
  margin:0 0 10px 0;
}

#respond .desc {border-bottom: 1px dashed #888; padding-bottom: 5px; margin-bottom: 25px;}

#respond input {border: 1px solid #39C; width: 250px}
#respond textarea {border: 1px solid #39C;}

#respond #submit-comment {	width: 100px; background-color: #DDD; color: #000; border: 1px solid #39C;	padding: 1px;	font: bold 13px Tahoma; }


#comments .comment {
  -moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
  border:1px solid #39C;
  margin:0 0 12px 0;
  padding: 5px;
}

#comments .comment .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	margin: 0 0 0 10px;
	}
	
#comments .comment p {
	line-height: 1.5em;
}

#comments .comment .comment-author {
	border-bottom: 1px solid #39C;
	padding-bottom: 7px;
	margin-bottom: 5px;
}

#comments .comment .comment-author cite{
	font-style: normal;
}

.imgblock {
  background-color: #FFF;
  border: 1px solid #CCC;
  float: left;
  margin:3px 10px 0 0;
  padding:3px;
  overflow: hidden;
  text-align: left;
}

.ltr {
  direction: ltr !important;
  text-align: left;
  font-family: Verdana;
} 

.navigation {
  text-align: left;
  border-top: 1px solid #93C;
  border-bottom: 1px solid #93C;
  padding: 3px 0;
  margin-bottom: 10px;
}

.post {
  margin-bottom: 20px;
  border-bottom: 1px dashed #999;
}

.post h2 {
  font-size: 18px;
  margin-bottom: 10px;
}

.post h3 {
  font-size: 15px;
  margin-bottom: 10px;
}

.post ul, .post ol {
  margin: 0 40px 20px 0;
  text-align: justify;
}

#related_posts {
  margin: 20px 0;
  padding: 5px;
  border: 2px solid #F93;
  background: #FFF8AF;
}

#logo, #logo a {
	color:#C60;
	font: bold 30px Arial, Tahoma;
	margin: 0;
}

#blog_descrption {
	font: 11px Tahoma;
	margin: 0 0 40px 0;
	border-bottom: 1px solid #39C;
	padding-bottom: 7px;
	
}