
/*** MISC ***/

.center {
	width: 980px;
	margin: 0px auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.block {
	display: block;
}

/*** LISTS ***/

ul.reset,
ol.reset,
dl.reset {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul.reset li,
ol.reset li,
dl.reset dl,
dl.reset.dt {
	padding: 0px;
}

.h-list,
.h-list-alt,
.v-list,
.slash-list,
.pipe-list,
.level-list  {
	margin: 0px;
	list-style: none;
}

.h-list li,
.h-list-alt li,
.slash-list li,
.pipe-list li,
.level-list li {
	display: inline-block;
}

.h-list li {
	margin-right: 1em;
}

.h-list-alt {
	text-align: right;
}

.h-list-alt li {
	margin-left: 1em;
}

.slash-list li:after,
.pipe-list li:after,
.level-list li:after {
	content: '/';
	pointer-events: none;
	margin: 0px 0px 0px 0.3em;
}

.slash-list li:last-child:after,
.pipe-list li:last-child:after,
.level-list li:last-child:after {
	content: '';
	margin: 0px;
}

.pipe-list li:after {
	content: '|';
}

.level-list li:after {
	content: '»';
}

/*** SHARING ***/

.social-share {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 4px;
	color: white;
	font-weight: normal;
	font-size: 0.9em;
	/*padding-left: 25px;*/
	margin-bottom: 10px;
	position: relative;
	padding-left: 30px;
	text-decoration: none;
}

.social-share-facebook {
	background-color: #3569A8;
	background: -webkit-linear-gradient(#3569A8,#2F5D95);
	background: linear-gradient(#3569A8,#2F5D95);
}

.social-share-twitter {
	background-color: #44B2F8;
	background: -webkit-linear-gradient(#44B2F8,#2BA8F7);
	background: linear-gradient(#44B2F8,#2BA8F7);
}

.social-share-google {
	background-color: #D74937;
	background: -webkit-linear-gradient(#D74937,#CB3B29);
	background: linear-gradient(#D74937,#CB3B29);
}

.social-share-buffer {
	background-color: #333;
	background: -webkit-linear-gradient(#555, #333);
	background: linear-gradient(#555, #333);
}

.social-share-email {
	background-color: #6889AF;
	background: -webkit-linear-gradient(#6889AF,#436897);
	background: linear-gradient(#6889AF,#436897);
}

.social-share-linkedin {
	background-color: #EEE;
	background: -webkit-linear-gradient(#F3F3F3,#DDD);
	background: linear-gradient(#F3F3F3,#DDD);
	color: #444;
}

.social-share:hover,
.social-share:focus,
.social-share:active {
	text-decoration: none;
}

.social-share:active {
	position: relative;
	top: 1px;
}

.social-share img {
	position: absolute;
	left: 4px;
	top: 0px;
}