/* *********************************************************************************************************************

	7. Skin
	    7.1 Font family
		7.2 Font size
		7.3 Color
		7.4 Shadow

*/

/* 7.1 Font family ****************************************************************************************************/

/*
 * Font Oleo Script
 */
.tagline,
h1 {
	font-family: 'Oleo Script', serif;
}

/*
 * Font BebasNeue
 */
h2,
h3,
h4,
.footer-nav li,
#main-nav,
.js .selectnav,
.pfilter,
input[type="submit"] {
	font-family: 'BebasNeueRegular', sans-serif;
}

/*
 * Font Open Sans
 */
body,
.like,
h5 {
	font-family: 'Open Sans', sans-serif;
}



/* 7.2 Font size ******************************************************************************************************/

/*
 * 45px
 */
h1 {
	font-size: 45px;
}

/*
 * 30px
 */
h2,
.flex-direction-nav .flex-next,
.flex-direction-nav .flex-prev {
	font-size: 30px;
}

/*
 * 24
 */
.home-isotope div a div:after {
	font-size: 24px;
}

/*
 * 18px
 */
h4,
.footer-nav li,
#main-nav,
.js .selectnav,
.pfilter,
input[type="submit"] {
	font-size: 18px;
}

/*
 * 14
 */
h5 {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-weight: bold;
}

/*
 * 12px
 */
body,
.like {
	font-size: 12px;
}

/*
 * 11px - widgets
 */
.widget-text {
	font-size: 11px;
}

/*
 * Small
 */
.small,
.widget-twitter .time,
.small .like {
	font-size: 10px;
}



/* 7.3 Color **********************************************************************************************************/

/*
 * White
 */
.flex-caption h2,
.flex-caption h3,
.flex-caption h4,
.flex-caption h5,
.flex-direction-nav .flex-next,
.flex-direction-nav .flex-prev,
#main-nav li ul a,
.js .selectnav,
.home-isotope div a div h2,
.home-isotope div a div h3,
.home-isotope div a div h4,
.home-isotope div a div h5,
.home-isotope div a div:after,
.item:hover:before,
.item .plus {
	color: #fff !important;
}
::-moz-selection { color: #fff; }
::selection { color: #fff; }

.flex-control-nav li a.flex-active {
	background: #fff;
}

.home-isotope > div,
.home-isotope {
	border-color: #fff;
}

/*
 * Grey
 */
body,
h4,
h2
.footer-nav li a:hover,
#main-nav a,
a:hover,
a span,
.widget-contact li a,
.tags li a,
.pfilter .active,
.bfilter .active,
.categories .active,
input[type="submit"] {
	color: #494949;
}

:-moz-placeholder { color: #494949; }
::-webkit-input-placeholder { color: #494949; }

#main-nav li ul,
.js .selectnav {
	background: #494949;
}

.js .selectnav {
	border-color: #494949 !important;
}

.bottom-line {
	background: rgba(73, 73, 73, 0.2);
}

.flex-caption div,
.home-isotope div a div,
.item .plus {
	background: rgba(73, 73, 73, 0.75);
}

/*
 * Lightgrey
 */
.footer-nav li,
.footer-nav li a,
.widget-twitter .tweet:after {
	color: #c9c5bc;
}

hr {
	border-top: 1px dotted #c9c5bc;
}

@media (max-width: 1000px) {
	.row.third-under > .col3 {
		border-top: 1px dashed #c9c5bc;
	}
}

.flex-control-nav li a,
input, textarea,
.tags li a {
	background: rgba(201, 197, 188, 0.2);
}

.tags li a {
	border-color: #c9c5bc;
}

/*
 * Magneta
 */
.top-line {
	background: rgba(115, 198, 156, 0.2);
}

h1 span,
h2,
h3 {
	color: #3fac75;
}

::-moz-selection { background: #3fac75; }
::selection { background: #3fac75; }

/*
 * Orange
 */
a,
.item:hover h4,
.highlight,
.widget-contact li a:hover,
.tags li a:hover,
input[type="submit"]:hover {
	color: #ea5c1e;
}

#main-nav a:hover,
#main-nav li.active > a {
	color: #ea5c1e !important;
}

.tags li a:hover {
	border-color: #ea5c1e;
}

/*
 * Misc
 */
.extra-big {
	font-size: 80px;
}

@media all and (max-width: 768px) {
	.extra-big { font-size: 45px; }
}

.error {
	color: #f03112;
}



/* 7.4 Shadow *********************************************************************************************************/

/*
 * Shadow box 5px
 */
.lead,
.js .selectnav,
.home-isotope {
	box-shadow: 5px 5px 0 rgba(73, 73, 73, 0.2);
	-moz-box-shadow: 5px 5px 0 rgba(73, 73, 73, 0.2);
	-webkit-box-shadow: 5px 5px 0 rgba(73, 73, 73, 0.2);
}

/*
 * Shadow box 3px
 */
.item img,
#main-nav li ul,
.widget-text img,
input, textarea,
.shadow,
.widget-dribbble ul li a,
.widget-flickr ul li a,
.widget-projects ul li a {
	-moz-box-shadow: 3px 3px 0 rgba(73, 73, 73, 0.2);
	-webkit-box-shadow: 3px 3px 0 rgba(73, 73, 73, 0.2);
	box-shadow: 3px 3px 0 rgba(73, 73, 73, 0.2);
}

/*
 * Shadow text 2px
 */
.flex-caption h4,
.flex-caption p,
h1 {
	text-shadow: 2px 2px 0 rgba(73, 73, 73, 0.2);
}

/*
 * Shadow box 1px
 */
.flex-control-nav li a,
.tags li a {
	-moz-box-shadow: 1px 1px 0 rgba(73, 73, 73, 0.2);
	-webkit-box-shadow: 1px 1px 0 rgba(73, 73, 73, 0.2);
	box-shadow: 1px 1px 0 rgba(73, 73, 73, 0.2);
}

/*
 * Shadow text 1px
 */
body,
.footer-nav a:hover {
	text-shadow: 1px 1px 0 rgba(73, 73, 73, 0.2);
}

/*
 * Shadow text 1px - only footer links = inverted
 */
.footer-nav {
	text-shadow: 1px 1px 0 rgba(73, 73, 73, 0.5);
}



/* 7.5 Images *********************************************************************************************************/
body {
	background: #ede9dd url('../../../images/theme1-content-bg.png') 0 0 repeat;
}

.tmp-logo {
	background: url('../../../images/theme1-logo.png') 0 0 no-repeat;
	width: 291px;
	height: 69px;
}