/*

Theme Name: Carmen
Description: 2 column Blog Layout.
Author: <a href="http://www.randomhouse.com">Random House</a>
Author URI: Random House Group Digital

*/
a:link, a:visited,a:active {
color: #e382ab;
text-decoration:none;
}
a:hover {
color: #e382ab;
text-decoration:underline;
}
#sidebar{
width:250px;
text-align:left;
height:auto;
background-image:url(/gfx/blogsidebarbg.png);
background-repeat:repeat-y;
padding:10px;
}
.tagcloud{
	width:230px;
	max-width:230px;
}
#sidebar ul li
{
color: #000;
font-size:10pt;
}

#sidebar h1 {
color: #98B873;
font-size:12pt;
margin-bottom:10px;
margin-top:10px;
}
#sidebar h1 a:link,#sidebar h1 a:visited,#sidebar h1 a:active {
color: #e382ab;
font-size:12pt;
text-decoration:none;
}
#sidebar h1 a:hover {
color: #e382ab;
font-size:12pt;
text-decoration:underline;
}
#sidebar a {
color: #e382ab;
}

#sidebar a:hover {
color: #e382ab;
text-decoration:underline;
}



/*post stylng*/
.post{margin-left:20px;
 color:#666666;
width:400px;
}
.post p{
padding:0px;	
}
.post a:link,.post a:visited,.post a:active {
color: #e382ab;
text-decoration:underline;
}
.post a:hover {
color: #e382ab;
text-decoration:underline;
}
.ptitle{
color: #e382ab;

font-size:20pt;
}
.ptitle a:link,.ptitle a:visited,.ptitle a:active {
color: #e382ab;
font-size:20pt;
text-decoration:none;
}
.ptitle a:hover {
color: #e382ab;
font-size:20pt;

text-decoration:underline;
}
.post .info{
width:400px;
font-size:8pt;
color: #98b873;
}
.post .info a:link,.post .info a:visited,.post .info a:active {
color: #98b873;
font-size:8pt;
text-decoration:underline;
}
.post .info a:hover {
color: #98b873;
}
.sig{
width:400px;
font-size:8pt;
color: #98b873;
}
.sig a:link,.sig a:visited, .sig a:active {
color: #98b873;
font-size:8pt;
text-decoration:underline;
}
.sig a:hover {
color: #98b873;
}


.post #img {
margin:5px;
padding:5px;
}
.post h2{
color:#73b03a;
}
.post a:link,.post a:visited,.post a:active {
color: #e382ab;
font-size:9pt;
text-decoration:none;
}
.post a:hover {
color: #e382ab;

text-decoration:underline;
}

#bentry{
	font-size:8pt;
width:400px;
text-align:left;
margin:0px;
padding:0px;
}

#bentry p{
margin-top:10px;
margin-bottom:10px;
}
#bentry a, #bentry a:visited, #bentry a:active  {
text-decoration: underline;
color: #e382ab;
margin-top:5px;
margin-bottom:5px;
}

#bentry  a:hover {
text-decoration: underline;
color: #e382ab;
}

#bentry img{
margin:5px;
border:0px;
}
#bentry img a, #bentry img a:visited, #bentry img a:active  {
text-decoration: underline;
color: #e382ab;
}

#bentry img a:hover {
text-decoration: underline;
color: #e382ab;
}

/* Comments Styling */

#comments {
padding: 5px;
margin-left:20px;
 color:#666666;
font-size:10pt;
width:400px;
text-align:left;

}
#comments a, #comments a:visited, #comments a:active  {
	font-size:10pt;
text-decoration: underline;
color: #37554d;
}

#comments a:hover {
	font-size:10pt;
text-decoration: underline;
color: #37554d;
}

#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
/**background: #f8f7f6;**/
width: 280px;
}
.commentslink{
font-size:10pt;
color: #e382ab;
}
.commentslink a:link,.commentslink a:visited, .commentslink a:active {
font-size:10pt;
color: #e382ab;
text-decoration:underline;
}
.commentslink a:hover {
font-size:10pt;
color: #e382ab;
text-decoration:underline;
}

#commentform textarea {
/**background: #f8f7f6;**/
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform textarea:hover {
background: #FFFFFF;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #ffffff;
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
/**background: #f8f7f6;**/
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}
#comments h2{
color:#73b03a;
}
/** clear **/
.clear{
clear:both;	
}
.clear10px{
clear:both;	
height:10px;
}
.clear20px{
clear:both;	
height:20px;
}
.clear40px{
clear:both;	
height:40px;
}