/*
Theme Name: VFRW-2009
Description: Valley Forge Romance Writers
Version: 1.0 
Author: Laura Graham Booth
Author URI: http://www.lauragrahambooth.com/
*/

/* ============================================================ */
/* DEFAULTS */
/* ============================================================ */


/* Default margins */
html *, * {
	border: 0px;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px; 
} 

/* Default text */
body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	font-size: 90%;
	text-align: center;
	background: #fff url('images/vfrw_bgcolor.jpg');
	color: #009;
}

h1 {	/* Blog Title */
	margin: 0px;
	padding: 0px 0px 20px 0px;
	font-size: 1.5em;
	font-weight: bold;
}

h2 {	/* Post Title */
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 1.3em;
	font-weight: bold;
}

h3 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 1.1em;
	font-weight: bold;
}

h4 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
}

h5 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
}


p {
	/* font-size: 0.9em; */
	padding: 0px 0px 0px 0px;
}

ul {
	list-style-type: square; 
	list-style-position: outside;
	padding: 0px;
	margin: 0px;
}

ul li {
	margin: 0px 0px 0px 15px;
}
	
ol {
	list-style-position: outside;
}

hr {
	border-color: #96f;
	color: #96f;
	height: 1px;
}

/* Firefox scrollbar fix */
html {
     overflow: -moz-scrollbars-vertical;
}


/* ============================================================ */
/* LAYOUT */
/* ============================================================ */

/* Whole page */
#wrapper {
	width: 760px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	text-align: left;
	background: #fff url(images/vfrw_content.jpg);
	/* border: 1px dotted red; */ /* make borders visible for testing purposes */
}

/* Header */
#header {
	float: left;
	width: 760px;
	height: 200px;
	margin: 0px;
	padding: 0px;
	background: #fff url(images/vfrw_header.jpg);
}

/* Middle - Post content */
#container {
	float: left; 
	width: 490px; 
	margin: 10px 0px 0px 20px;
	padding: 0px;
	overflow: hidden;  /* Try to fix weird FF behavior */
	/* border: 1px dotted #000; */ /* make borders visible for testing purposes */
	z-index: -1;
	dis\play: inline; /* IE6 hack to fix double-margin bug */
}

/* Middle - Sidebar */
.sidebar {
	float: left; 
	width: 210px; 
	margin: 10px 0px 10px 20px; 
	padding: 0px;
	overflow: hidden;  /* Try to fix weird FF behavior */
	/* border: 1px dotted #000; */ /* make borders visible for testing purposes */
}

.post {
	clear: both; 
	margin: 0px 0px 15px 0px;
}

.postdate {
	float: left;
	width: 100px;
	padding: 0px;
	margin: 0px;
}

.posttext {
	float: left;
	display: inline;
	width: 380px;
	padding: 0px;
	margin: 0px;
}

.alignleft {
	float: left;
	display: inline;
}

.alignright {
	float: right;
	display: inline;
}

.aligncenter, .center {
	clear: both; 
	margin: 0px auto 0px auto;
	text-align: center ;
}

/* Footer */
#footer {
	clear: both;
	float: left; 
	width: 760px;
	height: 70px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	background: #009 url('images/vfrw_footer.jpg');
	background-repeat: no-repeat;
}

.logo{
	clear: both;
	margin: 10px auto 10px auto;
	width: 32px;
	height: 40px;
	background: #fff url('images/vfrw_logo.jpg');
}

.divider {
	clear: both;
	margin: 10px 0px 0px 0px;
	border-bottom: 1px dotted #96f;
}


/* ============================================================ */
/* TEXT SPECIFICATIONS */
/* ============================================================ */

/* Header - Tiny navigation links */
p.headernav {
	font-size: 0.8em;
	color: #ffffff;	
	text-align: right;
	margin: 5px 10px 0px 0px;
}

/* Post text */
.post p, .post li {
	font-family: Georgia, Verdana, Arial, Helvetica, Serif;
	padding: 0px 0px 10px 0px;
	line-height: 120%;
}

.posttext p {
	/* margin: 0px 0px 10px 0px; */
}

/* Post date on home page */
.postdate {
	font-weight: bold;
}

/* Page header */
h2.pagetitle, h2.posttitle {
	font-size: 1.3em;
	font-weight: bold;
	font-variant: small-caps ;
	letter-spacing: 0.2em ;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dotted #96f;
}

h2.widgettitle {
	font-size: 1.3em;
	font-weight: bold;
	font-variant: small-caps ;
	font-stretch: expanded;
	padding: 0px;
	margin: 0px;
}

p.postmetadata {
	/* border-top: 1px solid #ccc; */
	text-align: center;
	font-size: 0.8em;
	color: #66f;	
	margin: 10px 0px 0px 0px;
}

.navigation {
	font-family: Georgia, Verdana, Arial, Helvetica, Serif;
	margin: 10px 0px 10px 0px;
	font-size: 0.8em;
	color: #66f;	
}

/* Sidebar formatting */
.sidebar {
	color: #ffffff;	
}

.sidebar ul {
	list-style-type: none;
}

.sidebar h2 {
	color: #ffffff;	
	font-variant: small-caps ;
	font-stretch: expanded;
}

.widget {
	/* border-bottom: 1px dotted #ccc; */
	margin: 0px 0px 10px 0px;
}

.textwidget {
	/* border-bottom: 1px dotted #ccc; */
	margin: 0px 0px 0px 20px;
}


/* Format footer */

#footer {
	font-size: 0.8em;
	color: #999;
	text-align: center;
}

#footer p {
	padding: 0px;
	margin: 0px;
}

.footerlinks ul {
	list-style-type: none;
	margin: 0px; 
	padding: 0px; 
}

.footerlinks li {
	display: inline;
	margin: 0em .5em 0em .5em;
}

/* Format SiteMap */

.sitemap {
	font-family: Georgia, Verdana, Arial, Helvetica, Serif;
	font-size: 0.7em;
	color: #66f;
}

ul.sitemap {
	list-style-type: none;
}

ul.sitemap li {
	list-style-type: none;
	margin: 0px 0px 0px 15px;
	padding: 10px 0px 0px 0px;
}

/* ============================================================ */
/* FORMAT IMAGES */
/* ============================================================ */
.bookcover {
	margin: 0px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #009;
}
.wp-caption {
	padding: 5px 0 0 0 ;
	border: 1px solid #E8E8E8 ;
	background: #F8F8F8 ;
}
p.wp-caption-text {
	padding: 5px 5px 5px 5px ;
	font-size: 0.9em;
	font-style: italic;
}


/* ============================================================ */
/* Format input fields */
/* ============================================================ */

input[type="text"] {
	font-family: Verdana, Arial, Helvetica, Serif;
	font-color: #009;
	font-size: 100%;
	margin: 2px 2px 2px 2px; 
	background-color: #ccf;
	border-color: #009;
	border-style: solid; 
	/* -moz-box-sizing: border-box; */
	/* color: -moz-FieldText; */
	border: 2px inset ThreeDFace;
}

input[type="submit"] {
	font-family: Verdana, Arial, Helvetica, Serif;
	font-color: #009;
	font-size: 100%;
	margin: 2px 2px 2px 2px; 
	background-color: #ccc;
	border-color: #009;
	border-style: solid;
	/* -moz-box-sizing: border-box; */
	/* color: -moz-FieldText; */
	border: 2px outset ThreeDFace;
}

select {
	font-family: Verdana, Arial, Helvetica, Serif;
	font-color: #009;
	font-size: 100%;
	margin: 2px 2px 2px 2px; 
	background-color: #ccf;
	border-color: #009;
	border-style: solid; 
	/* -moz-box-sizing: border-box; */
	/* color: -moz-FieldText; */
	border: 2px ;
	/* border: 2px inset ThreeDFace; */
}



/* ============================================================ */
/* LINKS */
/* ============================================================ */

a:link {
	text-decoration: underline;
	color: #009;
}

a:visited {
	text-decoration: underline;
	color: #609;
}

a:hover {
	text-decoration: none;
	color: #c09;
}

a:active {
}

/* Regular sidebar links */
.sidebar a:visited,
#header a:link, #header a:visited, #footer a:link, #footer a:visited {
	text-decoration: none;
	background-color: transparent;
	color: #fff;
}

.sidebar a:hover, .sidebar a:active, 
#header a:hover, #header a:active, #footer a:hover, #footer a:active{
	text-decoration: none;
	background-color: transparent;
	font-variant: small-caps ;
	color: #c09;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Sidebar site navigation links */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* Regular links */
.textwidget a:link, .textwidget a:visited,
.page_item a:link, .page_item a:visited { 
	font-size: 110%;
	text-decoration: none;
	background-color: transparent;
	font-variant: normal;
	color: #fff;  /* white */
}

/* Other levels */
.current_page_item ul li a:link, .current_page_item ul li a:visited,
.current_page_ancestor a:link, .current_page_ancestor a:visited, 
.current_page_parent a:link, .current_page_parent a:visited {
	text-decoration: none;
	background-color: transparent;
	font-variant: small-caps ;
	color: #fcf;  /* light magenta */
}

/* Current Page link */
.current_page_item a:link, .current_page_item a:visited { 
	text-decoration: none;
	background-color: transparent;
	font-variant: small-caps ;
	color: #f0f;  /* bright magenta */
}

/* All nav links - hover */
.textwidget a:hover, .textwidget a:active,
.page_item a:hover, .page_item a:active,
.current_page_item ul li a:hover, .current_page_item ul li a:active,
.current_page_ancestor a:hover, .current_page_ancestor a:active, 
.current_page_parent a:hover, .current_page_parent a:active{
	text-decoration: none;
	background-color: transparent;
	font-variant: small-caps ;
	color: #c09;  /* bright magenta */
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Sitemap links */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

ul.sitemap a:link  {
	font-size: 150%;
	text-decoration: underline;
	color: #009;
}

ul.sitemap a:visited {
	font-size: 150%;
	text-decoration: underline;
	color: #609;
}

ul.sitemap a:hover {
	font-variant: normal;
	font-size: 150%;
	text-decoration: none;
	color: #c09;
}

ul.sitemap a:active {
}


/* ============================================================ */
/* FORMAT COMMENTS */
/* ============================================================ */

.comments-template{
	margin: 10px 0px 0px 0px;
	/* border-top: 1px solid #ccc; */
	padding: 10px 0px 0px;
}

.comments-template ol{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0px;
}

.comments-template textarea{
	font-size: 12px;
	border: 1px solid #009;
}

