/*   
Theme Name: Chemical
Theme URI: http://www.chemicalcode.com
Description: A theme designed for the Chemical Code Website
Author: Steven Carr
Author URI: www.chemicalcode.com
Template:
Version: 1.0
.
General comments/
Copyright Chemical Code 2009
.
*/


@charset "UTF-8";
/* CSS Document */

/* General / Common */
html {
}
body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
}
img {
	padding: 0;
	margin: 0;
	border: 0;
}
.clear {
	clear: both;
}

/* CC Header */
#ccHeader { /* 100% width */
	margin: 0;
	padding: 0;
	background-color: #FF0;
	background-image: url(images/yell-dag-bg.png);
	background-repeat: repeat;
	background-position: top center;
}
#ccContent { /* 860px Total Width */
	width: 780px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 80px 20px 0px;
	background-color: transparent;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	line-height: 18px;
}
#ccContent p {
	padding: 0px 0px 0px 80px;
	margin: 0;
}
#ccContent a {
	width: 80px;
	height: 71px;
	margin: 0;
	padding: 0;
	background-image: url(images/grey-pill_yell.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	border: 0;
	float: left;
}
#ccIntro {
	width: 700px; /* with image height is 120px */
	margin: 0;
	padding: 15px 0px 0px 0px;
	/*background-color: transparent;
	background-image: url(images/cc-header.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;*/
	float: right;
}
#ccIntro h1 {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 29px;
	line-height: 34px;
	color: #333;
}
#ccIntro h2 {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 29px;
	line-height: 34px;
	color: #666;
}
/* CC more panel */
#ccInfo {
	margin: 0px 0px 0px 80px;
	padding: 0;
	background-color: transparent;
}
#ccInfo .panel {
	width: 700px;
	margin: 10px 0px 0px 0px;
	padding: 0;
	background-color: transparent;
}
#ccInfo .panelOpen {
	width: 700px;
	margin: 10px 0px 0px 0px;
	padding: 0;
	background-color: transparent;
}
#ccInfo .panelClosed {
	width: 700px;
	margin: 10px 0px 0px 0px;
	padding: 0;
	background-color: transparent;
}
#ccInfo .tab {
	width: 700px;
	font-size: 10px;
	line-height: 14px;
	background-color: transparent;
	margin: 0;
	padding: 0px 0px 0px 15px;
	background-image: url(images/cc-info_plus_closed.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#ccInfo .tabHover {
	color: #333;
	background-color: #FFF;
	background-image: url(images/cc-info_plus_closed.png);
	background-repeat: no-repeat;
	background-position: top left;
	cursor: pointer;
}
#ccInfo .panelOpen .tab {
	background-image: url(images/cc-info_minus_open.png);
}
#ccInfo .panelOpen .tabHover {
	background-image: url(images/cc-info_minus_open.png);
}
/* CC more panel content */
#ccInfo .content {
	width: 700px;
	margin: 0;
	padding: 10px 0px 0px 0px;
	background-color: transparent;
}
#ccInfo .content h4 {
	margin: 0px 0px 10px 0px;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	color: #666;
	border: 0;
}
#ccInfo .content p {
	margin: 0;
	padding: 0px 0px 18px 0px;
}
#ccInfo .content .col2 {
	width: 340px;
	padding: 0px 0px 0px 0px;
	float: left;
}
#ccInfo .content .team {
	width: 700px;
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 14px;
}
#ccInfo .content .team ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#ccInfo .content .team li {
	width: 70px;
	padding: 0px;
	display: inline;
	float: left;
}
#ccInfo .content .team li img {
	margin-bottom: 5px;
	border: 0;
}
.margR20 {
	margin-right: 20px
}
.padR20 {
	padding-right: 20px
}
#ccInfo .content .team a {
	width: auto;
	height: auto;
	background: none;
}
#ccInfo .content .team a:link, #ccInfo .content .team a:visited  {
	color: #333;
	text-decoration: underline;
}
#ccInfo .content .team a:hover, #ccInfo .content .team a:active  {
	color: #FFF;
	background: #333;
	text-decoration: none;
}

/* CCC Header */
#cccHeader { /* 100% Width */
	margin: 0;
	padding: 0;
	background-color: #C09;
	background-image: url(images/ccc-bg.png);
	background-repeat: repeat-x;
	background-position: top left;
}
#cccHeader .panel {
	width: 860px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-image: url(images/ccc-header_norm.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#cccHeader .panelClosed {
	background-image: url(images/ccc-header_norm.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#cccHeader .panelOpen {
	background-image: url(images/ccc-header_open.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#cccHeader .tab { /* 860px Total Width */
	width: 700px;
	height: 48px;
	margin: 0px 0px 0px 0px;
	padding: 0px 80px 0px 80px;
	background-color: transparent;
	background-image: url(images/ccc-header_norm_norm.png);
	background-repeat: no-repeat;
	background-position: 80px 0px;
	text-indent: -3000px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#cccHeader .panelOpen .tab {
	background-image: url(images/ccc-header_open_over.png);
}
#cccHeader .panelOpen .tabHover {
	background-image: url(images/ccc-header_open_norm.png);
}
#cccHeader .panelClosed .tabHover {
	background-image: url(images/ccc-header_norm_over.png);
}
#cccHeader .content {
	width: 700px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	line-height: 18px;
}
.copy {
	padding: 71px 0px 20px 0px;	
}
#cccAbout {
	width: 460px;
	padding: 0;
	margin: 0px 10px 0px 0px;
	float: left;
}
#cccAddress {
	width: 209px; /* 220px Width - Total */
	font-size: 10px;
	line-height: 14px;
	padding: 0px 0px 5px 10px;
	margin: 0px 0px 0px 10px;
	float: right;
	border-left: 1px solid #FFF;
}
#cccAddress a:link {
	text-decoration: underline;
	color: #FFF;
	padding: 1px;
}
#cccAddress a:visited {
	text-decoration: underline;
	color: #FFF;
	padding: 1px;
}
#cccAddress a:hover {
	text-decoration: none;
	color: #C09;
	background-color: #FFF;
	padding: 1px;
}

/* Blog Elements */
#bContent { /* 100% Width */
	/*height: 100%;*/
	margin: 0;
	padding: 0;
	background-color: #666;
	background-image: url(images/blog_bg.png);
	background-repeat: repeat-x;
	background-position: top left;
}
#bCenter {
	width: 700px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0px 0px 0px;
	background-color: transparent;
}
#bHeader {
	width: 700px;
	height: 35px;
	padding: 0;
	margin: 0;
	background-image: url(images/blog_header.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -3000px;
}
#message {
	font-size: 12px;
	color: #FFF;
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #FFF;
}

/* Search Blog Panel */
#search {
	margin: 0;
	padding: 0;
	background-color: #999;
	font-size: 10px;
	line-height: 14px
}
#search .panel {
	margin: 0;
	padding: 0;
	background-image: url(images/search_plus.png);
	background-repeat: no-repeat;
	background-position: top right;
}
#search .panelOpen {
	background-image: url(images/search_minus.png);
	background-repeat: no-repeat;
	background-position: top right;
}
#search .panelOpen .tabHover {
	color: #FF0;
	background-image: url(images/search_minus_ov.png);
	background-repeat: no-repeat;
	background-position: top right;
}
#search .panelClosed {
	background-image: url(images/search_plus.png);
	background-repeat: no-repeat;
	background-position: top right;
}
#search .panelClosed .tabHover {
	color: #FF0;
	background-image: url(images/search_plus_ov.png);
	background-repeat: no-repeat;
	background-position: top right;
}
#search .tab {
	width: 690px;
	_width: 700px; /* IE6 */
	margin: 0;
	padding: 2px 5px 2px 5px;
	color: #333;
	font-weight: bold;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#search .tabHover {
	color: #FF0;
}
#search .content {
	padding: 0px 0px 0px 5px;
	margin: 0;
}
#search .copy {
	width: 210px; /* 210px Wide Total */
	color: #FFF;
	margin: 5px 5px 5px 0px;
	padding: 5px 8px 5px 8px;
	border-top: 1px solid #666;
	float: left;
}
#search .copy ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#search .copy li {
	margin: 0;
	padding: 0;
	display:-moz-inline-box;/* mozilla only */
    display:inline-block;/* for browsers that support display:inline-block*/
	zoom:1;
	*display:inline;/* IE 6 */
}
#search .copy a:link {
	color: #FFF;
	display: block;
	text-decoration: none;
	padding: 1px;
}
#search .copy a:visited {
	color: #FFF;
	display: block;
	text-decoration: none;
	padding: 1px;
}
#search .copy a:hover {
	color: #000;
	background-color: #FF0;
}


/* Story Elements */
.story {
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	/*border-bottom: 1px dotted #FFF;*/
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	line-height: 15px;
}
.story a:link {
	text-decoration: underline;
	font-style: italic;
	color: #FFF;
}
.story a:visited {
	text-decoration: underline;
	font-style: italic;
	color: #CCC;
}
.story a:hover {
	text-decoration: none;
	font-style: italic;
	color: #333;
	background-color: #FFF;
}
.story .info {
	/*width: 220px;
	height: 80px;*/
	padding: 0;
	/*float: left;*/
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px dotted #999;
}
.story .info a:link {
	text-decoration: none;
	color: #FFF;
	font-style: normal;
	background-color: transparent;
}
.story .info a:visited {
	text-decoration: none;
	color: #FFF;
	font-style: normal;
	background-color: transparent;
}
.story .info a:hover {
	text-decoration: none;
	color: #FF0;
	font-style: normal;
	background-color: transparent;
}
.story .info p {
	margin: 0;
	padding: 0;
}
.story .info h1 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 0px 0px;
	border-top: 1px solid #FFF;
}
.story .info .date {
	font-size: 10px;
	line-height: 13px;
}
.story .info .date a:link {
	text-decoration: none;
	color: #FFF;
	font-style: normal;
	background-color: transparent;
}
.story .info .date a:visited {
	text-decoration: none;
	color: #FFF;
	font-style: normal;
	background-color: transparent;
}
.story .info .date a:hover {
	text-decoration: none;
	color: #FF0;
	font-style: normal;
	background-color: transparent;
}
.story img {
	width: 456px;
	margin: 0px 0px 0px 20px;
	padding: 0;
	border: 2px solid #FFF;
	float: right;
}
.story object {
	width: 425px;
	margin: 0px 0px 0px 20px;
	padding: 0;
	border: 2px solid #FFF;
	float: right;
}
.story .tags {
	width: 460px; /* 700px Wide */
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 240px;
	font-size: 10px;
	font-style: italic;
}
.story .tags a:link {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	background-color: transparent;
}
.story .tags a:visited {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	background-color: transparent;
}
.story .tags a:hover {
	text-decoration: none;
	color: #FF0;
	font-weight: bold;
	background-color: transparent;
}

/* Single Story Elements */
#single {
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #FFF;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	line-height: 15px;
}
#single a:link {
	text-decoration: underline;
	font-style: italic;
	color: #FFF;
}
#single a:visited {
	text-decoration: underline;
	font-style: italic;
	color: #CCC;
}
#single a:hover {
	text-decoration: none;
	font-style: italic;
	color: #333;
	background-color: #FFF;
}
#single p {
	margin: 0;
	padding: 0;
	width: 460px;
}
#single .info {
	margin: 0px 0px 5px 0px;
	padding: 0;
}
#single .info h1 {
	font-size: 20px;
	line-height: 24px;
	color: #FFF;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #FFF;
}
#single .info .date {
	font-size: 10px;
	color: #FFF;
	line-height: 13px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
}
#single .info .date a:link {
	text-decoration: none;
	color: #FFF;
	font-style: normal;
	background-color: transparent;
}
#single .info .date a:visited {
	text-decoration: none;
	color: #FFF;
	font-style: normal;
	background-color: transparent;
}
#single .info .date a:hover {
	text-decoration: none;
	color: #FF0;
	font-style: normal;
	background-color: transparent;
}
#single img {
	/*width: 696px;*/
	margin: 10px 0px 10px 0px;
	padding: 0;
	border: 2px solid #FFF;
}
#single object {
	width: 425px;
	margin: 0px 0px 20px 0px;
	padding: 0;
	border: 2px solid #FFF;
	display: block;
}
#single .tags {
	margin: 10px 0px 0px 0px;
	padding: 0;
	font-size: 10px;
	color: #FFF;
	font-style: italic;
}
#single .tags a:link {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	background-color: transparent;
}
#single .tags a:visited {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	background-color: transparent;
}
#single .tags a:hover {
	text-decoration: none;
	color: #FF0;
	font-weight: bold;
	background-color: transparent;
}
#pageNav {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	font-size: 10px;
	color: #FFF;
}
#pageNav a:link {
	text-decoration: none;
	color: #FFF;
	font-style: italic;
}
#pageNav a:visited {
	text-decoration: none;
	color: #FFF;
	font-style: italic;
}
#pageNav a:hover {
	text-decoration: none;
	color: #333;
	font-style: italic;
	background-color: #FFF
}

/* Search Results */
#resultHead {
	width: 700px;
	height: 35px;
	margin: 10px 0px 0px 0px;
	padding: 0;
	background-image: url(images/blog_results.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -3000px;
}
.result {
	margin: 0;
	padding: 0px 0px 20px 0px;
}
.result a:link, .result a:visited  {
	margin: 0;
	padding: 10px;
	text-decoration: none;
	color: #FFF;
	display: block;
	border-bottom: 1px solid #FFF;
}
.result a:hover, .result a:active {
	color: #333;
	background-color: #FF0;
}
.result h1 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
.result .date {
	font-size: 10px;
	line-height: 13px;
}
.result .date a:link, .result .date a:visited {
	display: inline;
}
.result .date a:hover, .result .date a:active {
	display: inline;
}
.result .view {
	font-size: 10px;
	line-height: 13px;
	font-style: italic;
	float: right;
}


/* Footer */
#footer {
	margin: 0;
	padding: 22px 0px 0px 0px;
	background-color: #404040;
	background-image: url(images/blog-bot_bg.png);
	background-repeat: repeat-x;
	background-position: top left;
}
#footer .dags {
	margin: 0;
	padding: 0px 0px 20px 0px;
	background-color: transparent;
	background-image: url(images/grey-dag_bg.png);
	background-repeat: repeat;
	background-position: top center;
}
#fContent {
	width: 700px;
	/* height: 100px;  TEMP */
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 20px 0px;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	line-height: 14px;
}
#fContent .col3 {
	width: 220px;
	margin: 20px 20px 0px 0px;
	padding: 10px 0px 0px 0px;
	float: left;
	border-top: 1px solid #999;
}
#fContent .col3 .pill {
	width: 58px;
	height: 76px;
	background-image: url(images/wht-pill_grey.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#fContent .col3 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#fContent .col3 li {
	margin: 0;
	padding: 0;
	display:-moz-inline-box;/* mozilla only */
    display:inline-block;/* for browsers that support display:inline-block*/
	zoom:1;
	*display:inline;/* IE 6 */
}
#fContent .col3 a:link {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 1px;
}
#fContent .col3 a:visited {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 1px;
}
#fContent .col3 a:hover {
	color: #000;
	background-color: #FF0;
}