/*  
Theme Name: PeeGee1
Theme URI: http://www.paulogoode.com
Description: My theme
Version: 0.1
Author: Paulo
Author URI: http://www.paulogoode.com/
*/



ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
a{
	color:#aa0000;
	text-decoration:none;
}
a:hover{
	color:#666666;
	text-decoration:underline;
}
a img{
	border:0;
}
.clear{
	clear:both;
}

body{
	margin:0px;
	padding:0px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	background:#000 url(images/bg.png) repeat-x top center;
	color:#8e8e8e;
}

#body_page{
	background:url(images/bg_body.png) no-repeat top center;
}

#page{
	width:1000px;
	margin:0px auto;
}

/* HEADER */

#header{
	width:100%;
	height:138px;
	background:url(images/header_bg.png) no-repeat left top;
}

#header_title{
	width:71%;
	text-align:left;
	font-style:normal;
	font-family:Helvetica, Arial, sans-serif;
	letter-spacing:-3pt;
	text-transform:lowercase;
	color:#cc0000;
	position:relative;
	top:30px;
	left:30px;
}

#header_title h1{
	font-size:42px;
	font-weight:bold;
}

#header_title h1 a{
	color:#cc0000;
}

#header_title h1 a:hover{
	color:#990000;
	text-decoration:none;
	text-shadow:0 -1px 0 #230100;
}

#hire_me{
	width:29%;
	position:relative;
	top:-65px;
	left:736px;
}

#hire_me a img{
	border:0px;
	padding:0px;
	margin:0px;
}



.description{
	font-size:14px;
	color:#a5a5a5;
	position:relative;
	letter-spacing:-1pt;
	text-transform:lowercase;
	top:2px;
}

#header_rss{
	text-align:right;
	padding-right:40px;
	border:0;
}

#header_rss a{
	border:0;
}

/* MENU */

#menu{
	width:100%;
	height:47px;
	background:url(images/menu_bg.png) no-repeat left top;
}

#menu_items{
	padding-top:5px;
	padding-left:25px;
	float:left;
	width:67%;
	text-transform:lowercase;
	letter-spacing:-1pt;
	font-weight:bold;
	font-size:25px;
	color:#9d9d9d;
}

#menu_items div{
	float:left;
	padding-left:0px;
	padding-right:5px;
}

#menu_items div.menu_sep{
	position:relative;
	top:5px;
}

#menu_items a{
	color:#484848;
	float:left;
	display:block;
	height:36px;
	padding-top:5px;
	padding-left:8px;
	padding-right:8px;
}

#menu_items a:hover{
	color:#bebebe;
	text-shadow:0 -1px 0 #2b3034;
	text-decoration:none;
}

#menu_search{
	float:right;
	width:29%;
}

#searchform_top{
	margin-left:40px;
	padding-top:5px;
	font-size:12px;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	letter-spacing:-0.5pt;
	text-transform:lowercase;
	color:#adadad;
}

#searchform_top_text{
	width:152px;
	border:0px;
	background:none;
	color:#ffffff;
	font-size:12px;
	font-weight:normal;
	font-family:Helvetica, Arial, sans-serif;
}

#gosearch{
	position:relative;
	top:7px;
}

/* BODY */

#body{
	width:100%;
	background:url(images/body_bg.png) repeat-y top left;
	float:left;
}

#body_top{
	width:100%;
	background:url(images/body_top_bg.png) no-repeat top left;
	float:left;
}

#body_left{
	width:736px;
	float:left;
	padding-bottom:40px;
}

#body_right{
	width:264px;
	float:right;
}

/* left content */

#body_left_content{
	width:616px;
	padding-top:35px;
	margin-left:55px;
}

.post{
	width:100%;
}

.post-top{
	color:#4b4b4b;
}

.post-title{
	color:#4b4b4b;
}

.post-title h2{
	font-family:Helvetica, Arial, sans-serif;
	font-size:55px;
	margin-left:13px;
	font-weight:bold;
	text-transform:lowercase;
	letter-spacing:-2.75pt;
	line-height:45px;
	padding-bottom:10px;
}

.post-title h3{
	font-weight:normal;
	padding-top:8px;
	padding-bottom:5px;
	margin-bottom:2px;
	color:#aa0000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	text-transform:uppercase;
	letter-spacing:3pt;
	background:url(images/dotted_grey.png) repeat-x left bottom;
	margin-left:12px;
}

.post-title h2 a{
	color:#9a9a9a;
}

.post-title h2 a:hover{
	color:#6a6a6a;
	text-decoration:none;
	text-shadow:0 -1px 0 #230100;
}


.post-title h3 a{
	color:#818181;
	font-weight:bold
}

.tags_block{
	background:url(images/tags_bg.png) repeat-y top left;
	padding-top:4px;
	margin-left:12px;
	width:100%;
}

.post-title h3.tags{
	color:#8dc63f;
	font-weight:bold;
	padding-right:8px;
	background:none;
	margin-left:8px;
	margin-bottom:0px;
}

.post-title h3.tags span{
	color:#616161;
	font-weight:normal;
	text-transform:capitalize;
	padding-left:8px;
}

.post-title h3.tags a{
	color:#616161;
	font-weight:normal;
}

.entry{
	line-height:26px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#9a9a9a;
	padding-top:20px;
	padding-left:15px;
	padding-right:5px;
	padding-bottom:20px;
}


.entry p{
padding-bottom:20px;
clear:both;
}

.postmetadata{
	margin-bottom:80px;
	margin-left:15px;
	height:29px;
	background:url(images/postmetadata_bg.png) no-repeat top left;
}

.postmetadata a{
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#aa0000;
	background:url(images/post_readmore_comm.png) no-repeat left top;
	padding-left:18px;
}

.postmetadata a span{
	color:#661010;
}

a.readmore{
	background:url(images/post_readmore_a.png) no-repeat left 2px;
	color:#aa0000;
	padding-left:18px;
}

.postmetadata .alignleft{
	padding-top:6px;
	padding-left:10px;
}

.postmetadata .alignright{
	text-align:center;
	padding-top:8px;
	padding-right:13px;
}

a.readmore:hover{
	color:#661010;
}

.post-page{
	padding-right:10px;
}

.post-page h2{
	font-family:Helvetica, Arial, sans-serif;
	text-transform:lowercase;
	font-size:32px;
	font-weight:bold;
	letter-spacing:-1.5pt;
	color:#fff;
	margin-left:12px;
	padding-top:2px;
	padding-bottom:5px;
	background:url(images/post-page_h2_line.png) repeat-x bottom left;
}

.post-page .entry{
	padding-left:20px;
	padding-top:10px;
}

strong{
	color:#b4b4b4;
}

/* right content */

#body_right_content{
	margin-left:15px;
}

#sidebar{
	width:193px;
	float:left;
	padding-left:8px;
	margin-top:25px;
}

#sidebars h2{
	font-size:20px;
	letter-spacing:-1pt;
	color:#aa0000;
	padding-top:10px;
	padding-bottom:10px;
	text-transform:lowercase;
	font-weight:bold;
}

#sidebars ul{
	color:#b5b5b5;
	font-family:Helvetica, Arial, sans-serif;
}

#sidebars li ul{
	padding-bottom:18px;
}

#sidebars li ul li ul{
	padding-left:10px;
	background:none;
	padding-bottom:0px;
}

#sidebars li ul li ul li ul{
	padding-left:0px;
}

#sidebars li{
	margin-bottom:0px;
}

#sidebars li li{
	margin-bottom:0px;
	margin-left:5px;
	padding-bottom:0px;
	background:url(images/dotted_grey.png) repeat-x left bottom;
	padding-top:4px;
	padding-bottom:8px;
	padding-right:3px;
	padding-left:5px;
}

#sidebars li.widget_archives li{
	border-bottom:1px solid #1a1a1a;
	background:none;
}

#sidebars li li li{
	background:none;
	border:0px;
	padding-bottom:3px;
}

#sidebars li a{
	color:#b5b5b5;
}

#sidebars li.widget_categories ul li{
	font-weight:bold;
}

#sidebars li.widget_categories ul li a{
	background:url(images/sidebar_li_cat.png) no-repeat 2px 4px;
	font-weight:normal;
	padding-left:17px;
}

#sidebars li.widget_categories ul li ul li a{
	background:url(images/sidebar_li_subcat.png) no-repeat 2px 6px;
	font-weight:normal;
	padding-left:10px;
}

#sidebars li.widget_archives ul li a{
	background:none;
	font-weight:normal;
	padding-left:15px;
}

#sidebars li.linkcat ul li a{
	background:url(images/sidebar_li_br.png) no-repeat 2px 4px;
	font-weight:normal;
	padding-left:15px;
}

#sidebars li.widget_meta ul li a{
	background:url(images/sidebar_li_br.png) no-repeat 2px 4px;
	font-weight:normal;
	padding-left:15px;
}

#sidebars .textwidget{
	padding:10px;
}

/* FOOTER */

#footer{
	width:100%;
	height:115px;
	background:url(images/footer_bg.png) no-repeat top left;
	clear:both;
	margin:0px auto;
}

#footer_text{
	color:#661010;
	padding-left:60px;
	padding-top:50px;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
	line-height:20px;
	float:left;
	width:71%;
}

#footer_text span{
	color:#661010;
}

#footer a img{
	border:0px;
	padding:0 5px 0 0;
	margin:0px;
}

ul#footer_menu{
	width:220px; 
	list-style:none;
}	

ul#footer_menu li a {
	display:block; 
	float:left; 
	height:45px;
	background-image:url(http://www.paulogoode.com/images/footer-menu.png);
	text-indent:-9999px;
	}
	
ul#footer_menu li a.rss {
	width:55px;
	background-position: 0 -45px;
}

ul#footer_menu li a.twitter {
	width:55px;
	background-position: -55px -45px;
}

ul#footer_menu li a.facebook {
	width:55px;
	background-position: -110px -45px;
}

ul#footer_menu li a.lastfm {
	width:55px;
	background-position: -165px -45px;
}

ul#footer_menu li a.rss:hover, ul#footer_menu li a.rss:focus {
	background-position: 0 0;
}

ul#footer_menu li a.twitter:hover, ul#footer_menu li a.twitter:focus {
	background-position: -55px 0;
}

ul#footer_menu li a.facebook:hover, ul#footer_menu li a.facebook:focus {
	background-position: -110px 0;
}

ul#footer_menu li a.lastfm:hover, ul#footer_menu li a.lastfm:hover {
	background-position: -165px 0;
}

a {
	outline:none;
}



/* Begin Typography & Colors */

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */




/* Begin Images */
p img {
	padding: 2px;
	border:2px solid #9a9a9a;
	margin: 5px;
	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 {
	padding: 2px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border:2px solid #9a9a9a;
	}

img.alignright {
	padding: 2px;
	margin: 0 0 5px 15px;
	display: inline;
	border:2px solid #9a9a9a;
	}

img.alignleft {
	padding: 2px;
	margin: 0 15px 5px 5px;
	display: inline;
	border:2px solid #9a9a9a;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 95%;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}


blockquote {
	color: #adadad;
	font-family: "Book Antiqua", "Goudy Old Style", Georgia, Garamond, Times, serif;
	letter-spacing:0.1em;
	text-align:center;
	margin: 10px 40px 10px 40px;
	text-transform: lowercase;
	line-height: 160%;
	font-size: 15pt;
	font-variant: small-caps;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border:2px solid #9a9a9a;
	padding:2px;
	margin:5px;	
	}
	
.navigation-original{
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	font-weight:bold;
	clear:both;
	}
/* End Various Tags & Classes*/

/* 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{
	content: "\00BB \0020";
	}

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

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

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
ol li{
	list-style: decimal outside;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform{
	width:500px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 350px;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	width:65px;
	height:25px;
	}
/* End Form Elements */



/* Begin Comments*/

h2#comments_title{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:21px;
	color:#9a9a9a;
	margin-left:35px;
	font-weight:normal;
	padding-bottom:10px;
}

h3#comments{
	font-size:13px;
	color:#882020;
	margin-left:35px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	font-size:16px;
	line-height:22px;
margin-left:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#9d9d9d;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 0px 3px;
	list-style: none;
	background:url(images/commentlist_bg.png) repeat-x top left;
	}

.commentmetadata_line{
	background:url(images/commentlist_bg_line.png) repeat-x left bottom;
	padding-top:10px;
	padding-bottom:10px;
}

.commentmetadata_comm{
	padding:0px 10px 0px 10px;
}

.commentlist li li {
	margin: 0px;
	padding: 5px 10px 5px;
	background:none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	color:#040000;
	padding:6px 0px 6px 10px;
	}

.commentmetadata a{
	color:#040000;
	font-weight:bold;
	}

#respond_box{
	width:600px;
	background:url(images/respond_box.png) no-repeat top left;
	margin-top:40px;
	margin-left:15px;
	padding-bottom:60px;
}

h3#respond{
	font-size:20px;
	color:#400300;
	margin-left:40px;
	padding-top:30px;
	padding-bottom:25px;
}

#commentform{
	margin-left:55px;
	color:#838282;
}

#commentform a{
	color:#838282;
}

/* End Comments */

/* Archives page */
.page_archives_div{
	padding-bottom:60px;
}

.ar_panel{
	width:653px;
	background:url(images/post-page_bg.png) no-repeat top left;
	padding-right:10px;
}

.ar_panel3{
	width:653px;
	background:url(images/post-page_bg.png) no-repeat top left;
}

.page_archives_div h2{
	font-size:21px;
	font-weight:normal;
	color:#fff;
	margin-left:12px;
	padding-top:2px;
	padding-bottom:5px;
	background:url(images/post-page_h2_line.png) repeat-x bottom left;
}

.ar_panel3 h2{
	padding-top:0px !important;
	margin-left:10px !important;
	position:relative;
	top:-8px;
}

.ar_panel3 ul{
	margin-left:0px !important;
}

.page_archives_div ul h2{
	border:0px;
}

.page_archives_div ul{
	margin:0px;
	padding:0px;
	padding-top:5px;
	margin-bottom:40px;
	margin-left:20px;
	margin-right:20px;
}

.page_archives_div ul li{
	margin:0px;
	padding:0px;
	list-style:none;
	background:none;
}

.page_archives_div ul li ul{
	margin:0px;
	padding:0px;
	padding-left:10px;
}

.page_archives_div ul li a{
	font-weight:normal;
	color:#8e8e8e;
	font-size:13px;
	padding-left:10px;
}

.page_archives_div ul li a:hover{
	color:#8e8e8e;
}

.page_archives_div ul li{
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #2a2a2a;
}

.ar_panel3 ul li{
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:0px;
}

.page_archives_div ul li ul li{
	border:0px;
}


