/*
Theme Name: FGK
Theme URI: http://wordpress.org/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Version: 1.1
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

body{
	color: #666;
	font-size: 12px;
	line-height: 18px;
	background: white url(images/gradientbg.jpg) repeat-x;
	font-family: Arial, sans-serif;
}

h1, h2{
	color: #fca75d;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-top: 0;
	line-height: 27px;
}
a:link {
	color: #93b200;
}
a:visited {
	color: #93b200;
}
a:active,
a:hover {
	color: #ff4b33;
}
a img {
	border: none;
}

p{
	margin-bottom: 20px;
}
.aligncenter{
	display: block;
	margin: 0 auto;
}
.alignleft{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.alignright{
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}

#wrapper {
	background: white;	
	padding: 0;
	margin: 0 auto;
	width: 740px;
	margin-top: 20px;
}

#header {
	padding: 0;
}

#site-title, #site-description {
	display: none;
}



#logo {
	position: absolute;
	top: 18px;
	margin-left: -78px;
	z-index: 999;
	text-indent: -3333px;
	background:url(images/fgklogo.png) no-repeat left top;
	width:170px;
   height:167px;
}
#logo a {
   position:relative;
   display:block;
   width:170px;
   height:167px; }


#branding img {
	clear: both;
	display: block;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background:url(images/bg_meny.png) repeat;
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
	width: 740px;
	position: relative;
	bottom: 45px;
	margin-bottom: -45px;
	text-transform:uppercase;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	/*margin-left: 28px;*/
	width: 100%;
	width: 740px;
	padding-left: 28px;
	width: 712px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #333333;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #fca75d;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}

.screen-reader-text {
	position: absolute;
	left: -9000px;
}

.languages {
	text-align: left;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
	width: 130px !important;
	margin-right: 40px;
	margin-top: 8px;
}
.dd {
	text-align: left;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
	width: 130px !important;
	margin-right: 40px;
	margin-top: 8px;
}


#main {
	clear: both;
	overflow: hidden;
	padding: 30px 0 0 0;
}
#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
	width: 740px;
}

#content{
	color: #333;
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 36px;
	margin: 0 280px 0 20px;
}

.hentry {
	margin: 0 0 48px 0;
}

.entry-content, .entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}


#primary{
	float: right;
	overflow: hidden;
	width: 220px;
	margin-right: 20px;
}

#primary ul {
	margin-left: 0;
	padding: 0 20px 0 0;
	list-style: none;
}
.widget-container{
	width: 220px;
}
.widget-container div, #primary .widget-container ul {
	margin: 0 0 18px 0;
	background: /*url(images/bg_widget.png) repeat-x*/ #f2f2f2;
	width: 200px;
	padding: 10px;
}
.widget-container div.containerloggedin{
	background: #fda75e;
	color: #fff;
}
.widget-title {
	color: white;
	font-weight: bold;
	height: 20px;
	background: /*url(images/widget-title2.png)*/ url(images/sidebartitlebg.jpg) no-repeat;
	border-bottom: white 3px solid;
	padding: 3px 12px 0;
	width: 220px;
	font-size: 14px;
}

#footer {
	margin-bottom: 20px;
	border-top: 2px solid #EF8E30;
	padding: 15px 20px;
	width: 700px;
	clear: both;
}

.footerinfo {
	float: left;
	color: black;
	font-size: 12px;
	margin-right: 17%;
}

#footer .widget-last {
	margin-right: 0;
}


.partners td{
	padding: 10px 20px 10px 0;
}


.personal td{
	width: 95px;
	padding-right: 20px;
	padding-bottom: 12px;
}
.type-page h2{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
	padding-top: 0;
	line-height: 21px;
}

.downloadreader{
	margin-top: 20px;
}

.home #content h2{
	font-size: 24px;
}

.easingslider-shadow,
.easingslider-pagination{
	display: none;
}

body #content .gform_wrapper .top_label .gfield_label{
	margin-bottom: 0;
	margin-top: 25px;
}
body #content .gform_wrapper label.gfield_label+div.ginput_container{
	margin-top: 0;
}