/*  
Theme Name: Goan Evening
Theme URI: http://thegoan.com/blog
Description: Goan Evening Theme by <a href="http://thegoan.com">Brian Fernandes</a>.
Version: 0.5
Author: Brian Fernandes
Author URI: http://thegoan.com
License: General Public License (GPL)
*/

body {
	/* redundant rules for bad browsers  */
	font-family: Garamond, Georgia, serif;
	font-size: 1em;
	voice-family: "\"}\"";
	voice-family: inherit;
	color: #000;
	background-color: #FFF;
	text-align: center;
	padding: 0;
	margin: 0;
}

img {
	border: 0px;
}

#page {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	font-size: 1em;
}

.wppage {
    font-family: verdana, sans-serif;    
    font-size: 0.8em;
}

#header {
	background: #fff url(images/header4-back.png) repeat-x;
	margin: 0px;
	padding: 0px;
}

#main {
	min-width: 700px;
	width: 85%;
	margin: auto;
}

#header h1 {
	width: 250px;
	padding: 3px 0 0 20px;
	font-size: 28px;
	font-weight: normal;
	color: #4B4B4B;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
}

#header h1 a {
	color: #4B4B4B;
}	

#header h1 a:hover {
	color: #444;
	text-decoration: none !important;
}	

#header p {
	width: 250px;
	height: 27px;
	margin: 0;
	padding: 1px 20px 0 20px;
	font-size: 9px;
	color: #666;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
}

#header hr, #footer hr {
	display: none;
	padding: 0;
	margin: 0;
}

#content {
	margin-right: 240px;
	float: left;
}

.post {
	margin: 0 10px 0 0;
	padding: 15px 10px 5px 0px;
	line-height: 1.6em;
}

.post:first-child {
	padding-top: 0px;
}
.entry {
	padding: 5px 0 0 0;
	margin: 0;
}

.post ul {
	margin: 0 10px 10px 30px;
	line-height: 1.6em;
	list-style-type: square;
	padding: 0;
}

.post ol {
	margin: 0 10px 10px 30px;
	line-height: 1.6em;
	padding: 0;
}

p {
	padding: 3px 0 10px 0;
	margin: 0;
}

.post h2 {
	color: #b00;
	font-size: 1.4em;
	line-height: 15px;
	font-weight: normal;
	padding: 3px 0 10px 0;
	margin: 0;
}

h3 {
    	color: #222;
	font-size: 1.2em;
	font-weight: bold;
	padding: 3px 0 5px 0;
	margin: 0;
}

.post a {
	color: #222;
	text-decoration: underline;
}	

.pagetitle {
	color: #222;
	font-size: 1.7em;
	line-height: 15px;
	padding: 3px 10px 0 20px;
	margin: 0;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
}	

.post h2 a {
        color: #b00;
	text-decoration: none !important;
}	

.post h2  a:hover{
	color: #e00;
	text-decoration: none !important;
}	

.date {
	font-size: 10px;
	line-height: 11px;
	padding: 5px 5px 0 0;
	color: #777;
}

.postedby {
	color: #666;
	font-size: 0.85em;
}

.postedby a {
	color: #666;
	font-weight: normal;
}

a {
	color: #444;
	text-decoration: none;
}

a:hover {
	color: #999;
	text-decoration: underline;
}


.divider {
	display: none; 
}

.bottomnav {
	padding: 0 0 5px 25px;
}

.alignleft, .alignright, .alignleft a, .alignright a {
	padding: 0 10px 0 0;
	font-size: 0.95em;
	display: inline;
	color: #999;
	font-weight: normal;
}

#rightcol {
	width: 200px;
	float: right;
	margin-left: -220px;
	background-color: #eee;
	padding: 10px;
	font-family: verdana, sans-serif;
	font-size: 0.75em;
}

#rightcol ul {
	padding: 0 0 0 5px;
	margin: 0;
}

#rightcol li {
	list-style-type: none;
	line-height: 1.4em;
	margin: 0 0 0 5px;
	padding: 0;
}

#rightcol li li {
	list-style-type: none;
	line-height: 1.4em;
	margin: 0 0 0 5px;
	padding: 0;
}

#rightcol li h2 {
	margin: 20px 0 10px 0;
	text-transform: capitalize;
	font-size: 1.1em;
}

#rightcol a {
	color: #444;
	font-weight: normal;
}

#rightcol a:hover {
	color: #666;
}

#footer {
	clear: both;
	width: 99%;
	color: #000;
	background: #FFF url(images/footerbg.gif) top right no-repeat;
	color: #666;
	padding: 0;
	margin: 20px 0 0 0;
	text-align: right;
}

#footer p {
	width: 210px;
	padding: 7px 4px 4px  0;
	margin: 0 0 0 auto;
	text-align: center;
	font-size: 0.85em;
}

#footer a {
	color: #666;
	border-bottom: 1px dotted #CCC;
	font-weight: normal;
}

.postmetadata {
	margin: 5px;
	padding: 10px;
	background-color: #F7F7F7;
}

.postmetadata a {
	font-weight: normal;
}

/* common */

blockquote {
	margin: 5px;
	padding: 0 5px 5px 25px;
	background: #FFF url(images/blockquote.gif) top left no-repeat;
}

abbr, acroym {
	border-bottom: 1px dotted #CCC;
	cursor: help;
}

input, textarea, select {
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	background: #FFF;
	padding: 0;
	margin: 0;
}

form {
	padding: 0;
	margin: 0;
}

code, pre {
	font-family: "Courier New";
	font-size: 1.0em;
	font-weight: normal;
}

/** Comments **/
#commentsarea {
	padding: 0 50px 0 40px;
	margin: 0;
}

#comments, #respond {
	color: #444;
	font-size: 1.1em;
	line-height: 15px;
	padding: 10px 0 5px 0;
	margin: 0;
}

.commentlist li {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #EEE;
}

.commentlist li cite {
	font-weight: bold;
	font-style: normal;
}

.commentmetadata {
	float: right; 
	font-size: 0.90em;
}

.shadowbox {
  background: #ccc;		
  float: right;
  display: block;
  position: relative;
  top: 1px;
  left: 1px;
}


.shadowbox div {
  background: #333;
  border: 2px solid #000;
  color: #fff;
  padding: 5px 10px 10px 5px;
  position: relative;
  top: -1px;
  left: -1px;
  min-width: 250px;
  font-weight: bold;
}

.shadowbox a {
	color: #fff;
}

.shadowbox div:hover {
	background-color: #0d0d0d;
	color: #fff;
}

#features {
    margin-top: 10px;
}

#features a {
    display: block;
    size: 1.2em;
    vertical-align: middle;
    text-decoration: none;
    padding: 3px;
    margin: 0 0 5px 0;
    text-align: center;
    background-color: #333;
    color: #ffc600;
}

#features a:hover {
    color: #333;
    background-color: #fff9bd;
}	

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


.shadowbox {
background: #ccc;
float: right;
display: block;
position: relative;
top: 1px;
left: 1px;
}

.shadowbox div {
background: #333;
border: 2px solid #000;
color: #fff;
padding: 5px 10px 10px 5px;
position: relative;
top: -1px;
left: -1px;
min-width: 250px;
font-weight: bold;
}

.shadowbox div:hover {
background-color: #0d0d0d;
}	
