/*
Project Name: Pixelflower 2015
Project URI: http://pixelflower.com
Author: Pixelflower
Author URI: http://pixelflower.com
Description: Pixelflower is custom-designed website.
Version: 3.0
*/


body
{
	color: #1e2d3b;
	font-family: "RopaSoftPTT", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: 300;
	/*line-height: 16px;*/
}


/* links
----------------------------------------------- */
a
{
	color:#f54a89;
	text-decoration: none;
}
a:hover
{
	background-color: #f54a89;
	color: #FFF;
}
body.c2 a
{
	color:#f54a89;
}
body.c2 a:hover
{
	background-color: #f54a89;
	color: #FFF;
}
body.c3 a
{
	color:#fc8e09;
}
body.c3 a:hover
{
	background-color: #fc8e09;
	color: #FFF;
}
body.c4 a
{
	color:#fd3e22;
}
body.c4 a:hover
{
	background-color: #fd3e22;
	color: #FFF;
}



/* headings
----------------------------------------------- */
h1, h2, h3
{
	font-size: 100%;
}
h1
{
	color: #1e2d3b;
}
h1 a:hover
{
	background-color: transparent;
}
h2
{
	font-size: 220%;
	font-weight: 700;
	line-height: 90%;
}
h3, h4
{
	font-size: 100%;
	font-weight: 300;
}
h2, h3, h4
{
	color: #f54a89;
}
body.c2 h2, body.c2 h3, body.c2 h4
{
	color: #f54a89;
}
body.c3 h2, body.c3 h3, body.c3 h4
{
	color: #fc8e09;
}
body.c4 h2, body.c4 h3, body.c4 h4
{
	color: #fd3e22;
}



/* breadcrumb
----------------------------------------------- */
.breadcrumb
{
	font-size: 80%;
}
.date, .breadcrumb, .breadcrumb a
{
	color: #666 !important;
}
.breadcrumb a:hover
{
	color: #999 !important;
	background: none !important;
}


/* site-navigation
----------------------------------------------- */
.nav-main li a, .nav-main li.on a
{
	color: #FFF;
}
.nav-main li a:hover
{
    opacity: 0.80;
    filter: alpha(opacity=0.80);
}

.text li a.on, .context li a.on
{
	color: #f54a89;
}
.text li a.on:hover, .context li a.on:hover
{
	background: transparent !important;
}
body.c2 .text li a.on, body.c2 .context li a.on
{
	color: #f54a89;
}
body.c3 .text li a.on, body.c3 .context li a.on
{
	color: #fc8e09;
}
body.c4 .text li a.on, body.c4 .context li a.on
{
	color: #fd3e22;
}
.context li a, .text li a
{
	color: #1e2d3b;
}
p.paging
{
	text-transform: lowercase;
}


/* site-footer
----------------------------------------------- */
.site-footer, .site-footer a
{
	color: #FFF;
}
.site-footer a:hover
{
    opacity: 0.80;
    filter: alpha(opacity=0.80);
}
.copy
{
	font-size: 85%;
}
.copy, .copy a
{
	color: #FFF !important;
}