/*
Theme Name: kawaii pink
Theme URI: http://refueled.net/free-wordpress-themes/
Description: A simpLe and pinky 3 coLumn-theme.
Author: Kei
Author URI: http://pinkaholic.net
version: 1.0
*/



/* basics */

*{margin:0; padding:0;}

body {
        background: #ffffff url(http://i31.tinypic.com/2upehqu.gif) fixed;
	font:normal 11px arial, verdana;
	margin: 30px;
        overflow-x: hidden;
        color: #818181;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #ffdfef;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;
	}

b, strong {
color:#FE85C1;
}

i, em {
font-family: arial;
color:#ff99cc;
}

u {
border-bottom:1px solid #FD68B2;
color:#ff77bb;
}

textarea, select, input, button {
background:#ffffff url();
border:1px solid #d1d1d1;
color:#818181;
font-family:tahoma;
font-size:10px;
margin:1px;
padding:1px;
}


button, submit { background: url(http://i43.tinypic.com/16kwd2w.png) repeat-x; border: 1px solid #ff99cc; color: #ff77bb;}


/* links */

a{
	color:#ff99cc;
	text-decoration:none;
	}

a:hover{color:#ff77bb;text-decoration:none; border-bottom:0px dotted #617988;}



/* container */


#container {
	width: 940px;
	background:#fff url(http://i40.tinypic.com/m3ryx.png) repeat-y; 
	color:#818181;
	border: 0px solid #ffbbdd;
        margin: 0 auto;
	padding: 0;
	overflow:hidden;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
	}
	
/* header */

#header {
	background: #ffffff url() left;
	width: 940px; 
	height:99px;
	color: #fff; 
	overflow:hidden;
	}

#header h1{
	font:normal 35px georgia, palatino linotype, arial, times;
	letter-spacing: 1px;
	margin: 0;	
	padding: 18px 0 4px 16px;	
	}
	
.logo{float:left; width:auto;}
	
#header h1 a{color: #fff; text-decoration: none;}
#header h1 a:hover{color: #9DADB7; text-decoration: none; border:none;}

#header .quotesection{
	color:#c7c6c4; 
	font: normal 10pt tahoma;
        text-transform: uppercase;
	width: 40%; 
	float:right; 
	padding: 15px 15px 0 0; 
	overflow: hidden; 
	line-height:13pt; 
	text-align:right;
	word-spacing:1px;
	}

#header .author{font-style: italic; text-align:right; padding:8px 0; color:#fafafa;56}


#header h2{
	font:normal 14px sylfaen, palatino linotype, georgia, arial, times;
	font-style:italic;
	color:#fafafa;
	letter-spacing: 1px;
	margin: 0;	
	padding: 0 0 18px 20px;	
	}


/* main menu */


#menu {
	background-color: #fffafc;
	font:normal 11px arial, verdana, serif;
	border-top: 0px solid #ffdfef;
	border-bottom: 5px solid #ffffff;
	width:100%; 
	overflow:hidden;
        color: #c7c6c4;
}


#menu ul {
	background-color: #fffafc;
	text-align:left; /* text-align:center; centers the menu */
	margin: 0;
	padding: 6px 0;
        color: #c7c6c4;
}

#menu ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
        color: #c7c6c4;
}

#menu ul li a {
	color:#ff99cc;
	border-right: 0px solid #c7c6c4;
	text-transform: none;
	padding: 0 0 0 0;
	margin: 0;
	text-decoration: none;
        height: 18px;
}

#menu ul li a:hover {
	color:#ff77bb;
	border-bottom:none;
        height: 18px;
}

/* header image */


#headerimg{
  width: 940px;
  height:0px;
  background: #fff url() no-repeat;
  }


/* content */


#content {
	width:510px;
	float: left;
	overflow: hidden;
	margin: 5px 0 0 0;
	}

.pagetitle{
  	font:22px arial #ffbbdd;
  	padding:14px 30px 0 30px;
  	margin:0;
	}
	
.post {
	margin: 0;
	padding:14px 30px;
	line-height: 13pt;
        font-size: 11px;
	overflow: hidden;
	}
	
	
.post h2{
        color: #ffbbdd;
  	font-size:22px;
        font-family:arial;
  	border-bottom: 1px dotted #BEBEBE;
  	padding: 0 0 3px 0;
  	margin: 0 0 3px 0;
	}
	
.post h3{
        font-family: tahoma;
        font-weight: normal;
  	font-size:10px;
  	color:#c7c6c4;
        text-transform: uppercase;
	}
.post h3 a{
        font-family: tahoma;
        font-weight: normal;
  	font-size:10px;
	text-decoration: none;
	color:#ff77bb;
	}
	
.post h3 a:hover{
        font-family: tahoma;
        font-weight: normal;
  	font-size:10px;
	color: #ff77bb;
	text-decoration: none;
	border:none;
	}
	
.post h2 a{
	text-decoration: none;
	color:#ffbbdd;
  	font-size:22px;
        font-family:arial;
	}
	
.post h2 a:hover{
	color: #ffbbdd;
	text-decoration: none;
	border:none;
  	font-size:22px;
        font-family:arial;
	}
	
.post p{text-align: justify; color:#676767;font-family: tahoma;}

.post ul {margin:12px 20px;}

.post li {
padding: 0;
margin: 0;
list-style-image: url(http://pinkaholic.net/wp-includes/images/smilies/pinkybuLLet2.PNG);
}

.entry p{margin:12px 0; color:#818181;}

.singletags{
  	border-top: 1px dashed #BEBEBE;
  	padding:10px 0;
  	margin:20px 0;
	}

.postmetadata{
	background:#fbfbfb;
	padding:6px;
	margin:22px 0;
	border-left:1px solid #93a9cc;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft {float:left; margin:25px 0;}
.alignright {float:right; margin:25px 0;}
	
.more-link{
	background:#455a79;
	color:#fff;	
	padding:4px;
	margin:10px 0;
	color:#fff;
	border:none;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-border-radius:6px;
	-khtml-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	display:block;
	width:150px;
	height:20px;
	text-align:center;
	}
	
.more-link:hover{
	background:#fbfbfb;
	color:#7e93ad;
	text-decoration:none;
	border:none;
	}
.post-date {
	width: 94px;
	height: 30px;
	background: url(http://pinkaholic.net/wp-content/themes/pink%20scrapbook/pink-scrapbook/images/middle-date.gif) no-repeat;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	text-align: center;
	padding-top: 6px;
}
.post-date a, post-date a:hover {
	text-decoration: none;
	color: #ffffff;
        font-size:11px;
}


/* side bar */

.sideheader {
        width: 202px;
        padding-left: 5px;
        font-size: 14px;
        font-family: arial;
        color: #ff99cc;
}

.sidecontent {
        padding-top: 3px;
        padding-left: 5px;
        width: 202px;
        font-family: tahoma;
        color: #818181;
        font-size: 9px;
}

/* left sidebar */

#left {
	font-family: tahoma;
	font-size:10px;
	width: 212px;
	float:left;
	margin: 0 0 24px 0;
	padding: 0;
	overflow: hidden;
	}

#left h2{
	font-family: georgia, verdana, times;
	font-weight: normal; 
	font-size: 10pt; 
	font-variant:small-caps;
	text-align: left;
	color: #08122E;	
	letter-spacing: 1px;
	border-bottom: 1px dashed #B4BCC6;
}

#left a{color:#ff99cc;}

#left p {margin:0; padding: 0 6px 0 12px;}

#left img {padding: 0; margin: 0;}

#left ul {
	margin:12px;
	padding:0;
	list-style-type: none;
	}

#left ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#left ul ul {
	margin: 12px 0;
	padding: 0;
}

#left ul ul li {
	list-style-type: none;
	}

#left ul ul ul{
	margin: 0;
	padding: 0;
}

#left ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

/* This is the left sidebar menu at the top */

#left .title {
	color: #fff;
	background:#455A79;
	font-family:georgia, arial, verdana, Times, serif;
	font-size: 9pt;
	font-variant: small-caps;
	font-weight: 300;
	letter-spacing: 1px;
	border-bottom:none;
	border-top: 1px solid #fff;
	width: 100%;
	margin: 0;
	padding: 0;
	}
	
#left .title a {
	color: #fff;
	padding: 3px 12px;
	margin: 0;
	display: block;
	}
	
#left .title a:hover {
	color: #627989;
	background: #fff;
	text-decoration: none;
	border-bottom:none;
	}	
	
	

/* right sidebar */

.sideheader_right {
        width: 202px;
        padding-right: 5px;
        font-size: 14px;
        font-family: arial;
        color: #ff99cc;
}

.sidecontent_right {
        padding-top: 3px;
        padding-right: 5px;
        width: 202px;
        font-family: tahoma;
        color: #818181;
        font-size: 10px;
}

#right{
	float:right;
	margin: 0 0 24px 0;
	padding: 0;
	text-align: left;
	overflow: hidden;
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width: 212px;
	}

#right h2{
	font-family: georgia, verdana, times;
	font-weight: normal; 
	font-size: 10pt; 
	font-variant:small-caps;
	text-align: left;
	color: #08122E;	
	margin: 0 0 4px 0;
	padding: 0 0 4px 0;
	text-align:left;
	letter-spacing: 1px;
	border-bottom: 1px dashed #D1C1B9;
}


#right p {margin:0; padding: 0 6px 0 12px;}

#right img {padding: 0; margin: 0;}

#right a {color:#ff99cc;}

#right ul {
	margin:12px;
	padding:0;
	list-style-type: none;
	}

#right ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#right ul ul {
	margin: 12px 0;
	padding: 0;
}

#right ul ul li {
	list-style-type: none;
	}

#right ul ul ul{
	margin: 0;
	padding: 0;
}

#right ul ul ul li{
	padding: 0 22px 0 0;
	list-style-type: none;
	color: #898989;
}

/* This is the right sidebar menu at the top */


#right .title {
	color: #fff;
	background:#9B9B9B;
	font-family:georgia, arial, verdana, Times, serif;
	font-size: 9pt;
	font-variant: small-caps;
	font-weight: 300;
	letter-spacing: 1px;
	border-bottom:none;
	border-top: 1px solid #fff;
 	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	}
	
#right .title a {
	color: #fff;
	padding: 3px 12px;
	margin: 0;
	display: block;
	}
	
#right .title a:hover {
	color: #A29083;
	background: #fff;
	text-decoration: none;
	border-bottom:none;
	}



/* comments */


.maincommentssection{
	width:445px;
	margin:0 auto;
	border:0px solid #e5e5e5;
	padding:8px;
	background:transparent;
}


#commentform{
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #818181;
        font-family: tahoma;
        font-size: 9px;
	}
	
#commentform a{font-size:9px;color: #ff99cc; text-decoration: none; border-bottom: 0px dotted #465D71;line-height: 11px;}
	
#commentform h3{
	font:normal 22px arial;
	color: #ffbbdd;
	}
	
#comment{
	width:96%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: tahoma;
	font-size:9px;
	margin:5px 5px 0 0;
	padding:2px;
	border: 1px solid #ddd;
	}
	
#submit{
	background:#ffbbdd;
	color:#fff;	
	padding:4px 6px;
	color:#fff;
	border:none;
	}
	
#submit:hover{
	background:#ffeaf5;
	color:#ff77bb;
	}

#comments{margin:10px 0; padding:0; font:normal 14px georgia, times;}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	margin:0;
	padding:12px;
	list-style-type:none;
	}

ol.commentlist li.alt {background:#fcfcfc;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 0px 0 0; 	font-family: tahoma;
	font-size:9px;}
ol.commentlist li a { color: #ff99cc;}
ol.commentlist li a:hover { color: #ff99cc;}
.commentdate { color: #c7c6c4; font-size: 9px;font-family: tahoma; text-transform: uppercase;}

cite {
	font:bold 11px arial, verdana, tahoma;
	padding:4px 0;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}

.children{
	border:1px solid #ddd;
	margin:0;
	padding: 0;
}

.reply{margin:0 0 20px 0; padding:0;}

.nocomments{background:#2d2d2d; color:#fff; padding:8px;}




/* search */

#searchform{
	padding: 8px 0 15px 0;
	margin: 0;
	font-family: verdana, arial, times;
	}
	
#searchform input#s{
	font-family: verdana, arial, times;
	font-size: 8pt;
	padding: 4px;
	margin: 0;
	width: 175px;
	text-transform: lowercase;
	text-align: left;
	border-top: none;
	border-bottom: none;
	border-right: 1px solid #D1D1D1;
	border-left: 1px solid #D1D1D1;
	background: #fff;
	color:#8E8E8E;
	letter-spacing: 1px;
	}

#searchform input#s:hover{
  background: #f7f7f7;
	}
	
#searchform input#s:focus{
  background: #fff;
	}


/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}




/* footer */

#footer {
	clear: both;
	width: 100%;
	margin:0;
	font:normal 11px arial, verdana, tahoma;
	background:#fffafc;
	border-top: 8px solid white;
	word-spacing:1px;
        color: #818181;
	}
	
#footer p{color:#ff99cc; padding:12px; margin: 0; text-align:center;}
#footer a{color:#ff77bb; text-decoration: none; border-bottom:0px dotted #fff;}
#footer a:hover{text-decoration:none; border:none;}

/* EFFECTS and MISC */

#fLickr {
margin-left:0px;
text-align: center;
}

#fLickr a img {
margin : 0 0 0 0;
border : 2px solid #ffbbdd;
filter: alpha(opacity=40);
-moz-opacity: .40;
}
#fLickr a:hover img {
margin : 0 0 0 0;
border : 2px solid #ff99cc;
filter: alpha(opacity=85);
-moz-opacity: .85;
}

#button  a img {
margin : 0 0 0 0;
filter: alpha(opacity=63);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=63);
-moz-opacity: 0.63;
opacity:0.63;
}

#button a:hover img {
filter: alpha(opacity=100);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1.0;
opacity:1.0;
}

html{
        scrollbar-base-color: #ffffff;
        scrollbar-highlight-color: #ff99cc; 
        scrollbar-shadow-color: #ffd5ea; 
        scrollbar-3dlight-color: #ffd5ea; 
        scrollbar-track-color: #ffffff; 
        scrollbar-darkshadow-color: #ff99cc; 
        scrollbar-arrow-color: #ff99cc;
}
body{
        scrollbar-base-color: #FFFFFF;
        scrollbar-highlight-color: #FF99CC; 
        scrollbar-shadow-color: #FFD5EA; 
        scrollbar-3dlight-color: #FFD5EA; 
        scrollbar-track-color: #FFFFFF; 
        scrollbar-darkshadow-color: #FF99CC; 
        scrollbar-arrow-color: #FFBBDD;
}

body {cursor: url('http://www.myspacecursor.net/girly/girly4.ani');}a {cursor: url('http://www.myspacecursor.net/girly/girly2.ani');}

::-moz-selection{
background:#fff2f9;
color:#ff99cc;
}
::selection {
background:#fff2f9;
color:#ff99cc;
}

/* CALENDAR */

.calendar {width:202px;background-image: url();}
.calendar content {width:200px;}
.calendar a {font-size:10px;display:block; background-color:#ffeaf5; text-decoration:none; color:#ff99cc;font-weight:normal;}
.calendar a:hover {font-size:10px;display:block; background:#ffeaf5; text-decoration:none; color:#ff99cc;font-weight:normal;}
.calendar table {padding-right:5px;padding-left:5px;background: #fffafc;width:140px; text-align:center;}
.calendar th {color:#ff99cc;}
.calendar caption {text-transform:uppercase;font-family:arial; font-size:10px; letter-spacing:-1px; color:#ff99cc; border-top:0px solid ffbbdd;border-bottom:0px solid ffbbdd; padding:1px; background:;}

.calendar td {font-size:10px;height:10px;background:#ffffff; color:#ff99cc; border-right:0px solid #ffd5ea;border-bottom:0px solid #ffd5ea;}
.calendar td#next a{background:#ffffff;text-decoration:none; color:#ff99cc;}
.calendar td#next a:hover{background:#ffffff; color:#ff99cc;}
.calendar td#next {text-align:right; border:none;}
.calendar td#prev {text-align:left; border:none;}
.calendar td#prev a{background:#ffffff; text-decoration:none; color:#ff99cc;border-bottom:0px solid #ff99cc;border-top:0px solid #ffeaf5;border-left:0px solid #ffeaf5;}
.calendar td#prev a:hover{background:#ffffff; color:#ff99cc;border-bottom:0px solid #ff99cc;border-top:0px solid #ffeaf5;border-left:0px solid #ffeaf5;}
.calendar td.pad {background:none; border:none;}
