/*
 *      This program is free software; you can redistribute it and/or modify
 *      it under the terms of the GNU General Public License as published by
 *      the Free Software Foundation; either version 2 of the License, or
 *      (at your option) any later version.
 *      
 *      This program is distributed in the hope that it will be useful,
 *      but WITHOUT ANY WARRANTY; without even the implied warranty of
 *      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *      GNU General Public License for more details.
 *      
 *      You should have received a copy of the GNU General Public License
 *      along with this program; if not, write to the Free Software
 *      Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
 *      MA 02110-1301, USA.
 */
body {
	margin		 : 0px;
	padding		 : 10px;
	background	 : rgb(252, 252, 252) none repeat scroll 0% 0%;
	font-family	 : Arial;
	font-size	 : 8pt;
	color		 : rgb(34, 34, 34);

}

a, a:visited {
	color		 : rgb(37, 119, 195);
	text-decoration	 : none;
}

a:hover {
	color		 : rgb(255, 68, 0);
}

#page {
	width		 : 700px;
}

#img {
	border		 : 0px none ;
}

#icons {
	border		 : 0px none ;
	width		 : 40px;
	height		 : 40px;
}


#Header {
	border-left	 : 1px solid rgb(190, 209, 248);
	border-right	 : 1px solid rgb(190, 209, 248);
	background	 : rgb(255, 255, 255) none repeat scroll 0% 0%;
	height		 : 70px; }

#blogtitle {
	padding-top	 : 10px;
	color		 : rgb(102, 102, 102);
	font-family	 : Arial;
	font-size	 : 21pt;
	font-weight	 : bold;
	text-align	 : center;
}

#blogdesc {
	margin-top	 : 10px;
	color		 : rgb(51, 51, 51);
	font-family	 : Arial;
	font-size	 : 9pt;
	text-align	 : center;
	direction	 : ltr;
}

#theader {
	background	 : transparent url('theme/theader.gif') no-repeat scroll 0% 0%;
	height		 : 14px;
}

#bheader {
	background	 : transparent url('theme/bheader.gif') no-repeat scroll 0% 0%;
	height		 : 14px;
}

#menu0 {
	width		 : 700px;
	float		 : top;
}
#menu1 {
	width		 : 200px;
	float		 : right;
}

#menu2 {
	width		 : 200px;
	float		 : left;
}

#menu3 {
	width		 : 200px;
	float		 : center;
}

#centralnote {
	width		 : 250px;
	float		 : bottom;
}

#menu5 {
	width		 : 700px;
	float		 : center;
}

#t1 {
	background	 : transparent url('theme/t2.gif') repeat-x scroll 0% 0%;
	height		 : 24px;
	margin-top	 : 10px;
}

#t2 {
	background	 : transparent url('theme/t1.gif') no-repeat scroll left center;
	height		 : 24px;
}

#t3 {
	background	 : transparent url('theme/t3.gif') no-repeat scroll right center;
	height		 : 24px;
}

#title {
	padding-top	 : 5px;
	text-align	 : center;
	color		 : rgb(136, 136, 136);
}

#contenttext {
	border-style	 : solid solid solid;
	border-color	 : rgb(219, 219, 219) rgb(219, 219, 219);
	border-width	 : 1px 1px 1px;
	padding		 : 6px 5px;
	background	 : rgb(255, 255, 255) none repeat scroll 0% 0%;
	line-height	 : 1.5em;
	text-align	 : justify;
	direction	 : ltr;
}

#contentpost {
	text-align	 : justify;
	direction	 : ltr;
}

#gnome1 {
	background	 : transparent url(theme/gnome.png) no-repeat scroll left;
}

#gnome2 {
	background	 : transparent url(theme/gnome2.png) no-repeat scroll right;
}

#mbody {
	border-style	 : none solid solid;
	border-color	 : rgb(190, 209, 248) rgb(190, 209, 248);
	border-width	 : 0px 1px 1px;
	padding		 : 6px 5px;
	background	 : rgb(255, 255, 255) none repeat scroll 0% 0%;
	line-height	 : 1.5em;
	text-align	 : center;
	direction	 : ltr;
}

#mbody2 {
	border-style	 : solid solid solid;
	border-color	 : rgb(219, 219, 219) rgb(219, 219, 219);
	border-width	 : 1px 1px 1px;
	padding		 : 6px 5px;
	background	 : rgb(240, 255, 200) none repeat scroll 0% 0%;
	line-height	 : 1.5em;
	text-align	 : center;
	direction	 : ltr;
}

#filter a img, #filter a:visited img {
	opacity		 : 0.4;
}

#filter a:hover img { 
	opacity		 : 1;
}

#bphoto {
	padding-bottom	 : 7px;
	text-align	 : center;
}

#about {
	padding		 : 0px 5px;
	text-align	 : justify;
	color		 : rgb(51, 51, 51); }

#left {
	padding		 : 0px 5px;
	text-align	 : left;
	color		 : rgb(51, 51, 51);
}

#right {
	padding		 : 0px 5px;
	text-align	 : right;
	color		 : rgb(51, 51, 51);
}

#center {
	padding		 : 0px 5px;
	text-align	 : center;
	color		 : rgb(51, 51, 51);
}

#ptitle {
	padding-top	 : 5px;
	padding-right	 : 10px;
	text-align	 : right;
	color		 : rgb(136, 136, 136);
	direction	 : rtl;
}

#ptitle a:link { 
	color		 : black; 
	text-decoration  : none;
}

#ptitle a:hover { 
	color		 : blue;
	text-decoration  : none;
}

#ptitle a:visited {
	color		 : black;
	text-decoration  : none;
}

div#footer {
	clear            : both;
	margin           : 0;
	padding          : 10px;
}

#footer p {
	text-align       : center;
	font-size        : 80%;
	text-indent      : 0;
}

#footer a.graflink,#footer a.graflink:hover {
	border           : 0;
	background-color : transparent;
	color            : #FFFFFF;
	margin           : .2em 0 .2em 0;
	float            : right;
}
