/*
CSS Stylesheet for eNilsson Global, www.enilsson.com
Author: James Nicol, www.enilsson.com, October 2007
*/

body {
	background:#79060B;
	text-align:center;
	font-family:Arial,'Lucida Grande', 'Century Gothic', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:13px;
}

/*-- Whitespace reset --*/
* {
	margin:0;
	padding:0;
}

/*-- General Styles --*/
img, fieldset {
	border:none;
}
a {
	color:#006cce;
	text-decoration:none;
}
a:hover {
	border-bottom:1px dotted #006cce;
}
h1 {
}
h1 span {
	display:none;
}
img {
	border:none;
}
table {
	border-collapse:collapse;
}
.form_input, textarea, select {
	padding:2px 3px 2px 3px;
	border:1px solid #CCCCCC;
	width:96%;
}
input, select, textarea {
	font-family:'Lucida Grande', 'Century Gothic', 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
p.success_message {
	text-align:center;
	margin:2px 5px;
	padding:5px;
	color:#669900;
	border:1px solid #669900;
	background:#EEFAE8;
}
p.fail_message {
	text-align:center;
	margin:2px 5px;
	padding:5px;
	color:#CC3300;
	border:1px solid #CC3300;
	background:#F9E9E4;
}


/*-- Container Styles --*/
div#container {
	margin:0 auto 0 auto;
	width:820px;
	text-align:left;
	background:url(../images/blog/bg.gif);
	padding: 0 21px;
}

div#content {
	background:url(../images/blog/bg_content.gif);
	overflow:hidden;
}
div#main_content {
	width:418px;
	padding:25px;
	float:left;
}
div#sidebar_left {
	width:133px;
	padding:10px 15px 15px;
	float:left;

}
div#sidebar_right {
	width:138px;
	padding:10px 20px;_padding:10px;
	float:left;
}
.sidebar {
	padding-top:20px;
}
#bottom {
	margin:0 auto 0 auto;
	width:820px;
	text-align:left;
	background:url(../images/blog/bg_bottom.gif) no-repeat;
	padding: 20px 21px 0;	
	height:40px
}

#footer {
	height:140px;
	color:#ff6666;
	clear:both;
	text-align:center;
	padding:8px 3px 3px;
	font:12px verdana;
}
#footer a {
	color:#BF1726;
}

#footer p {
	font-weight: normal;
	padding-top:5px;
	border:1px solid #FF6666;
	padding:5px;
	width:350px;
	margin:17px auto;
}

h1, h2 {
	color:#730101;
	font:bold 17px "Times New Roman", Arial, Verdana;
	margin-bottom:15px;
}
h1 {
	font-size:20px;
}
h1 a {
	color:#730101;
}

.post_footer {
	padding:10px;
	text-align: right;
	border-bottom:1px solid #9f9f9f;
	font:11px arial;
	margin-bottom:20px;
	color:#9f9f9f;
}
ul {
	margin-left:30px;
}
.blog_item {
	font:13px arial;
}

.sidebar ul {
	margin:0;
	list-style: none;
}
.sidebar ul li {
	margin-bottom:10px;
}

.separator {
	margin:10px 0 20px;
}

#tv {
	text-align:center;
}