/*
Theme Name: DenseSignals
Theme URI: http://www.densesignals.com
Description: A WordPress theme for DenseSignals.
Version: v1.0 (WordPress 2.9+)
Author: Chris Barron // Salt Design
Author URI: http://www.saltdesign.org.uk
Tags: DenseSignals, three columns, widgetised sidebars
*/

@import "_css/resets/reset.css";
@import "_css/resets/typography.css";
@import "_css/resets/layout.css";



/************************************************************************
	CSS Document // Master
	DenseSignals
	
	1 - GLOBAL STYLES
	2 - GLOBAL STRUCTURE
	3 - STRUCTURAL ELEMENTS
	4 - TEXT STYLES
	5 - WORDPRESS ELEMENTS / STYLES
************************************************************************/

/************************************************************************
	1 - GLOBAL STYLES
************************************************************************/

html, body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #00141C;
	background: #E8EAEA url(_images/common/DenseSignals-Page-Background.gif) repeat-y center 0;
	margin: 0;
	padding: 0;
}

h2, h2 a {
	font-size: 24px;
	line-height: 23px;
	font-weight: normal;
	color: #86A8B2;
	margin: 3px 0 3px 0;
}
h2 a:hover, h2 a:active {
	color: #1C5D66;
}


h3 {
	font-size: 14px;
	font-weight: normal;
	color: #86A8B2;
	margin: 0;
}

p {
    font-size: 13px;
	line-height: 17px;
	color: #00141C;
	margin: 0 0 10px 0;
}

a, a:visited,
p a, p a:visited  {
    color: #86A8B2;
	text-decoration: none;
}
a:hover, a:active, a:focus,
p a:hover, p a:active, p a:focus {
	color: #1C5D66;
	text-decoration: none;	
}

img {
	border: 0px;
}

.clearfix {
	clear: both;
}



/************************************************************************
	2 - GLOBAL STRUCTURE
************************************************************************/

#top { /* Reference for Skip to Top */
	position: absolute;
	left: -9999px;
	top: -50px;
}

#wrapper {
	width: 880px;
	margin: 0 auto 0 auto;
}

#left-column {
	float: left;
	width: 156px;
	margin: 0 10px 0 0;
	padding: 20px 0 20px 0;
}

#centre-column {
	float: left;
	width: 522px; /* 546 */
	/* Fixed by background image
	background: #FFF;
	border-right: 2px solid #00141C; */
	padding: 20px 12px 20px 12px;
}

#right-column {
	float: left;
	width: 156px;
	margin: 0 0 0 10px;
	padding: 20px 0 20px 0;
}

#densesignals-logo {
	margin: 0 0 15px 0;
}

#logo-icons {
	margin: 0 0 30px 0;
}

#logo-icons img {
	margin: 0 10px 0 0;
}

#rarenoise-logo {
	margin: 0 0 30px 0;
}

#left-column h2, #right-column h2 {
	font-size: 18px;
	font-weight: normal;
	color: #00141C;
	margin: 0 0 5px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #CCC;
}

#left-column ul,
#right-column ul {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
}
#left-column ul li a, #left-column ul li a:visited,
#right-column ul li a, #right-column ul li a:visited {
	width: 144px; /* 156 */
	height: 17px;
	line-height: 17px;
	font-size: 13px;
	color: #333;
	margin: 0;
	padding: 0 0 0 12px;
	list-style: none;
	background: url(_images/common/DenseSignals-List-Cross.jpg) no-repeat left 3px;
}
#left-column ul li a:hover,
#right-column ul li a:hover {
	color: #86A8B2;
}


/* SEARCH BAR [START] */ 
#search-bar {
	width: 470px;
	padding: 0 0 10px 0;
	margin: 0 0 10px 52px;
	border-bottom: 1px solid #CCC;
}
.search-element {
	float: left;
}

.search {
	width: 260px;
	height: 14px;
	max-height: 18px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #FFF;
	background: #00141C;
	border: none;
	padding: 4px 3px 0 3px;
	margin: 0 2px 0 0;
}

.search-btn {
	width: 18px;
	height: 18px;
	max-height: 18px;
	color: #DCE1E4;
	background: url(_images/common/Search-Button.jpg) no-repeat 0 0;
	border: 0;
	padding: 0;
}
.search-btn:hover {
	background-position: 0 -18px;
	cursor: pointer;
}
.search-btn:active {
	background-position: 0 -36px;
	cursor: pointer;
}
/* SEARCH BAR [END] */ 

.post-navigation {
	font-size: 16px;
	width: 470px;
	margin: 20px 0 20px 52px;
}
.inline-post-navigation {
	font-size: 16px;
	width: 470px;
	margin: 20px 0 20px 0;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

#skip-to-top {
	width: 470px;
	margin: 40px 0 0 52px;
}

.line {
	border-bottom: 1px solid #CCC;
}



/************************************************************************
	3 - STRUCTURAL ELEMENTS
************************************************************************/

.single-post {
	padding: 0 0 0 0;
}

.post-author {
	float: left;
	width: 40px;
	height: 70px;
	border-right: 1px solid #CCC;
	margin: 0 11px 0 0;
}

.post-content {
	float: left;
	width: 470px;
	padding: 10px 0 0 0;
}

.post-title {
	margin: 0 0 18px 0;
}

.post-divide {
	width: 470px;
	margin: 30px 0 20px 52px;
	border-bottom: 1px solid #CCC;
}

.static-page {
	float: left;
	width: 470px;
	padding: 10px 0 0 53px;
}



/************************************************************************
	4 - TEXT STYLES
************************************************************************/

.credits {
	font-size: 10px;
	line-height: 12px;
	color: #4D4D4D;
}

.top {
	font-size: 12px;
	line-height: 12px;
	color: #4D4D4D;
	text-transform: uppercase;
	background: url(_images/common/Skip-to-Top.gif) no-repeat 0 0;
	padding: 0 0 0 16px; 
}
.top a, .top a:visited {
	text-decoration: none;
	color: #4D4D4D;
}
.top a:hover {
	color: #86A8B2;
}

/* POST STYLES [START] */

.date {
	font-size: 12px;
	line-height: 12px;
	color: #808080;
	margin: 0;
}

p.small, p.small a {
	font-size: 12px;
	line-height: 12px;
	color: #4D4D4D;
	text-decoration: none;
	margin: 0 0 4px 0;
}
p.small a:hover {
	color: #00141C;
}

.readmore a, .readmore a:visited {
	font-size: 16px;
	text-transform: uppercase;
	color: #00141C;
	text-decoration: none;
	background: url(_images/common/Read-More.gif) no-repeat 0 0;
	padding: 0 0 0 20px; 
}
.readmore a:hover {
	color: #86A8B2;
}

/* POST STYLES [END] */



/************************************************************************
	5 - WORDPRESS ELEMENTS / STYLES
************************************************************************/

h2.pagetitle, h2.pagetitle a {
	font-size: 24px;
	line-height: 23px;
	font-weight: normal;
	color: #00141C;
	margin: 0;
}
h2.pagetitle a:hover {
	color: #1C5D66;
}

/***** COMMENTS *****/

#comment-area {
	width: 470px;
	padding: 10px 0 20px 0;
	margin: 0 0 0 52px;
}

#comments {
	padding: 10px 0 0 0;
}

.comment-body {
 padding: 10px 0 0 0;
}

#respond {
	padding: 10px 0 0 0;
	border-top: 1px solid #CCC;
}

/* Field Label */
form#commentform label { 
	width: 130px;
	font-size: 12px;
	color: #00141C;
	margin: 0 10px 0 0;
}

/* Comment Form input fields */
form#commentform input.comment-form { 
	float: right;
	height: 18px;
	max-height: 18px;
	line-height: 18px !important;
	width: 340px;
	max-width: 340px;
	padding: 2px 0 0 3px;
	margin: 0;
	border: 1px solid #CCC;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666;
	background: #fff;
}

/* Comment Form textarea field */
form#commentform textarea.comment-form {
	float: right;
	height: 80px;
	max-height: 80px;
	width: 340px;
	max-width: 340px;
	padding: 2px 0 0 3px;
	margin: 0;
	border: 1px solid #CCC;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666;
	background: #fff;
}

/* Comment Form submit button */
form#commentform input.submit {
	float: right;
	margin: 10px 0 10px 75px;
	padding: 2px 5px 2px 5px;
	font-size: 12px;
	text-align: center;
	color: #FFF;
	background: #86A8B2;
	border: none;
	cursor: pointer;
}
form#commentform input.submit:hover {
	background: #1C5D66;
}


/***** INDIVIDUAL COMMENTS *****/

/* Holds Individual Comments */
.commentlist li { 
	margin: 0 0 10px 0;
}

.comment-author {
	background: #E8E8E8;
}

/* Avatar */
.commentlist li .avatar { 
	float: left;
	margin: 0 10px 0 0;
}

/* Comment Author */
.commentlist cite, .commentlist cite a { 
	font-size: 12px;
	color: #86A8B2;
	text-decoration: none;
}
.commentlist cite a:hover,a:active,a:focus {
	color: #1C5D66;
	text-decoration: none;
}

/* 'Says' */
.says { 
	font-size: 12px;
}

/* Date and time of comment */
.commentmetadata { 
	font-size: 11px;
	color: #999;
	background: #E8E8E8;
	margin: 0 0 10px 0;
}

.commentmetadata a, .commentmetadata a:visited,a:hover,a:active,a:focus {
	text-decoration: none;
	color: #999;
}

/* Comment Text - copy from master style */
.commentlist p {
	font-size: 12px;
	line-height: 15px;
	color: #00141C;
	margin: 0 0 10px 0;
	padding: 0 20px 10px 42px;
}

.reply {
	height: 16px;
	margin: 0 0 10px 0;
}

.comment-reply-link {
	float: right;
	padding: 2px 5px 2px 5px;
	font-size: 12px;
	text-align: center;
	color: #FFF;
	background: #86A8B2;
	cursor: pointer;
}
.comment-reply-link:hover {
	color: #FFF;
	background: #1C5D66;
}

li.comment ul.children {
	margin: 0 0 0 30px;
}


/************************************************************************
	6 - PLUGIN OVERWRITES
************************************************************************/

/* SOCIABLE */

div.sociable { 
	border-top: 1px solid #CCC;
	padding: 10px 0 0 0;
	margin: 30px 0 0 0;
}

.sociable_tagline { 
	position: relative;
	font-size: 14px;
	color: #86A8B2;
	margin: 0 0 8px 0;
}
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
.sociable-hovers:hover {
	opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
}


/* CTC TAG WIDGET */
li#ctc-3 {
	margin: 0 0 30px 0;
}


/* USER PHOTO WIDGET */
.post-author img {
	width: 40px;
	height: 40px;
	padding: 15px 0 0 0;
}


/* AUTHOR LISTING WIDGET */

#left-column ul.sidebar-authors li a, #left-column ul.sidebar-authors a:visited,
#right-column ul.sidebar-authors li a, #right-column ul.sidebar-authors a:visited {
	width: 156px;
	height: 30px;
	display: block;
	line-height: 17px;
	font-size: 13px;
	color: #333;
	margin: 0 0 2px 0;
	padding: 0;
	list-style: none;
	background: none;
	border-bottom: 1px solid #ccc;
}
#left-column ul.sidebar-authors li a:hover,
#right-column ul.sidebar-authors li a:hover {
	color: #86A8B2;
}

.sidebar-author img {
	width: 30px;
	height: 30px;
}

.sidebar-author-name {
	height: 20px;
	margin: -22px 0 0 35px;
}
