/* @override http://localhost/~pat/metalapse-com/microtweaks%20-%20site/mt_styles.css */

/* Styles for Micro Tweaks */

/* @group Reset Styles */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
li { list-style:none; }

/* @end */

/* @group Layout & Tags */


body {
	color:#000;
	font: small "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

p {
	color: #606060;
	line-height: 1.4em;
}

#wrap {
	padding:42px 60px 0 25px;

}

#head {


}

#main_content {


}

#footer {
	font-size: .8em;
	margin-top: 30px;
	color: #c5c5c5;
	font-style: italic;
	padding-left: 30px;
}

#title_wrap {
	width: 430px;
}

#title_top {
	color: #71a100;
	text-align: right;
	margin: 0 0 -15px;
	padding: 0;
	font: italic 1em "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
}

#title_wrap h1{
	margin-left: -4px;
	letter-spacing: -2px;
	font: bold 69px/1.3em Tahoma, "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
}

#title_wrap p {
	border-left: 25px solid #eee;
	padding-left: 5px;
}

a:link {
    font-style: italic;
    text-decoration: none;
    color: #c5c5c5; 
}

a:visited {
    font-style: italic;
    text-decoration: none;
    color: #c5c5c5; 
}

a:hover {
    font-style: italic;
    text-decoration: underline;
    color: blue; 
}




