/*
Theme Name: penreview
Theme URI: http://www.redshift.com/themes/penreview
Description: Soft and clean WordPress theme with 3 columns. Customizable with 4 more colors.
Version: 1.15
Author: Jeremy
Author URI: http://www.redshift.com
Tags: soft, clean, simple, 3 columns, fixed width

This theme is released under GPL (http://www.opensource.org/licenses/gpl-3.0.html)
*/

/* basic */
body { background:#FFFFFF; margin:0px 0px 10px 0px; padding:0px; 
	   font:8pt Verdana, Arial, sans-serif; line-height:150%; color:#333333; }
td           { font-family: Tahoma; font-size: 12px }
a.sidenav    { text-decoration: underline; color: #A92318 }
a            { color: #000000; text-decoration: none }
a:hover      { color: #000000; text-decoration: underline }
td.sidebar a { text-decoration: none; color: #A92318 }
td.sidebar a:hover { text-decoration: underline; color: #A92318 }
h1           { font-family: Arial; font-size: 20px; text-transform: uppercase; font-weight: 
               bold; margin: 0; padding-top: 0; padding-bottom: 0 }
h2           { font-family: Arial; font-size: 15px; color: #808080; font-weight: bold; margin: 0 }
h2 a		{ font-family: Arial; font-size: 15px; color: #808080; font-weight: bold; margin: 0 }
h3 { font-size:13pt; }
h4 { font-size:10pt; }
h5 { font-size:8pt; }
h6 { font-size:7pt; }
a img { border:0; }
.c1 { width:165px; padding:0px 0px 0px 0px;text-align:left; }
.c2 { width:459px; float:left; padding:0px; margin:0px; overflow:hidden; background:#FFFFFF; }
.c3 { width:137px; float:left; padding:0px; margin:0px; overflow:hidden; }

/* widgets */
#widgets1 { list-style:none; margin:0px; padding:0px; color:#333333; }
#widgets1 ul li { padding:0px 0px 10px 0px; }

#widgets2 { list-style:none; margin:0px; padding:0px; color:#333333; }
.widget { list-style:none; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; }
.widget ul { margin:0px; padding:0px; }
.widget ul li a { padding:0px 0px 0px 0px; }
.widget li a:hover { text-decoration:underline; }
.widget h2 { margin:0px 0px 5px 0px; padding:0px; color:#546a85; font:italic 11pt Georgia, "Times New Roman", Times, serif; text-transform:lowercase; }


/* footer widget */
#widgets3 {	list-style: none; margin: 0px; padding: 0px; color: #333333; float: none; text-align: right; }
	#widgets3 ul { list-style:none; margin:0px 0px 0px 10px; padding:0px; overflow:hidden; }
		#widgets3 li { float:left; padding:0px; }
		#widgets3 li a { margin:0px 5px 0px 0px; text-align:center; }
		#widgets3 li a:hover { text-decoration:underline; }
		#widgets3 li.current_page_item a { background-color:#CFCABA; }
		#widgets3 li.current_page_item a:hover { color:#333333; text-decoration:none; }


.post { padding:0px 15px 15px 15px; overflow:hidden; line-height:160%; color:#333333; }

	/* bar with date, author and category */
	.post-sub { padding:0px 0px 0px 0px; overflow:hidden; font:normal 8pt; color:#999999; }
		.post-sub a, 
		.post-foot a { color:#999999; border-bottom:dotted 1px #CCCCCC; }
		.post-sub a:hover, 
		.post-foot a:hover { background-color:#EBEBEB; color:#666666; border-bottom:dotted 1px #333333; text-decoration:none; }
		.post-date { float:left; overflow:hidden; margin-right:20px; }
		.post-author { float:left; overflow:hidden; margin-right:20px; }
		.post-cat { float:left; overflow:hidden; }
		.post-edit { float:right; }

	/* blog text */
	.post-text { overflow:hidden; color:#333333; }
		.aligncenter { display:block; margin:auto; text-align:center; }
		img.alignright { padding:4px; margin:0 0 2px 7px; display:inline; }
		img.alignleft { padding:4px; margin:0 7px 2px 0; display:inline; }
		.alignright { float: right; }
		.alignleft { float: left; }
		.youtube { text-align:center; margin:10px 0px 10px 0px; }

	/* blog footer with tags, edit and comments */
	.post-foot { overflow:hidden; margin:0px 0px 0px 0px; color:#999999; line-height:160%; }
		.post-comments { float:right; }


