/* CSS Document */
*{ margin:0; padding:0;}

body {
	margin: 0;
	padding: 0;
	background-color:#4D4D4D;
	font-size:11px;
	font-family:Tahoma, Arial;
}

#container {
	width:800px;
	margin:0 auto;
	background:#4D4D4D;
}
a {
	text-decoration: none;
	color:#777777
}
a:hover {
	text-decoration: none;
	color:#000000;
}

#page{ background:url(../images/blog-bg.gif) repeat-y; width:780px; margin:0 auto;text-align:right;}
#page-bottom{ background:url(../images/blog-bottom.gif) no-repeat bottom; padding-bottom:16px;}


/* Header */
#header{ padding:15px;}
#header h1{color:#FFFFFF; font-size:23px; font-family:Verdana, Arial, Helvetica, sans-serif;}
#header h3{color:#EEEEEE; letter-spacing:10px; font-size:14px;font-family:Verdana, Arial, Helvetica, sans-serif;}

.nav{
	border-bottom:1px solid #222222;
	border-top:1px solid #222222;
	text-align:right;
	color:#FFFFFF;
	background:#444444;
	padding:5px;
	margin-bottom:20px;
}
.nav a{
	margin:0 5px;
}
.nav a:hover{
}
/* Content */

#content{
padding:30px;
margin:15px;
border:15px solid #444;
background:#000000; 
}

	.cat{ float:left; margin:10px;}
	.cat h2{font-size:12px; padding:3px 0; color:#FFFFFF;}
	
	p.des{ margin:10px 15px; text-align:left;}
	.gallery_des{ padding:5px;}
	
	.View_Gallery{ padding:10px;}
	.View_Gallery h2{ margin-bottom:10px;}
	.View_Gallery p{ padding:10px 2px;}
	
	#imageCelll img{ cursor:pointer;}
	
.photos img{ display:block; margin:0 auto;}

#content h3{
	color:#FFFFFF;
	padding:3px;
	font-size:16px;
}
#content h3 a:link{
	text-decoration:none;
	color:#FFFFFF;
}
#content h3 a:visited{
	color:#FFFFFF;
}
#content h3 a:hover{
	color:#CCFFCC;
}

.post h3, h3.blogtitle{ background:#eeeeee; margin:10px 20px 10px 20px; color:#000000;direction:rtl; }
.post p{ padding:15px;}

.more-post{ text-align:right; padding:15px;}

/* Homepic */
.Homepic a{background:url(../images/pic.gif); width:431px; display:block; height:300px; margin:0 auto;}
.Homepic a:hover{background:url(../images/pic.gif) bottom;}


/* Footer */
#footer {
	clear:both;
	padding:5px 2px 5px 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#888888;
	border-top:1px solid #222222;
	margin-top:15px;
	margin-bottom:15px;
}
.comment {
	margin:0 auto;
}
.comment h4 {
	background:#e1dfd0;
	color:#5d1a77;
	padding:4px;
	margin:0px;
	font-size:11px;
	color:#1C385F;
	margin:0 10px;
}
.commentbox {
	padding:10px 10px 20px 10px;
	border:1px solid #eee;
	margin:8px 15px;
}
.commentbox strong {
	padding-right:17px;
	display:block;
}
.commentbox p {
	text-align:justify;
	color:#555555;
	direction:rtl;
}
.comment-footer {
	text-align:left;
	color:#BBBBBB;
	display:inline;
	float:left;
}
.blogtitle{
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
}

.title{ font-weight:bold; font-size:14px;}

.input{ border:1px solid #AAAAAA;}
.input1{ border:1px solid #AAAAAA; margin:2px;}

#tt {position:absolute; display:block; background:url(../images/tt_left.gif) top left no-repeat}
#tttop {display:block; height:5px; margin-left:5px; background:url(../images/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF}
#ttbot {display:block; height:5px; margin-left:5px; background:url(../images/tt_bottom.gif) top right no-repeat; overflow:hidden}

