/*
Theme Name: words_01
Theme URI: http://words.4bg.net/
Description: Words blog theme.
Version: 1.0
Author: Clover
*/
body {
/*	background: #FFFFFF url('/wp-content/themes/words1/images/bg_page.jpg'); */
	color: #000000;
	font: normal 13px "Lucida Sans Unicode",sans-serif;
	text-align:center;
	margin: 0;
}
a {color: #0000FF; text-decoration: none;}
a:hover {color: #FF0000;}

td, a, span, blockquote, p, ul, ol {text-align:left;}
.container {
	background: url('/wp-content/themes/words1/images/bg_main.jpg') repeat-y;
	margin: 0 auto;
	width: 1000px;
}
.header {
	background: url('/wp-content/themes/words1/images/header.jpg') repeat-x;
	height: 150px;
	margin: 0 auto;
	width: 980px;
}
/* title */
.title {
	padding: 8px;
}
.title h1 {
	color: #121836;
	font: bold 20px "Lucida Sans Unicode","Trebuchet MS",sans-serif;
    margin-top: 6px;
    text-align: center;
    margin-right: 20px
}
.title h1 a	{color: #000000;}
.title h4 {
	color: #121836;
	font: 18px "Comic Sans MS", sans-serif ; /*"Lucida Sans Unicode","Trebuchet MS",*/
    text-align: right;
    margin: 6px 0 6px 0;
}
.title p {text-align: right;font-style: italic;}

/* main*/
.main {
	clear: both;
    padding: 0 10px 0 10px;
}
/* leftnav*/
.leftnav {
	float: right;
	width: 200px;
}
.leftnav a {color: #0000FF; text-decoration: none;}
.leftnav a:hover {color: #FF0000; border-bottom: 1px dotted #FF0000}
.leftnav ul{
    color: #000099; font-weight: bold; list-style-type: none; margin: 0; padding-left: 6px; text-transform: lowercase;
}
.leftnav ul li	{margin-top:10px;}
.leftnav ul ul{
    color: #000099; font-weight: bold; list-style-type: none; margin: 0; padding-left: 16px; text-transform: lowercase;
}
.leftnav ul li ul li	{margin-top:0px;}

/* footer */
.footer {
	background: #000000;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 20px;
	margin: 0 auto;
	text-align: center;
	width: 980px;
}
.footer a {
	color: #CCCCFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFCCCC;
	text-decoration: underline;
}


.content {
	padding: 5px;
	float: left;
    width: 762px;
}
.clearer {
	clear: both;
    height: 1px;
}
textarea, input, select, button {border: 1px solid #CCCCCC; color:#000000; background-color:#FEFEFE;}
.inpt_bg	{ background-color: #FEFEFE;}
.txtarea_bg	{ background: url('/wp-content/themes/words1/images/textarea_bg.jpg') top left;}
#commentlist li	{background-color: #FEFEFE; border: 1px dotted #FF0000;}
p	{margin-left:4px; margin-right: 4px;}
label	{color: #000000;}
