/*  
Theme Name: V3
Theme URI: http://wwww.liannecruz.com
Description: For personal layout
Version: 1
Author: Lianne
Author URI: http://wwww.liannecruz.com
*/

body {
	margin: 30; 
	background: url("http://www.liannecruz.com/images/gray-stripe.png");

	}
	
a{

	font: 1em verdana;
	color: #cc9999;
        text-decoration: none;
	}
	
a:hover {
	color:#ffffff;
	background:#666666;
}
	
h1 {
	color: #666666;
	font: 24px georgia bold;
	line-height: 30px;
	margin: 10 0 0 0;
}

.border {
	width:300px; 
	}
	
.border h1 {
	border-bottom: 1px solid #999999; 
	}	

h2 {
	color: #666666;
	font: 20px georgia bold;
	margin: 10 0 0 0;
}

ul {
list-style: circle;
color: #666666;
}


/* sub navigation */
.sidenav {
	float: top;
	height: 20px;

}

.sidenav a {
	font: 1em verdana bold;
	text-align: center;
	letter-spacing: 0.05em;
	color: #ffffff;
	display: block;
	padding: 2px 0 2px 5%;
	text-decoration: none;
	background: #666666;
}
.sidenav a:hover {
	background: #cc9999;
	color: #000000;	
}




/* Sidebar */
#sidebar {
       width: 150px;
       border-left: 1px solid;
       border-color: #ccc;
       font-size: 12px;
       font-family: 'Arial';
       padding: 10px;
       list-style: none;
}

#sidebar a {
    font: 10px Verdana;
    color: #666666;
}

#sidebar a:hover {
	color:#ffffff;
	background:#666666;
}

#sidebar h2, h1 {
	color: #666666;
	font: 14px georgia;
}


/* End Sidebar */


/* Begin Comments*/
#comments, #respond{
	margin: 2em 0 0 5px;
}
#commentform 
{
	margin:10px;
	padding:10px;
}
#rap .commentlist {
	margin: 0 1em;
	padding: 0;
}
.commentlist li 
{
	list-style:none;
	margin: 1em 0;
	padding: 0.5em;	
	background: #cccccc;
}

.commentlist a 
{
	font: bold 1em Tahoma,sans-serif;
	color: #666666;
        text-decoration: none;
}

.commentlist a:hover {
	color:#ffffff;
	background:#666666;
}

.commentlist li.alt 
{
    background: #f0f0f0;
}
.commentlist li .cmtinfo 
{
	font-size:1em;	
	border-bottom: #999999 1px solid;
}
.commentlist li cite 
{
	font-style:normal;
	font-weight:bold;
}
.commentlist li .cmtinfo em 
{
	float:right;
	margin:0;
	padding:0;
	font-style:normal;
	font-size:0.9em;
	color: #000000;
}
.nocomments 
{
	padding-left:10px;
}

li.author
{
   background-color: #f2dddd;
}

fieldset{
	border: none;
}

.field label{
	display: block;
}

textarea{
	width: 90%;
	height: 20em;
	border: 1px solid #ccc;	
	background:#f0f0f0;
}

input{
	border: 1px solid #ccc;	
	background: #f0f0f0;
}
/* End Comments */


/* Other stuffs */


.margin {
   margin-bottom: 0;
   margin-top: 0;
}
.alignleft {
   float: left;
   
}

.alignright {
   float: right;
   
}

.clearing {
   clear: both;
}

.entry {
   text-align: left;
}



.liststyle {
   list-style: none;
}

.navigation {
	display: block;
	text-align: center;
        padding-top: 10px;
        padding-bottom: 20px;
        font-size: 12px;
	font-family: 'Arial';
        font-weight: bold;
	}

.post {
        text-align: left;
	padding: 10px 30px 0;		
        font-size: 12px;
	font-family: verdana, "lucida grande", sans-serif;
	line-height: 1.6;
}

.post-title h2, .post-title a
{
	font: 20px georgia;
	font-weight: bold;
        color: #666666;
}


.post-title a:hover {
	color:#ffffff;
	background:#666666;
}

.post-title a:link, .post-title a:hover, .post-title a:visited, .post-title a:active 
{
	border-bottom:none;
}
.day-date {
	font-size: 0.9em;
	color: #000000;
	padding: 3px 0;
	margin: 0 0 0 75px;			
}
.day-date em 
{
	font-style:normal;
	color: #6E3F1F;
}
.day-date a 
{
	border-bottom:none;
}
.post-content h4 
{
	font-size:1em;
	font-weight:normal;
}
.post-content h4 em
{
	font-style:normal;
	float:right;
	font-weight:normal;
}
.post-info {
	font-size : 0.9em;
	color : #666;
	margin : 0;
	background:url(http://www.liannecruz.com/images/comments-small.gif) no-repeat left center;
	padding-left:12px;
    
}

hr {
	border: 0;
	color: #fff;
	background-color: #fff;
	height: 1px;
	border-bottom: 1px solid #ccc;
	}

.post-info a 
{
	border-bottom:none;
}
.post-content {
	padding: 10px;	
}

/*End Other Stuffs */