/*   
Theme Name: Lynn Wilson Astrology
Theme URI: http://lynnwilson.net
Description: Custom theme for Lynn's web site
Author: A3 Design
Author URI: http://a3online.com
Version: 1.0

Lynn Wilson Astrology Wordpress Theme Stylesheet 
by Mars at A3 Design, http://a3online.com
2005-05-19
*/



/* elemental styles */
body {
	margin: 0;
	padding: 0;
	
	background-color: black;
	color: white;
	
	font-family: "lucida grande", helvetica, arial, sans-serif;
	font-weight: normal;
	
	/* WinIE font-size hack */
	font-size: x-small;
	voice-family: "\"}\""; 
	voice-family:inherit;
	font-size: small;
}
html>body
{
	font-size: small;
}

div, form, h1, h2, h3, h4, h5, p, blockquote, ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5 {
	text-transform: uppercase;
	margin-bottom: 0.5em;
}

h1 { font-size: x-large; }
h2 { font-size: large; color: #511c02; }
h3 { font-size: medium; }
h4 { font-size: small; }
h5 { font-size: x-small; }

img {
	border: none;
}

p {
	margin-bottom: 1.5em;
}

ol, ul {
	padding-left: 20px;
	margin-bottom: 0.5em;
}

li {
	margin-bottom: 1em;
}

strong {
	font-weight: bold;
	font-style: normal;
}

em {
	font-weight: bold;
	color: #666;
	font-style: normal;
	text-transform: uppercase;
}


address {
	font-style: normal;
}

/* fix table cell image alignment in Strict Mode */
td img { 
	display: block; 
	margin: 0; 
	padding: 0; 
}




/* class behaviors */

/* the inner SPAN of image-replaced elements get this class */
.image_replace span, .invisible {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

/* to force parent containment of floated children, a last-sibling BR gets this class */
br.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

/* used to float content */
.content_left {
	float: left;
	padding: 0 5px 5px 0;
}
.content_right {
	float: right;
	padding: 0 0 5px 5px;
}




/* general link styles */
:link:focus, 
:visited:focus { 
	font-weight: bold; 
}
:link { 
	color: #1d1f4f;
	font-weight: bold; 
	text-decoration: underline; 
}
:visited { 
	color: #1d1f4f;
	font-weight: bold; 
	text-decoration: underline; 
}
:link:hover, 
:visited:hover { 
	color: white;
	background-color: black;
	text-decoration: none; 
}
:link:active, 
:visited:active { 
	text-decoration: none; 
}

#features :link { 
	color: #f3ba63;
}
#features :visited { 
	color: #f3ba63;
}

h1 :link,
h1 :visited,
h2 :link,
h2 :visited,
h3 :link,
h3 :visited {
	text-decoration: none; 
}




/* Begin Typography & Colors */

#page {
	background-color: white;
	color: black;
	text-align: left;
	}
#page_home #page {
	background: url("images/lynnwilson_bg.jpg") repeat-y top; border: none;
	}

#header {
	background: url("images/lynnwilson_headerwide.jpg") no-repeat bottom center;
	}
#page_home #header {
	background: url("images/lynnwilson_header.jpg") no-repeat bottom center;
	}

#features, #features h2 {
	color: white;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-size: x-small;
	}

#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
#page {
	background-color: white;
	width: 741px;
	}
	
#header {
	height: 180px;
	width: 741px;
	background-color: black;
	}
	
#header h1 {
	margin: 0;
	padding: 0;
	}

#headerimg {
	margin: 0;
	height: 180px;
	width: 741px;
	}

#headerimg a {
	display: block;
	margin: 0;
	height: 180px;
	width: 741px;
	}

#headerimg a:hover {
	background-color: transparent;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0;
	width: 450px;
	}

.supernarrowcolumn {
	float: left;
	padding: 0 20px 20px 20px;
	margin: 0;
	
	/* WinIE box-model hack */
	width: 313px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 273px;
}
html>body .supernarrowcolumn
{
	width: 273px;
}

.supersupernarrowcolumn {
	float: left;
	padding: 0 20px 20px 20px;
	margin: 0;
	
	/* WinIE box-model hack */
	width: 209px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 169px;
}
html>body .supersupernarrowcolumn
{
	width: 169px;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}
	
.post, .user_form {
	margin: 0 0 50px 0;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}
	
#content .post h2 {
	font-size: large;
	margin-bottom: 0;
}
#content .post small {
	display: block;
	margin-bottom: 1.5em;
}
	
#footer {
	padding: 0;
	margin: 0;
	width: 741px;
	clear: both;
	background: url("images/lynnwilson_footerwide.jpg") no-repeat bottom; border: none;
	}
#page_home #footer {
	background: url("images/lynnwilson_footer.jpg") no-repeat bottom; border: none;
	}

#footer p {
	margin: 0;
	padding: 20px 20px;
	text-align: left;
	font-size: x-small;
	}
/* End Structure */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists */

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	padding: 0px 0 40px 0; 
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0 0 10px 0;
	margin-left: 535px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
	
#sidebar #page_navi {
	font-size: medium;
        margin-bottom: 50px;
}

.current_page_item a {
	text-decoration: none !important;
	color: black !important;
}
.current_page_item a:hover {
	background: transparent;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



#little_bio {
	background: url(images/lynn_wilson-tiny_portrait.jpg) no-repeat top left;
	padding-left: 45px;
	padding-bottom: 15px;
	font-size: x-small;
}

#counseling_services {
	background: url(images/credit_cards.gif) no-repeat bottom left;
	padding-bottom: 25px;
}

.continuation {
	line-height: 180%;
}

ul.link_master_list {
	list-style: none;
	padding: 0; margin: 0;
}

.meta {
	font-size: x-small;
	color: #666;
}