/*
betobeto.com - talk section CSS styles.
Version: 0.1
Author: Alberto Gonzalez
Author URI: http://www.betobeto.com
*/

/*Build main containers*/

.talkmain{
	
}

.talkarchive{
	display:block;
	clear:both;
	width:875px;
}

/*individual post*/

.talkarchive .talkitem{
   display:block;
   margin:0 0 5px 0;
   padding:0 0 4px 0;
   border-bottom:#AEA7A7 1px solid;	
}


.talkitem:hover{
	background:#E6E0D3;
}

/*.talkitem p:hover{
	color:#FFF;
}*/


.talkitem-title, .talkitem-picture, .talkitem-excerpt{
	float:left;
	min-height:180px;
}

.talkitem-title{
	width:292px;	
	}

.talkitem-picture{
	background-repeat:no-repeat;
	background-position:0 100%;
	width:262px;
}	

.talkitem-excerpt{
   width:292px;
   padding:0 0 0 29px;
}

/*
===================================================
Talkitem: formatting for every post on archive page
===================================================
*/

.talkitem-title h3{
	font-size:2em;
	margin:0 0 0.3em 0;
	padding:0;
	text-align:left !important;
}

.talkitem-title h3 a{
	font-weight:normal;
}

.talkitem-title span{
	font-size:.9em;
	color:#717171;
}

.talkitem-excerpt p{
	font-size:1.1em;
	line-height:1.5em;
}

/*
=================
Column Formatting
=================
*/

/*
=============
form elements
=============
*/
form div.formrow p{
	width:140px !important;
}

form div.formrow input{
	width:260px;
	margin:12px 0 0 20px;
}

form div.formrow textarea {
margin:10px 0 0 20px;
width:377px;
}

form div.formrow input.submit {
 left:0;
}


/*
==========================
sidebar styles
=========================
*/

#sidebar{
	float:left;
	margin-top:20px;
}

#sidebar h3{
    color:#361B02;
	font-size:1.6em;
	margin:0 0 0.3em 0;
}

#sidebar ul{
	margin:0 0 2em 0;
}

#sidebar ul li{
  border-bottom: #E2E2E2 1px solid;
  padding: 0.5em 0;
  margin:0;
  width: 147px;
  list-style: none;
  font-weight:normal;
}

#sidebar ul li:hover{
  background:#EAE8DB;
}

#sidebar ul li span{
	color:#6A6A6A;	
	font-weight:bold;
	font-size:.85em;	
}

#sidebar ul li a{
  font-weight:normal;
  font-size:.9em;
}

/*
=========
tag cloud
=========
*/
.wordtagcloud{
	line-height:21px;
	padding:12px 0;   
}


.wordtagcloud a:link{
	color:#DFD6B7;
	text-decoration:none;
	font-weight:normal;
}

.wordtagcloud a:hover{
	color:#d8102e;
	text-decoration:underline;
}

.wordtagcloud a:visited{
	text-decoration:none;
}

/*
===============
misc formatting
===============
*/

.wordspicture{
	margin:5px 0 15px 0;
	padding:6px 6px 15px 6px;	
	display:block;
	background-color:#fff;
	border:#C1C1C1 1px solid;
}



