/* HEADERS */
h1, h2 span { display: none; }

h2.widgettitle { font-size: 18px; color: #798d9a; margin: 20px 0 0 0; }

h2 { height: 44px; margin: 0 0 10px 0; }

h2#about_me { background: url(images/headers/about_me.gif) no-repeat;}
h2#contact_me { background: url(images/headers/contact_me.gif) no-repeat; margin-top: 25px;}
h2#blog { background: url(images/headers/blog.gif) no-repeat; }
h2#full_blog{ background: url(images/headers/full_blog.gif) no-repeat; }

h3.storytitle { font-size: 26px; margin: 20px 0 0 0;} /* titles of blogs */ 
/* END HEADERS */

p { padding-bottom: 10px; }

/* LINKS */
a:link, a:visited { color: #798d9a; text-decoration: none; }
a:hover { text-decoration: underline; }
/* END LINKS */

/* CONTACT FORM */
.textbox
{
	width: 100%;
	color: #fff;
	font-size: 20px;
	font-family: Arial;
	padding: 2px 20px 2px 10px;
	margin: 5px 0;
}
#nameinput { background: url(images/textbox_name.gif) no-repeat; }
#secretinput { background: url(images/textbox_email.gif) no-repeat; }
#commentinput { background: url(images/textarea.gif) repeat-y; height: 100px; }
#submitinput, #searchsubmit
{
	width: 100px;
	margin: 10px 0 20px 0;
	padding: 7px 10px;
}
#submitinput { background: url(images/send_button.gif) no-repeat; }
#searchsubmit{ background: url(images/search_button.gif) no-repeat; }

.contactformfirstcolumn { width: 80px; }
#aboveform { margin-bottom: 20px; }
/* END CONTACT FORM */

/* blog */
.blogdate
{
	font-size: 16px;
}
#s { margin-top: 10px; }
ul li { margin: 10px 0 20px 30px; }
#sidebar ul li { margin: 0px; }
#commentlist li
{
	font-size: 14px;
	margin-left: 20px;
}
#comments
{
	font-size: 16px;
	margin: 40px 0px 20px 0px;
}
#sidebar ul
{
	list-style-type: none;
	margin-left: 0px;
}
#sidebar ul ul
{
	list-style-type: square;
	margin-left: 20px;
}
.wp-caption-text
{
	font-size: 11px;
	color: #ff3;
}