/*  
Theme Name: Minimal
Description: A two-column fluid-witdh theme, released free by <a href="http://wpthemeshop.com" title="WordPress Theme Shop" target="_blank">WordPress Theme Shop</a> .
Version: 1.0
Author: Sadish Bala
Author URI: http://sadish.net
*/

body {
	margin: 0;
 	padding: 0;
	font-size:10px;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	font-size:0.8em;
	color: #333333;
}
div#outer {
text-align: center;
width:100%;
}
 
div#inner {
width: 728px;
margin: auto;
text-align: left;

}

h1, h2, h3,h4,h5,h6 {
	margin: 0;
	font-weight: normal;
	color: #3E3E3E;
	font-family:Georgia, Arial, Verdana, Serif;
}

h2, h3 {
	font-size: 1.6em;	
	line-height:1.2em;
	margin-bottom:0.5em;
}

p, ul, ol {
	margin: 0 0 1em 0;
	text-align: justify;
	line-height: 1.5em;
}
ul, ol
{
	margin:0 2em;
	padding:0 1em;
        list-style: none;
}
#content li {
padding-left: 10px;
background-image: url(/images/bullet.png);
background-repeat: no-repeat;
background-position: 0 .5em;
}
a 
{
	text-decoration:none;	
}
a:link, a:visited {
	color: #4D6633;	
	border-bottom:1px dotted;
}

a:hover, a:active {
	color: #664D33;
	border-bottom:1px solid;
}


img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}
blockquote
{
	background:url(images/quote.gif) no-repeat left top;
	font-style:italic;
	padding-left:24px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
dl {
	margin:1em 0px;
}
dt 
{
	font-weight:bold;
}
dd 
{
	margin:0.5em 1em;
	padding:0;
}

legend {
	display: none;
}

input, textarea, select {
	font-size: 1em;
	color: #333333;
	margin:3px 0;
	padding:3px;
}

/* Header */

#header {
	margin: 0;
	padding:0 0 0 10px;	
	background:#142414;
        text-align:left;

}

div#logo {
	margin:0 auto;
	/*height:75px;*/
	padding:10px 0;
        text-align:right;
        width:100%;
}

#logo h1 
{
	margin:0;
	padding:0;
	font-size: 2.4em;
	font-variant:small-caps;
}

#logo h1 a {
	color: #eee;
	border:none;
}

#logo h2 {
	font-size: 1.2em;
	color: #4D6633;
        text-align: center;
}

#logo a {
	text-decoration: none;
}

table#logo {
  border:none;
  border-spacing: 0 0;
}

table#logo td {
  border:none;
  border-spacing: 0 0;
}


#menu { 
    list-style: none; 
    padding: 0; 
    margin:0;
    height: 32px;
    font-size: 11px; 
    font-weight: bold; 
    text-transform: uppercase; 
    background: #142414;
    border:none;
} 

#menu ul {
  padding: 0 10px;
  margin: 0 2px;
}

#menu li  { 
    float: left; 
    background: #142414 url(/images/nav_normal_left.png) no-repeat left top; 
    padding: 8px 0 4px 4px; 
    margin: 0 2px 0 0; 
    border:none
} 

#menu li:hover {
    background: #142414 url(/images/nav_normal_on_left.png) no-repeat left top; 
    border:none;
    color: #FFFFFF; 
}

#menu li a  { 
    background: #142414 url(/images/nav_normal.png) no-repeat top right; 
    padding: 10px 10px 6px 6px; 
    margin:0;
    border:none;
color: #FFFFFF;
} 

#menu li a:active, #menu li a:visited  { 
color: #FFFFFF;
    border:none;
}

#menu li a:hover {
    background: #142414 url(/images/nav_normal_on.png) no-repeat top right; 
    border:none;
    color: #FFFFFF; 
    border:none;
}
 
#menu li.current_page_item { 
    background: #142414 url(/images/nav_normal_on_left.png) no-repeat left top; 
    border:none;
    color: #FFFFFF; 
} 

 
#menu li.current_page_item a { 
    background: #142414 url(/images/nav_normal_on.png) no-repeat top right; 
    padding: 10px 10px 6px 6px; 
    border:none;
    color: #FFFFFF; 
}

#menu li.current_page_item a:active, #menu li.current_page_item a:visited { 
    color: #FFFFFF; 
    border:none;
}

#menu ul li.current_page_item a:hover { 
    color: #FFFFFF; 
    border:none;
}

#menu ul li.page_item a:active, #menu ul li.page_item a:visited { 
color: #FFFFFF;
    border:none;
}

#menu ul li.page_item a:hover {
    color: #FFFFFF; 
    border:none;
}



div#rss {
  margin:0;
  padding:0;
  border:none;
  display:block;
  text-align:right;
  background: #664D33 url(/images/navbar.png) repeat-x;
}

div#rss a {
	padding-left: 30px;
        padding-right: 10px;
	background:url(images/rss.gif) no-repeat 10px 50%;
        color: #ffffff;
}

div#rss a:hover {
	color:#142414;
}


/* wrap */

#wrap {
	width: 100%;
	margin: 0 auto;
	background: #663333;
}

/* Content */

div#content {
  min-height: 840px;
  float:left;
  width: 518px;
  margin:0;
  padding: 14px;
  float:left;
}

#wrap .navigation 
{
	margin:0;		
	padding:1em;
}

.alignleft {
	float: left;
	margin:1em 0;
}

.alignright {
	float: right;
	margin:1em 0;
}

/* Post */

.post 
{
	clear:both;
	margin-bottom:2em;
}

.post .title {
	margin-bottom: 10px;
	padding-bottom: 5px;
	text-transform:none;
	line-height:1.6em;
	background: url(images/postbg.gif) repeat-x left bottom;
}

.post .title a:link, .post .title a:active, .post .title a:visited {
	text-decoration: none;
	border:none;
	color: #333333;
}

.post .title a:hover {
	border-bottom:1px solid;
}
.post .title span 
{
	float:right;
	font-size:0.55em;
	color:#999;
	margin:0 0 0 1em;
	text-transform:none;
	font-family:Verdana, Arial, Serif;
}
.post .entry {
}

.post .meta 
{
	font-size:0.9em;
	padding: 5px 0;
	background: url(images/dotborder.gif) repeat-x;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}
.post .meta .category {
	padding: 0 20px 0 12px;
	background: url(images/category.gif) no-repeat left center;
}

.post .meta .comments 
{
	float:right;
	padding-left: 16px;
	background: url(images/comments.gif) no-repeat left center;
}
.post .meta .user 
{
	padding:0 14px;
	background: url(images/user.png) no-repeat left center;
}

.post .meta .comments a, .post .meta .links a {
font: bold 11px Arial;
text-decoration: none;
background-color: #663333;
color: #FFFFFF;
padding: 2px 6px 2px 6px;
border-top: 1px solid #CCCCCC;
border-right: 1px solid #333333;
border-bottom: 1px solid #333333;
border-left: 1px solid #CCCCCC;
}

.post .meta .comments a:hover, .post .meta .links a:hover  {
background-color: #4D6633;
}

/* Author Template*/
ul.authorposts
{
	margin:0;
	padding:0 2em;
}
ul.authorposts li
{
	margin:0;
	padding:5px;	
}
ul.authorposts li em 
{
	float:right;
	font-style:normal;
}
/* Comments */

#commentform 
{
	margin:0;
	padding:10px;
	background:#fff;
}
#content .commentlist {
	margin: 0;
	padding: 0;
	border-top:#ddd 1px solid;
}
#content .commentlist li 
{
	list-style:none;
	margin: 0;
	padding: 1em;			
	border-bottom:#ddd 1px solid;
	font-size:0.9em;
}
#content .commentlist li .cmtinfo 
{
	padding:5px;
	margin-bottom: 5px;
	position:relative;	
}
#content .commentlist li .cmtinfo em 
{
	margin:0;
	padding:0 1em;
	font-weight:normal;			
	font-style:normal;
	color:#999;	
}
#content .commentlist li cite 
{
	font-style:normal;
	font-weight:bold;
	font-size:1.1em;
}
#content .commentlist li.alt
{
	background:#f8f8f5;	
}
#content .commentlist li.authorcomment
{
	border:#ecc 1px solid;	
}
#content .nocomments
{
	font-size:0.9em;
	color:#999;
	text-align:center;
}
input.textbox
{
	border:#ccc 1px solid;
	background:#f9f9f9;
	font:1em Verdana, Arial, Serif;
	padding:5px;
	width:150px;
}
textarea{
	width: 459px;
	padding:5px;
	height: 20em;
	border: 1px solid #ccc;	
	background:#f9f9f9;
	font:1em Verdana, Arial, Serif;
}
input.textbox:focus, textarea:focus
{
	background:#fff;
	border:#999 1px solid;
}

/* Sidebar */

div#sidebar {
   width: auto;
   max-width: 182px;
   float: right;       
   padding:0;
   margin:0;
}

#sidebar ul {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
        list-style-position:outside;
        list-style-type:none;
        margin:0pt;
        padding:0pt;
        border-left:1px solid #142414;
        border-right:1px solid #142414;
        border-bottom:1px solid #142414;
}

#sidebar ul ul {
  border:none;
}

#sidebar ul li {
       margin:0pt;
       padding:0pt;
}

#sidebar ul ul li {
       border-bottom:1px solid #142414;
}

#sidebar ul ul li:hover {
	background: #663333;
}

#sidebar ul li a{
display:block;
padding:4px 4px 4px 10px;
text-decoration:none;
width:100%;
border:none;
color: #663333;
}

#sidebar ul li a:hover {
	color: #ffffff;
}

#sidebar h2, #sidebar h3 {
	margin: 10px 0 0 0;
	background: #142414;
	text-transform: lowercase;
        color: #ffffff;
        padding: 0px 1px;
        font-size: 12px;
	font-family: arial,sans-serif;
	font-weight:bold;
        text-transform: capitalize;

}


/* Footer */

#footer {
	text-align:center;
	padding: 10px 0;	
	margin:0 auto;
	width:100%;
	font-size:0.9em;
	background:#142414;
}

#footer p {
	text-align:center;
        color:#DDDDCC;
}
/* Colors */
body 
{
	background:#ddc;
}
#content 
{
	background:#fff;
}
#sidebar 
{
	background:#EFE4C6;
}

div#search {
float:right;
}


div#google {
display:block;
background: #000000;
}

div#arrow {
         float:right;
	height: 60px;
         width: 75%;
         background-color: #142414;
         background-image: url(/images/right-arrow.png);   
         background-repeat: repeat-x; 
         background-attachment: scroll;
         background-position: 0% 50%;
}

#sidebar ul.comments a {padding:0;margin:0;background:#EFE4C6;width:auto;text-decoration:underline;}

#sidebar ul.comments li {background: #EFE4C6;font-size:85%;text-align:left;font-style: italic;padding:0 0 0 10px;}
#sidebar ul.comments li:hover {background: #EFE4C6;}

p.tagcloud {
 text-align: left;
}

