
/* --------------------------------------------------------------------
 *  HTML Elements 
 * -------------------------------------------------------------------- */

a, a:hover {color:#0014FF ;
-webkit-transition: color 200ms ease-in;
-moz-transition: color 200ms ease-in;
-o-transition: color 200ms ease-in;
transition: color 200ms ease-in;}
::selection { background: #0014FF; color: #fff; }
::-moz-selection { background: #0014FF; color: #fff; }

/* --------------------------------------------------------------------
 *  Body 
 * -------------------------------------------------------------------- */

body {	 
	background:#ffeea6  ;
	color:#000000;
	font-family: Verdana, "Verdana Ref", sans-serif;
	font-size: 14px;
	line-height: 21px;
}

.add-comment a,
.port-title h2 a, .port-title a:link, .port-title a:visited,
.gallery-title a, .gallery-title a:link, .gallery-title a:visited,
#tabbed_widget ul.tabs li a:hover, #tabbed_widget ul.tabs li.selected a,
h1,h2,h3,h4,h5,h6,
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	color:#000;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;}

/* --------------------------------------------------------------------
 *  Header 
 * -------------------------------------------------------------------- */
 
#header .inner, #header-social .inner, #copyright .inner {
	background: #000000 ;
	background-repeat: repeat;
	background-position: 0 bottom;
	-webkit-box-shadow: inset 0px 20px 40px 0px rgba(255, 255, 255, 0.1), inset 0px 1px 1px 0px rgba(255, 255, 255, 0.05);
	-moz-box-shadow: inset 0px 20px 40px 0px rgba(255, 255, 255, 0.1), inset 0px 1px 1px 0px rgba(255, 255, 255, 0.05);
	box-shadow: inset 0px 20px 40px 0px rgba(255, 255, 255, 0.1), inset 0px 1px 1px 0px rgba(255, 255, 255, 0.05);
}

#primary-nav ul li > a:hover,
#primary-nav ul li a:active,
#primary-nav .current_page_parent > a,
#primary-nav .current-menu-item > a,
#primary-nav .current-menu-parent > a, 
#primary-nav .current_page_item > a,
#primary-nav .current-cat > a  {
	color:#0014FF;
}

/* --------------------------------------------------------------------
 *  Blog and pages
 * -------------------------------------------------------------------- */
#main, #content {
	background-color: #FFFFFF}

#comments .bypostauthor .fn, 
#comments .bypostauthor .fn a { color:#FC6341 }

.the-title a:hover,
.meta a:hover,
.port-title h2 a:hover, 
.gallery-title a:hover,
.widget li a:hover,
.testimonial-author a:hover span.author {color:#0014FF;}
/* --------------------------------------------------------------------
 *  Widgets
 * -------------------------------------------------------------------- */
 
.widget li a {color: #333333}
.latesttweets li a:hover {color: #0014FF}

#footer .inner,
.page-title,
.aq-block-aq_slogan_block {
	background: #fff ;
	background-repeat: repeat;
	background-position: 0 bottom;
}

/* --------------------------------------------------------------------
 *  Custom CSS
 * -------------------------------------------------------------------- */
 
