/* Hackey little fixes*/

img
{
border-style: none;
}

img.float_right
{
	float: right;
}

img.float_left
{
	float: left;
}

br
{
	clear: none;
}

li
{
	list-style-image: url("images/listbullet.gif");
	padding-left: 10px;
}

hr
{
	height: 10px;
	width: 54px;
	background-image: url('images/hr.gif');
	border: none;
	margin-left: 32%;
	margin-top: 10px;
	margin-bottom: 10px;
	
	
}

div#clear
{
	clear: both;
}

/*Link Styling*/

a:link
{
	text-decoration: none;
	color: #4f4f4f;
}

a:visited
{
	color: #4f1212;
}

a:hover
{
	text-decoration: underline;
	color:white;
	
}

a:active
{
	color: red;
	
}

/* Global */
body
{
	background-color: black;
	background-image: url("images/splash.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	font-family: sans-serif;
}

b
{
	font-size: small;
	font-family: serif;
	font-weight: bold;
}
/*Main Container Layout */

div.lineback
{
	background-image: url("images/lineback.png");
	background-repeat: repeat-y;
}
div#container
{
	width: 900px;
	margin: 0 auto;
	margin-top: 1em;
	height: 100%;
}

div#row1
{
	height: 57px;
	background-image: url("images/masthead.gif");
	text-align: right;
	padding-left: 250px;
}

p.top_quote
{
	padding-right: 20px;
	padding-top: 10px;
	font-family: serif;
	font-style: italic;
	color: #efefef;
	font-size: xx-small;
}

div#row2
{
	background-image: url("images/backspan.gif");
	background-position: top right;
	background-repeat: no-repeat;
	font-size: small;
	height: 19px;
	color: white;
	padding-left: 86px;
	
}

div#row3
{
	height: 16px;
	background-image: url("images/row3.png");
}

div#window
{
	padding-left: 20px;
	color: black;
}

div#row5
{
}


div#footer
{
	background-repeat: repeat-y;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	font-size: x-small;
}
	
div#row7
{
	height: 12px;
}

div#sidebar_top
{
	background-image: url("images/sidebar_top.png");
	height: 11px;
	padding-left: 20px;
}

div#sidebar_bottom
{
	background-image: url("images/sidebar_bottom.png");
	height: 11px;
	padding-left: 20px;
}

div#sidebar
{
	float: right;
	width: 250px;
	background-image: url("images/sidebar_backer.png");
	background-repeat: repeat-y;
	background-position: 0 11px;
	padding-right: 20px;
	margin-left: 20px;
	
	
}

div#sidebar_content
{
	width: 200px;
	margin-left: 20px;
	margin-right: 20px;
	padding-right: 5px;
	padding-left: 5px;
}
div#main_content
{
	padding: 20px;
	padding-left: 0;
	
	
	
}

div#row5
{
	background-image: url("images/footersplitter.png");
	height: 22px;
}

div#row7
{
	background-image: url("images/bottomcap.png");
	height: 12px;
}


h1, h2, h3, h4
{
	font-family: serif;
}

div.blog_subject
{
	font-size: large;
	font-family: serif;
	padding-top: 10px;
	background-image: url('images/journalentry.png');
	background-repeat: no-repeat;
	padding-left: 30px;
	
}

div#footer_content
{
	font-size: small;
}

/* List Elements: Link List */
#link_list
{
	padding: 0;
	margin: 0;
}
#link_list li
{
	display: inline;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#link_list li:before { content: "| "; }
#link_list li:first-child:before { content: "";}


/*IE workaround*/
/*All IE browsers*/
* html #link_list li
{
	border-left: 1px solid black;
	padding: 0 0.4em 0 0.4em;
	margin: 0 0.4em 0 -0.4em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #link_list { height: 1%; }
* html #link_list li
{
	display: block;
	float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #link_list li:first-child { border-left: 0;} 
/* End of List Elements: Link List */

/* End of List Elements */
li.heading-nostyle
{
	list-style-type: none;
}