/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet - Use this file to style your content
 */

.slide_demo {
	height: 220px;
	padding: 10px 200px 10px 20px;
	overflow: hidden;
}

ul.list-blank {
	padding-left: 0;
	list-style-type: none;
}

ul.list-blank li {
	margin-bottom: 10px;
	overflow: hidden;
}

ul.list-blank img {
	margin-right: 10px;
	float: left;
}

ul.list-blank h3 {
	margin: 3px 0;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-transform: none;
}

/* Buttons */
.button-primary {
	background-color: #154395;
}

.button-primary:focus {
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.3),
				inset 0 0 12px rgba(173,112,17,1),
				inset 0 0 8px rgba(0,0,0,0.5);
}
#toolbar .float-left > time {
	margin: 0 15px 0 0;
	float: left;
       color: #7B7E81;
}

