/*
Theme Name: PSP Wallpaper
Theme URI: http://wordpress.org/
Description: Theme developed by Tim O'Connell of <a href="http://www.digitalexodus.com/">Digital Exodus</a>.
Version: 4
Author: Tim O'Connell
Author URI: http://www.digitalexodus.com
Tags: blue, custom header, fixed width, two columns, widgets

	PSP Wallpaper v4
	 http://www.digitalexodus.com

	This theme was designed and built by Tim O'Connell,
	whose portfolio you will find at http://www.digitalexodus.com/

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

*/



/* Begin Typography & Colors */
body {
	margin-top: 0px;
	padding-top: 0px;
	background-color: #3b3b3b;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	text-align: center; /* for IE */
	}

img {
	border: 0px;
	}
	
	
/* HEADER STYLES */
#header {
	height: 160px;
	width: 726px;
	margin: 0 auto 0 auto;
	padding: 0px;
	}

h1 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-transform:uppercase;
	margin: 109px 0px 0px 17px;
	padding: 0;
	display: inline;
	float: left;
	}
	
h1 a {
	text-decoration: none;
	color: #fff;
	}

h1 a:hover {
	text-decoration: none;
	color: #fff;
	}
	
#container {
	margin: 0 auto 0 auto;
	margin-top: 0px;
	background-color: #3b3b3b;
	background-image: url(images/full_bg.jpg);
	background-repeat: repeat-x;
	width: 990px;
	}
	
.cat_header {
	margin: 0 auto 0 auto;
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 10px 0px 0px 0px;
	width: 490px;
	height: 25px;
	background-color: #f9f9f9;
	border-style: solid;
	border-color: #e3e3e3;
	border-width: 1px;
	}
		
.cat_header p {
	display: inline;
	float:inherit;
	font: 12px, Trebuchet MS, Arial, Serif;
	text-transform:uppercase;
	color: #dd4d95;
	}

.cat_header a {
	font: 10px, Trebuchet MS, Arial, Serif;
	text-transform:uppercase;
	color: #dd4d95;
	}
	
.alignleft {
	display: inline;
	float: left;
	text-align: left;
	padding-left: 10px;
	}
	
.alignright {
	display: inline;
	float: right;
	text-align: right;
	padding-right: 10px;
	}
	
/* HEADER STYLES */



/* CONTENT STYLES */
#content {
	width: 726px;
	margin: 0 auto 0 auto;
	background-color: #fff;
	}

#content_2 {
	width: 694px;
	margin: 0 auto 0 auto;
	background-color: #fff;
	}

#content_3 {
	margin: 0 auto 0 auto;
	width: 694px;
	height: 65px;
	padding: 10px 0px 5px 0px;
	border-bottom-style: dotted; 
	border-bottom-color: #cccccc; 
	border-bottom-width: 1px;
	}

.float {
	float: left;
	display: inline;
	margin: 0 auto 0 auto;
	}

#menu {
	padding-top: 7px;
	padding-left: 0px;
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
	height:56px;
	width: 726px;
	margin: 0 auto 0 auto;
}

a.menu_home {
	margin: 0px 0px 0px 15px;
	display: inline;
	float: left;
	width: 87px;
	height: 50px;
	background: url("images/menu_home.jpg") 0 0 no-repeat;
	text-decoration: none;
	font: 18px, Trebuchet MS, Arial, Serif;
	color: #fff;
	padding: 10px 0px 0px 0px;
	
	      }
a:hover.menu_home {
	background-position: -87px 0;
}

a.menu_forums {
	float:left;
	margin-left: 0px;
	display: block;
	width: 106px;
	height: 50px;
	background: url("images/menu_forums.jpg") 0 0 no-repeat;
	text-decoration: none;
	font: 18px, Trebuchet MS, Arial, Serif;
	color: #fff;
	padding: 10px 0px 0px 0px;
      }
a:hover.menu_forums {
	background-position: -106px 0;
}

a.menu_bookmark {
	float:left;
	margin-left: 0px;
	display: block;
	width: 130px;
	height: 50px;
	background: url("images/menu_bookmark.jpg") 0 0 no-repeat;
	text-decoration: none;
	font: 18px, Trebuchet MS, Arial, Serif;
	color: #fff;
	padding: 10px 0px 0px 0px;
      }
a:hover.menu_bookmark {
	background-position: -130px 0;
}

a.menu_rss {
	float:left;
	margin-left: 0px;
	display: block;
	width: 71px;
	height: 50px;
	background: url("images/menu_rss.jpg") 0 0 no-repeat;
	text-decoration: none;
	font: 18px, Trebuchet MS, Arial, Serif;
	color: #fff;
	padding: 10px 0px 0px 0px;
      }
a:hover.menu_rss {
	background-position: -71px 0;
}


#search {
	float: right;
	margin: 0 auto 0 auto;
	padding: 7px 0px 0px 0px;
	display: inline;
	width: 300px;
}

#recent_ad {
	margin: 0 auto 0 auto;
	padding: 0px 0px 0px 0px;
	display: inline;
	width: 700px;
}

input.textbox {	
	float: right;
	display: inline;
	margin: 1px 0px 10px 0px;
	height: 20px;
	padding: 2px;
	border:#e8e8e8 1px solid;
	background:#fff;
	font: 14px, Trebuchet MS, Arial, Serif;
	}
	
.textbox:focus {
	background:#fff;
	border:#fff 1px solid;
	}

input.go {
	display: inline;
	float: left;
	font-size:12px;
   	font-family:Trebuchet MS,sans-serif;
   	color:#fff;
   	padding: 0px 5px 0px 5px;
   	background-image: url(images/button_bg.jpg);
   	height:28px;
   	border-style:solid;
   	border-color:#000000;
   	border-width:1px;
}

#recent_comments {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 336px;
	height: 280px;
	background-color: #FFFFFF;
	background-image: url(images/recent_bg.jpg);
	background-repeat: no-repeat;
	border: 0px;
}

#recent_comments p
{
	float: left;
	display: inline;
	font: 18px, Trebuchet MS, Arial, Serif;
	text-transform:uppercase;
	color: #3f4040;
	margin: 14px 0px 0px 10px;
	padding: 0px 147px 4px 3px;
	border-bottom-style: dotted ; 
	border-bottom-color: #3f4040; 
	border-bottom-width: 1px;
}
#button1 {
	float: left;


	width: 313px;
	height: 200px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #333;
	}
	
#button1 ul {
	list-style: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
	border: none;
	}
		
#button1 li {
	border-bottom: 1px dotted #303030;
	background-color: #FFF;
	margin: 0;
	padding: 0px 0px 0px 0px;
	}
		
#button1 li a {
	display: block;
	width: 300px;
	height: 45px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 10px;
	background-image: url(images/recent_comments_bg.jpg);
	background-color: #FFF;
	color: #3b3c3b;
	text-decoration: none;
	width: 100%;
	}

Html>body #button1 li a {
	width: auto;
	}

#button1 li a:hover {
	background-image: url(images/recent_comments_bg_hover.jpg);
	background-color: #FFF;
	color: #fff;
	}
	
#p_holder {
	float: left;
	margin: 0;
	padding: 7px 0px 0px 10px;
	display: inline;
	width: 345px;
	text-align: left;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	}	

#content_menu_holder {
	display: inline;
	float: right;
	width: 197px;
	margin: 20px 15px 20px 0px;
	padding: 0px;
	background-color: #f2f1ee;
	border-style: solid;
	border-color: #333333;
	border-width: 1px
	}
	
#content_menu_holder p {
	height: 42px;
	margin: 0 auto 0 auto;
	padding: 6px 12px 0px 0px;
	background: url("images/menu_header_bg.jpg") 0 0 no-repeat;
	font: 18px, Trebuchet MS, Arial, Serif;
	text-transform:uppercase;
	color: #fff;
	}
	
.content_menu_holder_title  {
	height: 42px;
	margin: 0 auto 0 auto;
	padding: 6px 12px 0px 0px;
	background: url("images/menu_header_bg.jpg") 0 0 no-repeat;
	font: 18px, Trebuchet MS, Arial, Serif;
	text-transform:uppercase;
	color: #fff;
	}

#content_menu_holder ul {
	list-style: none;
	margin: 0;
	padding: 0px;
	}
		
#content_menu_holder li {
	margin: 0;
	padding: 0px;
	}
		
#content_menu_holder li a {
	display: block;
	width: 160px;
	height: 20px;
	text-align: right;
	margin: 0 auto 0 auto;
	padding: 0px 10px 0px 10px;
	color: #3b3c3b;
	font: 12px, Trebuchet MS, Arial, Serif;
	text-transform:uppercase;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-color: #404040;
	border-bottom-width: 1px
	}

#content_menu_holder li a:hover {
	color: #dd4d95;
	background-color: #f9f8f7;
	}

.content_container {
	float: inherit;
	margin: 0 auto 0 auto;
	margin-top: 25px;
	width: 494px;
	height: 370px;
	}
	
.content_header {
	display: block;
	margin: 0 auto 0 auto;
	padding-bottom: 3px;
	width: 492px;
	}
	
.content_header a {
	vertical-align: middle;
	font: 10px, verdana, Arial, Serif;
	text-decoration: none;
	color: #dd4d95;
	}
	
.content_header a:hover {
	font: 10px, verdana, Arial, Serif;
	text-decoration: underline;
	color: #dd4d95;
	}
	
.content_header p {
	margin: 0 auto 0 auto;
	font: 24px, Trebuchet MS, Arial, Serif;
	color: #3f4040;
	}

.content_header h3 {
	margin: 0 auto 0 auto;
	font: 24px, Trebuchet MS, Arial, Serif;
	color: #3f4040;
	}
	
.content_header h3 a {
	float: left;
	margin: 0 auto 0 auto;
	font: 24px, Trebuchet MS, Arial, Serif;
	color: #3f4040;
	}
	
.content_header h3 a:hover {
	color: #3f4040;
	font: 24px, Trebuchet MS, Arial, Serif;
	text-decoration: none;
	}
	
.content_image {
	float: auto;
	margin: 0 auto 0 auto;
	width: 492px;
	padding: 5px 0px 5px 0px;
	border-style: solid;
	border-color: #e3e3e3;
	border-width: 1px;
	}
	
.content_image p {
	margin: 0 auto 0 auto;
	padding: 0px;
	float:inherit;
	font: 1px, Trebuchet MS, Arial, Serif;
	color: #fff;
	}
	
.content_image p a {
	margin: 0 auto 0 auto;
	padding: 0px;
	float:inherit;
	font: 1px, Trebuchet MS, Arial, Serif;
	color: #fff;
	}

.content_image:hover {
	border-color: #b8b8b8;
	}

.content_image a {
	float: auto;
	margin: 0 auto 0 auto;
	border: 0px;
	}
	
.content_footer {
	display: block;
	margin: 0 auto 0 auto;
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 492px;
	height: 50px;
	}
	
.content_footer_select {
	display: block;
	margin: 0 auto 0 auto;
	padding: 6px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 25px;
	background-color: #f6f6f6;
	border-bottom-style: dotted;
	border-bottom-color: #c1c1c1;
	border-bottom-width: 1px;
	}
	
.posted {
	margin: 0 auto 0 auto;
	float: left;
	font: 10px, verdana, Helvetica, Arial, Serif;
	font-weight: bold;
	}
	
.posted a {
	color: #078bcf;
	}
	
.posted a:hover {
	color: #dd4d95;
	}
	
.rated {
	margin: 0 auto 0 auto;
	float: right;
	font: 11px, Arial, verdana, Helvetica, Serif;
	font-weight: bold;
	width: 300px;
	text-align: right;
	}
	
.content_container {
	float: inherit;
	margin: 0 auto 0 auto;
	margin-top: 15px;
	margin-left: 10px;
	width: 492px;
	height: 370px;
	}
	
.content_header {
	display: block;
	margin: 0 auto 0 auto;
	padding-bottom: 3px;
	width: 492px;
	}
	
.content_header p {
	margin: 0 auto 0 auto;
	float: left;
	font: 24px, Trebuchet MS, Arial, Serif;
	color: #3f4040;
	}

	
.content_header a {
	vertical-align: middle;
	font: 10px, verdana, Arial, Serif;
	text-decoration: none;
	color: #dd4d95;
	}
	
.content_header a:hover {
	font: 10px, verdana, Arial, Serif;
	text-decoration: underline;
	color: #dd4d95;
	}
	
.pagenavi {
	display: inline;
	float: inherit;
	margin: 20px 0px 10px 0px;
	width: 100%;
	height: 30px;
	font: 11px, Trebuchet MS, Arial, Serif;
	}
	
h5 {
	float:inherit;
	font: 12px, Trebuchet MS, Arial, Serif;
	color: #3f4040;
	}
/* CONTENT STYLES */



/* COMMENT STYLES */
.content_footer_select {
	display: block;
	margin: 0 auto 0 auto;
	padding: 6px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 25px;
	background-color: #f6f6f6;
	border-bottom-style: dotted;
	border-bottom-color: #c1c1c1;
	border-bottom-width: 1px;
	}

.content_footer_select .posted {
	margin: 0 auto 0 auto;
	padding-left: 7px;
	float: left;
	font: 10px, verdana, Helvetica, Arial, Serif;
	font-weight: bold;
	}

.content_footer_select .posted a {
	color: #078bcf;
	text-decoration: none;
	}
	
.content_footer_select .posted a:hover {
	color: #078bcf;
	text-decoration: underline;
	}

.content_footer_select .rated {
	margin: 0 auto 0 auto;
	padding-right: 7px;
	float: right;
	font: 12px, Arial, verdana, Helvetica, Serif;
	font-weight: bold;
	}
	
small {
	font: 10px, Trebuchet MS, Arial, Serif;
	color: #3f4040;
	}
	
small a {
	color: #dd4d95;
	text-decoration: underline;
	}
	
small a:hover {
	color: #dd4d95;
	text-decoration: none;
	}
	
.leave_comment {
	float: left;
	display: block;
	margin: 10px 0px 0px 10px;
	font: 18px, Trebuchet MS, Arial, Serif;
	text-transform:uppercase;
	color: #3f4040;
	vertical-align: middle;
	}
	
.leave_comment a {
	font: 15px, Trebuchet MS, Arial, Serif;
	text-decoration: none;
	text-transform: lowercase;
	color: #dd4d95;
	}
	
.leave_comment a:hover {
	color: #3f4040;
	}

button {
	display: inline;
	float: left;
	background-image: url(images/search_btn.jpg);
	width: 35px;
	height: 28px; 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
}


input.submit
{
   font-size:12px;
   font-family:Trebuchet MS,sans-serif;
   color:#fff;
   padding: 0px 10px 0px 10px;
   background-image: url(images/button_bg.jpg);
   height:26px;
   border-style:solid;
   border-color:#000000;
   border-width:1px;
}

textarea {
    font-family: Arial, Helvetica, sans-serif;
}

.comment_container {
	float: left;
	display: inline;
	margin: 15px 30px 0px 20px;
	width: 437px;
	}
	
#comment_place {
	float: left;
	display: block;
	margin-left: 30px;
	margin-bottom: 30px;
	display: block;
	width: 437px;
	}
	
#comment_place p {
	float: left;
	display: block;
	margin: 5px 0px 5px 0px;
	}
	
.comment_header {
	float: left;
	display: inline;
	margin: 0 auto 0 auto;
	width: 100%;
	height: 27px;
	background-image: url(images/comment_header.jpg);
	font-family:Trebuchet MS,sans-serif;
    text-align: left;
	white-space: pre;
vertical-align: text-top;
	}

.comment_header p {
        float: none;
	display: inline;
	color: #8c8c8c;
	text-decoration: none;
	font-size:11px;
	font-weight:bold;
vertical-align: text-top;	
}

.comment_header a {
        float: left;
	margin: 0 auto 0 auto;
	margin-left: 11px;
	color: #078ace;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
	}
	
.comment_header a:hover {
	text-decoration: underline;
	}

.tip {
	display: inline;
	vertical-align: top;
	}
	
.comment_content {
	float: left;
	width: 435px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-left-color: #8c8c8c;
	border-right-color: #8c8c8c;
	border-left-style: solid;
	border-right-style: solid;
	}
	
.comment {
	padding: 0px 25px 5px 25px;
	text-align: justify;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
.date {
	float: left;
	display: block;
	padding: 0px 275px 0px 25px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #078bcf;
	}
	
.comment_footer {
	float: left;
	display: inherit;
	margin: 0px; 
	padding: 0px;
	width: 437px;
	height: 24px;
	background-image: url(images/comment_footer.jpg);
	}
	
.entry {
	display: inline;
	float: left;
	display: inline;
	margin: 0px 0px 15px 20px;
	width: 437px;
	height: 60px;
	}
	
.logged_in {
	float: left;
	display: inherit;
	margin: 0px; 
	padding: 0px;
	width: 200px;
	height: 24px;
	}
/* COMMENT STYLES */



/* FOOTER STYLES */
#footer_content {
	width: 726px;
	height: 197px;
	background-image: url(images/footer_bg.jpg);
	background-color: #fff;
	}

.footer_title {
	float: left;
	display: block;
	font: 18px, Trebuchet MS, Arial, Serif;
	text-transform:uppercase;
	color: #fff;
	margin: 19px 0px 0px 20px;
	padding: 0px 50px 2px 5px;
	border-bottom-style: dotted; 
	border-bottom-color: #fff; 
	border-bottom-width: 1px;
	}

.footer_title_network {
	float: left;
	display: block;
	font: 18px, Trebuchet MS, Arial, Serif;
	text-transform:uppercase;
	color: #fff;
	margin: 19px 0px 0px 20px;
	padding: 0px 110px 2px 5px;
	border-bottom-style: dotted; 
	border-bottom-color: #fff; 
	border-bottom-width: 1px;
	}

.footer_smallcontainer {
	float: left;
	display: inline;
	width: 230px;
	height: 197px;
	}

.footer_smallcontainer ul {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 30px;
	display: block;
	list-style-type: none;
	font: 12px, Trebuchet MS, Arial, Serif;
	text-transform:uppercase;
	} 

.footer_smallcontainer li {
	display: inherit;
	margin: 0px;
	text-align: left;
	}

.footer_smallcontainer li a {
	color: #fff;
	text-decoration: underline;
	}
	
.footer_smallcontainer li a:hover {
	color: #dd4d95;
	text-decoration: none;
	}
	
#footer_rsscontainer {
	float: right;
	display: inline;
	margin: 0px;
	width: 232px;
	height: 197px;
	background-image: url(images/rss_bg.jpg);
	}

#footer_rsscontainer a {
	display: block;
	margin: 0 auto 0 auto;
	margin-top: 18px;
	width: 116px;
	height: 116px;
	background: url("images/rss.jpg") 0 0 no-repeat;
	text-decoration: none;
      }
	  
#footer_rsscontainer a:hover {
	background-position: -116px 0;
	}

#footer_rsscontainer p {
	display: block;
	margin: 5px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #403f40;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

