/* 
Theme Name: Punjab
Theme URI: http://www.freakitude.com/punjab
Version: 1.0
Description: Simple two column theme, widget friendly, almost flexible layout.
Author: Lovedeep Wadhwa
Author URI: http://www.freakitude.com
*/


/* the fons, margins, color, etc of everything */
#html, body
{
/* font: 13px trebuchet ms; */
font-family: Georgia;
margin: 0;
padding: 0;
color: black;
background-color: white;
height: 100%;
}

/* what holds everything in place */
#container
{
background: #fff;
/* width: 800px; */
width: 95%;
/* margin: 10px auto; */
margin-left: auto ; margin-right: auto ;
padding: 2px;
}

/* the banner image holder */
#banner 
{
width: 701px;
background: url('images/bgb.jpg') top left no-repeat;
margin: 0 0 3px 0;
margin-left: auto ; margin-right: auto ;
height: 145px;
color: #fff;
}

#banner a 
{
color: #fff;
font-weight: bold;
text-decoration: none;
}

#banner h1 {
	font-size: 26px;
	margin: 0;
	padding-top: 38px;
	padding-left: 122px;
	text-align: left;
}

#banner h1 a {
	color: #FFFFFF;
	text-decoration: none;
}

#banner h1 a:hover {
	color: #FFFFFF;
	letter-spacing: 1px;
}

#banner #desc {
	color: #FFFFFF;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding-left: 122px;
	text-align: left;
}



/* the top navigation bar */
#nav 
{ 
background: #fff;
font-size: 13px;
width: 740px;
background: #fff;
text-align: right;
padding: 5px;
margin: 0 0 5px 0;
}

#nav a
{
color: black;
font-weight: bold;
text-decoration: none;
}

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

/* where all the main text is stored */
#contentwrapper {
	float: left;
	width: 98%;
}
#content
{
margin-right: 200px; /*Set right margin to RightColumnWidth*/
/* overflow: hidden; */
background-color: #e0e8e0;
/* display: inline;  */
/* margin-bottom: 20px; */
padding: 15px;
/* width: 600px; */
}

/* the right bar */
#sidebar 
{
	float: left;
	width: 200px; /*Width of right column in pixels*/;
	margin-left: -200px; /*Set left margin to -(RightColumnWidth) */;
	border-left: 1px dotted #ccc;
	background: #eeeeee;
/*	background: #FDE9DE; */
	padding: 5px 5px 0 0;
/* margin: 5px 0 5px 5px; */
}

#sidebar a
{
/* display: block; */
color: black;
text-decoration: none;
/* padding: 5px 0 5px 0; */
} 

#sidebar a:hover
{
background: #007700;
color: white;
}

#sidebar img 
{ 
border: 1px solid #ccc; 
padding: 3px; 
margin: 3px 3px 0 7px; 
}


#sidebar h2
{
color: #49813e;
font-size: 16px;
}

#sidebar img:hover
{ 
border: 1px solid #666; 
}



/* footer */
#footer 
{
font-size: 12px;
clear: both;
background: url('images/blackbg.gif') repeat;
border-top: 4px solid #666;
text-align: center; padding-bottom: 5px;
}

#footer a
{
color: #666;
font-weight: bold;
text-decoration: none;
}

#footer a:hover
{
text-decoration: none;
color:cccccc;
}

#footer img
{
border: none;
}

#footer img:hover
{
border: 1px solid #cccccc;
}

/* link styling */


#content a
{
color: #178f0b;
text-decoration: none;
} 
#content a:hover
{ 
text-decoration: underline; 
}
#content a:visited
{ 
color: #8f178f;
}


/* extra attributes */
.headline { font-size: 18px; margin: 3px 0 3px 0; }

.meta { width: 550px; background: url('images/bg.gif'); border-top: 1px solid #666; text-align: right; color: #666; text-transform: uppercase; letter-spacing: 2px; }

.imageright { float: right; border: 1px solid #ccc; padding: 3px; margin: 3px 3px 0 7px; } .imageright:hover { border: 1px solid #666; }

.imageleft { float: left; border: 1px solid #ccc; padding: 3px; margin: 3px 10px 0 0px; }  .imageleft:hover { border: 1px solid #666; }

.sideimage { border: 1px solid #ccc; padding: 3px; margin: 4px; margin: 10px 0 5px 0; } .sideimage:hover { border: 1px solid #666; }

#topbar ul { margin: 0; padding: 0; } 

#topbar li { list-style: none;  width: auto;  }

#sidebar ul { margin: 5px 0 5px 5px; padding: 0; border-top: 1px solid #ccc; } 

#sidebar li { margin: 0; padding: 0; text-align: center; list-style-type: none;  border-bottom: 1px solid #ccc; }

#content ol,ul { } 

#content li 
{
list-style-image:url(images/li.gif);
line-height:20px;
text-align:left;
}

/*headings */
h1
{
font-size: 24px;
}
h2
{
font-size: 18px;
margin-bottom: 0;
}
}h3
{
font-size: 14px;
}
h4
{
font-size: 12px;
}
h5
{
font-size: 10px;
}
h6
{
font-size: 8px;
}

.noneabove
{
margin-top: 0;
font-style: italic;
font-size: 90%;
}
strong { color: #47af3b; background: inherit; }

blockquote 
{
background: url('images/blockbg.jpg') repeat-x;
color: #666;
padding: 5px;
border: 1px solid #ccc;
margin: 5px 0 15px 0px;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}


.center {
	text-align: center;
	}
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	}
.post {
	/* margin-top: 20px; */
	margin-bottom: 10px;
	border-top: 3px gray solid;
	padding-top: 5px;
	text-align: justify;
	}
.post img 
{ 
border: 1px solid #ccc; 
padding: 3px; 
margin: 3px 3px 0 7px; 
}
.post img:hover
{ 
border: 1px solid #666; 
}



/* Begin Form Elements */
#searchform {
	margin: 5px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
/*	width: 108px; */
	padding: 2px;
	}

#sidebar searchsubmit{
	padding: 1px;
	}

input[type=submit] {
	background: #eee;
	border: 1px outset #aaa;
	color: #111;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 1px;
}
#s, #author, #email, #url, #comment
 {
	border: 1px inset #666;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 2px;
	width: 75%;
}

#s:focus, #author:focus, #email:focus, #url:focus, #comment:focus
 {
	border: 1px outset #008000;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
text-align:center;
	}

select
{
width: 130px;
}

#commentform { float: left; }
#commentform input
{
width: 170px;
padding: 2px;
margin: 5px 5px 1px 0;
}

#commentform textarea
{
width: 50%;
padding: 2px;
}

#commentform #submit
{
margin: 0;
float: left;
}
/* End Form Elements */

/* Comment List Styling */

.commentlist {
background: #F8FAF8;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
line-height:20px;
text-align:left;
}

div#comments ol li
{
list-style-image:url(images/lic.gif);
}

div#comments cite 
{
font-weight: bold;
font-style: normal;
font-size: 1.1em;
list-style-image:url(images/lic.gif);
}



h3#comments, h3#respond 
{
color: 232323;
font-size: 1em;
margin: 0;
}

code 
{
color: #D48B00;
font-family: "Courier New", Courier, monospace;
padding-left: 2px;
padding-right: 2px;
}

.alt 
{
background-color: #f8faf8;
border-top: 2px solid #ddd;
border-bottom: 2px solid #ddd;
}
.alt img {
border: 0px;
margin: 0px
}
.alt img:hover {
border: 0px;
margin: 0px;
}
.comment
{
color: #232323;
background: inherit;
}

.title
{
color: #F8FAF8;
}

a img {
	border: none;
	}






