/*
File:			custom.css
Description:	Custom styles for Your Theme
*/
	
body
{
	background: #FFFFFF url(images/head_bg.jpg) repeat-x;
	font-size:14px;
}

#wrapper, #footwrap, #innerfooterWrap
{
	width:960px;
	margin:0 auto;
	}

#header { height:109px; }

.logo
{
	float:left;
	margin:34px 0 0 0;
}

#header ul
{
	float:right;
	margin:35px 35px 0 0;
}

#header li
{
	display:inline;
	list-style:none;
	margin: 15px;
	font-weight:bold;
	font-size:16px;
}

#header a
{
	color:#464646;
	text-decoration:none;
}

#header a:hover { text-decoration:underline; }

#banner
{
	margin:0px 0 50px 0;
	background:url(images/imahesh.png) no-repeat;
	width:950px;
	height:270px;
}

.whitespace
{
	white-space:nowrap;
	clear:both;
	height:50px;
}

#mygalone { margin:15px 0 0 464px; ; }

.entry {
	width:900px;
}

.entry-right {
	float:right;
	width:300px;
	margin-left: 25px;
}

#tag { margin: 315px 0 0 30px; }

h1
{
	font-family: Helvetica, Arial, Verdana;
	color:#0072bc;
	font-size:18px;
	margin:0 0 10px 0;
}

h2
{
	margin: 45px 0 0 0;
	font-size:16px;
	line-height:auto;
	color:#3B3B3B;
}

h1 img {
	display: table-cell;
    vertical-align: middle;
    padding-bottom: 8px;
}
	
#middlespace
{
	background:url(images/middle.jpg) no-repeat;
	width:960px;
	
}

#middlespace
{
	margin-top:70px;
	padding:0px 0 80px 0;
}

.featslider { background: #FFF none repeat scroll 0 0 !important; }

/* this section is for left sidebar */	
#left
{
	width:200px;
	float:left;
	margin: 0 0 0 10px;
}

#left p
{
	color: #3B3B3B;
	line-height:23px;
	max-width:280px;
	margin-top: 15px
}

.icon { margin: 0 10px 20px 0; }

#left ul, #right ul {
	margin-left: 22px;
	margin-top: 15px;
	}

#left li, #right li
{
	line-height:25px;
	color:#3B3B3B;
	list-style-image: url(images/tick.png);
	padding:0 20px 0 2px;

}



/* this section is for middle bar */	
#middle
{
	max-width:350px;
	margin: 0 200px 0 300px;
}

#middle p
{
	color: #3B3B3B;
	line-height:23px;
	max-width:350px;
	margin-top: 15px;
}

/* this section is for right sidebar */	
#right, #tweeter, #navs
{
	width:230px;
	float:right;
	margin:0 10px 0 0;
}

.fltrt { float:right; }

.fltlft { float:left; }

.clearfloat
{
	clear:both;
	height:0;
	font-size:1px;
	line-height:0;
}

.widget {
        padding:0;
margin:0;
}

.widget .h3 span
{
	font:normal 15px Helvetica, Arial, Verdana;
	color:#999;
}

#socialhomes { margin:0 70px; }

/* Portfolio page */

#portfolio-content  {
background:none repeat scroll 0 0 #FFFFFF;
clear:left;
float:left;
min-height:300px;
padding:20px 0 10px;
position:relative;
width:800px;
}

.portfolio-item  {
border-top:1px dotted black;
clear:both;
float:left;
padding:20px 0;
width:800px;
}

.content-left  {
float:left;
margin-right:20px;
width:220px;
}

.portfolio-image  {
float:right;
width:600px;
}



.slideshow
{
	margin:0px 0 0 484px;
	top:22px;
}



/* Sidebar

.spot-sidebar
{
	padding:10px 20px;
	margin:40px 15px;
	background:#ffffff;
	border:1px solid #dddddd;
	-moz-border-radius: 3%;
	float:right;
	width:230px;
	
} */


/* About page */

#mypic {
	float:right;
	margin: 0 0 0 615px;
	}
/* Contact Form */

input
{
	background-color:#b5b5b4;
	height:30px;
	font:normal 18px Helvetica, Arial, Verdana;
	color:#333333;
	border: 2px solid #333;

}

#send {
	margin-left: 297px;
	width: 100px;
	}
#contact_name {
	
	}
textarea
{
	background-color:#b5b5b4;
	font:normal 18px Helvetica, Arial, Verdana;
	color:#333333;
	border: 2px solid #333;

}

.textwidget {
	font: normal 15px/1.5 Helvetica, Arial, Verdana;
	color: #595959;
}

small {
	color:#2066b4;
	font-weight: bold;
	font-size: 15px;
}

#contact_response {
	font: normal 22px Helvetica, Arial, Verdana;
	color: #197b30;
	}

.widget h3 {
	color:#194d87;
	font-size:15px;
	margin-bottom:10px;
	}
	
/* jquery top */
#top-link { 
	display:none; 
	position:fixed; 
	right:5px; 
	bottom:5px; 
	background:url(images/uparrow.png) no-repeat;
	width:48px; height: 48px;
	}
