/*
Theme Name: Web eVentures Default
Theme URI: http://webeventures.com/
Description: The default Web eVentures theme is designed with four columns.
Version: 1.0
Author: Prabhjeet Singh
Author URI: http://www.webeventures.com/
Tags: Light Cocoa, custom design, fixed width, four columns, widgets

	Prabhjeet Singh v1.o
	 http://webeventures.com/

	This theme was designed and built by Prabhjeet Singh Babrah,
	whose website you will find at http://webeventures.com/

	The CSS, XHTML and design is released under copyright 2009.
*/

/* CSS Document */

html, body, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	background: white;
	line-height: 1.5em;
	color: #776e4d;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
ol, ul {
	list-style: none;
	}
/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	font-weight: normal;
	text-align: left;
	}
/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
	
	
	/*////////////////////------ Layout Css Starts -------///////////////////////*/
	
#top_bar{
	width:auto;
	height:15px;
	background-color:#75755c;
}

#header{
	width:960px;
	height:180px;
	margin: 0 auto;
margin-top:-50px;
	background:url(images/logo.jpg) no-repeat 0px 30px;
	text-align:right;
}

#logo{
float:left;
display:block;

}

h1.logo_name
{
text-indent:-9000px; background-color:transparent;
}

.description{
text-indent:-9000px; background-color:transparent;
}

#header p{
font-style:italic;
padding-top:60px;
}

#container {
	width:960px;
	margin:0 auto;
	background:url(images/content-bg.jpg) repeat-y;
}

#left_sidebar{
	float:left;
	width:180px;
}

#content{
	float:left;
	width:420px;
}

#middlebar{
	width:180px;
	float:left;
}

#right_sidebar{
	width:180px;
	float:left;
	clear:right;
}

.red{
color:#990000;
}

#footer{
	position:relative;
	top:20px;
	width:100%;
	height:20px;
	display:block;
	border-top:0px dotted #75755c;
	text-align:center;
	background:url(images/footer-bg.jpg) repeat-x 0px 0px;
}

#footer p{
font-size:12px;
	padding-top:5px;
	padding-bottom:5px;
}


.portfolio {
background:url(images/footer-bg.jpg) repeat-x 0 95%;
border:30px;
padding-bottom:30px;
}

.portfolio img{
margin-bottom:20px;
border:#75755c 1px solid;
}

.error{
background:url(images/404.jpg) no-repeat;
}


.gallery{
margin-bottom:20px;
}

/* CONTENT AREA */

div.column_margin {
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
}


div#nav {
text-decoration:none;
}

div#nav li{
font-size:18px;
}

div#nav ul li h2{
margin:0;
height:0px;
}



div#nav li a{
color:#99533e;
text-decoration:none;
line-height:1.5em;
background:url(images/footer-bg.jpg) repeat-x 0px bottom;
padding-bottom:1.5px;
width:100%;
display:block;
padding-left:5px;
}

div#nav li a:hover{
color:#75755c;
text-decoration:none;
line-height:1.5em;
padding-bottom:1.5px;
background-color:#eaf6cb;
}

#content a:link {
color:#99533e;
}
#content a:visited{
color:#99533e;
}
#content a:hover{
color:#84935f;
text-decoration:none;
}

#middlebar .stylized_bullet li{
color:#84935f;
background:url(images/bullet.png) no-repeat 0 3px;
padding: 0px 0px 0px 14px;
}

#middlebar h2{
color:#6c7d44;
}

#content h2{
padding-bottom:0;
}

#content p{
margin-top:20px;
}

p, .widget_text{
font-size:12px;
}

h2{
font-size:18px;
color:#99533e;
font-weight:normal;
padding-bottom:20px;
font-style:italic;
}

h3{
color: #99533e;
font-style:italic;
margin-bottom:10px;
display:block;
font-size:14px;
}


#img{
display:block;
width:390px;
height:200px;
background-color:#f1f1cd;
border:#d7d7b1 5px solid;
margin-bottom:20px;
}

img.prabhjeet{
float:left;
padding-right:10px;
padding-top:10px;
}

.wpcf7-form p{
font-size:12px;
font-style:italic;
}

.myform{
width:150px;
}

input.mycaptcha{
width:80px;
}

input {
border:#464646 1px solid;

font-family:Georgia, "Times New Roman", Times, serif;
color:#6d6d55;
margin:0px 0 1px 0;
}

input.myform,textarea.myform, .mycaptcha{
border:#a9a986 1px solid;

color:#6d6d55;
}

.mycaptcha{
position:relative;
top:-5px;
}

.mycaptchaimg {
padding-top:10px;
margin-left:6px;
}


input:hover,  textarea:hover.myform { border-color : #464646; }



/* Clear and Fixes*/

.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;}


.clear{
	clear:both;
}
.clear-right{
	clear:right;
}	