/*
Theme Name: Lucknow
Theme Uri: http://www.dustyant.com/posts/template-lucknow.html
Description: A formal template with predominantly white colours merging into black through transitions in different shades of grey.
Version: 0.3
Author: Pravin Paratey
Author Uri: http://www.dustyant.com
*/

body {
	margin:0; padding:0;
	background-image:url('images/bg.gif');
	background-color:#013;
	text-align:center;
}

body, td {
	font-size:10pt;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	line-height:180%;
}

.wrapper {
	width:750px;
	margin:auto;
	text-align:left;
	border:0;
	border-left:4px #346 solid;
	border-right:4px #346 solid;
}

.header {
	font-family:'Trebuchet MS', sans-serif;
	font-weight:bold;
	background-color:#000;
	font-size:18pt;
	padding: 5px 0 0 15px;
}

.header a {
	text-decoration:none;
	color:#9c9;
}

/* Top navigation menu */
.menu {
	margin:0;
	padding:10px;
	text-align:right;
	font-size:10pt;
}

.menu li {
	display:inline;
	padding:10px;
	margin:0;
}

.menu li a {
	text-decoration:none;
	color:#ccc;
}
.menu li a:hover {
	text-decoration:none;
	color:#9cf;
}

/* Content pane */
.content {
	background-color:#fff;
	color:#222;
	clear:both;
}

.content h1,h2,h3,h4 {
	color:#f60;
	font-family: 'Trebuchet MS', sans-serif;
}

.content h1 {
	font-size:16pt;
}

.content h1 a {
	color:#f60;
	text-decoration:none;
}

.content h1 a:hover {
	text-decoration:underline;
}

.content h2 {
	font-size:14pt;
}

.content h3 {
	font-size:12pt;
}

.content h4 {
	font-size:10pt;
}

.box {
	border:0;
	border-left:2px solid #c90;
	border-bottom:2px solid #c90;
	background-color:#ff9;
	float:right;
	padding:10px;
	font-size:8pt;
	_width:200px;
}

.box h1 {
	font-size:12pt;
	border:0;
	border-bottom:1px solid #c90;
	color:#c90;
	padding:0;
	margin:4px;
}

.box ul {
	padding:0px;
	margin:0px;
}

.box li {
	list-style-type:none;
	padding:0;
	margin:0;
}

.box img {
	border:0;
}

.box a {
	color:#00f;
	text-decoration:none;
}

.box a:hover {
	color:#f00;
}

.post {
	border:0;
	padding:20px;
	border-bottom: 1px solid #ccc;
}

.post-date {
	font-size:8pt;
	font-weight:bold;
	color:#999;
}

.img-left {
	border:1px solid #999;
	margin:5px;
	padding:5px;
	float:left;
}

.img-right {
	border:1px solid #999;
	margin:5px;
	padding:5px;
	float:right;
}

.post-byline {
	text-align:center;
	font-size:8pt;
}

.post-byline a {
	text-decoration:none;
	color:#00f;
}

.post-byline img {
	border:0px;
	vertical-align:middle;
}

/* -- Comments -- */
.post-comments {
	margin:0px;
	margin-top:20px;
}

.post-comments h2{
	color:#060;
	font-size:12pt;
}

.post-comments img {
	border:1px solid #ccc;
	margin:0 20px 0 0;
}

.comment-entry {
	padding:20px;
}

.comment-entry-alt {
	padding:20px;
	background-color:#eee;
	border:0;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}

.comment-author {
	
}

.comment-date {
	color:#999;
}

#comment-form {
	margin: 10px 0 0 0;
	background-color:#fee;
	border:0;
	border-top:2px #f9f solid;
	padding:20px;
}

.formhead {
	font-size:16pt;
	font-family: 'Trebuchet MS', sans-serif;
	color:#333;
}
.post-comments input {
	padding:4px;
	border:1px solid #f9f;
}
.post-comments textarea {
	width:500px;
	height:150px;
	border:1px solid #f9f;
	padding:4px;
}

.formactions {
	padding:10px;
}

/* -- Sidebar -- */
.sidebar {
	clear:both;
	text-align:left;
	color:#ccc;
	width:750px;
}
.sidebar h1 {
	color:#9f9;
	color:#555;
	font-size:10pt;
	font-family: 'Trebuchet MS', sans-serif;
	text-align:center;
}
.sidebar ul {
	margin:0px;
	padding:0 0 0 20px;
}
.sidebar li {
}
.sidebar a {
	color:#9f9;
	text-decoration:none;
}
.sidebar a:hover {
	color:#9f9;
	text-decoration:underline;
}

.sidebar-row-1, .sidebar-row-2, .topbar, .blogroll, .archives-wrapper { /* Despite its name, this is the bottommost row */
	margin:0;
	float:left;
	clear:both;
	border:0;
}

.sidebar-row-1 {
	border-top:1px #555 solid;
	background-color:#333;
}

.sidebar-row-1-column-1 {
	width:375px;
	float:left;
}
.sidebar-row-1-column-2 {
	width:374px;
	float:left;
	left:375px;
	border:0;
	border-left:1px solid #555;
}

.sidebar-row-2 {
	border-top:4px #555 solid;
	background-color:#444;
}
.sidebar-row-2-column-1 {
	width:375px;
	float:left;
}
.sidebar-row-2-column-2 {
	width:374px;
	float:left;
	left:375px;
	border:0;
	border-left:1px solid #555;
}

.contact-status {
	text-align:center;
}
.contact-status img {
	border:0;
	vertical-align:middle;
}

/* -- Topbar -- */
.topbar {
	border-top:4px #c90 solid;
	border-bottom:1px #c90 solid;
	background-color:#ff9;
}

.topbar h1{
	color:#c90;
}

.topbar a {
	color:#c90;
}

.topbar-column-1 {
	width:375px;
	float:left;
}
.topbar-column-2 {
	width:374px;
	float:left;
	left:375px;
	border:0;
	border-left:1px solid #c90;
}

/* -- Blogroll -- */
.blogroll {
	background-color:#222;
	border:0;
	border-top:1px solid #555;
	border-bottom:1px solid #555;
}
.blogroll-col {
	float:left;
	width:750px;
	padding:0;
	padding-bottom:5px;
}
.blogroll h1 {
	font-size:8pt;
	padding:0px;
	margin:0px;
	color:#555;
}
.blogroll ul li{
	list-style:none;
	overflow:hidden;
	margin:0;
	float:left;
	width:104px;
}

/* -- Footer -- */
.footer-wrapper {
	clear:both;
	float:left;
}
.footer {
	background-color:#111;
	color:#999;
	text-align:center;
	font-size:8pt;
	padding:4px;
}
.footer a {
	color:#bbb;
}
.footer img {
	border:0;
	vertical-align:middle;
}

/* -- Archives -- */
.archives-wrapper {
	background-color:#fff;
}
.archives {
	float:left;
	width:710px;
	padding:20px;
}
.archives ul li {
	white-space:nowrap;
	list-style:none;
	overflow:hidden;
	margin:0;
	padding:0;
	float:left;
	width:120px;
}

.archives li a {
	text-decoration:none;
	color:#33c;
}
.archives li a:hover {
	text-decoration:underline;
}

/* -- Flickr -- */
.photos {
	padding:5px 10px 5px 10px;
	text-align:center;
}
.photos img {
	padding:5px;
	margin:10px;
	border:1px solid #666;
	vertical-align:middle;
}

/* -- Code markup -- */

.source-code pre { margin: 0; font-size:8pt; line-height:150%;}

.rem { color: #080; }

.kwrd { color: #00f; }

.str { color: #068; }

.op { color: #0c0; }

.preproc { color: #c63; }

.asp { background-color: #ff0; }

.html { color: #800; }

.attr { color: #f00; }

.alt 
{
	background-color: #eee;
	width: 100%;
	margin: 0em;
}

.lnum { color: #666; }

/* Misc */
.center-me {
	text-align:center;
}

.pad-me {
	padding-top:0px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
}
.info {
	padding:20px;
	background-color:#ff9;
	border:0;
	border-top:1px #c90 solid;
	border-bottom:1px #c90 solid;
}
.quote {
	color:#606;
	padding:20px;
}
.hide {
	display:none;
}