/*  
Theme Name: Simply Pink
Theme URI: http://courtneyelizabeth.com
Description: A simple pink design for a true girly girl. Custom Theme Design available at TheCuteGroup.com.
Version: 1.0
Author: Courtney Elizabeth
Author URI: http://courtneyelizabeth.com

	Simply Pink 1.0
	 http://courtneyelizabeth.com

	This theme was designed and built by Courtney Elizabeth,
	whose blog you will find at http://courtneyelizabeth.com

*/



/* Begin Typography & Colors */
body {
background-color: #000000;
color: #FF0066;
font-family: tahoma;
}

#main {
width: 650px;
padding: 10px;
}

#content {
border: 1px solid #FF0066;
text-align: justify;
padding: 10px;
}

#content .entry {
font-size: 10px;
font-family: tahoma;
color: #FFFFFF;
}

#content .postmetadata, small{
font-size: 12px;
font-family: tahoma;
background-color: #FF0066;
color: #FFFFFF;
padding: 5px;
}

.published {
display: block;
text-align: center;
float: left;
width: 50px;
color: #EEE;
background-color: #333;
border: 1px solid #FF0066;
margin: 10px;
margin-bottom: 5px;
margin-left: 0;
font-family: tahoma;
}

.pub-month{
padding: 6px 0px 0px 0px;
}

.pub-month {
display: block;
font-size: 14px;
font-family: tahoma;
margin: 0;
color: #EEEEEE;
}

.pub-date {
display:block;
font-size:1.4em;
font-weight:bold;
font-family: tahoma;
border:none;
padding:0px 0px 6px 0px;
}
.navigation{
background-color: #FFFFFF;
padding: 5px;
}
#sidebar {
width: 150px;
padding: 10px;
font-size: 12px;
}

input, submit{
background-color: #FF0066;
color: #FFFFFF;
font-size: 12px;
border: 1px dotted #FFFFFF;
}

textarea{
background-color: #FF0066;
color: #000000;
font-family: tahoma;
font-size: 12px;
border: 1px dotted #FFFFFF;
}

h2 a{
color: #FFFFFF;
font-family: tahoma;
text-decoration: none;
text-transform: uppercase;
text-spacing: 1em;
text-align: left;
}

h2 a:hover{
color: #FF0066;
font-family: tahoma;
text-decoration: underline;
text-align: left;
}

strong, b{
font-weight: bold;
text-decoration: underline;
}
i, em{
font-style: italic;
color: #FF0066;
}
ul li {

list-style-image: url('images/star.gif');
}
a:link, a:active{
color: #FFA60B;
}
a:hover {
color: #FFFFFF;
}