/*
Theme Name: WordPress informative
Theme URI: http://wordpress.org/
Description: The  WordPress theme based on <a href="http://http://ebizzsol.com/">Ebizzsol</a>.
Version: 1.6
Author: ebizzsol
Author URI: http://ebizzsol.com/
Tags: blue, custom header, fixed width, two columns, widgets

	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body{
	font:normal 13px/13px Arial,Verdana, "Trebuchet MS",Georgia, Lucida,Helvetica,Tahoma, sans-serif;
	margin:0;
	background:#676667;
	color:#fff;
}
*{	
	margin:0; 
	padding:0; 
	color:#000;
}
img,fieldset{
	border:none;
}
ul,ol,li{
	list-style:none;
}	
a{
	color:#000000;
	text-decoration:none;
}
a:hover{
	color:#DF6100;
	text-decoration:none;
}
.hide{
     position: absolute;
     left: -9999px;
}
/*-----------------------Page Structure
*/
#wrap{
	width:984px;
	background:url(images/header.gif) no-repeat;
	height:200px;
	padding:0 0 0 23px;
	margin:0 auto;
}
#header{
	height:127px;
	padding:0 49px 0 10px;
	overflow:hidden;
}
.lt{
	float:left;
	padding-top:37px;
}
.rt{
	float:right;
	padding-top:21px;
}
#nav{
	width:962px;
	height:36px;
	background:url(images/navbg.gif) repeat-x;
	overflow:hidden;
}
#nav ul{
	overflow:hidden;
	padding:0 0 0 26px;
	margin:0;
}
* html #nav ul{
	margin-top:-16px;
}
#nav ul li{
	float:left;
}
#nav ul li a{
	display:block;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	line-height:35px;
	padding:0 6px 0 6px;
}
#nav ul li a:hover{
	background:url(images/navbghover.gif) repeat-x;
	padding-left:6px;
}
#nav h2{
	display:none;
}
#main,.entry{
	width:962px;
	background:#fff;
}
#display{
	width:962px;
	height:268px;
	background: url(images/displaybg.gif) repeat-x;
}
.entry{
	background:#fff;
}
#footer{
	height:41px;
	width:962px;
	padding-top:8px;
}
#footer p{
	color:#fff;
	float:right;
	font-weight:bold;
}
#footer p a{
	color:#7ebcfc;
	text-decoration:underline;
}
.imageflow{
	width:962px;
	height:268px;
	background: url(images/displaybg.gif) repeat-x;
}
.images{
	height:260px !important;
}
.post{
	background:#000;
	position:relative;
}
.post h3{
	color:#4e7492;
}
.post p,.post blockquote{
	line-height:15px;
	background:#fff;
	padding-bottom:5px;
}
.post span{
	background:#000000;
	display:block;
	width:947px;
	color:#fff;
	font-weight:bold;
	line-height:15px;
	padding:23px 0 0 15px;
	margin:0;
}
.pos{
	position:absolute;
	left:15px;
	top:327px;
	margin-bottom:10px;
}
.other{
	padding:10px;
}
.other h2{
	margin-bottom:10px;
	color:#4e7492;
}
#pageTitle{
	padding-left:10px;
}
.entry1{
	background:#fff;
	padding:5px 0 10px 10px;
	height:30px;
	border-top:1px solid #cccccc;
}
#pageTitle,#pageContent{
	background:#fff;
}
#pageContent{
	padding:0 20px 0 14px;
}
#pageTitle h2{
	margin-bottom:10px;
	line-height:15px;
	padding:1px 0 0 4px;
}
#pageTitle h3{
	margin-bottom:10px;
}
