/*  
Theme Name: In the Hopper	
Theme URI: http://www.inthehopper.org
Description: Theme for SPI's Business Blog: In the Hopper
Version: 1.0
Author: The Society of the Plastics Industry, Rachel Deonier
Author URI: http://www.plasticsindustry.org/

*/


/* Variable Definitions
	
	Date Header Color: #d85526

   LINK COLORS
   -----------
	Main Link: #1d3d76;
	Visited Link: #33488b;
	Hover Link: #a52d1f;
	
	Top Left Link: #ffffff;
	Visited Link: #33488b;
	Hover Link: #a52d1f;
	
	RIGHT SIDEBAR
	-------------
	H2: #181953

*/
body {
	margin: 0 auto;
	width: 1000px;
	font-family: Trebuchet MS, Verdana, Arial, Sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	background: #ffffff;
	color: #000000;	
	}
	
h1 {

}

.left-sidebar ul h2 {
 font-weight: bold;

 line-height: 1.5em;
 text-transform: uppercase;

 letter-spacing: .2em;
}

.widget {
	margin:0.5em 0 1.25em 0;
	}

/* Links
----------------------------------------------- */
a:link {
  color: #1d3d76;
  }
a:visited {
  color: #33488b;
  }
a:hover {
  color: #a52d1f;
  }
a img {

  border-width:0;
  }


/*::::::::::::::::::::::::::::::::::::::::::::::::::::::

	HEADER DIV
	
:::::::::::::::::::::::::::::::::::::::::::::::::::::::*/


#header {
	background-image: url(images/header3.jpg);
	background-repeat:no-repeat;
	height: 215px;
	border: 1px solid #000;
	border-width: 1px 1px 0px 1px;
	margin: 10px 10px 0 10px;
	}
	

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::

	CONTENT DIV
	
:::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

#content {
	margin: 0px 10px 0px 10px;
	border: 1px solid #000;

}


/*::::::::::::::::::::::::::::::::::::::::::::::::::::::

	LEFT SIDEBAR
	
:::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#left_sidebar {
	float: left;
	display: block;
	width: 230px;
	margin: 10px 0 0 10px;
	}

#left_sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 10px 20px 10px 10px;
	}
	
#left_sidebar ul ul {
	margin: 0;
	padding: 0;
	}
	
/* TOP LEFT SIDEBAR */
#top_left {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #181953;
	color:#fff;
	}
#top_left h2 {
	font-size: 100%;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;

	}
#top_left a:link {
	color: #fff;
	}
#top_left a:visited {
	color: #33488b;
	}
#top_left a:hover {
	color: #a52d1f;
	}

	

#top_left .widget ul li {
  background:url("http://www.plasticsindustry.org/files/images/blog/list_arrow.png") no-repeat 2px .25em;
  margin:0;
  padding:0 0 3px 16px;
  margin-bottom:3px;
/*  border-bottom:1px dotted #fff; */
  line-height:1.4em;
  }
/* BOTTOM LEFT SIDEBAR */

#bottom_left {
	margin: 10px 0 0 0;
	border: 1px solid #000;
	background-color: #f1f1fb;
	color: #000;
	}
#bottom_left h2 {
	font-size: 100%;
	text-transform: uppercase;
	}
#bottom_left ul li ul li{
	padding-left: 20px;
	margin: 0;
	line-height: 1.2em;
	}

/* BLOG LINKS SECTION */

#blog_links h2 {
	font-size: 100%;
	text-transform: uppercase;
	color: #000;
	border-bottom: 1px solid #000;
	}
#blog_links a img {
	text-decoration: none;
	margin: 0px 0px 0px 5px;
	}
#blog_links a {
	text-decoration: none;
	margin-right: 5px;
	}
#blog_links li {
	line-height: 1.5em;
	}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::

	CONTAINER DIV
	
:::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#container {
	float: left;
	width: 545px;
	margin:10px 10px 10px 10px;
	padding-top: 10px;
	border: 1px solid #181953;
	border-width: 1px 1px 1px 1px;
	line-height:1.5em;
	word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
	overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
	}
	
#search_container {
	float: left;
	width: 545px;
	margin: 10px 10px 10px 10px;
/*	border: 1px solid #181953;
	border-width: 1px 1px 1px 1px; */
	line-height:1.5em;
	word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
	overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
	}
	
#cse-search-results iframe {
	width: 525px;
	margin: 0 10px 0 10px;
	line-height:1.5em;
	word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
	overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::

	POST FORMATTING
	
:::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* OLD TITLE FORMATTING
.post h2 {
  margin:0 10px 0 10px;
  line-height:1.5em;
  font-size: 16px;
  background:url("http://www.plasticsindustry.org/files/images/blog/icon_arrow.gif") no-repeat 20px .6em;
  display:block;
  border:1px solid #f5a10b;
  border-width:0 0px 1px 0px;
  padding:5px 20px 5px 40px;
  color: #181953;
  } */

.post h2 {
  margin:0;
  line-height:1.5em;
  font-size: 15px;
  display:block;
  background-color: #f1f1fb;
  padding:5px 20px 5px 20px;
  color: #181953;
  border: 1px solid #d6d6ed;
  border-width: 1px 0 1px 0;
}
.post h3 {
  margin:0;
  padding: 4px 28px 4px 20px;
  font-size:85%;
  line-height:2em;
  text-transform:uppercase;
  letter-spacing:.2em;
  color: #d85526;
/*  border-bottom: 1px dotted #f5a10b; */
  }


.post h2 a, .post h2 a:visited {
  text-decoration:none;
  color: #181953;
  }
.post h2 a:hover {
    text-decoration: underline;
	}
.entry {
  margin: 0px 0px 25px 0px;
/*  border-bottom: 1px dotted #f5a10b; */

  }
.postbody {
	margin: 0px 10px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #ffffff;
        border-width: 0px 1px 0 1px;
	}
.post img {
  margin:0 10px 5px 0;
  padding:4px;
  border:1px solid #e2e2e2;
  cursor: default;
  }
blockquote {
  margin:.75em .75em;
  border:1px solid #f4dfbc;
  border-width:1px 0;
  padding:5px 15px;
  font-style: italic;
  }
.post blockquote p {
  margin:.5em 0;
  }
.post p {
  margin:0 0 .75em;
  }
.postmetadata {
	margin: 0;
	background: #fef5e6;
	padding:2px 14px 2px 19px;
        border:1px solid #f4dfbc;
	border-width:1px 0px 1px 0px;
	font-size:97%;
        line-height:1.5em;
	color: #666;

}

.postmetadata p { 
  margin: 0;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::

	RIGHT SIDEBAR

	
:::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#right_sidebar {

	float: left;
	display: block;
	width: 160px;
	margin: 10px 10px 0 0;
	}
	
#right_sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
#right_sidebar .widget {
	clear: both;
	}	
/* TOP RIGHT SIDEBAR */

#top_right h2 {
	font-size: 100%;
	text-transform: uppercase;
	color: #181953;
	border-bottom: 1px solid #181953;
	}
#top_right a img {
	text-decoration: none;
	margin-right: 5px;
	}
#top_right a {
	text-decoration: none;
	margin-right: 5px;
	}
#top_right li {
	line-height: 1.5em;
	}

/* BOTTOM RIGHT SIDEBAR - USE FOR ADS */
#bottom_right img {
	margin: 0 0 0 15px;
	}
#bottom_right h2 {
	font-size: 100%;
	text-transform: uppercase;
	color: #181953;
	border-bottom: 1px solid #181953;
	}
#bottom_right a img {
        margin: 5px 10px 5px 10px;
        }


/*::::::::::::::::::::::::::::::::::::::::::::::::::::::

	OPENX STYLING
	
:::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

#bottom_right #openx-widget h2 {
   border-bottom: none;
}

#square_ads {
   margin-left: 5px;
}

#square_ads a img {
   margin: 5px;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::

	COMMENTS
		
:::::::::::::::::::::::::::::::::::::::::::::::::::::::*/	

.comments_template h3 {
        border: 1px solid #d6d6ed;
        border-width: 1px 0 0 0;
	}	
.comments_template{
	margin: 10px 0 0 0px;
	background-color: #f1f1fb;
}

#commentform p {
	margin: 0 0 0 30px;
	}
.comments_template ol{
	margin: 0;
	padding: 0 20px 0 20px;
	list-style: decimal;
}

.comments_template ol li{
	margin: 10px 0 0 20px;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #181953;
}

.commentmetadata{
	font-size: 12px;
}

.comments_template p.nocomments{
	padding: 0 0 0 20px;
}

.comments_template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}
.commentlist .alt {
background-color: #f1f1fb;
}
#comment {
	margin-left: 0px;
	}
#submit {
	margin: 5px 10px 0 350px;
	}
#comments {
	border: none;
	text-transform: none;
	color: #181953;
	}
#respond {
	border: none;
	margin-top: 5px;
	color: #181953;
	}
#button {
	}
#return {
	margin: 0 0 0 30px;
	padding-bottom: 10px;
	}
#comment_login {
	margin: 0 0 0 30px;
	}
	
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::

	NAVIGATION DIV
	
:::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.navigation {
	text-align: center;
	}

.navigation a img {
	text-decoration: none;
	}
.navigation a {
	text-decoration: none;
	}
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::

	FOOTER DIV
	
:::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#footer {
	clear: both;
	font-size: 90%;
	text-align: center;
	margin-bottom: 5px;
	}