/*
Theme Name: LadyLens
Theme URI: http://www.ladylens.com/
Description: Lady Lens default theme.
Version: 1.0.0
Author: LadyLens
Author URI: http://www.ladylens.com/
*/


body
{
	margin: 0;
	background: #f0f0f0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
}

img 
{
	border: 0;	
}

#Face
{
	position: fixed;
	width: 545px;
	height: 640px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/imgFace.gif) no-repeat;
}

#Wrapper
{
	width: 706px;
	padding-top: 80px;
	margin-left: auto;
	margin-right: auto;
}

#Navigation
{
	position: fixed;
	float: left;
	width: 162px;
	background: url(images/imgSquiggle.png) repeat-y;
	background-position: top right;
}

#Navigation #Menu
{
	font-weight: bold;
	font-size: 1.4em;
}

#Navigation #Menu
{
	position: relative;
	float: left;
	margin-left: 9px;
	margin-top: 15px;
	font-weight: bold;
	font-size: 1.4em;
}

#Navigation #Menu a
{
	color: #000000;
	text-decoration: none;
}

#Navigation #Menu a:hover
{
	color: #000000;
	text-decoration: underline;
}

#Navigation #Menu img
{
	margin-right: 7px;
}

#Navigation #Menu .subMenu
{
	color: #959595;
}

#Navigation #Menu .subMenu a
{
	color: #959595;
	text-decoration: none;
}

#Navigation #Menu .subMenu a:hover
{
	color: #959595;
	text-decoration: underline;
}

#Content
{
	position: relative;
	float: left;
	width: 464px;
	margin-left: 242px;
}

.post a
{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.post a:hover
{
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.post
{
	margin-bottom: 67px;
}

.hide
{
	display: none;
}

.show
{
	display: block;
}

/* wp stuff
--------------------------------------------------*/

.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}

.alignleft {
float:left;
}

.alignright {
float:right;
}

.navigation {
text-align:center;
font-size:120%;
}

.wp-caption {
border:1px solid #ddd;
text-align:center;
background-color:#f3f3f3;
padding:4px 0 0 0;
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
margin:10px;
}

.wp-caption img {
border:0 none;
margin:0;
padding:0;
}


.wp-caption-dd {
font-size:11px;
line-height:17px;
margin:0;
padding:0 4px 5px;
}

#header h1 a:hover,#footer a:hover {
text-decoration:none;
color:#333;
background:#EFF8FB;
}

#content li,#content2 li {
border-bottom:1px solid #EFF8FB;
padding:10px;
}

a,#sidebar li a,#footer a {
color:#999;
text-decoration:none;
}

/* footer
--------------------------------------------------*/
#footer {
color:#333;
margin:0;
padding:20px 0;
}
