/*
Theme Name:     Radulski.net
Theme URI:      http: //radulski.net/
Description:    Child theme for LightWord 2.0.0.6 by Andrei Luca  
Author:         Rafal Radulski
Author URI:     http: //radulsk.net/
Template:       lightword
Version:        0.1.0
*/


@import url("../lightword/style.css");
@import url(http://fonts.googleapis.com/css?family=Dancing+Script);




/* Common 

*/
body {
	font-family: Georgia, serif;
	font-size: 87.5%;/* 14px */
}

a {
	color: #4a4847;
}

p {
	font-size: 1em;
	line-height: 1.5;
}
p.handwriting {
	font-family: 'Dancing Script', "Bradley Hand ITC", "Apple Chancery", "URW Chancery L", cursive;
	font-size: 1.4em;
}

li > a {
	text-decoration: none;
}


/* Template
*/
#rss-feed {
	font-size: 11px;
}
.comm_date {
	font-size: 12px;
}

/* Content 
*/
#content-body ul,
#content-body ol {
	font-size: 1em;
}

#content-body .cat_tags {
	background-image: none;
	border: 1px solid #DCDCDB;
	width: auto;
}
#content-body .cat_tags .continue {
	display: none;
}

/* Widgets
*/

.content-sidebar ul li a:hover, 
.content-sidebar .recentcomments a:hover {
	color: #000000;
}

