/*
Theme Name: Rihanna on Fire
Theme URI: http://www.rihannadaily.com
Description: Layout for RDStyle
Author: Natalie


*/

/*********** BODY ***********/
body {
background: #707070 top url("images/bg.png");
      background-repeat: repeat-x; 
      background-position: top;
	  margin-top: 0px;
	  margin-left: 0px;
      font-family: Arial, Helvetica, sans-serif;
      font-size : 11px;
      line-height : 13px;
      color: #747474;
      text-align: justify;
       }

tr,td {
	margin:0px auto;
	line-height: 13px;
	letter-spacing: 0px;
	font-family: Arial;
	font-size: 11px;
	cursor: default;
	color: #666666;
	text-align: justify;
	list-style:none;
       }



a { 
	color: #f3b35f; 
	text-decoration: none; 
	font-weight:bold; 
	}

a:hover { 
	color: #eb904a; 
	text-decoration: none; 
	font-weight:bold; 
	}

.sidebar { padding: 10px;
           color: #bbbbbb;}
/*********** POST ***********/
.post { 
	padding: 5px;
	border-bottom-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	}



.post-title{ 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #666;
	text-transform: uppercase;
	padding: 5px;
	}

.post-info{ 
	padding-left: 5px; 
	padding-bottom: 7px;
	font-size: 8pt; 
	color: #c1c1c1;
	border-bottom:1px dotted #b5b4b4; 
 	}

.post-info a, .post-info a:visited, .post-info a:active{  
	color: #c1c1c1;
	text-decoration:none;
 	}

.post-info a:hover{  
	color: #c1c1c1;
	text-decoration: underline;
 	}
	
.post-news { padding-left: 3px;}


.date {
	background-image: url(images/calendar.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 14px;
	}

.comment {
	background-image: url(images/comment.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 14px;
	}

.cats a, .cats a:visited, .cats a:active {
	background-color: #f2af5a;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
color: #fff;
padding: 3px;
font-size: 7pt;
line-height: 14px;
text-decoration: none;
}

.cats a:hover {
color: #fdd97e;
}

.post-news img {
	background-color: #ffffff;
	border: 0px solid #e2e2e2;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	padding: 0px;
	}

.post-news img:hover {
	background-color: #ffffff;
	border: 0px solid #aabed8;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	padding: 0px;
	}





