/*  
Theme Name: Pink Cutey
Theme URI: http://www.themesbase.com
Description: Pink Cutey is a cute and pretty 3 column design for bloggers who blog about the lighter things in life.<br /><a href="http://www.themesbase.com/?category=wordpress" target="_blank">Download More <strong style="color:#d00;">Free</strong> Wordpress themes</a>
Version: 1.0
Author: Nikola Alexandrov
Author URI: http://www.themesbase.com
*/

body {
	background:#8A757E;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 0 0 0;
	}

a {
	color:#DB1F93;	
	}

a:hover {
	color:#999;	
	}

#container {
	width:900px;
	margin:0 auto;
	}

#background {
	width:900px;
	float:left;
	background:url(images/back.png) repeat-y top left;
	}

/* --- SIDEBAR ONE --- */

#leftone {
	width:190px;
	float:left;
	display:inline;
	text-align:left;
	padding:15px 10px 20px 10px;
	}

#leftone a {
	color:#FFF;
	text-decoration:none;
	font-size:14px;
	}

#leftone a:hover {
	color:#999;
	}

#leftone h2 {
	width:150px;
	height:26px;
	margin:0px 0px 10px 0px;
	padding:6px 0px 0 30px;
	background:url(images/lilflower.png) top left no-repeat;
	border-bottom:2px solid #A6C5DA;
	color:#FFF;
	font-weight:bold;
	font-size:16px;
	}

#search {
	margin-top:20px;
	margin-bottom:30px;
	}

#search #s {
	background:#9FC1D7;
	border:1px solid #000;
	margin-bottom:5px;
	width:150px;
	}

.searchsubmit {
	background:#9FC1D7;
	border:1px solid #000;
	color:#000;
	font-size:11px;
	float:left;
	font-weight:bold;	
	}


/* --- SIDEBAR TWO --- */

#lefttwo {
	width:290px;
	float:left;
	display:inline;
	padding:15px 10px 20px 10px;
	background:url(images/header.png) top left no-repeat;
	}

#lefttwo h1 {
	margin-top:254px !important;
	margin-top:270px;	
	font-size:30px;
	}

#lefttwo h2 {
	width:250px;
	height:38px;
	margin:0px 0px 10px 0px;
	padding:20px 0px 0 30px;
	background:url(images/sidebarh2.png) top left no-repeat;
	color:#FFF;
	font-weight:bold;
	font-size:16px;
	}

#lefttwo a {
	color:#FFF;
	text-decoration:none;

	}

#lefttwo a:hover {
	color:#999;
	}

#feed a {
	background:url(images/feed.gif) top left no-repeat;
	padding:5px 0 2px 34px;
	font-weight:bold;
	font-size:12px;
	height:19px;
	}

#feed a:hover {
	background:url(images/feed-over.gif) top left no-repeat;
	padding:5px 0 2px 34px;
	font-weight:bold;
	font-size:12px;
	height:19px;
	color:#999;
	}

/* --- SIDEBAR LISTS --- */

#leftone li {
	list-style:none !important;
	list-style:outside;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
	}

#leftone ul {
	list-style:none;
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 0px;	
	}

#leftone ul li {
	list-style:none;
	margin:3px 0px 3px 10px;
	padding:0px 0px 3px 0px;
	}


#lefttwo li {
	list-style:none !important;
	list-style:outside;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
	}

#lefttwo ul {
	list-style:none;
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 0px;	
	}

#lefttwo ul li {
	list-style:none;
	margin:3px 0px 3px 10px;
	padding:0px 0px 3px 0px;
	}

#lefttwo ul li a {
	font-size:14px;
	}

/* --- MAIN SECTION --- */

#main {
	width:360px;
	float:right;
	display:inline;	
	padding:15px 10px 20px 10px;
	color:#0000;
	}

#curvetop {
	width:360px;
	height:10px;
	background:url(images/curvetop.png) bottom left no-repeat;;
	float:left;	
	color:#0000;
	}

#curvebottom {
	clear:both;
	float:left;
	width:360px;
	height:10px;
	background:url(images/curvebottom.png) no-repeat;;
	margin-bottom:20px;
	}

.posttitle a {
	color:#C2326F;
	font-size:18px;
	text-decoration:none;
	margin-bottom:3px;
	font-weight:bold;
	}

.posttitle a:hover {
	color:#999;
	}
	
.meta {
	font-size:14px;
	}

.meta a {
	color:#FFF;
	text-decoration:none;
	}

.date {
	color:#FFF;
	float:left;
	font-size:18px;
	text-transform:uppercase;
	display:inline;	
	padding-left:10px;
	}

.entry {
	color:#0000;
	padding:0 10px 0 10px;
	width:340px;
	float:left;
	background:#C8A7BC;
	}

.comment {
	font-size:14px;
	float:right;
	margin:10px 0 10px 0;
	width:134px;
	height:32px;
	background:url(images/comment.png) top left no-repeat;
	padding-top:20px;
	padding-left:30px;
	}

.comment a {
	color:#FFF;
	text-decoration:none;
	}

.comment a:hover {
	color:#999;
	}

/* --- COMMENT --- */

.hcomment {
	color:#999;	
	font-size:14px;
	}

/* --- NAVIGATION --- */

.navigation	{
	height:30px;
	padding:10px 0 10px;
	clear:both;
	float:left;
	font-size:14px;
	}

.alignleft {
	float:left;
	display:inline;
	}

.alignright {
	float:right;
	display:inline;
	}

/*- Main Menu in Header */

ul.menu {
	margin: 0;
	padding: 0;
	bottom: 0;
	}

ul.menu li {
	display: inline;
	margin: 0;
	}

ul.menu,
ul.menu li a {
	padding: 5px 10px 6px;
	}

ul.menu li a {
	font: 1em Verdana, Helvetica, Arial, Sans-Serif;
	color: white;
	margin: 0;
	}

ul.menu li a:hover {
	background: #333;
	color: #eee !important;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #333 !important;
	background: white;
	text-decoration: none;
	}

.admintab {
	position: absolute;
	right: 0px;
	/*_padding: 5px 15px 6px;*/ /* IE hack */
	}
