/*  
Theme Name: Sonfast Template
Theme URI: http://
Description: sonfast
Version: 1.0
Author:  Iram Rashid
Author email: http://iramrashid@hotmail.com

*/

* {
	margin: 0;
	padding: 0;
}

body {
	/*background: #337FC6 url(images/bg.gif) top center repeat-y;*/
	background-color:#CCCCCC;
	font: normal 8pt/13pt verdana, arial,sans-serif;
	color: #000000;
}

a, a:visited {
	text-decoration: underline;
	color: #000;
	
}

a:hover {
	color: #808080;
}
/*
#header {
	width: 852px;
	height: 80px;
	padding-left: 10px;
	background: #000 url(images/header.gif) no-repeat;
	padding-top: 10px;
	
	font-size: 14pt;
	color: #FFF;
}
*/

#fLeft { float:left; }
#fRight { float:right; }
#clearAll { clear:both; }

#header { width:794px; height:99px; }

#header #flash{
	float: left;
	margin: 0 6px 0 0;
}

#header h2{
	padding-top: 2px;
	font-size: 9pt;
	color: #C2D9EF;	
}

#container {
	width: 900px;
	background: #fff url(images/sidebar.gif) repeat-y right;
	border: solid 2px #fff;
	margin: 0 auto;
	text-align: left;
}

#horizontal {
	width: 560px;
	height: 30px;
	background: url(images/horizontal.gif);
	font-weight: bold;
	font-size: 8pt;
	padding-top: 6px;
	padding-left: 20px;
	list-style: none;
	margin: 0;
}

#horizontal li {
	display :inline;
}

#horizontal a, #horizontal a:visited {
	color: #C2D9EF;
	text-decoration: none;
	margin-right: 15px;
}

#horizontal a:hover {
	color: #FFF;
	text-decoration: none;
}

#right-column {
	color: #808080;
	width: 134px;
	/*background: url(images/menutop.gif) no-repeat top left;*/
	float: right;
	padding: 10px;
	border-right: 4px solid #FFF;
}

#right-column ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#right-column li {
	padding: 0;
	margin: 0;
}

#content {
	float: left;
	width: 410px;
	margin: 10px 0 0 4px;
}

#content h2{
	font-size: 12pt;
	font-weight: bold;
	color: #76A7DC;
	margin-bottom: 5px;
	padding-left: 14px;
	background: url(images/h2bg.gif) top left repeat-y;
}

#content h2 a {
	color: #76A7DC;
	text-decoration: none;
}


.black, #content h2 a:hover {
	color: #000;
}

p {
margin-bottom: 20px;
padding-left: 14px;
background: url(images/articlebg.gif) top left repeat-y;
}

input.text {
	width: 70px;	
	border: 1px solid #ccc;
}

input.button {
	color: #808080;
	padding-left: 0px;
	font-size: 8pt;	
	border: none;
	background: none;
	}

#searchbox {
	background: url(images/searchbox.gif) no-repeat;
	padding: 5px;
	height: 30px;
}

#footer {
	
	clear: both;
	width: 900px;
	margin-left: 0px;
	height: 13px;
		
background-image:url(images/footer_bg.jpg); 
background-repeat:repeat-x;
font-size:10px; 
color:#565656; 
line-height:19px;
height:68px; 
padding:4px 0px 0 0px;

}

#footer a, #footer a:visited{
	color: #ccc;
}

#footer a:hover {
	color: #808080;
}

#footer2 { display:block; background-image:url(images/footer_bg.jpg); background-repeat:repeat-x; font-size:10px; color:#565656; line-height:19px; height:68px; padding:7px 15px 0 15px; }


.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.commentlist {
	margin: 0 0 0 70px;
}

#commentform p{
	background: none;
	padding-left: 0;
}

#comment {
	width: 400px;
}

input#s {
	width: 100px;
}

/* ////////////////////////////////////////////////*/

#topNav { display:block; background-image:url(images/nav_bg.gif); padding:7px 10px 0 10px; height:23px; color:#4E77A9; }
#topNav ul{ margin:0; padding:0; }
#topNav ul li{ display:inline; list-style:none; }
#topNav ul li a{ float:left; color:#F4F6F9; text-decoration:none; padding:0 18px 0 18px; }
#topNav ul li a:hover{ color:#FFF86E; }
