/*  
Theme Name: Pink Blossom
Description: Pink Wordpress theme  with bottom bar
Version: 1.0
Author: rozehrocks
Author URI: http://terebi-adikz.net
*/

/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image: url('images/topbg.jpg');
	background-repeat: repeat-x;
	}

img {
	padding: 3px;
	border: 1px solid #222222;
	margin: 5px;
	}

a:link, a:active, a:visited {
	color: #e01a4d;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	color: #ca0034;
	}

form {
	margin: 0;
	padding: 2px;
	background: #f43566;
	border: 10px solid #222222;
	color: #f9f9f9;
	}

#commentform {
	width: 382px;
	}

#s, #searchsubmit {
	float: left;
	}
	
input, textarea {
	border: 0;
	background-color: #ffffff;
	color: #1d1d1d;
	padding: 8px;
	font-family: Tahoma;
	font-size: 8pt;
	margin: 4px;
	}

#searchsubmit, #commentform #submit {
	padding: 7px 8px 7px 8px;
	background-color: #222222;
	cursor: pointer;
	color: #f9f9f9;
	}

#searchsubmit:hover, #commentform #submit:hover {
	background-color: #000000;
	}


.clearer {
	clear: both;
	}

.navigation {
	display: block;
	}

.alignleft {
	float: left;
	}

.alignright {
	float: right;
	}
	

/* Top */
#top {
	width: 100%;
	height: 71px;
	display: block;
	margin: 0;
	padding: 0;
	}

/* Top Nav */
#topnav {
	margin: 12px 0 0 0;
	padding: 0 10px 0 10px;
	overflow: hidden;
	width: 970px;
	}

#topnav a:link, #topnav a:active, #topnav a:visited {
	padding: 17px 20px 17px 20px;
	color: #f9f9f9;
	font-family: Arial;
	font-size:12px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	float:left;
	}

#topnav a:hover {
	background-color: #222222;
	}

/* Header */
#header {
	width: 970px;
	overflow: hidden;
	margin-top: 5px;
	}

/*Blog Name*/
#blogname {
	display: block;
	width: 690px;
	float: left;
	padding: 0 10px 0 10px;
	}

#blogname .title {
	color: #1d1d1d;
	font-family: "Arial Narrow";
	font-size:30px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: -1px;
	}

#blogname .description {
	color: #4c4c4c;
	font-family: Tahoma;
	font-size:11px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	}

/*Wrapper*/
#wrapper {
	width: 970px;
	display: block;
	margin: 0;
	padding: 0;
	}

#wrapper #container  {
	width: 950px;
	margin: 30px 10px 10px 10px;
	overflow: hidden;
	padding: 0;
	}

/* Content*/
#content {
	width: 690px;
	float: left;
	margin: 0;
	padding: 0;
	color: #1d1d1d;
	font-family: Verdana;
	font-size:12px;
	line-height: 17px;
	text-align: left;
	}

.entry {
	margin: 0 0 25px 0;
	}
	
/* Entry Header */
.head {
	display: block;
	overflow: hidden;
	margin: 0 0 5px 0;
	padding: 0;
	}


.head .date {
	width: 62px;
	float: left;
	background-image: url('images/datebg.jpg');
	background-repeat: no-repeat;
	border: 5px solid  #222222;
	}

.head .date .md {
	padding: 0 5px 3px 5px;
	margin: -3px 0 0 0;
	color: #f9f9f9;
	font-family: Tahoma;
	font-size:11px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	}

.head .date .day {
	padding: 9px 5px 9px 5px;
	margin: 0;
	color: #f9f9f9;
	font-family: Arial;
	font-size:20px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	}
	

/* Entry Title + etc */
.entrytitle {
	float: right;
	width: 610px;
	padding: 5px 0 5px 0;
	color: #4c4c4c;
	font-family: Arial;
	font-size:11px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0;
	}



#content .head .entrytitle h2, #content h1, #content h2, #content h3, #content h4, #content h5 {
	margin: 0 0 6px 0;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 18px;
	color: #e01a4d;
	text-transform: none;
	}

#content h2 a {
	font-weight: normal;
	}

#content h1, #content h2, #content h3, #content h4, #content h5 {
	margin: 0 0 20px 0;
	}

#content blockquote {
	margin:  15px;
	background-image: url('images/bquote.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	padding: 10px 0 0 45px;
	font-style: italic;
	}

.category  {
	font-family: Arial;
	font-size:11px;
	text-transform: uppercase;
	padding: 7px;
	margin: 0;
	border-bottom: 1px dotted;
	}

.category a {
	font-family: Tahoma;
	text-transform: none;
	}

/* Comments area */
ol.commentlist, .archive {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

ol.commentlist li {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 14px;
	padding:  0 0 10px 0;
	margin:  0 15px 20px 15px;
	border-bottom: 1px dotted;
	}
	

ol.commentlist li.alt {
	border-bottom: 1px dotted #f43566;
	}

ol.commentlist li .commenthead {
	margin: 0 0 0 0;
	color: #4c4c4c;
	font-family: Arial;
	font-size:11px;
	text-transform: uppercase;
	text-decoration: none;
	}

.commenthead cite {
	font-style: normal;
	font-weight: bold;
	}

.commententry{
	margin: 0;
	padding: 0;
	}

/* Sidebar */
#sidebar {
	width: 250px;
	float: right;
	margin: 0;
	padding: 0;
	color: #1d1d1d;
	font-family: Tahoma;
	font-size:11px;
	line-height: 16px;
	text-align: left;
	}

#sidebar .widget {
	margin: 0 0 20px 0;
	}

#sidebar h2 {
	margin: 0 0 15px 0;
	padding: 0 0 7px 0;
	font-weight: normal;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #e01a4d;
	text-transform: uppercase;
	letter-spacing: -1px;
	border-bottom: 1px dotted #222222;
	}

#sidebar ul, #sidebar ol {
	margin: 0;
	padding: 7px 10px 7px 10px;
	list-style-type: none;
	background-color: #222222;
	}

#sidebar ul li, #sidebar ol li {
	color: #f9f9f9;
	font-family: Tahoma;
	font-size:11px;
	text-decoration: none;
	font-weight: 700;
	background-color: #f43566;
	padding: 5px;
	margin: 3px 0 3px 0;
	}

#sidebar ul li:hover, #sidebar ol li:hover {
	background-color: #db075c;
	}

#sidebar ul li a, #sidebar ol li a {
	color: #ffffff;
	}
	
#sidebar ul li a:hover, #sidebar ol li a:hover {
	color: #fce9ee;
	}

#wp-calendar, #wp-calendar caption {
	width: 100%;
	text-align: center;
	}

#wp-calendar caption {
	font-weight: bold;
	}
#htlinks a{display:block;padding:2px;margin:3px 0 0 0;background-color: #f43566;color: #ffffff;}
#htlinks a:hover {background-color: #db075c;color: #fce9ee;}
/* Bottom */
#bottom {
	width: 100%;
	background-image: url('images/bottombg.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #f53667;
	margin: 0;
	}

#bottombar {
	width: 970px;
	display: block;
	}

#bottombar #center {
	width: 960px;
	margin: 0 0 0 10px;
	}

#bottom .widget {
	width: 310px;
	margin: 0 10px 0 0;
	padding: 0 0 10px 0;
	color: #f9f9f9;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 16px;
	float: left;
	text-align: left;
	}

#bottom .widget ul, #bottom .widget ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#bottom .widget ul li, #bottom .widget ol li {
	padding: 7px;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #222222;
	}

#bottom .widget ul li a, #bottom .widget ol li a, #footer a, #bottom a, .form a {
	color: #f9f9f9;
	}
	
#bottom .widget ul li a:hover, #bottom .widget ol li a:hover, #footer a:hover, #bottom a:hover, .form a:hover {
	text-decoration: underline;
	}

#bottom h2 {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	margin: 8px 0 10px 0;
	padding: 6px;
	text-transform: uppercase;
	background-color: #222222;
	}
	
#footer {
	color: #f9f9f9;
	font-family: Tahoma;
	font-size:11px;
	line-height: 16px;
	text-align: center;
	padding: 10px;
	background-color: #222222;
	}
