/*
Theme Name: Gulati Standard
Theme URI: http://gulati.info/
Description: The default WordPress theme based on the famous <a href="http://bi$
Version: 1.72
Author: Austin Gulati
Author URI: http://codequarry.net/
Tags: blue, custom header, fixed width, two columns, widgets

        Kubrick v1.5
         http://binarybonsai.com/kubrick/

        This theme was designed and built by Michael Heilemann,
        whose blog you will find at http://binarybonsai.com/

        The CSS, XHTML and design is released under GPL:
        http://www.opensource.org/licenses/gpl-license.php

*/

@import url(http://fonts.googleapis.com/css?family=Droid+Serif:bold);

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #e1e1e1;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 80%;
}

img {
	border: 0
}

a {
	color: #6a211c;
}

a:hover {
	text-decoration: none;
}

textarea {
	width: 75%;
	margin: 10px 0;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
}

#header {
	height: 209px;
	background-image: url( 'images/header.png' );
}

#logo {
	display: block;
	width: 450px;
	height: 158px;
	background-image: url( 'images/logo.png' );
	z-index: 10;
	position: absolute;
	left: 50%;
	margin-left: -225px;
}

#bwrapper {
	width: 925px;
	position: absolute;
	top: 115px;
	z-index: 0;
	left: 50%;
	margin-left: -463px;
}

#btop {
	height: 17px;
	background-image: url( 'images/body-top.png' );
	background-repeat: no-repeat;
}

#body {
	background-image: url( 'images/body.png' );
	padding-top: 10px;
	padding-bottom: 10px;
}

#nav, #footer {
	background-color: #ce674f;
	height: 50px;
	-moz-border-radius: 10px;
	margin: 0 35px;
	font-size: 15px;
	font-weight: bold;
}

#footer {
	text-align: center;
	padding-top: 16px;
	height: 34px;
	color: #FFF;
	margin-bottom: 0;
}

#nav a {
	padding: 16px 20px 0 20px;
	border-right: 1px solid #bdbdbd;
	height: 34px;
	display: block;
	float: left;
	color: #FFF;
	text-decoration: none;
}

#nav a:first-child {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
}

#nav a:hover {
	background-color: #bd553e;
}

#content {
	padding: 15px 35px;
}

#left {
	width: 50%;
	float: left;
}

.side {
	width: 25%;
	margin-left: 3%;
	float: left;
	background-color: #cbcbcb;
	text-align: center;
	padding: 15px 0;
}

.post {
	background-color: #cbcbcb;
	padding: 10px;
	margin-bottom: 10px;
}

.post h2 {
	font-family: "Droid Serif", Georgia, sans-serif;
	letter-spacing: -1px;
	font-size: 29px;
	font-weight: bold;
}

.post h2 a {
	color: #000;
	text-decoration: none;
}

.small, .more-link, .navigation a {
	background-color: #858585;
	padding: 4px;
	margin: 2px 0 5px 0;
	float: left;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}

.small a {
	color: #FFF;
}

.navigation a {
	background-color: transparent;
	font-weight: bold;
	color: #000;
	font-size: 150%;
	margin-bottom: 10px;
	font-family: "Droid Serif", Georgia, sans-serif;
	letter-spacing: -0.5px;
}

.more-link:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.padding {
	padding: 10px;
}

.entry {
	line-height: 150%;
}

.aligncenter {
	text-align: center;
}

.aligncenter img {
	margin: 10px 0;
}

h3, .vcard {
	font-family: "Droid Serif", Georgia, sans-serif;
	letter-spacing: -0.5px;
	font-size: 22px;
	margin: 10px 0;
	font-weight: bold;
}

li {
	margin: 5px 0 5px 30px;
}

.comment {
	background-color: #e1e1e1;
	margin-bottom: 10px;
	padding: 10px;
}

#comments div:last-child {
	margin-bottom: 0;
}

cite {
	font-style: normal;
}

#notfound {
	width: 560px;
	height: 617px;
	margin: 15px auto;
	background-image: url( 'images/404.png' );
}

p {
	margin: 15px 0;
}

.post p:first-child {
	margin-top: 0;
}

blockquote {
	background-color: #e8e8e8;
	padding: 5px;
	padding-left: 10px;
	border-left: 3px solid #acacac;
}

blockquote p {
	margin: 0;
	padding: 0;
}

#subscribe-submit {
	background-image: url( 'images/subscribe.png' );
	border: 0;
	background-color: transparent;
	width: 100px;
	height: 25px;
	margin-top: 3px;
	cursor: pointer;
}

#subscribe-form {
	height: 18px;
	padding: 1px;
	padding-left: 24px;
	padding-top: 3px;
	font-size: 13px;
	background-image: url( 'images/subscribe-form.png' );
	background-repeat: no-repeat;
	border: 1px solid #7e7e7e;
	width: 115px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

