﻿/***************** resets ******************/
html, body, h1, h2, h3, h4, h5, h6, p, dd, dl, dt, ol, ul, li table, form, fieldset, input
{
    margin: 0px;
    padding: 0px;
    font-size:100%;
}
h1, h2, h3, h4, h5, h6 
{
    font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1{
	font-size:22px;
}
h2{
	font-size:17px;
}
a
{
    text-decoration:none;
    color:#716d6d;
}
a:hover
{
    color:#dd0505;
}
ol, ul, li 
{
    list-style:none;
}


/****************** GENERIC CLASSES ****************/
body
{
    background: url(images/body-bg.jpg) repeat-x 0 0 #fdfdfd;
    font-family:Verdana, Tahoma, Arial;
    font-size:13px;
    height:100%;
}
#header
{
    height: 202px;
    width: 100%;
}
.header_inner
{
    width: 980px;
    margin: 0 auto;
    padding: 40px 0 0 0;
}
#logo
{
    float:left;
}
#header h1
{
    background: url(images/shekhar.gif) 0 0 no-repeat;
    height: 70px;
    width: 317px;
    text-indent: -10000000px;
}
#header h1 a
{
    display: block;
    width: 100%;
    height: 100%;
}
#header h2
{
    font-family:Georgia, Verdana, Arial;
    font-style:italic;
    font-size:23px;
    color:#716d6d;
    width:215px;
    overflow:hidden;
    height:30px;
}
#header h2 a:hover 
{
    background:url(images/dot-red.png) 0 22px repeat-x; 
    color:#716d6d;
}
#header ul 
{
    float:right;
    padding-right:40px;
    font-family:Georgia, Verdana, Arial;
    font-style:italic;
}
#header ul h2
{
    width:auto;
}
#header ul li 
{
    display:block;
    line-height:15px; 
}
#header ul li h2
{
    line-height:22px;
}
#header ul li h2 a:hover
{
    background:url(images/dot-red.png) 0 23px repeat-x;
}
#header ul li h4
{
    padding:0 0 5px 0;
}
#header ul li a:hover
{
    color:#dd0505;
}
#intro
{
}
#intro_home
{
    background:url(images/i-do-web-design.png) no-repeat 0 122px;
    height:477px;
    width:681px;
    margin:0 auto;
}
#intro_home h1, #intro_home h2, #intro_home h3, #intro_home p{
	text-indent:-1000000px;
}
#intro_sitemap{
	height:477px;
    width:681px;
    margin:0 auto;
}
#intro_portfolio, #intro_contact{
	height:477px;
    width:780px;
    margin:0 auto;
}
#intro_sitemap a, #intro_portfolio a{
	color:#000;
}
#intro_sitemap a:hover, #intro_portfolio a:hover{
	text-decoration:underline;
}
#intro_sitemap h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:20px 0 30px 0;
}
#intro_sitemap ul{
	width:400px;
	padding:0 0 0 30px;
}
#intro_sitemap ul li{
	list-style:square outside;
	padding:0 0 10px 0;
}
#intro_portfolio h1{
	padding:20px 0;
}
#intro_portfolio h2{
	float:left;
	width:195px;
}
#intro_contact h1{
	padding:20px 0 30px 0;
}
#intro_contact h2{
	width:300px;
	float:left;
}
.contact{
	float:right;
	width:450px;
}
.contact p{
	padding:0 0 10px 0;
	}
#footer
{
    padding-top:100px;
    height:50px;
    font:normal 11px/14px georgia, verdana, arial;
    color:#716d6d;
    position:relative;
    width:100%;
    clear:both;
    margin:-150px 0 0 0;
}
.footer_inner 
{
    width:980px;
    margin:0 auto;
}

#footer ul 
{
    float:right;
}
#footer ul li 
{
    display:inline;
    padding:0 2px;
}
html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#page {padding-bottom:150px;}  /* must be same height as the footer */

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* contact form style */

form {
  margin: 0;
}
label {
	float: left;
	width: 100px;
	font-weight: bold;
	padding: 5px;
}
.contact input,
.contact textarea{
	padding: 4px 8px; 
	font: 400 14px arial, sans-serif;
	background: url(images/field_bg.png) no-repeat top left;
	border-width: 1px;
	border-style: solid;
	border-color: #d2d2d2 #e2e2e2 #e2e2e2 #d2d2d2;  
}
.textbox-block {
	width: 138px;
}
input:focus,
textarea:focus{  
  color: #333;
  background-color: #edf2f5;
}
#name, #email, #subject{
	width:250px;
}
#message{
	width:360px;
	height:120px;
}

button {
	border: none;
	padding: 0;
	margin: 0;
}
input.form-submit {
	background: #555;
	border: 0;
	cursor: pointer;
	margin: 0;
	padding: 2px 0;
	float: left;
}
input.form-submit span {
	padding: 5px 30px;
	color: #ddd;
	float: left;
	font-size: 23px;
	font-family: Arial,Helvetica,sans-serif;
}

input.form-submit:hover {
	color: #777;
}

input.form-submit {
	line-height: 39px;
	height: 44px;
	background: url(images/submit_button.png) no-repeat top left;
	margin-top: 0px;
	width: 91px;
	border: none;
	margin-right: 5px;
	cursor: pointer;
	color: #ddd;
}

input.form-submit:hover {
	background: url(images/submit_button.png) no-repeat left -138px;
	color: #bbb;
}


