/*
Theme Name: Coffee & Chocolate v2.0
Theme URI: 
Description: Coffee & Chocolate v2.0 Theme - Brown
Version: 2.0
Author: Rachelle Saunders

*/





/* This is the start of the layout specific css */


/* This section makes all padding and margins equal in firefox and IE */
 html
{
margin:0px;
  padding:0px;
border:0px;
border-collapse:separate;
border-spacing:0px;
}



body
{
background-color: rgb(196,173,135);
background-image:url("http://www.coffee-and-chocolate.com/wp-content/themes/brown/leftbackground.jpg");
background-repeat: repeat-y;

margin:0px;
padding:0px;
border:0px;
border-collapse:separate;
border-spacing:0px;
}

div
{
margin:0px;
padding:0px;
border:0px;
border-collapse:separate;
border-spacing:0px;
}

/* End firefox and IE compatability */


div.container
{
width:100%;
height:100%;
margin:0px;
}





/* This controls the left sidebar */

div.left
{
float:left;
width:355px;
margin:0;
}

div.lefttop
{
float: left;
width: 355px;
height: 50px;
margin-top: 20px;
color: C4AC86;
}


div.lefttext
{
margin: 10px 35px 10px 60px;
color: #EADAC0;
}

img.left
{
position:absolute;
left:10px;
}






/* This controls the right content */

div.content
{
padding:1em;
}

div.contenttext
{
margin: 170px 40px 0px 385px;
color: #1A0B01
}

img.righttop
{
position:absolute;
top: 10px;
right:10px;
}

div.footer
{
position: relative;
top: 50px;
margin: 0;
}

/* End of the layout specific css */






/* Start of content specific css */

body  
{ 
font-size: 11px; 
font-family: verdana; 
}


	/* This is Left Bar Link Specific Stuff */


	div.links
	{
	color: #B44A34;
	text-align: left;
	margin-top: 40px;
	}

	div.tags
	{
	color: #B44A34;
	text-align: left;
	margin-top: 30px;
	}

div.feed
{
color: #B44A34;
text-align: left;
margin-top: 80px;
}




	div.archive
	{
	color: #B44A34;
	text-align: left;
	margin-top: 40px;
	}

div.recme
{
color: #C4AC86;
text-align: left;
margin-top: 60px;
}


.tags ul
{

}


ul ul
{
list-style-type: none;
margin: 0px 0px 0px 10px;
padding: 0px 0px 0px 0px;
}


	ul
	{
	list-style-type: none;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
	}

	p.left
	{
	font-size: 13px;
	}

	.leftlink A:link { color: #C4AC86; text-decoration: none }
	.leftlink A:visited { color: #C4AC86; text-decoration: none }
	.leftlink A:active { color: #EADAC0; text-decoration: none }
	.leftlink A:hover { color: #EADAC0; text-decoration: underline}

	/* This is the end of Left Bar Specific Stuff */


	/* This is the start of Content Specific Stuff */
	
	
	div.post
	{
	margin-top:40px;
	margin-bottom:40px;
	}


        div.author
        {
        text-align: right;
        color: #563611;
        font-size: 10px;
        }

	
	h1
	{
	font-size: 15px;
	font-weight: bold;
	}
	
	h2
	{
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	}
   
 

	.rightlink A:link { color: #1A0B01; text-decoration: underline }
	.rightlink A:visited { color: #563611; text-decoration: underline }
	.rightlink A:active { color: #1A0B01; text-decoration: underline }
	.rightlink A:hover { color: #563611; text-decoration: underline}


h3
{
font-family: verdana; 
font-size: 8px;
}





