/*css*/
@import url("layout.css");
@import url("mForms.css");

html{
	background-image:url(html_bg.png);
	background-repeat:repeat-x;
	background-position: left top;
	background-color: #6a1a00;
	padding:0px;
}

body{
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	line-height:2em;
	color: #FFFFFF;
}

p,form,ol,ul,dl{font-size: 1.4em;}
li p{font-size:0.8em;}

p{margin-bottom:1.4em;}



#secondary ul,#secondary dl,#secondary ol,#secondary p{font-size:1.2em;}


img {
	border: none;
}
h1 {
	font-size: 2em;
	text-transform: uppercase;
	margin-bottom: 0.75em;
	font-weight:normal;
}
#branding img {
}
h2 {
	font-size: 1.6em;
	text-transform: uppercase;
	font-weight:normal;
}
a {
	color: #FFFFFF;
}
a:hover{color:#FF0000;}
a:visited{color:#eeeeee;}
h1,h2,h3,h4,h5 {
}
h3 {
	font-size: 1.6em;
}
body {

}
div#footer {
	background-color: #000000;
	color: #CCCCCC;
}

#homepage .menu_home a,
#work .menu_work a,
#contact .menu_contact a,
#cv .menu_cv a,
#freelance .menu_home a
{color:#000000;}

.post h1{text-transform:none;margin-bottom:0;font-size:2.2em;}
.post h1 a{text-decoration:none;}
div.post{margin-bottom:8em;}
.post small{font-size:1.2em;color:#000;font-family:Georgia, "Times New Roman", Times, serif;font-weight:bold;font-style:italic;}
code em{color:#FFCCFF;text-decoration:normal;}
.post ul,.post ol{margin-bottom:1em;}

.navigation{font-size:1.2em;margin-bottom:1em;margin-left:-0.7em;}

.postmetadata small{font-size:1.1em;font-weight:normal;}