@charset "utf-8";

/*   
Theme Name: mphatak.com
Theme URI: http://mphatak.com
Description: This is an awesome custom theme built for mphatak.com.  It has a professional homepage and green and white theme.  It has a sidebar widget area and a footer widget area. PS.  The calendar widget does not work.
Tags: two columns, green, clean, widgets, xhtml
Author: Manu Phatak
Author URI: http://mphatak.com
Version: 1.0
*/
/********Color Scheme*********/
.pale-green{
	color:#690}

.dark-green{
	color:#006600}

.gold{
	color:#CC9900}

/******************************/
.black{
	color:#000000}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/*General Formatting Stuff*/
html {
	height:100%;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	margin: 0px;
	padding:0px;
	height:100%;
	color: #666;
}

a {
	color: #000;
}
a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
	color: #000;
}

a:active {
	text-decoration: none;
	color: #000;
}

h1 {
	color: #000000;
	font-size: 24px;
	font-weight: normal;
	margin-left: 10px;
	margin-right: 10px;
}

h2,.entry h1 {
	color:#CC9900;
	font-size: 24px;
	font-weight: normal;
}

.entry h1 {
	border-bottom: 1px dotted #000;
}

h3,.entry h2 {
	color: #000;
	font-size: 18px;
	font-weight: normal;
	margin-left: 10px;
	margin-right: 10px;
}

.entry h2 {
	border-bottom: 1px dotted #C90;
}

h4,.entry h3 {
	color: #690;
}

h5,.entry h4 {
	color: #000;
}

h6,.entry h5 {
	color:#C90;
}

p, li, td, th {
	line-height: 1.5;
	font-size: 14px;
}

p,img {
	padding-left:0px;
}
em {
	color: #060;
}
strong {
	color: #690;
}
small {
	}
blockquote {
	margin: 0 10px 10px 10px;
	padding:0px;
	font-family:"Times New Roman", Times, serif;
	color: #000;
	background: #cccccc;
	border: 1px dotted #060;
}
blockquote p{
	margin:10px !important;
	padding:0 !important;
	width:auto !important;
}
/*Header*/
#header {
	background: url(img/header-patern.jpg) repeat right top;
	width: 100%;
	clear:both;
	margin: 0px auto;
	padding:0px;
	display:block;
	min-height:150px;
	float:left;
	min-width:1000px;
}
#header-indent, #content-indent, #footer-indent{
	 /*indents all the content to account for 50 pixel transition in the header from the pattern to white */
	 margin: 0 0 0 -50px;
	 clear:both;
}
#header-container {
	margin: 0px auto;
	width: 1050px;
	clear:both;
	padding: 0;
}
#header-bg {
	background: url(img/header-bg.png) repeat-y center top;
	clear:both;
	padding: 0;
	display:block;
	min-height:150px;
	float:left;
}
#header-content {
	margin: 0px 50px;
	padding: 0 0 20px;
	clear:both;
	display:block;
	min-height:150px;
}
#header-logo {
	width:300px;
	height:150px;
	clear:left;
	float:left;
}
#header-main {
	float:left;
	clear:both;
	width: 930px;
	height:540px;
	padding: 10px;
	background: url(img/main.jpg) no-repeat center center;
	margin: 0;
}
#header-border {
	/*transition from the header to the content */
	background: url(img/header-border.png) repeat-x right top;
	height: 20px;
	width: 100%;
	clear:both;
	z-index:100;
}
/*Top Navigation Bar*/
#nav {
	height:150px;
	width:630px;
	clear:none;
	margin: 0 0 20px;
	text-transform: lowercase;
	line-height:normal;
	float:right;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height:100%;
	width:auto;
	float:right;
}
#nav li {
	display: inline;
	height:100%;
	margin: 0;
	padding: 0;
}
#nav a {
	background: url(img/shadow.jpg) no-repeat center bottom;
	margin:0;
	padding:90px .75em 40px;
	vertical-align: bottom;
	font-size: 14px;
	color: #666;
	display:block;
	float:left;
	text-align: center;
}
/*Dynamic page selecter*/
#nav .current_page_item a:link, #nav .current_page_item a:visited, #nav .current_page_item a:active  {
	/*the little ball that follows the page*/
	background: url(img/selected.jpg) no-repeat center bottom;
}
/*Content / Body of page*/
#content {
	background: url(img/content-pattern.jpg) repeat right bottom;
	padding: 0px;
	clear: both;
	float: left;
	width: 100%;
	z-index: -5;
	min-width:1050px;
}
#content-design {
	background: url(img/content-design.png) no-repeat right top;
	padding: 0px;
	clear: both;
	float: left;
	width: 100%;
}
#content-container {
	width:1050px;
	margin: 0px auto;
	clear:both;
	min-height:725px;
}
#content-content {
	margin: 0px 50px;
}
#content-border {
	background: url(img/content-border.png) repeat-x scroll right bottom;
	margin: 0px 0px 0px -20px;
	height: 200px;
	width: 100%;
	clear:both;
	padding: 10px;
	z-index:10;
}
/*Left Column*/
#sidebar {
	/*formatting*/
	float:left;
	clear:left;
	width: 200px;
	margin: 20px 10px 20px 0;
	padding:0;
}
#sidebar h2,#sidebar p {
	/*formatting*/
	color:#666;
	padding: 5px 10px;
	font-size: 12px;
}
#sidebar h2 {
	/*formatting*/
	color:#000;
	font-weight: bold;
	text-decoration: underline;
}
#sidebar a:hover,#sidebar .current-cat  a/*highlights current selected cat*/,#sidebar td a  {
	/*formatting*/
	color:#000;
	text-decoration: underline;
}
#sidebar ul{
	 /*All Widgets*/
	 display:inline;
	list-style: none;
	margin:0 -10px 0 0;
	padding:0;
	width: 200px;
}
#sidebar ul li {
	 /*One Widget*/
	 margin:0 0 20px;
	padding:5px 10px;
	background: url(img/white-trans.png) repeat;
	float:left;
	clear:left;
	width: 180px;
}
#sidebar ul li a {
	/*Widget Link Style*/
	color:#666;
	font-size: 12px;
;
}
#sidebar ul ul {
	/*Widget UL Style*/
	margin:0;
	padding:0;
	background: url(none);
	display:block;
}
#sidebar li li {
	/*Widget LI Style*/
	margin:0;
	font-size: 12px;
	padding:0;
	background: url(none);
	padding:0px 10px 0px 10px;
	color: #666;
}
#sidebar ul ul ul /*a*/{
	/*Sub-Categories*/
	/*width: 170px;*/
	padding:0px 10px 0px 5px;
}
#sidebar ul ul ul ul /*a*/{
	/*Sub-sub-Categories*/
	padding:0px 10px 0px 5px;
}
/*Right Column*/
#content-right{
	/*container*/
	float:right;
	clear:	right;
	width: 730px;
	margin: 20px 0 20px 10px;
}
.home {
	width:930px;
	padding:10px;
	margin: 0 auto;
	text-decoration: none;
}
.post {
	/*background for post*/
	margin:0 0 20px;
	padding:10px;
	background: url(img/white-trans.png) repeat;
}
.post p{
	margin:10px;
	text-decoration: none;
}
.entry {
	/*post content*/
	width:670px;
	padding:10px;
	margin: 10px auto 10px;
	background:#FFFFFF;
	clear:both;
}
.entry h1 a,.entry h2 a,.entry h3 a,.entry h4 a,.entry h5 a,.entry h6 a{
	text-decoration:none;
}
.entry a{
	/*formatting*/
	color:#cc9900;
	text-decoration: underline;
}
.entry a:hover{
	/*formatting*/
	color:#690;
}
.entry a img{
	padding:0px;
	border-bottom:5px solid #C90;
	border-top: 1px solid #C90;
	border-right: 1px solid #C90;
	border-left: 1px solid #C90;
}
.entry a img:hover{
	border-color:#690;
}
.entry p {
	width:650px;
	margin-left:auto;
	margin-right:auto;
}
.entry dl dt {
	margin-left:10px}
.entry object{
	margin-left:auto;
	margin-right:auto;
}
.navigation a {
	padding: 5px;
	background: url(img/white-trans.png) repeat;
}
.navigation a:hover {
	text-decoration: none;
	background: #cc9900 url(none) repeat;
}
/*Footer*/
#footer,#footer-home{
	background: #333 url(img/footer-bg.jpg) repeat-x scroll right top;
	padding: 0px;
	clear: both;
	float: left;
	min-height: 300px;
	width: 100%;
	z-index: -5;
	min-width:1000px;
	text-decoration: none;
}
#footer-home {
	 /*alternate border for the home page*/
	 background: #333 url(img/footer-home.jpg) repeat-x scroll right top;
}
#footer-container {
	width:950px;
	margin: 0 auto;
	clear:both;
}
#footer-content {
	width:950px;
	float: left;
	margin:20px 0;
}
#site-info {
	/*Site credits */
	width:300px;
	float: right;
	margin:0;
}
#footer-content #site-info a {
	/*Formatting for site credits */
	float:none;
	margin:0;
	padding:0;
	border-bottom: 1px dotted #CCC;
}
#footer-content #site-info em {
	/*Formatting for site credits */
	color:#060;
}
#footer-content ul{
	 /*All Footer Widgets*/
	 display:inline;
	list-style:none;
}
#footer-content li{
	/*Each Footer Widget*/
	width:300px;
	float: left;
	clear:none;
	margin:0 20px 0 0;
	display:inline;
}
#footer-content h2{
	/*Widget Title*/
	margin:30px 0 0 0;
	padding:0;
	width:100%;
	border-bottom: 1px dotted #000;
	color:#690;
	font-size: 14px;
}
#footer-content ul ul{
	/*Widget ul*/
	margin:0;
	padding:0;
	list-style: none;
	display: inline;
}
#footer-content li li{
	/*Widget li*/
	display: inline;
	clear:left;
	margin:0;
	padding:0;
	font-size: 14px;
}
#footer-content em {
	/*Footer Italics*/
	color:#000;
}
#footer-content a{
	/*Footer Links*/
	color: #CCC;
	margin:0;
	padding: 5px 10px;
	float:left;
	width:280px;
	border-bottom: 1px dotted #000;
}
#footer-content a:hover {
	/*Footer links hover over*/
	color: #fff;
	background:#C90;
	text-decoration: none;
}
/******************    comments    ******************/
#comments-container{
	width:670px;
	margin: 10px 0;
}
#comments-container small{
	font-style: italic;
	color:#060}
#comments-container small a{
	color:#690}
#comment{
	width:500px;
	height:100px;
	margin: 10px 0;
}
.commentlist {
	clear:both;
	list-style:none;
}
#comments-container ol,#comments-container li{
	margin:0;
	padding:0;
}
.comment-text {
	width:680px;
	padding:2px 0 2px 5px;
	margin:0 10px 20px;
	background:#FFF;
}
.comment-text p{
	font-size: 12px;
}
.nocomments {
	display:none;
}
.commentmetadata {
	margin:5px 20px 10px;
}
#commentform p input, #commentform p textarea,input{
	border: 1px solid #006600;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
}
/****************  Search Box  ****************/
div#searchbox form#searchform {
	list-style: none;
	margin: 20px 0 10px 10px;
}
div#searchbox ul, div#searchbox li {
	margin:0;
	padding:0;
	display:inline;
}
div#searchbox li form#searchform a, div#searchbox li form#searchform a:visited, div#searchbox li form#searchform a:hover {
	margin:0;
	padding:0;
	background:url(none);
	border:none;
}

