/*
Theme Name: Miss Kelly
Theme URI: http://www.kellyrowlandweb.com
Description: Layout for KellyRowlandWeb.com
Author: Natalie


*/

/*********** BODY ***********/
body {
background: #1e1e1e top url("images/bg.jpg");
      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: #8d8d8d;
      text-align: justify;
       }

tr,td {
	margin:0px auto;
	line-height: 13px;
	letter-spacing: 0px;
	font-family: tahoma;
	font-size: 11px;
	cursor: default;
	color: #8d8d8d;
	text-align: justify;
	list-style:none;
       }

.left { 
	padding: 10px;
background-color: #090909;
}

a, a:visited, a:active { color: #a249a7; text-decoration: none;}
a:hover { color: #a249a7; text-decoration: underline}

h4 { 
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;;
	font-size: 14px;
	color: #db15a6;
	text-transform: uppercase;
	padding: 5px;
	border-bottom:1px dotted #2c2c2c;
	}
/*********** PARTS ***********/

/*********** POST ***********/
.post { 
	background-color: #0d0d0d; 
	padding: 6px;
	border-bottom-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}

.post-title{ 
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;;
	font-size: 19px;
	color: #db15a6;
	text-transform: uppercase;
	padding: 5px;
       line-height: 17px;
	}

.post-info{ 
	padding-left: 5px; 
	padding-bottom: 7px;
	font-size: 8pt; 
	color: #fff;
	border-bottom:1px dotted #2c2c2c; 
 	}

.post-info a, .post-info a:visited, .post-info a:active{  
	color: #fff;
	text-decoration:none;
 	}

.post-info a:hover{  
	color: #fff;
	text-decoration: underline;
 	}
	
.post-news { padding-left: 3px; font-size: 12px; line-height: 17px;}
.post-news a, .post-news a:visited{ color: #32ccff; text-decoration: none; font-weight: bold;}
.post-news a:hover{ color: #5dd2f9; text-decoration: underline; font-weight: bold;}

.post-news img {
	background-color: #0d0d0d;
	border: 1px solid #2c2c2c;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	padding: 5px;
	}



.post-news img:hover {
	background-color: #0d0d0d;
	border: 1px solid #606060;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	padding: 5px;
	}

.post-footer{ 	border-top:1px dotted #2c2c2c; }
.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 {
	
color: #fff;
padding: 3px;
font-size: 7pt;
line-height: 14px;
text-decoration: none;
}

.cats a:hover {
color: #fddbf3;
}


/*********** COLORS ***********/
.pink { color: #ff6ac4;
}
.blue {color: #6ab7ff;}
.green {color: #6ef34f; text-decoration: underline;}
.grey {color: #9e9e9e;}
.orange {color: #ffb422;}
.red {color: #fb6174;}
.one { color: #4de6f4;}
.two { color: #454545;}

/*********** SIDEBAR ***********/



.twitter li {
     border-bottom: 1px dotted #ccc;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-bottom: 5px;
   padding-top: 2px;

}
.twitter a, .twitter a:visited { color: #e7e138; text-decoration:none; font-weight: bold;}
.twitter a:hover {color: #e79b38; text-decoration:none; font-weight: bold;}

blockquote {
	background-color: #0d0d0d;
	border: 1px solid #2c2c2c;
	border-radius: 10px;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	padding: 16px;
margin: 5px;
}

.sidebar {
background-color:#121212;
padding: 15px;
}

.image img {
	background-color: #0d0d0d;
	border: 1px solid #2c2c2c;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	padding: 5px;
	}



.image img:hover {
	background-color: #0d0d0d;
	border: 1px solid #a249a7;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	padding: 5px;
	}
textarea {
font-family: Arial;
font-size: 15px;
border: 1px solid #2c2c2c;
padding: 5px;
color: #2c2c2c;
background: #0d0d0d;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
input.reply  {
font-family: Arial;
font-size: 15px;
border: 1px solid #2c2c2c;
padding: 5px;
color: #2c2c2c;
background: #0d0d0d;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
button
{
font-family: Arial;
font-size: 14px;
border: 1px solid #2c2c2c;
padding: 6px;
color: #2c2c2c;
background: #0d0d0d;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}


