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

/*
 * Custom Style Sheet - Use this file to style your content
 */
 
/* Frontpage Demo Content */
.frontpage-intro-demo h1 { margin-bottom: 0; }
.frontpage-intro-demo h2 { margin-top: 0; }
.frontpage-intro-demo p {
	margin: 40px 0;
	line-height: 24px;
	font-size: 16px;
	text-shadow: 0 1px 3px rgba(0,0,0,1.0);
}
.frontpage-intro-demo p strong {
	color: #c2c2c4;
	text-transform: uppercase;
}
.frontpage-demobox {
	max-width: 310px;
	margin: 0 10px 24px 0;
	float: left;
	line-height: 18px;
}
.frontpage-demobox img { margin-right: 10px; }
.frontpage-demobox h4 { margin: 5px 0 4px 0; }

/* Widgetkit Slideset */
.frontpage-slideset { width: 270px; }

.wk-gallery-wall.round > *,.wk-gallery-wall.round > * > img,.wk-gallery-wall.round .spotlight>img+div {
border-radius:10px;
overflow:hidden;
}
.wk-gallery-wall.round .spotlight[data-spotlight*="top"] .overlay {
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
}

.wk-gallery-wall.round .spotlight[data-spotlight*="bottom"] .overlay {
border-top-left-radius:10px;
border-top-right-radius:10px;
}
.wk-gallery-wall.margin {
margin:0 -15px -15px 0;
}
.ddownload-sytle{
	border: 1px solid #234B64;
	border: 1px solid rgba(112,204,255,0.2);
	background: url(../images/code.png) 0 0 repeat;
	box-shadow: inset 0 0 10px rgba(0,161,250,0.1);
}