/* Changes for 123.is */
/* NavBar */
#NavBar
{
	margin:0px;	
	text-align:left;
	padding:0px;	
}

#NavBar li
{
	padding-left:15px;
	list-style:none;
	line-height:20px;	
	margin:0px;
	border:0px;
}

#NavBar li.Selected a
{
	text-decoration:underline;
}

#NavBar li a
{
	font-family:arial,tahoma,verdana;
	font-size:13px;
	color:gray;
	font-weight:bold;	
	text-decoration:none;
}

#NavBar li a:hover
{
	color:blue;	
	text-decoration:none;
	border:0px;
}	
		ul#NavBar li.FolderItem
		{
			font-weight:bold;			
		}
			ul#NavBar ul
			{
				margin:0px;
			}
			ul#NavBar ul li.SubItem
			{				
				margin:0px;
				padding-left:15px;
			}

	/* LinkBar */
	ul#LinkBar
	{
		margin-left:10px;	
	}
	
	ul#LinkBar li a
	{		
		color:black;
		text-decoration:none;
		border:0px;
	}
	
	ul#LinkBar li a:hover
	{
		color:red;
	}
	
	ul#LinkBar li.LinkItem
	{
		margin-left:5px;
	}
	
	ul#LinkBar li.LinkHeader
	{
		list-style:none;
		font-weight:bold;
		margin-top:10px;
		margin-left:0px;
		padding-left:0px;		
	}
	
/* BLOG Records */

	div.BlogText
	{		
		padding-bottom:5px;		
		font-style:italic;
		color:gray;
	}
	/* Blog Cats at the top */
	h5.BlogCats
	{
		margin:0px;
	}
	ul.BlogCats
	{
		margin:0px;		
	}
	ul.BlogCats li
	{
		display : inline;		
		border-right:1px solid gray;
		padding:3px;
	}
	ul.BlogCats li a
	{
		margin-right:5px;
		color:blue;
		text-decoration:none;
		border-bottom:1px dotted black;
	}
	
	ul.BlogCats li a:hover
	{
		color:red;
	}
	
	h5.BlogCat
	{
		color:blue;
		font-size:18px;	
		border:1px solid blue;
		padding:5px;
		background-color:#f0f0f0;
	}

div.BlogPost
{
	border-bottom:4px double #efefef;	
	margin-bottom:10px;
	padding:5px;
}
div.BlogPost h4.BlogDate
{
	background-color:transparent;
	color:gray;
	padding:5px;
	margin:0px;
	margin-top:5px;
}	
div.BlogPost h3.BlogTitle
{
	font-weight:bold;	
	color:black;	
	margin-bottom:3px;
}
div.BlogPost div.BlogBody
{
	padding:5px;
	border:0px;
}
div.BlogPost p.BlogFooter
{
	color:gray;
	margin:0px;
	margin-left:15px;
	font-size:10px;
}

div.copyright
{
	background-color:white;
	margin-top:10px;
	padding:10px;
	
}
/*  
Theme Name: Notebook
Theme URI: http://chasethestars.com
Description: A Daily Diary....  Theme made by <a href="http://chasethestars.com">Stacee Leung</a>, Coded by <a href="http://php-princess.net">Daynah Nguyen</a>
Version: 1.0
Author: Stacee Leung
Author URI: http://chasethestars.com

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

A:link    {color:#336699;text-decoration:none;}
A:visited {color:#336699;text-decoration:none;}
A:active  {color:#132C4F;text-decoration:none; border-bottom: 1px dashed #132C4F;}
A:hover   {color:#132C4F;text-decoration:none; border-bottom: 1px dashed #132C4F;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	background-color: #96B5DF;
	text-align: center;
        margin:10px 0px; padding:0px;
}

#Content {
	width:750px;
	margin:0px auto;
	text-align:left;
	padding:0px;
	}

.sidemenuhead, h2 {
	font-weight: bold;
	border-bottom: 1px dotted black;

}

td h1 { text-align:center; }

.header
{
    font-weight: bold;
}

.headertable
{
    margin-bottom: 20px; 
    width: 747px;
}
.headertable td { padding: 0px;}

/* Lists */
ul
{
	list-style-type:none;
	margin-left: 0; padding-left: 0;
}

/* Lists in Lists have margin */
ul ul
{
	margin-left: 10px; padding-left: 0;
}

/* Header in list */
li h2
{
	font-size: 14px;
	font-weight: bold;
}

td {
        text-align:left; 
	vertical-align: top;
}
table {
	background-color:#FFFFFF;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	border: 1px solid black;
        padding: 2px;
}

textarea {
        -moz-border-radius: 10px;
        padding: 5px;
}

.comments 
{ 
        text-align:right; 
        border-bottom: 1px dotted black;
        margin-bottom: 10px;
        padding-bottom: 10px;
}

/* Background Images for Table */
.bg06 
{
        background-image: url(/themes/notebook/images/06.jpg);
        width:9px;
}

.bg08 
{
        background-image: url(/themes/notebook/images/08.jpg);
        width:8px;
}

.bg10
{
        background-image: url(/themes/notebook/images/10.jpg);
        width: 13px;
}

.bg12 
{
        background-image: url(/themes/notebook/images/12.jpg);
        width: 41px;
}

td img {padding: 0px; margin: 0px;}

form 
{
      margin: 0px;
      padding: 0px;
}

/* Images to float right */
.floatright
{
float: right;
margin: 0 0 10px 10px;
border: 1px solid #666;
padding: 0px;
}

/* Images to float left */
.floatleft
{
float: left;
margin: 10px 10px 0 0;
border: 1px solid #666;
padding: 0px;
}