/*
Theme Name: Pickled PC Theme
Theme URI: http://pickledpc.com/
Description: A Custom theme for picklepc.com.
Version: 2.0
Author: Dillon Stuart Design
Author URI: http://pickledpc.com/
Tags: Technology, Computers, Viruses, Hardware, Software


*/

html {
	height: 100% auto;
	margin: 0px auto;
	
	}


body {

	height: 100% auto;
/*	background-color: #ccc9b4; */
        background-color: #999999;
	margin: 0px auto;
	text-align: center;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}

//*border: white 1px solid; *//

a {    
	text-decoration: none;
	color: green;

}

a:HOVER {
    text-decoration: none;
	color: #666666;

}

a:ACTIVE {
    text-decoration: none;
	color: green;
}

a:VISITED {
    text-decoration: none;
	color: green;
}

#container {
	width: 950px;
	height: 100% auto;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px auto;
	position: relative;
	top: 0px;

}

#banner {
	background-image: url(images/banner_bg.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 175px;
	padding: 0px;
	margin: 0px auto;
	position: absolute;
	top: 0px;
	z-index: 1;
		text-align: right;

}



#logo {
	background-repeat: no-repeat;
	text-align: left;
	padding: 0px;
	margin: 0px auto;
	position: absolute;
	top: 15px;
	left: -25px;
	z-index: 2;
}

#top_ad {
	text-align: right;
	padding: 0px;
	margin: 0px auto;
	position: relative;
	top: 5px;
	right: 0px;
	z-index: 2;

}

#social_media {
	text-align: right;
	padding: 0px;
	margin: 0px auto;
	width: auto;
	height: auto;
	position: absolute;
	top: 110px;
	right: 0px;
	z-index: 3;
}




/*	<div id='top_ad'><?php adsensem_ad('banner_ad'); ?></div>  */

#main {
border-left: 1px solid #333333;
border-right: 1px solid #333333;
background: white;
	text-align: left;
	width: 950px;
	height: auto;
	padding: 0px;
	margin: 0px auto;
	position: relative;
	top: 50px;
	left: 0px;
}

#main_fullwidth {
border-left: 1px solid #333333;
border-right: 1px solid #333333;
background: white;
    text-align: left;
	width: 950px;
	height: auto;
	padding: 0px;
	margin: 0px auto;
	position: relative;
	top: 0px;
	left: 0px;
}

#fullwidth {
/*border: blue 1px solid;*/
      background-color: #ffffff;
      text-align: center;
      padding: 0 0 0 0;
      margin: 0;
      width: 765px;
      min-height:1000px;
      height:auto !important;
      height:1000px;
      position: relative;
      left: 180px;
}

#content {
	text-align: left;
	font-family: Arial;
	font-size: 14px;
	line-height: 16pt;
	width: 580px;
	min-height:1000px;
	height:auto !important;
	height:1000px;
	padding: 20px;
	margin: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	
}

#sidebar_right {

	background: #cccccc;
	width: 300px;
	height: 100%;
	padding: 20px 10px 10px 10px;
	text-align: left;
	margin: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#footer {

	background: black;
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
	width: 100%;
	height:	auto;
	padding: 0px auto;
	top: 50px;
	margin: 0px auto;
	position: relative;
	overflow: auto;
	
}

#footer ul {
	margin: 0px;
	padding: 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	white-space: nowrap;
}

#footer li { 
	list-style-type: none; 
	text-align: left;
	display: block;
	padding: 2px 2px;
	font-weight: bold;
} 

#footer li a {
	text-decoration: none;
	padding: 0px;
	color: green;
}

#footer li a:link {
	color: green;
}

#footer li a:visited {
	color: green;
}

#footer li a:hover {
color: #666666;
}

#footer_container {
text-align: center;
	width: 950px;
	height: auto;
	margin: auto;
}

#footer_left {

	width: 200px;
	height: auto;
	padding: 10px 0px 60px 0px;
	left: 0px;
	float: left;
	
}

#copyright {
	width: 325px;
	height: auto;
	margin: 0px auto;
	padding: 10px;
	left: 0px;
	top: 0px;
	float: left;

}

#disclaimer {
	text-align: right;
	width: 300px;
	height: auto;
	padding: 10px 0px 10px 0px;
	float: right;
}



#menu {
	text-align: left;
	width: 100%;
	height: 35px;
	padding: 0px;
	margin: 0px auto;
	position: absolute;
	top: 115px;
	left: 0px;
	z-index: 2;
}

#menu ul {

	margin: 0px;
	padding: 5px 5px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 30px;
	white-space: nowrap;

}

#menu li { 
	list-style-type: none; 
	display: inline;
	padding: 10px;
	font-weight: bold;

} 

#menu li a {
	text-decoration: none;
	padding: 5px 5px;
	color: #999;
}

#menu li a:link {
	color: #999;
}

#menu li a:active {
	color: #999;
}

#menu li a:visited {
	color: #999;
}

#menu li a:hover {
color: #0bdd00;
background-color: #;
}

/************************/
/*     Search Design    */
/************************/
#searchform {

	width: 300px;
	height: 25px;
	position: relative;
	top: 10px;
	left: 10px;
	text-align: left;
}

#searchform #s {
	width: 250px;
	height: 25px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #666666;
	background: white;
	vertical-align: middle;
}

#searchform #searchsubmit {
	background: white;
	border: 1px solid #666666;
	width: 35px;
	height: 25px;
	font: bold 12px Arial, sans-serif;
	color: #666666;
	vertical-align: middle;
}

/*--End Search--*/

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

.entry a {    
	text-decoration: none;
	color: green;

}

.entry a:HOVER {
    text-decoration: none;
	color: #999999;

}

.entry a:ACTIVE {
    text-decoration: none;
}

.entry a:VISITED {
    text-decoration: none;
	color: green;

}

.postmetadata {
	color: #333333;
	font-size: 12px;
	text-align: left;
	font-family: Arial;
}

.postmetadata a {    
	text-decoration: none;
	color: green;

}

.postmetadata a:HOVER {
    text-decoration: none;
	color: #999999;

}

.postmetadata a:ACTIVE {
    text-decoration: none;
}

.postmetadata a:VISITED {
    text-decoration: none;
	color: green;

}

.ul_cat {
	color: #333333;
	font-size: 14px;
	text-align: left;
	font-family: Arial;
	list-style-type:none; 
	margin-left: -25px;
}

.ul_cat a {    
	text-decoration: none;
	color: green;

}

.ul_cat a:HOVER {
    text-decoration: none;
	color: #999999;

}

.ul_cat a:ACTIVE {
    text-decoration: none;
}

.ul_cat a:VISITED {
    text-decoration: none;
	color: green;

}

.ul_archives {
	color: #333333;
	font-size: 14px;
	text-align: left;
	font-family: Arial;
	list-style-type:none;
	margin-left: -25px;
}

.ul_archives a {    
	text-decoration: none;
	color: green;

}

.ul_archives a:HOVER {
    text-decoration: none;
	color: #999999;

}

.ul_archives a:ACTIVE {
    text-decoration: none;
}

.ul_archives a:VISITED {
    text-decoration: none;
	color: green;

}

.navigation {    
	text-decoration: none;
	color: green;
}

.navigation a {    
	text-decoration: none;
	color: green;

}

.navigation a:HOVER {
    text-decoration: none;
	color: #999999;

}

.navigation a:ACTIVE {
    text-decoration: none;
	color: green;
}

.navigation a:VISITED {
    text-decoration: none;
	color: green;

}

.previous-entries {    
	text-align: left;
}

.next-entries {    
	float: right;
}


h2{
	color: #0bdd00;
	font-size: 20px;
	text-align: left;
	font-family: Verdana;
	}

h2 a {    
	text-decoration: none;
	color: #0bdd00;

}

h2 a:HOVER {
    text-decoration: none;
	color: #999999;

}

h2 a:ACTIVE {
    text-decoration: none;
}

h2 a:VISITED {
    text-decoration: none;
	color: #0bdd00;

}

h3{
	text-align: left;
	color: #333333;
	font-size: 16px;
	font-family: Arial;
	}

h4{
	color: #333333;
	font-size: 14px;
	font-family: Arial;
	text-decoration: underline;
	margin-bottom: -10px;
	}

/* Comment Styling*/

p.comments {
  clear: both;
  padding: 5px 10px 5px 10px;
  }

p.comments a {
  padding-left: 20px;
  background: url(images/comment.gif) left top no-repeat;
  font-size: 10pt;
  text-decoration: none;
  }

.commentlist {
  margin: 10px 0;
  font-size: 10pt;
  list-style: none;
  }

.commentlist li {
  margin: 0 0 10px -25px;
  background: #E9E9E9;
  width: 510px;
 
  }

.commentlist li.alt {
  margin: 0 0 10px -25px;
  background: #FFFFFF;
  width: 510px;
  }

.commentlist cite {
  padding: 10px;
  font-size: 10pt;
  }

.commentlist cite a {
	 text-decoration: none;
	color: #666666;
  }

  .commentlist cite a:hover {
	 text-decoration: none;
	color: #333333;
  }

.commentmetadata {
  padding: 10px;
  }

.comment h3 {
  padding: 0 10px;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  }

.comment p {
  padding: 10px;
  font-size: 10pt;
  color: #000;
  }

.comment a {
  text-decoration: none;
  }

.comment a:hover {
  text-decoration: none;

  }

.comment textarea {
  width: 510px;
  }

.comment #submit {
  width: 118px;
  height: 30px;
  background: url(images/commentbutton.gif) left top no-repeat;
  border: none;
  font-size: 9pt;
  color: #333;
  }

.comment #submit:hover {
  cursor: pointer;
  }
