/* Changes for 123.is */
	/* NavBar */
#NavBar
{
	margin:0;
	text-align:nothing;
	padding:0px;	
}

#NavBar li
{
	padding:0px;
	list-style:none;
	margin:0px;
	border:0px;	
}

#NavBar li.Selected a
{
	text-decoration:none;
}

#NavBar li a
{
	margin-right:5px;
	font-family:verdana,arial;
	color:#1E90FF;
	font-weight:normal;	
	text-decoration:none;
}

#NavBar li a:hover
{
	color:#FF4500; 
}	
		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:#1E90FF;
		text-decoration:none;
		border-bottom:1px dotted black;
	}
	
	ul#LinkBar li a:hover
	{
		color:red;
	}
	
	ul#LinkBar li.LinkItem
	{
		margin-left:10px;
	}
	
	ul#LinkBar li.LinkHeader
	{
		list-style:none;
		font-weight:bold;
		margin-top:10px;
		margin-left:0px;
		padding-left:0px;		
	}

/* BLOG Records */

	div.BlogText
	{		
		font-size:11px;
		padding-bottom:5px;		
		font-style:italic;
		color:gray;
	}
	/* Blog Cats at the top */
	h5.BlogCats
	{
		font-size:11px;
		margin:0px;
	}
	ul.BlogCats
	{
		margin:0px;		
	}
	ul.BlogCats li
	{
		display : inline;		
		border-right:1px solid gray;
		padding:3px;
	}
	ul.BlogCats li a
	{
		font-size:11px;
		margin-right:5px;
		color:#1E90FF;
		text-decoration:none;
		border-bottom:1px dotted black;
	}
	
	ul.BlogCats li a:hover
	{
		color:red;
	}
	
	h5.BlogCat
	{
		color:black;
		font-size:15px;	
		border:1px solid black;
		padding:5px;
		background-color:#f0f0f0;
	}

div.BlogPost
{
	border-bottom:4px double #efefef;	
	margin-bottom:10px;
	padding:5px;
}
div.BlogPost h4.BlogDate
{
	font-size:13px;
	background-color:transparent;
	color:black;
	padding:5px;
	margin:0px;
	margin-top:5px;
}	
div.BlogPost h3.BlogTitle
{	
	font-weight:bold;	
	color:#1E90FF;
	font-family:trebuchet ms, trebuchet, verdana;
	font-size:17px;
	margin-bottom:10px;
	margin-top:5px;
}
div.BlogPost div.BlogBody
{
	padding:5px;
	border:0px;
	font-size:11px;
	line-height:15px;
}
div.BlogPost p.BlogFooter
{
	color:gray;
	margin:0px;
	margin-left:15px;
	font-size:10px;
}

div.copyright
{
	border-top:2px solid gray;
	padding:10px;
	background-color:#efefef;
	font-size:11px;
	text-align:center;
	margin-left:20%;
	margin-right:20%;
}

/*  
Theme Name: Plain Vanilla
Theme URI: http://ckunte.com/
Description: Plain Vanilla theme for WordPress 1.5 and above.
Version: 1.0
Author: Chetan Kunte
Author URI: http://ckunte.com/
*/

/* page layout */
body, html {
    background: #f5f5f5 url(/themes/plainvanilla/images/bg_col1.png) top center repeat-y;
    margin:0;
    padding:0;
    border:0;
    font-family:verdana,arial;
}
#container {
    margin:auto;
    width:750px;
    w\idth:700px;
    \width:700px;
    padding:10px 25px;
    border:0;
}
/* 
   Banner image description: 
   Volcán de Las Arenas (Vulcan of the Sands). Eruption on february 2 1705, 
   now on his 300th birthday. View from Socorro Mountain vulcan.

   Photo ID: #5282913, 
   Owner: Jose Mesa (http://www.flickr.com/photos/52537477@N00/5282913/) 
   Attribution license: http://creativecommons.org/licenses/by/2.0/
   
   [ Note: To change the banner image, Just replace with a new image of size 
   480x270 and call it banner.jpg ]
*/
#bannertop  {
    position:relative;
    display:block;
    width:100%;
    height:261px;
    margin:10px 0 15px 0;
    overflow:hidden; 
    border:1px #666 dotted; 
    background: #fff url(/themes/plainvanilla/images/banner.jpg) top center no-repeat;
}
#content {
    position:relative;
    float:left;
    margin:0;
    padding:0;
    width:65%;
    text-align:justify;
}
#sidebar {
    position:relative;
    margin:0;
    margin-left:505px;
    border:0;
    }
.clearfix:after {
    content: ".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* end page layout */

/* begin headlines */
#nav, h1, h2, h3, .paginate, #sidebar, #sidebar h2, #sidebar h3, p, #sidebar p, .storycontent, .storycontent ul, ol, ol li, .cmeta, #google, fieldset {
   font-family:verdana, arial, sans-serif;
   font-size:11px;
   }
.paginate { 
   color:#ccc;
   text-align:right; 
   font-weight:normal;
}
h1 {
   font-size:11px;
/*   font-weight:normal; */
   margin:0;
}
#header h1 {
   display:inline;
   width:45%;
   margin:9px 0;
   float:left;
}
h2 {
   margin:9px 0 0 0;
}
h3 {
   margin:3px 0 0 0;
}
.post h3 {
   border-bottom:1px solid #F0F8FF;
}
#sidebar, #sidebar h2, #sidebar h3 {
   color:#888;
}

#sidebar h2, #sidebar h3 {
   border-bottom:1px solid #F0F8FF;
   color:#666!important;
   }

#sidebar h3 {
   margin-top:20px;
}
/* end headlines */

.meta, .feedback, .post-categories, .post-categories li {
   font-family:verdana, arial, sans-serif;
   font-size:11px;
}
.meta, .feedback {
   text-transform: lowercase;
   color:#999;
   text-align:right;
   border-top:1px solid ghostwhite;
   margin:0 0 18px 0;
}
.post h3 a:hover {
   border-bottom:none !important;
}
.post-categories, .post-categories li {
   display:inline;
   margin:0;
   padding:0;
}
p, .storycontent, .storycontent ul {
   line-height:1.5em;
   color: #000;
   margin:6px 0 9px 1px;
   padding:0;
}
.storycontent ul {
   margin-left:35px;
}
.storycontent ul li {
   margin-bottom:0.75em;
}
input[type=text], textarea { 
    border:1px solid #bbb; 
   padding:2px; 
   font-family:"Courier New", Courier, monospace;
   font-size:12px;
   }
textarea {
   overflow:auto;
}
input[type=submit], input[type=reset], input[type=button] {
/*   background:#eee; */
   color:#222;
/*   border:1px solid #bbb; */
   margin-right:2px;
    padding:1px;  
   font-family:verdana, arial, sans-serif;
   font-size:11px;
 }
 input, select, textarea { 
/*   font-family:"Courier New", Courier, monospace;
   font-size:12px; */
   vertical-align:middle;
   }
input[type=text]:focus, textarea:focus { 
   background: #EEE8AA;
   border:1px solid #999; 
   }

#nav {
   width:55%;
   vertical-align:middle;
   float:left;
}
#nav ul {
        float:right;
        margin:5px 0;
        padding:3px 0;
}

#nav ul li {
        margin:0;
        padding:0 0 0 3px;
        display:inline;
        list-style:none;
}
#header {
        display:block;
        margin:0 0 10px 0;
        padding:0;
        max-width:100%;
        }
acronym, abbr {
    border-bottom:1px dotted #bbb;
    cursor:help;
}
img, p img {
    border:none;
}
tt, code, pre {
    font-family:"Courier New",Courier,monospace;
    font-size:12px;
}
a {
    color:#1E90FF;
    text-decoration:none;
}
a:hover {
    color:#FF4500; 
    text-decoration: none;
    border-bottom:1px solid #bbb;
}
 #nav a:hover {
    border-bottom:3px solid #1E90FF;
    padding-bottom: 2px;
}

/* Begin Images */
p img {
      padding:0;
      max-width:100%;
      }

img.centered {
      display:block;
      margin-left:auto;
      margin-right:auto;
      }
img.pic {
background:#fff;
border:1px solid #ccc;
}
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;
      }

h1 a, h1 a:hover, #sidebar p img a:hover {
      text-decoration:none;
      border:0;
      }
div.imgcenter {
        text-align:center;
}

div.image img, div.imgcenter img {
        border:1px #ccc solid;
        padding:4px;
        margin:5px;
}
/* end images */

#content ul li, #sidebar ul li {
        list-style:url(/themes/plainvanilla/images/bullet.gif);
        line-height: 1.5em;
        }
/* alternate comment colors */
.color1 {background-color:#ffffff; padding:5px; margin:5px 0; border:0; }
.color2 {background-color:#f8f8f8; padding:5px; margin:5px 0; border:0; }

.cmeta {
        color:#888;
        }

blockquote { margin:0 10px; }

blockquote p { color:#777!important;
             border-left:1px dotted #bbbbbb;
             text-align:left; 
             padding-left:10px;
             background:transparent;
            }

/* archive list */

.alt {
        background-color: #f8f8f8;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        margin:15px 0;
        padding:5px;
        }
/*
.commentlist li, #commentform input, #commentform textarea {
        font: 11px 'Lucida Grande', Verdana, Arial, Sans-Serif;
        }
*/        
.commentlist li {
        font: 11px 'Lucida Grande', Verdana, Arial, Sans-Serif;
        }

.commentlist li {
        font-weight: bold;
        }

.commentlist cite, .commentlist cite a {
        font-weight: bold;
        font-style: normal;
        font-size: 11px;
        }

.commentlist p {
        font-weight: normal;
        line-height: 1.5em;
        text-transform: none;
        margin:6px 0 3px 1px!important;
        }
/*
#commentform p {
        font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
        }
*/
.commentmetadata {
        font-weight: normal;
        }
h3.comments, #comments h3 {
        padding: 0;
        margin: 40px auto 20px;
        }

/* Automated CSS generated from OTT */
body{background-color:#FFCC00;}
td
{
    text-align:left;
}

body
{
    line-height:normal;
}

table.ottTable
{
    border: 1px solid #DDD;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom:20px;
}
table.ottTable th, table.ottTable td
{
    padding: 8px;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid;
}
