/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,abbr,article,aside,command,details,figcaption,figure,footer,header,hgroup,mark,meter,nav,output,progress,section,summary,time { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th,figcaption { font-size: 1em; font-weight: normal; font-style: normal; display:inline-block; }

body { font-family:"Helvetica Neue",Helvetica,Arial,FreeSans,sans-serif; font-size: 13px; padding: 20px 0; margin: 0; text-align: center; -webkit-font-smoothing: antialiased; color: #3f3f3f; }

#container { width: 800px; margin: 0 auto 0 auto; text-align: left; padding: 35px 30px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;	box-sizing: border-box; }

#header h1 { font-size: 19px; line-height: 23px; margin-bottom: 5px; }
#header h1 strong { font-weight: bold; }
#header span { display: block; }

#content h2 { display: block; font-size: 17px; font-weight: bold; line-height: 21px; padding-bottom: 12px; padding-top: 25px; margin-top: 20px; border-top: 1px dotted #ccc;  }
#content ul li { 
	width: 50%; 
	float: left; 
	list-style: none;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position-x: 2px;
	background-position-y: 20px;
	background-position: 2px 20px;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	color: #6b6b6b;
}
#content ul li .thumb { float: left; margin-right: 15px; height: 100%; }
#content ul li h3, .title { display: block; font-size: 13px; line-height: 19px; padding-top: 20px; padding-bottom: 4px; font-weight: bold; color: #3f3f3f; }
#content ul li .title { color: #787878; padding-top: 10px; }

.advertising { background-image: url(../images/advertising.png); }
.analytics { background-image: url(../images/analytics.png); }
.comment { background-image: url(../images/comment.png); }
.email { background-image: url(../images/email.png); }
.default { background-image: url(../images/geolocation.png); }
.owner { background-image: url(../images/owner.png); }
.registration { background-image: url(../images/registration.png); }

.clear { display: block; clear: both; }
.width-100 { width: 100%; }