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

/*
 * Custom Style Sheet - Use this file to style your content
 */
 
 
.menu-sidebar span.icon {
display: block;
float:left;
height: 50px;
width: 50px;
margin: -5px 0 px;
background-repeat: no-repeat;
background-position: 50% 50%;
vertical-align: middle;
position:relative;
left:-5px;
}
 
.menu-sidebar a.level1 > span, .menu-sidebar span.level1 > span {
padding: 22px 0;
font-size: 14px;
line-height: 16px;
}

/* Logo */

#logo .custom-logo { 
	background: url(/wp-content/uploads/Yoothemes/logo_CFLHTA7.png) 0 0 no-repeat; 
	margin-top: -10px;
	width: 200px;
	height: 143px;
}

/* Ordered list */

#numberedlist ol {
    counter-reset: item;
    margin-left: 0;
    padding-left: 0;
}
#numberedlist li {
    display: block;
    margin-bottom: 1em;
    margin-left: 6em;
}
#numberedlist li:before {
    display: inline-block;
    content: counter(item);
    counter-increment: item;
    width: 2em;
    margin-left: -3em;
	margin-right: 1em;
	margin-top: .8em;
	background-color:#ce1300;
	border-radius:10px;
	color:#FFF;
	text-align:center;
	font-size: 150%;
}

/* Teaser Font */
@font-face {
	font-family: 'ArvoRegular';
	src: url('../fonts/Arvo-Regular-webfont.eot?') format('eot'),
		 url('../fonts/Arvo-Regular-webfont.woff') format('woff'),
		 url('../fonts/Arvo-Regular-webfont.ttf') format('truetype'),
		 url('../fonts/Arvo-Regular-webfont.svg#ArvoRegular') format('svg');
}

.webfont-arvo { font-family: 'ArvoRegular'; }

#page .demoteaser {
	margin: 0 -20px 0 -20px;
	overflow: hidden;
}

#page .demoteaser h1 {
	margin-bottom: 0px;
	font-size: 64px;
	line-height: 70px;
}

#page .demoteaser p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
}

.frontpage-slider { margin-bottom: -50px; }

/* Social Bookmarks */
#custombookmarks {
	margin: -20px;
	padding-left: 20px;
	overflow: hidden;
	-moz-border-radius: 6px;
	border-radius: 6px;
	line-height: 0px;
}

#custombookmarks h3 {
	display: inline-block;
	margin: 0;
	color: #fff;
	font-size: 30px;
	line-height: 60px;	
	text-shadow: 0 1px 1px rgba(0,0,0,0.8);
}

#custombookmarks .icons-social {
	padding: 5px;
	border-left: 1px solid #4E4F50;
	background: #373738;
	background: rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 0 3px rgba(0,0,0,0.3) inset;
	-webkit-box-shadow: 3px 0 3px rgba(0,0,0,0.3) inset;
	box-shadow: 3px 0 3px rgba(0,0,0,0.3) inset;
	float: right;
}

.icons-social { overflow: hidden; }
 
.icons-social > a {
	display: block;
	height: 50px;
	width: 50px;
	margin: 0 10px;
	background: url(../images/icons_socialbookmarks.png) 0 0 no-repeat;
	float: left;
}

.icons-social > a.twitter:hover { background-position: 0 -60px; }
.icons-social > a.facebook { background-position: 0 -120px; }
.icons-social > a.facebook:hover { background-position: 0 -180px; }
.icons-social > a.dribbble { background-position: 0 -240px; }
.icons-social > a.dribbble:hover { background-position: 0 -300px; }
.icons-social > a.rss { background-position: 0 -360px; }
.icons-social > a.rss:hover { background-position: 0 -420px; }

/* Download monitor */
div.download-info.single {
	overflow:hidden;
	padding-left: 140px;
}
.download-info-heading {
	margin: 8px 0 12px !important;
}
.download-desc-heading {
	margin: 8px 0 12px !important;
	color: #999;
	font-weight: bold;
	padding: 4px 0;
	border-bottom: 1px solid #ddd;
}
#download-page small {
	margin-left: 4px;
	font-size: 11px;
	letter-spacing: -0.1px
}
#download-page small small {
	margin-left: 0
}
#download-page small a {
	color: #999
}
div.side-section {
	float:left;
	width:120px;
	text-align: center;
	margin-left: -140px;
	position: relative;
}
div.main-section {
	float: right;
	position: relative;
	width:100%;
}
div.download-info p {
	margin: 8px 0 12px !important;
	padding: 0 !important;
}
img.download-image {
	padding: 3px;
	background:#fff;
	border:1px solid #ddd;
	margin-bottom: 0 !important;
}
table.download-meta {
	margin: 0 0 12px !important;
	padding: 0 !important;
}
table.download-meta td, table.download-meta th {
	padding: 4px 0;
	border-bottom: 1px solid #ddd;
}
table.download-meta thead {
	display: none;
}
table.download-meta tbody th {
	color: #999;
	font-weight: bold;
}

#download-page-featured, #download-page-tags {
	border:1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 12px;
	margin: 8px 0 16px !important;	
}
div#download-page-featured ul, div#download-page-tags ul {
	overflow: hidden;
	margin:0;
	padding: 0;
	text-indent: 0;
}
div#download-page-featured li:before, div#download-page-tags li:before {
	content: "";
}
div#download-page-featured li {
	clear: left;
	float: left;
	list-style: none;
	width: 47%;
	padding-right: 3% !important;
	margin:0 0 4px !important;
	border-right:1px dotted #ddd;
}
div#download-page-featured li.alternate {
	clear: none;
	float: right;
	border: 0;
	padding: 0 !important;
	width: 47%;
}
div#download-page-featured a {
	display: table-row;
}
div#download-page-featured img {
	width: 42px;
	height: 42px;
	padding: 3px;
	background:#fff;
	border:1px solid #ddd;
	vertical-align: middle;
	margin: 0 8px 0 0;
}
div#download-page-featured span {
	display: table-cell;
	vertical-align: middle;
}

div#download-page-featured a:hover, #download-page-categories a:hover {
	text-decoration: none;
}
div#download-page-featured h3, #download-page-categories h3, div#download-page-tags h3 {
	margin: 0 0 12px !important;
	padding:  0 0 8px 0;
	border-bottom:1px solid #ddd;
}
#download-page-categories {
	overflow: hidden;
}
#download-page-categories .category {
	float: left;
	width: 48%;
	clear: both;
	border:1px solid #ddd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 8px 3% 8px 0 !important;
}
#download-page-categories .category.alternate {
	margin: 8px 0 8px 0 !important;
	clear: none;
}
#download-page-categories .category .inner {
	padding: 12px;
}
#download-page-categories .category ol {
	margin: 0;
	padding: 0;
	border: 0;
	text-indent: 0;
}
#download-page-categories .category li {
	margin:0;
	padding: 2px 0;
	list-style-position: inside;
	border: 0;
}

div#download-page-tags ul {
	text-align: center;
}
div#download-page-tags li {
	display: inline;
	margin: 0;
	padding: 0 6px;
}
div#download-page-tags li a {
	line-height: 1.5em;
}

p.sorting a.active {
	background: #999;
	color: #fff;
	padding: 2px;
}
#download-page .pagination {
	margin: 0;
	padding: 0;
	text-indent: 0;
}
#download-page .pagination li:before {
	content: "";
}
#download-page .pagination li {
	display: inline;
	margin: 0 4px 0 0;
	padding: 0;
}

.download-thumbnail {
	max-height:50px;
	max-width:50px;
	float:left;
	margin-right: 5px;
	margin-bottom: 5px;
}
ul.dlm_download_list  {
	list-style-type: none;	
	
}
