/*
 * reset.css
 */
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}

/*
 * lib.css
 */
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}* html .clearfix,*:first-child+html .clearfix{zoom:1}

/*
 * type.css
 */

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #777;
	line-height: 18px;
	text-rendering: optimizeLegibility;
		-webkit-font-smoothing: antialiased;

	margin: 0 40px 20px;
}


a {
	color: inherit;
	text-decoration: none;
}


/*
 * girlfriend.css
 */
#girlfriend {
	width: 960px;
	margin: 200px auto 0;
}

#girlfriend h1#logo a {
	background: url('images/logo.png');
	
	width: 167px;
	height: 33px;
	display: block;
	
	margin-bottom: 85px;
}

#girlfriend h1#logo a span {
	display: none;
}

#girlfriend #body p {
	float: left;
	width: 460px;
}

#girlfriend #body ul {
	float: left;
	width: 460px;
	margin-left: 40px;
}

/*
#girlfriend #body ul li a:after {
	content: " →";

}
*/

#girlfriend #body ul li a {
	text-decoration: underline;
}


#girlfriend #body ul li a:hover {
	color: #222;
}

#girlfriend #body ul li a:hover:after {
	margin-left: 2px;
	color: #222;
}

#girlfriend #services .section {
	float: left;
	width: 200px;
	margin-right: 50px;
}

#girlfriend #services .section.last {
	margin-right: 0px;
}

#girlfriend #services {
	border-top: solid 1px #eee;
	margin-top: 50px;
	padding-top: 50px;
}

#girlfriend #services h2 {
	font-weight: bold;
	color: #222;
}

#girlfriend #footer {
	margin-top: 100px;
}
