/*
Theme Name: Penn Olson
Theme URI: http://www.pen-olson.com
Description: Penn Olson Customised Theme
Version: 1 Beta
Author: Undisclosed
Author URI: Undisclosed
Tags: custom

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

*/


/*--css reset--*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/*--end--*/

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

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;
	}
/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

/* END List */

/* CSS Document */
img, div {
	behavior: url(http://www.penn-olson.com/wp-content/themes/default/iepngfix.htc);
}
body {
	margin:0px;
	padding:0px;
	background:#fff;
	font-family:Arial, sans-serif;
	font-size:13px;
	line-height: 1.4;
	color:#000;
}
a, #row_div_related a {
	color:#000;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
#row_div_related a:hover{
	color:#fff;
	text-decoration:none;
}
.entry a {
       color:#3f79aa;
       text-decoration:none;
}
.entry a:hover {
       text-decoration:none;
}
/* Layers */
#site_wrapper {
	background-position:top left;
	margin:0px auto;
}
#repeat_me {
	background-image:url(http://www.penn-olson.com/wp-content/themes/default/images/center_2.jpg);
	background-repeat:repeat-y;
	background-position:center;
}
#header_shadow {
	background-image:url(http://www.penn-olson.com/wp-content/themes/default/images/top_2.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
#footer {
	background-image:url(http://www.penn-olson.com/wp-content/themes/default/images/bottom_2.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
}
#wrap {
	margin:0px auto;
	width:960px;
	padding-top:0px;
}
#wrapper {
	margin:0px auto;
	width:960px;
	padding-top:0px;
}
#header {
	margin:0px auto;
	padding:0px;
	width:960px;
	height:143px;
}
#logo {
	position:absolute;
	z-index:3;
	top: 20px;
	left: -30px;
}
#banner {
	position:absolute;
	z-index:3;
	top: 25px;
	left: 270px;
}
#header_ad {
	position:absolute;
	z-index:3;
	left: 750px;
	top: 8px;
	width: 200px;
}
#bottom {
	margin-top:10px;
	margin-bottom:0px;
	padding:0px;
	width:960px;
}
#bottom_left {
	margin-top:20px;
	float:left;
	width:605px;
}
#bottom_right {
	float:right;
	width:350px;
	height:2500px;
}
#author {
	position:relative;
	float:left;
	display:block;
	z-index:3;
	height:148px;
	width:145px;
	margin-left:-50px;
}
#post_title {
	position:relative;
	float:left;
	display:block;
	left:0px;
	z-index:3;
	height:148px;
	width:505px;
}
#post_title span {
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#tweets {
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}
#read_more {
	width:605px;
	height:46px;
	padding-top:20px;
	padding-bottom:20px;
	text-align:right;
}
#right_column {
	position:absolute;
	width:350px;
	z-index:9;
	top: -90px;
	right:-50px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}
#separator {
	background-image:url(http://www.penn-olson.com/wp-content/themes/default/images/separator.gif);
	background-position:center;
	background-repeat:no-repeat;
	padding-top:20px;
	padding-bottom:20px;
}
#separator2 {
	background-image:url(http://www.penn-olson.com/wp-content/themes/default/images/line.gif);
	background-position:center;
	background-repeat:no-repeat;
	padding-top:30px;
	padding-bottom:20px;
}
#center {
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}
#bottom2 {
	padding:10px;
}
#footer2 {
	padding-bottom:35px;
	padding-top:0px;
	width:960px;
	margin:0px auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000;
}
#footer2 a {
	text-decoration:none;
	font-weight:normal;
	color: #000;
}
#footer2 a:hover {
	text-decoration:none;
	font-weight:normal;
}
#pad30 {
	padding:20px;
}
#pad20 {
	padding:20px;
}
#pad20_ {
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
}
#pad10 {
	padding:10px;
}
/* Text Styles */
.gtext {
	font-family:Arial, sans-serif;
	font-size: 12px;
	color:#4e873e;
	font-weight:bold;
	text-transform:uppercase;
}
.gtext a {
	color:#4e873e;
	text-decoration:none;
	font-weight:bold;
}
.gtext a:hover {
	text-decoration:none;
	font-weight:bold;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	line-height: 1;
	color:#000;
	padding:0px;
	margin:0px;
}
h1 a{
	text-decoration:none;
	color:#000;
}
h1 a:hover{
	text-decoration:none;
	color: #fff;
	background:#000;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#000;
	padding:0px;
	margin:0px;
}
h5{
	font-family:Arial, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#000;
	padding-bottom:10px;
	padding-top:20px;
	background-image:url(http://www.penn-olson.com/wp-content/themes/default/images/line2.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
}
h6{
	font-family:Arial, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#000;
	padding-bottom:10px;
	padding-top:20px;
}
h6 a{
	text-decoration:none;
	color:#000;
}
h6 a:hover{
	text-decoration:none;
	color: #fff;
	background:#000;
}
h10 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height: 1;
	color:#000;
	padding:0px;
	margin:0px;
}
h10 a{
	text-decoration:none;
	color:#000;
}
h10 a:hover{
	text-decoration:none;
	color: #fff;
	background:#000;
}


#wp_page_numbers, #wp_page_numbers ul {
        padding: 0;
	margin: 0;
	list-style: none;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#wp_page_numbers a {
	display: block;
	text-decoration: none;
	padding: 0px 5px;
	border-right: 0px solid #333;
	font-size: 16px;
	color: #000;
}
#wp_page_numbers li {
	float: left;
}
#wp_page_numbers li a:active {
	color: #fff;
	background:#000;
}
#wp_page_numbers li:hover a, #wp_page_numbers a:focus,
#wp_page_numbers a:active, #wp_page_numbers li.p7hvr a {
	color: #fff;
	background:#000;
}

.social_img
{
	padding:20px;
}


.row{
	width:620px;
	overflow:hidden;
	margin:0px 0px;
	padding:0px 0px;
}
#row_div{
	float:left;
	width:290px;
	height:110px;
	margin-bottom:20px;
	margin-right:0px;
	padding:10px;
	background-image:url(http://www.penn-olson.com/wp-content/themes/default/images/separator.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
}
#row_div_related{
	float:left;
	width:290px;
	height:90px;
	margin-bottom:20px;
	margin-right:0px;
	padding:10px;
	background-image:url(http://www.penn-olson.com/wp-content/themes/default/images/separator.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
}
.row_left{ 
	float:left;
	width:80px;
}
.row_right
{ 
	float:right;
	width:210px;
}
.row_span {
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#cse-search-results iframe { width:600px; margin-top:-6px; background:none; font-family:Arial, sans-serif;
	font-size:13px;
	line-height: 1.4;
	color:#000;
}
#searchform { visibility:hidden;}
	#wpml_credit_footer { visibility:hidden;}
