/* Cleaned CSS: */

	body	{
		background-color: #404040;
		text-align: center;
		color: #333;
		font-family: "Verdana", sans-serif;
		font-size: 10px;
		margin: 20px 0 20px 0;
		}

	a, a:link, a:visited {
		color: #043674;
		text-decoration: none;
		}

	a:hover {
		color: #5caffa;
		text-decoration: underline;
		}

	p, td, blockquote {
	    	font-size: 11px;
		}

	code, kbd, pre, tt {
	    	font-family: monospace;
		}

/*---------------------------------------------------------------------
   General page alignment and width
------------------------------------------------------------------------*/

	#content
	{
		width: 790px;
		margin-left: auto; margin-right: auto;
		background-color: #ffffff;
		border-width: 1px;
		border-style: solid;
		border-color: #404040;
		padding: 0px;
	}

 	#maincontent {
		margin-top: 5px;
		font-family: "Verdana", sans-serif;
		font-size: 11px;
		background-color: #ffffff;
		color: #000000;
		border-style: solid;
		border-color: #ffffff;
		border-width: 1px;
		margin-right: 180px;
		text-align: left;
		}

	#sidebar {

		padding-top: 0px;
		margin-top: 15px;
		background-color: #ffffff;
		border-color: #ffffff;
		border-width: 1px;
		border-style: solid;
	  	font-size: 11px;
		font-family: "Verdana", sans-serif;
	  	color: #000000;
		width: 172px;
		float: right;
		text-align: left;
		}

/*-----------------------------------------------------------------------------
   Header - you can add a header image with either #header or .headerimage
--------------------------------------------------------------------------------*/

	#header {
		width: 480px;
height: 30px
		padding: 0px 0px 0px 0px;
		margin: 0px;
		text-align: center;
		font-family: "Verdana", sans-serif;
		font-size: 11px;
		font-weight: bold;
		letter-spacing: 2px;
		border-style: solid;
		border-color: #999999;
		border-width: 0px;
		background: #000000 url('http://pics.livejournal.com/rather_ambition/pic/0002b6pw') ;
		color: #000000;
		}


	.headerimage {
	   position: relative;
    width:  790px; /* Width of the banner, in pixels */
    height: 220px; /* Height of the banner, in pixels */
    margin-left: auto; /* To center image leave as auto */ 
    margin-right: auto; /* To center image leave as auto */ 
    margin-bottom: 1px; /* Space between bottom of image and outer box of style */
    background-image: url("http://pics.livejournal.com/rather_ambition/pic/0002d1p1"); /* Header image URL */
    background-repeat: no-repeat;
}


         /*look  and color of links (also partly for footer)*/
	div#header a, div#header a:link {
font-size: 10px; color: #FFF; font-weight: bold; text-decoration: none; text-transform: uppercase; 
	}

	div#header a:hover {
	color: #5caffa; text-decoration: none;
	}
 div#footer a, div#footer a:link, div#footer a:visited {
font-size: 13px; color: #000000; font-weight: bold; text-decoration: none; text-transform: uppercase; 
	}
div#footer a:hover {
	color: #5caffa;; text-decoration: none;
	}

         /*title and subtitle*/
	.title	{
display: none;
		}

	.subtitle{
display: none;
		}

/*-----------------------------------------------------------------------------
   Header - top navigation
--------------------------------------------------------------------------------*/

/* header -- links to views; title of journal; subtitle of journal */

#header {overflow: auto; height: 30px; padding: 0px 0px; background: #000 url('http://pics.livejournal.com/virulencia/pic/0006p587'); text-align: left;}
	ul.topnav {margin: 0px 0px 0px 0px; padding: 0px 0px;}
	ul.topnav li {display: block; float: left; margin: 5px 0px 0px 0px; padding: 1px 12px 3px 12px;}
	ul.topnav a, ul.topnav a:visited {font-size: 10px; color: #FFF; font-weight: bold; text-decoration: none; text-transform: lowercase; margin: 2px 2px 0px 2px;}
	ul.topnav a:hover {color: #5caffa;; text-decoration: none;}
#header ul.topnav li {padding: 1px 11px 3px 11px;}
.titleheader {
    position: relative;
    width:  310px; /* Width of the banner, in pixels */
    height: 30px; /* Height of the banner, in pixels */
    margin-left: auto; /* To center image leave as auto */ 
    margin-right: 0px; /* To center image leave as auto */ 
    margin-bottom: 0px; /* Space between bottom of image and outer box of style */
    background-image: url("http://pics.livejournal.com/rather_ambition/pic/0002c50b"); /* Header image URL */
    background-repeat: no-repeat;
margin-top:-30px;
}

/*-----------------------------------------------------------------------------
   Entry stuff
------------------------------------------------------------------------*/


	.subcontent {
	}

	.entry	{
		margin: 0px 10px 10px 30px;
		padding: 10px;
		background-color: #ffffff;
		color: #000000;
		font-family: "Verdana", sans-serif;
		font-size: 11px;
		text-align: left;
		border-width: 1px;
		border-color: #ffffff;
		border-style: solid;
		}


	.userpic {
		position: relative;
		float: left;
		background-color: #ffffff;
		padding: 5px;
		margin: 10px;
		z-index: 15;
		border-width: 1px;
		border-color: #ffffff;
		border-style: solid;
		}

	.date {
		line-height: 200%;
		top: 5px;
		color: #707070;
		font-family: "Verdana", sans-serif;
		font-size: 11px;
		}
.date {
  float:          left;
}


.date_dateattime {
		color: #707070;
		font-family: "Verdana", sans-serif;
  font-size:        11px;
  letter-spacing:    1px;
  text-align:     left;
}
	.subject {
		font-weight: bold;
		padding: 10px;
		color: #000000;
		font-family: "Verdana", sans-serif;
		font-size: 20px;
		}


	.subject a, .subject a:link, .subject a:visited {
		color: #000000;
		}

	.subject a:hover {
		color: #000000;
background-color: #5caffa;
		text-decoration: none;
		}

	.datesubject {
		background-color: #ffffff;
		padding: 5px;
		}

         .entry ul li
		{
		padding-left: 5px;
		margin-left: 15px;
		}

    .entry ol li
		{
		padding-left: 5px;
		margin-left: 15px;
		}


/*---------------------------------------------------------------------
  Entry Stuff - Current Mood, Music and Location
------------------------------------------------------------------------*/

	.currents, .currentmood, .currentmusic {
		font-family: "Verdana", sans-serif;
		font-size: 11px;
		}


/*---------------------------------------------------------------------
  Entry Stuff - Comments
------------------------------------------------------------------------*/

	.comments {
		font-family: "Verdana", sans-serif;
		font-size: 11px;
		text-align: right;
		background-color: #ffffff;
		padding: 0px 5px 0px 5px;
		position: relative;
		top: 15px;
	border-color: #043674;
		border-width: 1px;
		border-style: solid;
		}

	div.comments a, div.comments a:link, div.comments a:visited{
		color: #043674;
                font-weight:bold;
	}

	div.comments a:hover {
		color: #000000;
		text-decoration: none;
	}
.leftlinks {
  float: left;
  position: relative;
  }

/*---------------------------------------------------------------------
  Entry Stuff - Separator
------------------------------------------------------------------------*/

  .separator{
		/* for formatting separators between entries */
		height: 35px;
	}



/*------------------------------------------------------------
  Special friends page customization
-------------------------------------------------------------------------------*/


       	.userpicfriends {
		position: relative;
		float: left;
		padding: 5px;
		margin: 10px;
		text-align: center;
		border-style: solid;
		border-width: 1px;
		border-color: #ffffff;
		font-family: "Verdana", sans-serif;
		font-size: 11px;
		z-index: 15;
		}


/*------------------------------------------------------------
  Sidebar
-------------------------------------------------------------------------------*/

	.defaultuserpic {
		text-align: center;
		}

	.sbarheader {
		padding: 0px 5px 0px 5px;
		}

	.sbarbody {
		padding: 0px 5px 0px 5px;
		}

	.sbarbody2 {
		padding: 0 15px 0 15px;
	}

           div#sidebar a, div#sidebar a:link, div#sidebar a:visited{
                 color: #043674;
font-weight: bold;
         }

         div#sidebar a:hover {
                 color: #247cea;
                 text-decoration: none;
         }


/*------------------------------------------------------------
  Sidebar - Calendar
-------------------------------------------------------------------------------*/

	table.calendar {
		margin-right: auto;
		margin-left: auto;
		}

	.sbarcalendar {
		border-color: #000000;
		border-width: 1px;
		border-style: solid;
		text-align: center;
		font-family: "Verdana", sans-serif;
		font-size: 11px;
		}

	.sbarcalendarposts {
		border-color:  #000000;
		border-width: 1px;
		border-style: solid;
		background-color: #a3bdf4;
		text-align: center;
		font-family: "Verdana", sans-serif;
		font-size: 11px;
		}

/*------------------------------------------------------------
  Sidebar - link box contents and sidebar box titles
-------------------------------------------------------------------------------*/

	ul.sbarlist
	{
		padding-left: 0px;
		margin-left: 0px;
		list-style: none;
	}

	li.sbaritem
	{
		padding-left: 15px;
		list-style: none;
	}

	li.sbartitle
	{
		padding-left: 15px;
		list-style: none;
		border-style: solid;
		border-width: 1px;
		border-color: #999999;
		background-color: #ffffff;
		margin-bottom: 10px;
		margin-top: 10px;
	}

/*----------------------------------------------------
  footer
----------------------------------------------------------------*/

	#footer {
		width: 100%;
		text-align: center;
		font-family: "Verdana", sans-serif;
		font-size: 11px;
		font-weight: bold;
		letter-spacing: 1px;
		background-color: #ffffff;
		color: #000000;
		border-color: #999999;
		border-width: 0px;
		border-style: solid;
		z-index: 100;
		clear: both;
		}



	ul.navfooter{
		padding: 0px;
		margin: 0px;
		}

	ul.navfooter li  {
		display: inline;
		margin: 0 5px 0 5px;
		}


	.clearfoot {
		clear: both;
		}

/*----------------------------------------------------
 Archive Pages
----------------------------------------------------------------*/

	ul.year {
		text-align: center;
		padding-bottom: 40px;
		}

	ul.year li {
		display: inline;
		}

	table.yeartable {
		margin-left: auto;
		margin-right: auto;
		}

	table.yeartable td.yeardate, table.yeartable td.yearday {
		border-width: 1px;
		border-style: solid;
		border-color: #999999;
		}

	table.yeartable td.yearday {
		background-color: #d4dce8;
		text-align: center;
		}

	td.yearmonth {
		border-style: none;
		}


/*----------------------------------------------------
 Comments pages
----------------------------------------------------------------*/

	.datesubjectcomment {
			background-color: #fffff;
			padding: 5px;
			margin-top: 20px;
			}

	.userpiccomment {
		position: relative;
		border-width: 5px;
		border-style: solid;
		border-color: #000000;
		background-color: #ffffff;
		top: -30px;
		left: 0px;
		padding: 5px;
		margin: 10px 10px -20px 10px;
		z-index: 15;
		float: left;
		border-width: 1px;
		border-color: #000000;
		border-style: solid;
		}

	.box {
		border-style: solid;
		border-width: 1px 0px 0px 0px;
		border-color: #0000000;
		padding: 10px;
		clear: left;
		}

	input, textarea {
		background-color: #ffffff;
		color: #043674;
		}

	textarea.textbox  {
          	width: 100% !important;
   		}

	.reply	{
		position: relative;
		margin: 20px 30px 10px 30px;
		padding: 25px 10px 10px 10px;
		text-align: left;
		font-family: "Verdana", sans-serif;
		font-size: 11px;
		line-height: 125%;
		background-color: #ffffff;
		color: #043674;
		}

	.replytosubject {
		font-weight: bold;
		}


	.commentreply {
		position: relative;
		margin: 10px;
		font-size: 11px;
		font-family: "Verdana", sans-serif;
		color: #043674;
		}

	.commentbox {

		border-color: #043674;
		border-width: 1px;
		border-style: solid;
		padding: 10px;
		margin: 10px;
		background-color: #ffffff;
		}

	.datesubjectcomment a:link, .datesubjectcomment a:visited {
		color: #043674;
		}

	.datesubjectcomment a:hover {
		color: #b0b9c8;
		}

	.commentboxpartial {
		border-color: #999999;
		border-width: 1px;
		border-style: solid;
		padding: 10px;
		margin: 10px;
		background-color: #d4dce8;
		}

	.commentinfo {
		background-color: #d4dce8;
		margin-top: 10px;
		width: 100%;
		}

         .skiplinks {
		text-align: center;
		}


/*--------------------------------------------
Misc
-----------------------------------------*/

	.clear {
		height: 15px;
		}




