/*
Theme Name: innova
Theme URI: http://www.meltingpx.com
Description: <p>ProGallery wordpress theme for All Type of portfolio displays</p>
Version: 1.0
Author: ram
Created Date:06/12/2009
Author URI: http://www.meltingpx.com/

*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.7 Tahoma;
	background-color:#fff;
	background-image: url(images/bg.jpg);	
	color:#282828;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc  dotted;
	border-top-width: 1px;
	clear: both;
	height: 0;

	
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
	letter-spacing: -1px;
        text-align: center;

}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;

}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
	padding-left:15px;

}

li {
	
}

p,
dl,
hr,
h1,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

h2 {
    margin-bottom: 10px;
}

a:link, a:visited{
color:#1993d1;
text-decoration:none;
}

a:hover {
color: #054769;
}

h1, h2, h3, h4, h5, h6{
margin-bottom:10px;

}

h1, h2, .posttitle a {
color:#5e8f17;

}

/* imgage alignment
----------------------------------------------------------------------------------------------------*/
.alignright {
  float: right; 
  margin: 0 0 20px 20px;
  width:auto;
}
.alignleft {
  float: left; 
  margin: 0 20px 10px 0;
  width:auto;
}
a img {
	border:none;
}

blockquote{
	border:1px solid #eee;
	background-color:#dedede;
	padding:10px 10px 10px 20px;
	margin:10px 0px 10px 0px;
	border-left:3px solid #ccc;
	font-size:12px;
	font-style: italic;
}
.tn-br{
	border:1px solid #eee;
	padding:3px;

}

.col1{
	padding-right:10px;
	float:left;
	width:auto;
	

}
.col2{
	padding-left:10px;
	padding-right:10px;

}
.col-left{
	padding:10px;
}


.pftnc img{
float:left;
margin-right:20px;
margin-bottom:20px;	

}

.tn-br1{
border:1px solid #dedede;
padding:5px;
background-color:#f9f9f9;


}

.img-br{
	margin-bottom:20px;
	padding:2px;
	border:1px solid #ccc;
}


/* header
----------------------------------------------------------------------------------------------------*/
#header{
	background-image: url(images/header.png);
background-position:bottom left;
	background-repeat: no-repeat;
	height: 155px;
}
/* logo
----------------------------------------------------------------------------------------------------*/

#logo {
	padding-left:0;
	margin-top: 20px;
	float:left;
	width:auto;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	width:150px;
	height:125px;
	width:50%;
}

#call{
	width:50%;
	float:left;
	text-align:right;
	padding-top:30px;
}
#call h3{
	font-size:25px;
	letter-spacing: -1px;
	margin:0px;
	

}
#call strong{
color:#1993d1;	

}

/* Navigation
----------------------------------------------------------------------------------------------------*/
#navigation{
	background-image: url(images/menu-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	height:40px;
}

/* titles
----------------------------------------------------------------------------------------------------*/
.pagetitle{
	
	margin-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:2em;
	color:#111;
	letter-spacing: -1px;
	
}

.col2 h3, .col1 h3{
letter-spacing: -1px;
}

/* Thumbnails
----------------------------------------------------------------------------------------------------*/
.thumb-nails img{
float:left;

	
}

/* right column/sidebar
----------------------------------------------------------------------------------------------------*/
.right-column{
	padding:0 20px;
	position: relative;
	color:#282828;
	
}
	.right-column h3{
		margin-bottom:10px;
		letter-spacing: -1px;
		font-family: sans-serif;
		font-weight:normal;
		color:#1993d1;
	}
	.right-column p{
		margin-top:10px;
		margin-bottom:0px;
	}
	/*sidebar rounded box*/
	/*.sidebar-top{
		ba*/
