/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/*
 * Style Style Sheet - Defines the main look like colors and backgrounds
 * Not all style related CSS is included, only colors and backgrounds which may change for different theme styles
 */


/* Base
----------------------------------------------------------------------------------------------------*/

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}


.green-header {
	width: 100%;
	height: 21px;
	background: url(../myimages/lfcp_header_green.png) no-repeat center top;
	padding-top: 9px;
}

.green-header img {
	margin-left: 14px;
}

.green-footer {
	width: 100%;
	height: 70px;
	background: url(../myimages/lfcp_green_footer.jpg) no-repeat right top;
	padding-top: 9px;
	font-family: helvetica,arial; 
	font-size: 11px; 
	color: white; 
	line-height: 16px; 
	border-top: 5px solid #8AC945;
}

#mytoolbar {
	background-color: #122529;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(18, 37, 41)), to(rgb(13, 27, 30)));
	background-image: -webkit-linear-gradient(top, rgb(18, 37, 41), rgb(13, 27, 30));
	background-image: -moz-linear-gradient(top, rgb(18, 37, 41), rgb(13, 27, 30));
	background-image: -o-linear-gradient(top, rgb(18, 37, 41), rgb(13, 27, 30));
	background-image: -ms-linear-gradient(top, rgb(18, 37, 41), rgb(13, 27, 30));
	background-image: linear-gradient(top, rgb(18, 37, 41), rgb(13, 27, 30));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#122529', EndColorStr='#0d1b1e');
	border-bottom: 1px solid #000000;
	line-height: 22px;
	font-family: 'Lato', sans-serif;
	margin: 0;
}


#mytoolbar .smalltopmenu {
	padding-left: 146px;
}

#mytoolbar .smalltopmenu li {
	background: none;
	font-size: 12px;
	margin-left: 6px;
}

#mytoolbar .smalltopmenu li a {
	line-height: 27px;
	color: #a1a9ab;
	-webkit-transition: all 0.4s ease; 
	   -moz-transition: all 0.4s ease; 
	     -o-transition: all 0.4s ease; 
	        transition: all 0.4s ease;
}

#mytoolbar .smalltopmenu li a:hover {
	color: #febf4f;
}

/*
Social Menu
*/

#mytoolbar .float-right .module {
	margin-left: 0;
}

.socialmenu {
	padding: 4px 14px 0 0;
}

.socialmenu li {
	background: none;
	height: 16px;
	margin-left: 6px;
	padding-left: 0;
}

.socialmenu li:first-child {
	margin-left: 0;
}

.socialmenu li a {
	background: url(../myimages/twitter-icon.png) 50% 50% no-repeat;
	width: 19px;
	height: 19px;
	-webkit-transition: all 0.4s ease; 
	   -moz-transition: all 0.4s ease; 
	     -o-transition: all 0.4s ease; 
	        transition: all 0.4s ease;
}

.socialmenu li a:hover {
	opacity: 0.8;
}

.socialmenu li a.facebook {
	background-image: url(../myimages/facebook-icon.png);
}

.socialmenu li a.linkedin {
	background-image: url(../myimages/linkedin-icon.png);
}

.socialmenu li a.vimeo {
	background-image: url(../myimages/vimeo-icon.png);
}

.socialmenu li a.googleplus {
	background-image: url(../myimages/googleplus-icon.png);
}

.socialmenu li a.slideshare {
	background-image: url(../myimages/slideshare-icon.png);
}

.socialmenu li a span {
	display: none;
}

/*
Dropdown Menu 
*/
