/*
Theme Name: Hey Lady!
Theme URI: http://www.jendrodesign.com
Description: A theme by <a href="http://www.jendrodesign.com">Jendro Design</a> for my lovely wife.
Version: 1
Author: Jason Jendro
Author URI: http://www.jendrodesign.com

*/

/* Zero Out */

h1, h2, h3, h4, h5, h6, ul, ol, li, em, strong, pre, code {
	padding: 0;
	margin: 0;
	line-height: 1em;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}
table {
	font-size: inherit;
}
ul {
	list-style: none;
}
img {
	border: 0;	
}
p {
	margin: 1em 0;
}
form {
	padding: 0;
	margin: 0;
}


/* Elements */

body {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;	
	background: url(images/art_top-2.jpg) top center no-repeat #000000;
	line-height: 150%;
	color: #333333;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	text-align: center;
}
a:link, a:visited, a:active { 
	color: #920167;
	text-decoration: none;
}
a:hover {
	color: #5b0040;
	border-bottom: dotted 1px #5b0040;
	text-decoration: none;
}
strong {
	font-weight: 800;
}
hr {
	height: 1px;
	background-color: #444444;
	border: 0;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #974880;
	font-size: 26px;
	font-style: italic;
}
h1 a:link{
	color: #974880;
	text-decoration: none;
	border: none;
}
h1 a:visited{
	color: #974880;
	text-decoration: none;
}
h1 a:hover{
	color: #5b0040;
	text-decoration: none;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #1d2051;
	font-size: 18px;
	font-style: italic;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #974880;
	font-size: 20px;
	font-style: italic;
}
h3 a:link{
	color: #974880;
	text-decoration: none;
	border: none;
}
h3 a:visited{
	color: #974880;
	text-decoration: none;
}
h3 a:hover{
	color: #5b0040;
	text-decoration: none;
}
ul, ol {
	margin-top: 1em;
	margin-left: 1.5em;
	margin-bottom: 1em;
}
li {
	padding: 3px;
}
.post {
	clear: both;
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: dotted 1px #CCCCCC;
}
.entry {
	clear: both;
}
.navigation {
	color: #888888;
	clear: both;
}
.date {
	color: #888888;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#sidebar ul { 
	list-style-image: url("images/bullet_star.gif");
}
#sidebar li {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#sidebar li a:link, a:visited, a:active {
	color: #5b0040;
	text-decoration: none;
	border: none;
}
#sidebar li a:hover {
	color: #ffffff;
	background: #920167;
}
.button {
	border: 1px solid #aaaaaa;
	background: #bbbbbb;
	color: #ffffff;
	font-family: inherit;
	font-size: inherit;
}
.text {
	background: #eeeeee;
	border: 1px solid #cccccc;
	font-family: inherit;
	font-size: inherit;
}
form {
	padding-top: 15px;
	padding-bottom: 15px;
}
textarea:focus, input[type="text"]:focus {
	background: #ffffff;
}
small {
	font-size: 13px;
}
.alt {
	background: #f6f6f6;
}
.commentmetadata {
	color: #999999;
}
#commentlist {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-style: italic;
	color: #974880;
	margin-left: 30px;
}
#commentlist p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}
cite {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #1d2051;
	font-size: 18px;
	font-style: italic;
}
cite a:link, cite a:visited, cite a:active {
	color: #1d2051;
	text-decoration: none;
}
cite a:hover {
	color: #000000;
}
#header a {
	text-decoration: none;
	border: 0px;
}
.morepages {
	clear: both;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-top: 30px;
}
.previous-entries {
	float: left;
	padding-left: 28px;
	background: url(images/left_arrow.gif) no-repeat left center;
}
.next-entries {
	float: right;
	padding-right: 28px;
	background: url(images/right_arrow.gif) no-repeat right center;
}
	
/* Divs */

#container {
	width: 800px;
	padding: 0px;
	background: #ffffff;  
	margin: 0px auto;
	text-align: center;
}
#header { 
	text-align: center;
	margin: 0px auto;
}
#content {
	float: left;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	min-height: 250px;
	width: 540px;
}
#sidebar {
	float: right;
	text-align: left;	
	padding-right: 15px;	
	width: 200px;	
}
#footer {
	clear: both;
	height: 250px;
	background: url(images/art_bottom.jpg) top center no-repeat #000000;
	margin: 0px auto;
	font-size: 13px;
	color: #dddddd;	
	padding-top: 130px;
	padding-left: 270px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: .5px;
}
#terminator {
	clear: both;
	height: 30px;
}
img.frame {
	border: 3px solid #000000;
}

/* Wordpress Specific */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

