/*
Theme Name: Idea Exchange.
Theme URI: http://ideaexchange.quarry.com/
Description: Custom theme for Quarry's Idea Exchange
Author: Quarry Integrated Communications
Author URI: http://www.quarry.com/
Tags: custom header, fixed width, two columns
*/

/*------------------------------------------------------------------
[Master Stylesheet]

Last Change: 19/01/09
Author: Curtis Cummings
-------------------------------------------------------------------*/
@import url('css/reset.css');

/*------------------------------------------------------------------ 
[Table of contents] 
 
1. Body 
2. Layout 
3. Header
4. Navigation 
5. Content
6. Comments
7. Sidebar
8. Footer
9. Typography
10. General Classes
-------------------------------------------------------------------*/  

/*------------------------------------------------------------------ 
[1. Body] 
*/ 

body {
	background:#BEC3C6 url(images/body_bg.jpg) repeat-x top left;
	color:#111;
	font: 100% "Trebuchet MS", Verdana, "Lucida Grande", Arial, sans-serif; 
	line-height:1.125em; 
	text-align:center;
}

#wrap{
	background:transparent url(images/wrap_bg.gif) no-repeat top center; 
	padding:20px 0;
}

/*------------------------------------------------------------------ 
[2. Layout] 
*/ 

#page {
	
	margin:10px auto; 
	text-align:left;
	width:936px;
}
#header, #upper_container, #header_graphic {
	float:left; 
	position:relative;
	width:936px;
}
#upper_container {
	background:transparent url(images/header_quarry.gif) no-repeat top left; 
	height:100px;
}
#upper_container img.logo {
	position:absolute; 
	right:19px; 
	top:23px;
}
#header_graphic {
	background:#fff url(images/header_graphic.jpg) no-repeat top left; 
	height:235px;
}
#container {
	float:left; 
	padding-left:40px; 
	width:896px;
}
#page #container {
	background:#fff url(images/content_bg.gif) repeat-y top right;
}
#primary {
	width:555px;
	float:left;
	padding:0 40px 0 0;
}
#secondary {
	float:left;
	width:301px; 
}
#sidebar-wide {
	width:301px;
}
.sidebar {
	float:left;
}
.sidebar-items {
	padding:5px 5px 0 5px;
}
#footer {
	clear:both;
	width:856px;
	float:left;
}
	
/*------------------------------------------------------------------ 
[3. Header] 
*/ 

#header .homelink { 
	background: transparent url(images/title_bg.gif) no-repeat top left; 
	height:63px; 
	font-weight:normal; 
	letter-spacing:-0.5px; 
	margin:60px 20px 10px 40px;
	text-indent:-9999px; color:#fff; font-size:1.75em; 
	width:229px;
	cursor:pointer;
}
#header .homelink a {
	color:#fff;
}
#header .homelink a:hover {
	color:#fff; 
	text-decoration:none;
}
#header .description {
	color:#fff;
	font-size:1em; 
	font-weight:normal; 
	letter-spacing:.1px;
	padding:5px 0 10px 40px; 
}
#skip a {
	background:#e5e5e5; 
	color:#444; 
	display:block;
	font-weight:bold; 
	padding:0.2em 0.3em; 
	position:absolute;
	text-decoration:none;  
	top:0.5em; 
	right:999em;
}
#skip a:first-letter{
	text-decoration:underline;
}
#skip a:hover{
	background:#ddd;
}

/*------------------------------------------------------------------ 
[4. Navigation] 
*/ 

#nav_main {
	background:transparent; 
	bottom:0;
	font-size:1em;
	height:32px; 
	left:40px; 
	position:absolute; 
}
#nav_main a {
	color:#b5b5b5; 
	font-size:.9375em; 
	letter-spacing:-0.025em;
	text-decoration:none; 
}
#nav_main li {
	background: url(images/nav_tab_bg.gif) repeat-x top left; 
	float:left; 
	padding:8px 0; 
	position:relative; 
	text-align:center;
}
#nav_main li.first {
	background: url(images/nav_left_bg.gif) no-repeat top left;
}
#nav_main li.last {
	background: url(images/nav_right_bg.gif) no-repeat top right;
}
#nav_main li a {
	border-right:1px solid #fff; 
	border-left:1px solid #b5b5b5; 
	padding:0 13px;
}
#nav_main li.first a {
	border-left:none;
}
#nav_main li.last a {
	border-right:none;
}
#nav_main li:hover, #nav_main li.current_page_item {
	background:url(images/nav_tab_hover_bg.gif) repeat-x;
	color:#777; 
}
#nav_main li.first:hover, #nav_main li.current_first_page_item {
	background: url(images/nav_over_left_bg.gif) no-repeat top left;
}
#nav_main li.last:hover {
	background: url(images/nav_over_right_bg.gif) no-repeat top right;
}
#nav_main li:hover a, #nav_main li.current_page_item a {
	background-image:none;
	color:#777;
}

/*------------------------------------------------------------------ 
[5. Content] 
*/ 

.looped .entry,
.single .entry {
	border-bottom: 1px dashed #ddd;
}
.looped .entry {
    margin-bottom:40px;
}
.entry-content {
	font-size:.8125em; 
	line-height:1.5em; 
	margin:20px 0 0;
}
.entry-byline {
	color:#777; 
	font-size:0.75em; 
	font-style:italic;
}
.entry-content p.whatisrss {
	color:#777; 
	font-size:0.875em; 
	font-style:italic;
	margin:-5px 0 15px;
}
* .entry-content img {
	max-width:570px;
	width: expression(this.width > 570 ? "570px": this.width + "px");
}
.whatisrss a {
	color:#777; 
}

p.intro-big {
	color:#888;
	line-height: 1.25em;
	font-size: 	1.4em;
	font-style:italic;
}

p.intro-small {
	color:#6e6d65;
	font-size:  1em;
}

.entry-byline address {
	display:inline;
}
.entry-content p {
	margin:0 0 20px;
}
.entry-content address {
	font-style:italic;
	margin:0 0 20px;
}
/* Link Icons */
.entry-content a[href $='.pdf'], .entry-content a[href $='.ppt'], .entry-content a[href $='.doc'], .entry-content a[href $='.zip'] {
	/*padding-left: 18px;*/ 
}
.entry-content a[href $='.pdf'] {
	/*background: transparent url(images/pdf_icon.png) no-repeat center left;*/
}
.entry-content a[href $='.ppt'] {
	/*background: transparent url(images/ppt_icon.png) no-repeat center left;*/
}
.entry-content a[href $='.doc'] {
	/*background: transparent url(images/doc_icon.png) no-repeat center left;*/
}
.entry-content a[href $='.zip'] {
	/*background: transparent url(images/zip_icon.png) no-repeat center left;*/
}
.entry-meta {
	color:#777;
	font-size:.8125em;
	margin:5px 0 15px; 
}
/* Lists */
.entry-content ol {
	list-style-type:decimal;
	margin:0 0 20px 30px;
}
.entry-content ol ol {
	list-style-type:upper-alpha;
}
.entry-content ul {
	margin:0 0 20px 10px;
}
.entry-content li {
	margin-bottom:8px;
}
.entry-content li ul, .entry-content li ol {
	margin:8px 0 18px 30px;
}
.entry-content ul li {
	background: url(images/bullet.gif) 0 3px no-repeat; 
	padding:0 0 0 20px;
}
.entry-content li ul {
	list-style-type:none;
}
.entry-content li li {
	background: url(images/bullet_em.gif) 0 4px no-repeat; padding:0 0 0 20px;
}
.entry-content dl {
	margin:0 0 20px;
}
.entry-content dl dt {
	font-weight:bold;
}
.entry-content dd{
	margin:0 0 20px;
}
/* Images */
img {
	border:0;
}
.author_avatar img {
	margin:5px 5px 5px 0;
}
img.sided {
	background:#FFF; 
	border:1px solid #CCC; 
	padding:3px;
}
a:hover img.sided {
	border-color:#A6A6A6;
}
.wp-caption {
	background:#F7F7F7 none repeat scroll 0 0; 
	border:1px solid #CCCCCC; 
	margin-bottom:5px; 
	padding:5px 0; 
	text-align:center;
}
.entry-content .wp-caption p {
	margin:0;
}
/* Add to Any */
.entry-content .addtoany_share_save_container {
	clear:both; 
	margin-top:10px; 
	margin-bottom:10px;
}
.entry-author{
	background:#fefefe;
	border:1px solid #f1f1f1;
	padding:10px;
	clear:both;
	font-size:0.8125em;
}
/* Navigation */
.navigation {
	font-size:.9375em; 
	padding:20px 0;
	text-align:center; 
}
.navleft, .gnavleft {
	float:left; 
	text-align:left;
	width:50%;
}
.navright, .gnavright {
	float:right; 
	width:50%; 
	text-align:right;
}
.gnavigation {
	padding:0 0 2em;
}
/* Tables */
.entry-content table {
	margin:0 0 1.5385em; 
	border:1px solid #ccc; 
	color:#444;
}
.entry-content th {
	font-weight:bold; 
	background:#ccc;
}
.entry-content th, .entry-content td {
	padding:0.2em 10px;
}
.entry-content td {
	border:1px solid #ccc;
	vertical-align: top;
}
.entry-content tfoot{
	background:#ddd;
}
/* Subscribe Page Tables */
table.subscribe {
	margin:0 0 1.5385em -10px; 
	border:none; 
}
.subscribe th {
	font-weight:bold; 
	background:#ccc;
}
.subscribe th, .subscribe td {
	padding:0.2em 10px;
}
.subscribe td {
	border:none;
	vertical-align: top;
}
.subscribe tfoot{
	background:#ddd;
}
/* Interview Format */
.entry-content table.interview {
	width:100%; 
	border:none;
}
.entry-content table.interview td {
	border:none;
}
.entry-content table.interview td p.title {
	font-weight:bold;
}
.entry-content table.interview .name {
	width:15%;
}
.entry-content table.interview .discussion {
	width:85%;
}
/* Contributor List */
.entry-content table.contributors {
	width:100%; 
	border:none;
}
.entry-content table.contributors tr {
	border-bottom:1px dotted #ccc;
}
.entry-content table.contributors h3 a {
	color:#466d7f; 
	
	text-decoration:none;
}
.entry-content table.contributors h3 {
	margin:5px 0 10px;
}
.entry-content table.contributors img {
	float:left;
	margin:5px 5px -5px 0;
}
.entry-content table.contributors td {
	border:none;
	padding:0;
}
.entry-content table.contributors .description {
	font-size:0.9em;
}

.entry-content table.contributors .title {
	color:#777;  
	font-style:italic;
	font-size:0.9em;
	margin:-7px 0 0;
}
.entry-content table.contributors .email-img img {
	padding:0;
	margin:0;
}
.entry-content table.contributors .posts {
	padding-left:5px;
	width:40%;
}
.entry-content table.contributors .posts ul {
	margin:0 0 10px 0;
}
.entry-content table.contributors .posts ul li {
	font-size:0.9em;
	margin-bottom:2px;
}
.entry-content table.contributors .name {
	width:15%;
}
.entry-content table.contributors .discussion {
	width:85%;
}

/*------------------------------------------------------------------ 
[6. Comments] 
*/ 
#comments {
	width:100%;
}
.commentlist{
	margin:0 0 10px;
}
.commentlist li{
	margin:0; 
	padding:15px 15px 15px 0; 
}
.comments-number {
	color:#466d7f; 
	font-weight:bold; 
	font-size:1.25em; 
	line-height:1; 
	margin:10px 0 10px;
}
#respond {
	border-top:1px dotted #ddd;
	color:#466d7f; 
	font-weight:bold; 
	font-size:1.25em; 
	line-height:1; 
	margin:0;
	padding:10px 0 10px;
}
.comment-meta {
	background:#f7f7f7;
	min-height:45px;
	width:100%;
}
.comment-login {
	color:#777; 
	font-size:0.75em; 
	font-style:italic;
}
.comment-author {
	font-weight:bold; 
	font-size:1em;
}
.comment-avatar img {
	margin-right:5px;
}
.comment-counter {
	font-size:1em; 
	float:right;
	margin:10px;
}
.comment-date {
	color:#777; 
	font-size:0.75em; 
	font-style:italic;
}
.comment-content {
	font-size:0.8125em; 
}
.comment-content p {
	margin:10px; 
}
.awaiting {
	font-size:.75em; 
	font-style:italic;
	color:#f20;
}
.nocomments{
	font-size:.9375em; 
	color:#333; 
	padding:10px 0; 
	border-top:1px dashed #ddd;
}
#comments td {
	padding:0.2em 10px;
	vertical-align: top;
}

/*-----commentforms*/
#commentform{margin:0 0 10px 0;}
#commentform p{margin:0 0 16px 0;}
#commentform label em{color:#f20;}
#commentform textarea, #commentform input{background:#fff url(images/input_bg.gif) repeat-x center top; border:1px solid #a6a6a6; padding:2px 1px;}
#commentform textarea:focus, #commentform input:focus{color:#000; border-color:#888;}
#commentform label{font-size:.8125em;}
#commentform textarea{width:90%; background:#fff url(images/input_bg.gif) repeat-x center top; border:1px solid #a6a6a6; padding:2px 1px;}

#commentform #submit{height:30px; padding:3px 6px;}

/*------------------------------------------------------------------ 
[7. Sidebar] 
*/ 

#sidebars {
	background: url(images/sidebar_bg.gif) repeat-x top left; 
	border-left:1px solid #ccc;
}
.widget {
	background: url(images/widget_separator.gif) no-repeat center bottom; 
	font-size:.75em; 
	margin:0 0 16px; 
	padding:0 12px 20px;
}
.noline {
	background-image: none; 
}
.widget li{
	margin:4px 0; 
}
.widget li li {
	padding:0 0 0 15px;
}
.widgettitle, .widgettitle a{
	margin-bottom:3px; 
	line-height:1.3; 
	color:#747474; 
	font-weight:bold;
}
.bullet_list li{
	background: url(images/bullet.gif) 0 3px no-repeat; 
	padding:0 0 0 20px;
}
.collapse-link {
	cursor:pointer;
}
.right_arrow, .down_arrow, .rss_icon, .email_icon {
	padding-left: 18px;
}
.right_arrow {
	background: transparent url(images/bullet_arrow_right.gif) no-repeat center left;
}
.down_arrow {
	background: transparent url(images/bullet_arrow_down.gif) no-repeat center left;
}
.rss_icon {
	background: transparent url(images/rss_icon.gif) no-repeat center left;
}
.email_icon {
	background: transparent url(images/email_icon.gif) no-repeat center left;
}
/* Search */
#quarry-search {
	padding-bottom:0;
	margin:0;
}
#searchform input, s-searchform input {
	vertical-align:middle;
}
#searchform #s, #s-searchform #s-input {
	background:#fff url(images/input_bg.gif) repeat-x center top; 
	border:1px solid #a6a6a6; 
	height:15px;
	padding:3px 2px; 
	width:200px; 
}
#searchsubmit {
	background:transparent url(images/search_button.gif) no-repeat center top;
	border:0;
	cursor:pointer;
	cursor:hand;
	height:25px;
	margin:0; 
	overflow:hidden;
	padding:25px 0 0;
	width:32px;
}
#s-submit {
	background:transparent url(images/search_button.gif) no-repeat center top; 
	border:0; 
	cursor:pointer; 
	cursor:hand;
	height:25px; 
	margin:0; 
	padding:25px 0 0; 
	text-indent:-1000em; 
	width:32px;
}
form>#searchsubmit {
	height: 0px;
}
/* Ad */
quarry-ad img {
	margin:0; 
	max-width:266px;
	padding:0;
	text-align:center;
}

/* Search */
#quarry-subscribe {
	margin:0;
}
/*------------------------------------------------------------------ 
[8. Footer] 
*/ 

#footer{
	font-size:.75em; 
	margin:0 0 10px; 
	padding:10px 0;
	text-align:center;}
.clear{
	clear:both;
	margin:0; 
	padding:0; 
}
#footer{
	border-top: 1px solid #ccc;
    color:#747474;
    font-size:0.6875em;
    text-align:left;
}
#footer ul li {
	float:left; 
	padding:5px;
}

/*------------------------------------------------------------------ 
[9. Typography] 
*/ 

/* General */
b, strong{
	font-weight:bold;
}
i, em, dfn{
	font-style:italic;
}
dfn{
	font-weight:bold;
}
abbr, acronym{
	border-bottom:1px dotted #ddd; 
	cursor:help;
}
sup, sub{
	font-size:0.6875em; 
	line-height:1;
} 
sup{
	vertical-align:super;
}
sub{
	vertical-align:sub;
}
del{
	text-decoration:line-through;
}
u, ins{
	text-decoration:underline;
}
pre, code, tt{
	font:.875em 'Courier New', Courier, Monospace; 
	margin:0 0 1.5385em; 
	padding:0.7692em 10px; 
	overflow:auto;
}
code {
	background:#f1f1f1;
	border:1px solid #ccc;
	display:block; 
}
pre{
	border:1px solid #ddd;
}
hr{
	background:#ccc; 
	color:#ccc; 
	clear:both; 
	float:none; 
	width:100%; 
	height:0.1em; 
	margin:0 0 1.5385em; 
	border:none;
}
/* Blockquotes */
blockquote {
	background:url('images/quote.gif') no-repeat; 
	/* OLD COLOR #555 */
	color:#99b277; 
	font-weight:bold;
	padding:0 0 10px 40px;
}
blockquote.full {
	width:100%; 
	float:left; 
	margin:10px 0;
}
blockquote.half_left {
	width:50%;  
	float:left;
	margin:10px 10px;
	margin-left:0;
}
blockquote.half_right {
	width:50%;  
	float:right;
	margin:10px 10px;
	margin-right:0;
}
blockquote.third_left {
	width:33%; 
	margin:10px 10px;
	margin-left:0;
	float:left;
}
blockquote.third_right {
	width:33%; 
	margin:10px 10px; 
	margin-right:0;
	float:right;
}
small{
	font-size:80%;
}
/* Links */
a {
	text-decoration:none; 
	color:#2b71a7;
}
a:hover {
	text-decoration:underline;
}
.entry-content a {
	text-decoration:underline;
}
.entry-content a:hover{
	text-decoration:none;
}
p.job-title{
	color:#777;
	font-style:italic;
	font-size:0.8125em;
}
.entry-title a:hover, .entry-byline a:hover, .navigation a:hover {
	color:#000;
}
.entry-title a{
	color:#466d7f;
}
.entry-byline a{
	color:#777;
}
#primary.page-template .entry-content a{
	text-decoration:none; 
	font-weight:normal;
}
#primary.page-template .entry-content a:hover {
	text-decoration:underline;
}
.gnavigation a:hover{
	border-bottom:none;
}
/* Headings */	
h1, h2, h3, h4, h5, h6 {
	font-weight:normal; 
	letter-spacing:-0.0525em;
}
.entry-title, .page-title, .profile-title {
	color:#466d7f; 
	font-size:1.375em; 
	font-weight:bold; 
	margin:15px 0 0; 
	line-height:1.3em;
}
.profile-title {
	margin:5px 0 0; 
}
.page-title {
	margin-bottom:15px;
}
/* only h3+ should be used in post, so h1, h2 and h3 are the same */
.entry-content h1, .entry-content h2, .entry-content h3{
	color:#466d7f; 
	font-weight:bold; 
	font-size:1.25em; 
	line-height:1; 
	margin:15px 0 10px;
}
.sidebar h2{
	font-size:1.25em;
}
.entry-content h4 {
	color:#747474; 
	font-weight:bold; 
	font-size:1.125em; 
	line-height:1.25; 
	margin:15px 0 10px;
}
.entry-content h5{
	color:#747474; 
	font-weight:bold; 
	font-size:1em; 
	font-weight:bold; 
	margin:15px 0 10px;
}
.entry-content h6{
	color:#747474; 
	font-weight:bold; 
	font-size:1em; 
	font-style:italic;
	font-weight:bold; 
	margin:15px 0 10px;
}

/*------------------------------------------------------------------ 
[10. General Classes] 
*/ 
.avatar{float:left; margin-right:10px;}
/* Clearfix */
.entry-content:after,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
.entry-content, .clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1px;
}
.entry-content, .clearfix {
	display: block;
}
a.more-link {
display:block;
clear:both;
}
