/*
Theme Name: Personalize Pink
Theme URI: http://wpbundle.com/personzalize
Description: Personal & Customizable, Pink.
Version: 0.1
Author: WPBundle
Author URL: http://wpbundle.com
Template: personalize
/* --------------------------------------------- */

@import url("../personalize/style.css");

body {
	margin:0; padding:0;
	background:#FFF;
	font:0.81em Georgia, "Times New Roman",Times, serif; color: #666c70;
	line-height:22px;
}

::selection {
	background:none repeat scroll 0 0 #f2e0e7;
	color: #9c8c9d;
	text-shadow:0 1px 0 #fff;
}

::-moz-selection {
	background:none repeat scroll 0 0 #f2e0e7;
	color: #9c8c9d;
	text-shadow:0 1px 0 #fff;
}

/* 01 - TYPOGRAPHY
/* ----------------------------------------------*/

h2, .post-title, .page-title {
	margin:0; padding:0;
	font:normal 1.92em 'Droid Serif', arial, serif; color: #847084;
	line-height:34px;
}

	h2 a, .post-title a, .page-title a {
		color: #947e94; font-weight:normal !important;
		display:block;
	}
		
	#single h3, .entry h3 {
		font:1.83em Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif; color: #c8b4c1;
		text-transform:none;
	}

h4, #sidebar-panes h4 a, #wp-calendar caption, .widget_rss ul .rsswidget {
	padding-top:12px;
	font:1.33em 'Droid Serif', arial, serif; color: #c0a2bf;
	line-height:20px;
}

	h4 a:link, h4 a:active, h4 a:visited {
		font-weight:normal; color: #aa9cb1;
	}
	
h5 {
	font-family: Georgia;
	font-size:22px;
	font-weight: 200;
	color: #c5b1be;
	margin:0;
	padding:18px 0 5px;
}

a:link, a:active, a:visited {
	color: #9e82a5;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
	
	blockquote a:link, blockquote a:active, blockquote a:visited {
		font-weight:normal; color: #cbaec0;
		text-decoration:underline;
	}
	

/* Navigation & Header
/* ----------------- */

	.tagline span {
		padding:0 3px;
		font:1.73em GoudyBookletter, Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif; color: #d0c3cb;
		vertical-align:middle;
	}

/* Content
/* ----------------- */

/* Posts */
	
.continue-reading a {
	padding:5px 8px 3px;
	font:0.85em MuseoSans, Helvetica, "Helvetica Neue", Arial, sans-serif; color:#FFF;
	text-transform:uppercase; letter-spacing:0.10em;
	background:#ba90b6;
	-moz-border-radius:3px; -webkit-border-radius:3px;
	display:inline-block;
}

.continue-reading a:hover {
	text-decoration:none;
	background:#ae6387;
}

/* Comments */

.commentmetadata {
	font: 0.85em Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif; color: #ae7d96;
}

	.commentmetadata cite {
		color: #b7a5b1;
	}
	
	.reply-desc span, #commentform span {
		color: #aa9cb1;
	}

/* Pagination */

.navigation a {
	font:1.23em TeXGyreSchola, Georgia, Times, "Times New Roman", serif; color: #ac7c94;
	text-transform:uppercase;
	letter-spacing:0.10em;
}

/* Sidebar
/* ----------------- */

.sidebar ul a:hover {
	color: #b16488; text-decoration:underline;
}

/* Generic Link */

.notice:link, .notice:active, .notice:visited {
	margin:10px 0; padding:3px 8px;
	background:#bd88a2;
	-moz-border-radius:3px; -webkit-border-radius:3px;
	font:normal 0.83em MuseoSans, Helvetica, "Helvetica Neue", Arial, sans-serif; color:#FFF; 
	text-decoration:none; text-transform:uppercase;
	display:inline-block;
}

.notice:hover {
	background:#ab7b93;
}

/* Footer
/* ----------------- */
	
.featured-count {
	margin:2px 17px 0 0; display:inline-block;
	width:40px;
	font:italic 0.92em Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif; color: #c8b5bc;
	text-align:right;
	float:left;
}

#footer-widgets ul li li a:hover {
	color: #b9b8b4;
}
	
.tweets li, .wp-caption-text {
	font:1.00em Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif; color: #bfb2c5;
	line-height:18px;
}

	#footer-widgets .tweets a:link, #footer-widgets .tweets a:active, #footer-widgets .tweets a:visited {
		font:13px Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif; 
		color: #8f8596; text-decoration:underline;
		text-transform:none;
	}

.view-more:link, .view-more:active, .view-more:visited {
	margin:10px 0 0;
	display:inline-block;
	font:normal 0.88em MuseoSans, Helvetica, "Helvetica Neue", Arial, sans-serif !important; color: #b3819a !important;
	text-transform:uppercase;
	letter-spacing:1px;
}

#commentform #submit-comment, .backward, .forward, .reply a, .grid, .list, 
.photo-list a, #featured-posts .tabs a, .archive-pagination a, #recent-projects a,
#featured-content .item a {
	background-image:url(images/sprite.png);
}	