/* ---------------------------- */
/* General tag styles           */
/* ---------------------------- */

html body {
	margin: 0px;
	padding: 0px;

	font-family: Arial, Helvetica, sans-serif;
	color: #29465a;	
	font-size: 11px;	
}

div, form {
	margin: 0px;
	padding: 0px;
}
a img {
	border: 0;
}	

/* ---------------------------- */
/* Forms                        */
/* ---------------------------- */

label.prefix {
	width: 140px;
	float: left;
}

textarea {
	height: 80px;
	width: 500px;
	border: 1px solid #29465a;
	color: #29465a;
}
input.radio {
	vertical-align: top;
}

input.text {
	border: 1px solid #365264;
	padding: 1px 2px 1px 2px;
	color: #365264;
	width: 200px;
}
button {
	padding: 0px 5px 0px 5px;
	border: 1px solid #365264;
	background-color: #29465a;
	color: white;
	font-weight: normal;
	cursor: pointer;
}

/* ---------------------------- */
/* Page layout                  */
/* ---------------------------- */

#main {
	margin: 0px auto;
	padding-bottom: 30px;
	width: 940px;
}

#header {
	width: 520px;
	height: 150px;
}

#footer { 
	clear: both;
}

body#index #main {
  width: 1070px;
  margin: 0px auto;
  padding: 0 0 30px 0;
}

body#index #main .row {
  clear: left;
  float: left;
  width: 810px;
}

body#index #top-row { }
body#index #bottom-row { }

/* For pages with two columns + sidebar */
.column {
	width: 250px;
	float: left;
	margin-right: 20px;
}

/* For pages with content area + sidebar */
.content {
	float: left;
	margin-right: 20px;
	width: 520px;
	margin-bottom: 20px;
	
	font-size: 12px;	
}


#sidebar {
	float: left;
	width: 260px;
}

body#index #sidebar {
  float: right;
}

#googlebar {
	float: left;
	width: 120px;
	margin-left: 10px;
}

#tweetmeme {
	float: right;
	margin-top: 20px;
	margin-left: 15px;
	margin-bottom: 15px;
}


/* ---------------------------- */
/* Page header                  */
/* ---------------------------- */


h1.imageheader {
	display: block;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px;
}

/* ---------------------------- */
/* Columns                      */
/* ---------------------------- */

.column h2 {
	display: block;
	margin: 0px;
	padding: 0px;
}

.column a.column-footer {
	display: block;
	clear: left;
	
	color: #5C5C27;
	text-decoration: none;
	
	font-size: 9px;
	font-weight: normal;
	padding: 2px 3px 2px 3px;
	margin: 5px 0px 15px 0px;
}
.column a.column-footer:hover {
	background-color: #f8f8db;
}


/* ---------------------------- */
/* Content                      */
/* ---------------------------- */

.content h2 {
	margin: 0px 0px 5px 0px;
	font-size: 22px;
}

.content h3 {
	font-weight: normal;
	font-size: 20px;
}

.content p {
	margin: 15px 0px 0px 0px;
	text-align: justify;
}

.content a {
	color: #878634;
	text-decoration: none;
}

.content a:hover {
	background-color: #f0f0ba;
}

/* ---------------------------- */
/* Post Content                 */
/* ---------------------------- */

#item-content span.previous {
	float: left;
}
#item-content span.next {
	text-align: right;
	float: right;
}

#item-content #post-header {
	padding: 0px; /* 5px; */
	background-color: #f0f0ba;
	clear: both;
	height: 75px;
}
#item-content #post-header h2 {
	margin: 0px;
	padding: 5px 0px;
	border-bottom: none;
}

#item-content #post-header p {
	margin: 0px;
	padding: 0px;
}

#item-content #post-header img {
	float: left;
	margin-right: 10px;
}

#item-content #post-date {
	color: #5C5C27;
	padding: 0px;
	margin: 30px 0px 0px 0px;
}
#item-content #post-summary {
	clear: both;
	margin: 0px 20px 0px 20px;
	padding: 0px;
	color: #29465a;	
}
#item-content #post-summary p {
	font-weight: normal;
	color: #5C5C27;
	border-left: 5px solid #f0f0ba;
	border-right: 5px solid #f0f0ba;
	padding: 3px 10px;
}

#item-content #post-content p  {
	line-height: 19px;
}
#item-content #post-content li {
	line-height: 19px;
	margin-top: 8px;
}

/* ---------------------------- */
/* Comments                     */
/* ---------------------------- */

#comments h3 {
	padding: 0;
	margin: 10px 0 10px 0;
}

#comments ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#comments ul li {
	padding: 10px 10px 0px 0px;
	margin-bottom: 10px;
	border-top: 1px solid #5c5c27;
}
#comments ul li.first-comment {

}
#comments ul li h4 {
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	font-size: 12px;	
}

#comments ul li p {
	margin: 8px 0px 8px 10px;
}
#comments ul li h4 cite {
	background-color: #BFBE40; 
	font-weight: bold;
	font-style: normal;
	color: white;
	padding: 1px 4px;
	font-size: 12px;	
}
#comments ul li h4 cite a {

	color: white;
}
#comments ul li h4 cite a:hover {
	background-color: #BFBE40;
}
#comments input.text {
	width: 280px;
}

#comments ul li h4 div.comment-count {
	margin-left: 5px; 
	padding: 1px 3px; 
	font-weight: bold; 
	float: right; 
	color: white; 
	background-color: #5c5c27;
}


/* ---------------------------- */
/* Brown subheaders             */
/* ---------------------------- */

.category-page h3, .column h3 {
	display: block;
	color: white;
	background-color: #5C5C27;

	font-size: 9px;
	font-weight: normal;
	padding: 6px 3px 4px 3px;
	margin: 0px 0px 20px 0px;
}
.column h3 a {
	color: white;
	text-decoration: none;
}



/* --------------*/
/* Archive pages */
/* --------------*/

.category-page h2 {
	border-bottom: 5px solid #5c5c27;
	padding: 3px 0 3px 0;
}

.archive-month {
	clear: left;
	border-top: 1px solid #5c5c27;
}

.first-month {
	border-top: none;
}

#all-news .month, #all-opinion .month {
	margin: 0;
	float: left;
	width: 55px;	
	color: #BFBE40;
	font-size: 45px;
	font-weight: bold;
}

ul.design-news-list, ul.opinion-list, ul.column-list {
	width: 440px;
	float: left;
	list-style: none;
	padding: 0;
	
	padding: 0px 0px 5px 5px;
	margin: 5px 0 5px 0;
}

ul.design-news-list li, ul.opinion-list li, ul.column-list li {
	padding: 3px 0;
}


ul.design-news-list li .daynumber, ul.opinion-list li .daynumber {
	float:left; 	
	width: 20px; 
	text-align: center; 
	background-color: #BFBE40; 
	color: white; 
	font-weight: bold; 
	margin-right: 5px;
	padding: 1px 3px;
}

ul.column-list li .date {
	float:left; 	
	text-align: center; 
	background-color: #BFBE40; 
	color: white; 
	font-weight: bold; 
	margin-right: 5px;
	padding: 1px 3px;
}

#all-news h2, #all-opinion h2 {
	color: #5c5c27;
	font-size: 45px;
	line-height: 30px;
}

#all-news h2 a, #all-opinion h2 a {

}
#all-news h2 a:hover , #all-opinion h2 a:hover {
	background-color: transparent;
}


/* ---------------------------- */
/* Post list                    */
/* ---------------------------- */

.post-list {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.post-list li {
	clear: left;
	margin-bottom: 10px;
}

/* Interview list gets special treatment */

#interview-list li {
	float: left;
	width: 250px;
	clear: none;
}

.link-list {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}
.link-list li {
 margin-bottom: 12px;
}
.link-list h1 {
  font-size: 14px;
  text-decoration: none;
  font-weight: normal;
  padding-left: 24px;
  background-repeat: no-repeat;
  background-image: url('images/random-icon.png');
}
.link-list h1 a {
  color: #29465a;
  text-decoration: none;
}
.link-list p {
  font-size: 10px;
  margin: 0 0 0 8px;
	color: #5c5c27;  
}

.column p.summary {
  margin: 0 0 15px 8px;
  padding: 0 0 0 0;
  font-size: 10px;
}

/* ---------------------------- */
/* Interview items              */
/* ---------------------------- */

.interview-item img {
	margin-right: 5px;
	margin-bottom: 10px;
	float: left;
}

.interview-item h1 {
	clear: none;
	margin: 0px 0px 3px 0px;
	padding: 0;
	font-size: 22px;	
}
.interview-item h1 a {
  color: #29465a;
  text-decoration: none;
}
.interview-item h1 a:hover {
  text-decoration: underline;
}
.interview-item h2 {
  margin: 0px 0px 4px 0px;
  padding: 0;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  border: 0;
}
.interview-item p {
  margin: 0px;
  padding: 0px;
  font-size: 10px;
  line-height: 16px;
  text-align: left;
}

/* ---------------------------- */
/* Opinion items                */
/* ---------------------------- */

.column-item img {
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
}

.column-item h1, .opinion-item h1, .design-news-item h1 {
	font-weight: normal;
	padding-left: 0px;
	margin: 0px 0px 3px 0px;
	font-size: 10px;
	color: #5C5C27;	
}
.column-item a, .opinion-item a, .design-news-item a {
	color: #29465a;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;		
}
.column-item a:hover, .opinion-item a:hover, .design-news-item a:hover {
	text-decoration: underline;
}
.column-item p, .opinion-item p, .design-news-item p {
	padding: 3px 0px 0px 9px;
	margin: 0px;
	font-size: 11px;
	clear: left;
}


ul.column-list {
	width: 100%;
}

.column-item cite {
	color: #5C5C27;
	font-size: 11px;
	padding: 0px 0px 0px 9px;
	
}
.column-item img {
	float: right;
	margin: 0px 5px;
}
.column-item h1 {
	float: left;
}

/* ---------------------------- */
/* Sidebar                      */
/* ---------------------------- */

#sidebar h3, #sidebar h2 { 
	display: block;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
#sidebar p {
	color: #365264;
	margin: 0px 0px 5px 0px;
	padding: 0;
	font-size: 10px;
	line-height: 16px;
}

#sidebar #about {
	margin-top: 30px;
}


.sidebar-list {
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	clear: none;
}
.sidebar-list li {

	font-size: 0px;
	font-weight: normal;

	padding: 0px;
	margin: 3px 0px 3px 0px;		
}

.sidebar-list li a {
	font-size: 10px;
	margin: 0px;
	padding: 2px 3px 2px 3px;
	display: block;
	text-decoration: none;	
}

.sidebar-list li.post_item a {
	background-color: white;
	color: #365264;
}
.sidebar-list li.post_item a:hover {
	color: #7b0a0a;
	background-color: #f0f0ba;	
}

.sidebar-list li.page_item a {
	background-color: #29465a;
	color: white;
}
.sidebar-list li.page_item a:hover {
	color: #29465a;
	background-color: #bacfde;
}

#sidebar #feeds {
	margin-top:30px; 
}
#sidebar #feeds a {
	color: #7b0a0a;
	text-decoration: none;
}
#sidebar #feeds a:hover {
	text-decoration: underline;
}



/* Interview pimping */

.toplink {
	float: right;
	margin: 4px 10px 0 0;
}

.toplink a {
	background-color: #BFBE40;
	
	padding: 1px 3px;

	color: white;
	font-weight: bold;
	font-size: 12px;
	
}
.toplink a:hover {
	color: white;
	background-color: #5c5c27;
}

#understanding-emotion h1 {
  background-image: url('images/icon-concepts1.gif');
}
#measuring-emotion h1 {
  background-image: url('images/icon-concepts2.gif');
}
#designing-for-emotion h1 {
  background-image: url('images/icon-concepts3.gif');	
}
#academy-links li h1 {
  background-image: url('images/icon-susa.gif');		
}
#academy-links li#susa-podcasts h1 {
  background-image: url('images/icon-podcasts.gif');		
}