/*   
Theme Name: Couch & Associates
Theme URI: http://www.couch-associates.com
Description: WordPress theme for Couch & Associates
Author: Mart&iacuten; Centuri&oacute;n (XHTML/CSS + WordPress Integration)
Author URI: http://odeik.com
*/

/* --- CSS Reset --- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

body {line-height: 1;
/*
background: #ffffff url('http://www.technicallymarketing.com/wp-content/themes/ca-blog/images/bg.jpg');
background-position:center;
background-repeat:repeat-y;
*/
}

ol, ul {list-style: none;}

blockquote, q {quotes: none;}

/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}

del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse; border-spacing: 0;}

body {
font-family: Arial, sans-serif;
font-size: 65.5%;
}

a:link {color:#320b90; text-decoration: none}
a:visited {color:#320b90; text-decoration: none}
a:hover {color:#320b90; text-decoration: underline}
a:active {color:#320b90; text-decoration: none}

p {
font-size: 1.2em;
line-height: 1.3em;
margin-bottom: 1.3em;
}

/* --- LAYOUT --- */

#container {
overflow: hidden;
margin: 0 auto;
padding: 0 0 0 65px;
width: 975px;
}

	#sidebar-left {
	border-top: 7px solid #535353;
	float: left;
	margin-right: 20px;
	padding: 20px 0 0;
	width: 210px;
	}

	#content {
	background: url(images/bckg-top-posts.gif) repeat-x 0 20px;
	border-top: 7px solid #535353;
	float: left;
	margin-right: 20px;
	/*
	width: 510px;
	*/
	width: 680px;
	}
	
	#sidebar-right {
	border-top: 7px solid #535353;
	float: left;
	padding: 20px 0 0;
	/* width: 150px; */
	width: 210px;
	}

	#sidebar-right2 {
	/*border-top: 7px solid #535353;*/
	border-top: 0px solid #535353;
	float: left;
	padding: 20px 0 0px;
	/* width: 150px; */
	width: 210px;
	}

/* --- HEADER --- */

#header {
/*
background: url(images/twitter-bird-sm.jpg);
background-repeat:no-repeat;
background-position: top right;
*/
/*background: url(images/bckg-header.gif) no-repeat 0 20px;*/
float: left;
width: 975px;
}

.searchbar {
width: 870px;
background:url(images/searchbar.jpg);
/*background: #757575;*/
height: 25px;
padding: 5px 20px 0;
text-align: right;
}

.searchbar p {
display: inline;
font-weight: 700;
color:#ffffff;
margin-right: 10px;
padding: 3px 0 0;
}

input.search {
border: 1px solid #000;
}

form.searchform {
width: 220px;
display: inline;
}

.search-btn {
background: url(images/button-search.png) no-repeat;
border: none;
width: 73px;
height: 18px;
text-indent: -9000px;
}

h1#logo {
background: url(images/tm-logo2.jpg) no-repeat;
display: block;
float: left;
height: 285px;
text-indent: -9000px;
width: 210px;
}

.blog-info {
float: left;
width: 700px;
}

#header h2.title {
background: url(images/TM-logo.jpg) no-repeat;
display: block;
height: 117px;
margin: 10px 0 15px;
text-indent: -9000px;
width: 395px;
}

#header h3 {
/*background: url(images/subtitle-header.gif) no-repeat;*/
display: block;
height: 49px;
margin-bottom: 0px;
margin-top:0px;
padding-left:22px;
font-size:18px;
color:#/*686868*/333333;
width: 667px;
}

h2.tags {
font-size: 1.9em;
font-weight: normal;
margin-left: 20px;
}

.color1 {color: #320b90; font-size:20px;}
.color2 {color: #ffcc00; font-size:20px;}
.color3 {color: #666666; font-size:20px;}
.color4 {color: #000000; font-size:20px;}

/* --- SIDEBAR LEFT --- */

#sidebar-left h2 {
background: #ffcc00;
/* background: #ffffff; */
font-size: 1.6em;
margin-bottom: 0.9em;
padding: 7px;
border-top:3px solid #535353;
}

/* --- SIDEBAR RIGHT --- */

#sidebar-right h2 {
border-top: 3px solid #535353;
border-bottom: 1px solid #969696;
font-size: 1.2em;
padding: 7px 0;
}

#sidebar-right ul {
margin-bottom: 30px;
}

#sidebar-right ul li {
border-bottom: 1px solid #969696;
font-size: 1.1em;
}

#sidebar-right a {
color: #000;
display: block;
padding: 5px 0;
}

#sidebar-right a:visited {
text-decoration:none;
}

#sidebar-right a:hover {
background: #ffcc00;
padding-left: 5px;
text-decoration:none;
}


/* --- SIDEBAR RIGHT2 --- */

#sidebar-right2 h2 {
border-top: 3px solid #535353;
border-bottom: 1px solid #969696;
font-size: 1.2em;
padding: 7px 0;
}

#sidebar-right2 ul {
margin-bottom: 30px;
}

#sidebar-right2 ul li {
border-bottom: 1px solid #969696;
font-size: 1.1em;
}

#sidebar-right2 a {
color: #000;
display: block;
padding: 5px 0;
}

#sidebar-right2 a:visited {
text-decoration:none;
}

#sidebar-right2 a:hover {
/*background: #ffcc00;*/
background: #ffcc00;
padding-left: 5px;
text-decoration:none;
}


/* --- POSTS (HOME) --- */

.title-date {
border-bottom: 1px solid #969696;
margin-bottom: 20px;
padding: 30px 0 6px;
overflow: hidden;
}

	.title-date h2 {
	font-size: 1.5em;
	float: left;
	margin-right: 10px;
	width: 620px;
	}
	
	.title-date h2 a:link, .title-date h2 a:visited {
	color: #000;
	text-decoration: none;
	}
	
	.title-date span {
	font-size: 1.0em;
	float: left;
	}
	
.content {
overflow: hidden;
margin-bottom: 10px;
background-image:url(images/quotes.jpg);
background-repeat:no-repeat;
background-position: right bottom;  /* same as 100% 100% */
}
	
.content p {
color: #444;
line-height: 150%;
}

.meta-data {
border-bottom: 3px solid #535353;
border-top: 1px solid #969696;
overflow: hidden;
padding: 15px 0 0;
width: 100%;
}

.meta-data a {
color: #000;
font-size:11px;
text-decoration:none;
}

.meta-left, .meta-right {
width: 50%;
}

.meta-right {
text-align: right;
}

span.comments {
background: url(images/icon-comments.gif) no-repeat left center;
margin-right: 15px;
padding: 0 0 0 21px;
}

span.comments a, span.rss a, .meta-left .tags a, .meta-right p{
color: #696969;
}

span.rss {
background: url(images/icon-rss.gif) no-repeat;
margin-left: 15px;
padding: 0 0 2px 21px;
}

span.delicious {
background: url(images/icon-delicious.gif) no-repeat;
margin-left: 5px;
padding: 0 0 2px 21px;
}

span.reddit {
background: url(images/icon-reddit.gif) no-repeat;
margin-left: 5px;
padding: 0 0 2px 21px;
}

span.digg {
background: url(images/icon-digg.gif) no-repeat;
margin-left: 5px;
padding: 0 0 2px 21px;
}

.next a, .previous a{
border-bottom: 1px solid #969696;
color: #000;
font-size: 1em;
margin-bottom: 20px;
padding: 5px;
text-align: center;
text-decoration: none;
}

.next a:visited, .previous a:visited {
color: #000;
text-decoration: none;
}

.next a:hover, .previous a:hover {
background: #ffcc00;
text-decoration: none;
}

.next a {
float: left;
}

.previous a {
float: right;
}

/* --- AUXILIAR CLASSES --- */

.left {float: left;} .right {float: right;}

/* --- IMAGES --- */
img.alignleft { float: left; margin-right: 10px; margin-top: 5px; }
img.alignright { display: block; float: right; margin-left: 20px; margin-top: 5px; }
img.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; margin-top: 5px; }

.wp-caption { text-align: center; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption .wp-caption-text { margin: 0; padding: 5px; }

.wp-smiley { max-height: 13px; margin: 0 !important; } /* Prevent the smileys from breaking line-height */

/* --- EMBED (Youtube Videos) --- */

embed, object {width: 100%;}


/* --- DROPDOWN --- */
.blogroll p {
background:url(./images/pbd-css-blogroll-rollover-img.png) 0 0 no-repeat;
width:210px;
height:31px;
text-indent:-9999px;
}

.blogroll ul {
width:210px;
background:#ffffff;
border:0px solid #48758d;
padding-left:0px;
padding-top:10px;
list-style:none;
position:absolute;
left:0;
top:31px;
font-size:12px;
}
 
blogroll ul a:link, .blogroll ul a:visited {
display:block;
width:190px;
padding:2px 10px 2px 0px;
text-decoration:none;
color:#320b90;
font-weight:normal;
}
 
.blogroll ul a:hover, .blogroll ul a:active {
/*background:#ffcc00;*/
}

.blogroll p, .blogroll ul {margin:0;}

.blogroll {
width:210px;
height:31px;
overflow:hidden;
position:relative;
}

.blogroll:hover {overflow:visible;}

.blogroll {display:none;}
html>body .blogroll {display:block;}
