/*My title logo thingy*/
#login
{
	position: absolute;
	top: 50px;
	right: 25px;
}
#login a
{
	text-decoration: none;
}
#line
{
	height: 59px;
	width: 100%;
	border-bottom: 1px solid white;
	background-color: transparent;
}
.box
{
	height: 18px;
	width: 150px;
	background-color: rgb(229,234,234);
}
#site
{
	position: absolute;
	top: 8px;
	left: 15px;
}
#site a, #site a:hover
{
	font: 100 40pt 'Lucida Grande', sans-serif;
	color: white;
	text-decoration: none;
}
/*End my logo*/

/*The main part of the page*/
body
{
	margin: 0 0 0px 0px;
	background-color: rgb(190,203,208);
	font: 100 10pt 'Lucida Grande', sans-serif;
}
a
{
	color: black;
	text-decoration: none;
}
a:hover
{
	color: blue;
	text-decoration: underline;
}
a.nw:hover
{
	color: black;
	text-decoration: none;
}
/*End main page layout*/

/*sidebar items */
#sidebar
{
	position: absolute;
	top: 64px;
	right: 25px;
}
#sidebar ul
{
	list-style-type: none;
}
.links
{
	background-color: white;
	width: 154px;
	text-align: left;
	border: 1px solid  rgb(168,160,159);
	font: 8pt 'Lucida Grande', sans-serif;
	color: black;
	margin-bottom: 25px;
}
.links div, h2
{
	font: 100 10pt 'Lucida Grande', sans-serif;
	background-color: rgb(229,234,234);
	text-align: center;
	color: black;
}
.links p
{
	text-indent: 0px;
	padding: 6px;
}
/*#search
{
	width: 154px;
	text-align: center;
	font: bold 12pt Lucidia, sans-serif;
	color: white;
}*/
/*end sidebadr */

/*Displaying the entries*/

.post 
{
	text-align: justify;
	padding: 17px 10px 35px 10px;
	margin: 20px 213px 0px 80px;
	background-color: white;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(168,160,159);
	font: 10pt Lucidia, sans-serif;
	color: black;
}

	/*The title line*/
.title
{
	position: relative;
	top: -6px;
	left: -10px;
	padding: 2px 20px;
	background-color: rgb(229,234,234);
}
.date
{
	position: relative;
	top: -6px;
	left: -10px;
	padding: 2px 20px;
	font-size: 8pt;
}
	/*The entry*/
.entry p
{
	text-indent: .5in;
}
.entry:first-letter
{
	font-size: xx-large;
	text-transform: uppercase;
}
.entry a
{
	color:blue;
}
	/*The comment liks*/
div.bottom_line
{
	background-color: rgb(229,234,234);
	margin: 0px 214px 50px 81px;
	border-bottom: solid 1px rgb(138,130,129);
	padding-left: 10px;
}

/*End entries*/

/*The entry on a single page*/

.navigation 
{
	display: block;
	margin: 20px 213px 0px 80px;
}
.navigation a
{
	font: 100 10pt 'Lucida Grande', sans-serif;
	color:black;
}	
#next
{
	float: right;
}
#prev
{
	float:left;
}
.post_single 
{
	text-align: justify;
	padding: 17px 10px 35px 10px;
	margin: 0px 213px 0px 80px;
	background-color: white;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(168,160,159);
	font: 10pt Lucidia, sans-serif;
	color: black;
}
#tag
{
	font: 100 8pt 'Lucida Grande', sans-serif;
}
#tag a
{
	color: rgb(129,134,256);
}
/*End single page view*/

/*The archives pages*/
.pagetitle
{
	margin: 10px 213px 0px 80px;
	font: 100 10pt 'Lucida Grande', sans-serif;
	background-color: rgb(229,234,234);
	text-align: center;
	color: black;
}
/*end the archives*/
/* on to comments*/
.comment ul
{
	list-style-type: none;
}
#comment
{
	width: 100%;
}


/*end comments*/

/*footer*/
#footer
{
	margin: 0px 213px 0px 80px;
	text-align: center;
}
/*end footer*/

/*images in post border*/
.imgbox
{
	float: right;
	margin: 10px;
	background-color: #fff;
	padding: 10px;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
	font-size: 10pt;
	text-align: right;
}
.imgbox img
{
	float: left;
	margin-left: 5px;
	border-top: 2px solid #555;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 2px solid #555;
}
/*end post images*/