/*
	Current version: 1.0
	
	Site: Master
	www: ff.se
	Author: Robert Hedman, robert.hedman@atrox.se
	Notes: This file contains the rules of the basic structure and navigation of the site.
	------------------------------------------------------------------


/***************************************************/
/* GLOBALS */
/***************************************************/

html
{
	min-height:100%;
	height: auto;	
}

html, body, form, fieldset, textarea, input
{
	margin: 0;
	padding: 0;
	font: 100%/1.6 verdana, sans-serif;
}
select, textarea, input
{
	border: 1px solid #eaeaea;
}
html body
{ 
	font-size: 11px;
}

h1, h2, h3, h4, h5, h6 {font-family: Arial, helvetica, Sans-Serif;font-weight: bold;margin: 1em 0 .5em 0;line-height: 1.2;}
h1 {font-size: 21px;margin: 20px 0 .4em 0;letter-spacing: -1px;}
h2 {font-size: 14px;color:#003366;text-transform:uppercase;}
h3 {font-size: 11px;}
h4, h5, h6 {font-size: 11px;color:#003366;}

#col2 h2, 
#col2 h3
{
	font-family: verdana;
}

p {padding: 0;margin: 0 0 1.1em 0;}

a {color: #003366;font-weight: bold;text-decoration: none;}
	a:hover {text-decoration: underline;color: #2A7FB4;}

form label {font-size: 11px;line-height: 1.2;}
input, select, textarea {font-size: 100%;padding: 2px;}
fieldset {border: none;}
hr {
	border: 0;
	height:0;
	border-top:1px solid #666666;
}
ul
{
	margin: 0 0 11px 0;
	padding: 0 0 0 15px;
}
li {margin: 0 0 8px 0;}

img {border: 0;}

blockquote {}

/* ETC */
.clearFix{font-size:0;height:0;float:none;clear:both;}

.msgLegend, .msgError, .msgWarning, .msgInfo
{
	display:block;
	font-weight:bold;
}

.msgLegend{color:black;margin:0 0 0 0px;padding:0;}
.msgError{color:red;}
.msgWarning{color:orange}
.msgInfo{color:green}


/***************************************************/
/* SITE STRUCTURE ID'S & CLASSES */
/***************************************************/

#startPage, #defaultPage, #articlePage, #articlePage2
{
	background:#eff7ff;
}

#wrapper
{
	width:960px;
	padding:0;
	margin:0 auto; 
	position: relative;
	background:#fff;
}

	#headerContainer
	{
		height:85px;
		overflow:hidden;
		background:url(../images/common/header.gif) top right no-repeat;
	}

		#logotype
		{
			display:block;
			width:190px;
			height:85px;
			text-indent:-9999px;
			float:left;
			background:url(../images/common/logotype.gif) no-repeat;
		}
		
		#headerContainer h2
		{
			display:block;
			width:auto;
			float:right;
			display:inline;
			color:#0066aa; 
			font:bold 0.916em arial, helvetica, sans-serif;
			margin:42px 30px 0 0;
			text-transform:none;
		}
		
#menuContainer
{
	background:#176ba1 url(../images/common/main-menu-bg.gif) repeat-x;
	height:26px;
	width:930px;
	overflow:hidden;
	padding: 0 15px;
}

#bodyContainer
{
	margin:0;
	clear:both;
	width:960px;
}

	#innerWrapper
	{
		background:url(../images/common/sub-menu-bg.gif) repeat-y;
		width:960px;
		float:left;
	}
	
	#startPage #col1, #articlePage #col1, #articlePage #searchResults, #startPage #searchResults
	{
		width:650px;
		float:left;
		display:inline;
		margin:30px 0 0 30px;
		overflow:hidden;
	}
	
	#defaultPage #col1, #articlePage2 #col1, #defaultPage #searchResults, #articlePage2 #searchResults
	{
		width:490px;
		float:left;
		display:inline;
		margin:30px 0 0 30px;
		overflow:hidden;
	}

	#articlePage #searchResults, #startPage #searchResults, #defaultPage #searchResults, #articlePage2 #searchResults
	{
		display:none;
	}
	
	#articlePage #searchResults.show, #startPage #searchResults.show, #defaultPage #searchResults.show, #articlePage2 #searchResults.show, .blogPage #searchResults.show {
		display:block;
	}
	
		.blogPage #col1, .blogPage #searchResults
		{
			width:570px;
			margin: 30px 0 0 30px !important;
		}
		
	/* SPECIAL CLASSES FOR DISPLAYING A DIFFERENT ARTICLE LAYOUT ON RAPPORTER & REMISSER */
	
	
	.col1Special
	{
		width:500px !important;
	}
	
	.col1Special #article
	{
		width:500px;
		float:none;
		clear:both !important;
	}
	
		.col1Special #article hr
		{
			display:none;
		}
	
	.col1Special #sidebar
	{
		float:left;
		width:500px;
		border-top:1px solid #666666;
		border-bottom:1px solid #666666;
		margin:5px 0 0 0;
		padding:5px 0 5px 0;
		min-height:100px;
	}
	
		.col1Special #sidebar #share
		{
			width:200px;
			float:left;
			margin:16px 0 0 0;
			border:0;
			padding:0;
		}
		
		.col1Special #sidebar #share a
		{
			padding:0 0 3px 30px; !important;
			background-position:10px 0;
		}
		
		.col1Special #sidebar #share #rss
		{
			background:url(../images/common/hr.gif) bottom repeat-x;
		}
		
		.col1Special #sidebar #relatedFiles
		{
			width:200px;
			float:right;
		}
		
		.col1Special #sidebar #relatedFiles p
		{
			padding:0 0 0 10px;
			margin:0 0 10px 0;
		}
		
		.col1Special #sidebar #relatedFiles ul li
		{
			padding-bottom:4px;
		}
	

	
	
	#startPage #col2, #defaultPage #col2, #articlePage #col2, #articlePage2 #col2
	{
		width:240px;
		float:right;
		display:inline;
		margin:30px 10px 0 0;
		background:#f3f7f9;
		overflow:hidden;
	}

		#latestBlogger
		{
			background:#fff url(../images/custom/latest-blogger-bg.gif) repeat-x;
			height:93px;
			border-bottom: 10px solid white;
			overflow:hidden;
			padding:1px 0 0 0;
		}
		
			#latestBlogger img
			{
				float:left;
				margin:0 5px 0 0;
			}
			
			#latestBlogger h3
			{
				font-size:14px;
				margin: 12px 0 5px 0;
				font-weight:bold;
				color: #0066a6;
			}
			
			#latestBlogger a
			{
				font-weight:normal;
				background:url(../images/custom/arrow.gif) 0 3px no-repeat;
				padding:0 0 0 8px;
				line-height: 1.2;
				font-size: 10px;
			}
			
			#latestBlogger p
			{
				color:#666666;
				font-size:9px;
				padding:0;
				margin:0;
			}
			
	#startPage #col2 .col3SectionHeader
	{
		display:none;
		
	}
	
	#startPage #col2 #position1, #defaultPage #col2 #position1, #articlePage #col2 #position1, #articlePage2 #col2 #position1
	{
		clear:both;
		float:none;
		margin:0 15px 15px 15px;
	}
	
	#col2 h2, .col2Headline, #emailSubscribeText
	{
		display:block;
		height:27px;
		overflow:hidden;
		background:#0361a4 url(../images/common/sidebar-heading-bg.gif) no-repeat;
		color:#fff;
		font-weight:bold;
		font-size: 11px;
		margin:0;
		padding:0 0 0 10px;
		text-transform:uppercase;
		line-height:2.7em;
		clear:both;
	}
	
		#col2 h2 a
		{
			color:#fff;
			font-weight:bold;
			text-decoration:none;
		}


#footerContainer
{
	clear:both;
	margin:30px 15px 0 15px;
	padding:0 0 10px 0;
	border-top:1px solid #999999;
	font-size:0.916em;
	width: 930px;
	float: left;
	overflow: hidden;
	height:115px;
}

	#footerContainer h4
	{
		font:bold 1.4em arial;
		color:#0066a6;
		background:url(../images/common/logo-symbol.gif) 0 1px no-repeat;
		padding:0 0 0 25px;
		margin:10px 0 5px 10px;
	}
	
	#footerContainer dl
	{
		display:inline;
		width:125px;
		float:left;
		margin:0 0 10px 10px;
	}
	
		#footerContainer dl dt
		{
			font-weight:bold;
		}
		
			#footerContainer dl dd
			{
				margin:0;
			}
			
#subFooter
{
	height:40px;
	background:#eff7ff;
	width:910px;
	padding:10px 25px 0 25px;
	font-size:0.916em;
	float: left;
	overflow: hidden;
}

	#subFooter #copy
	{
		display:block;
		width:auto;
		float:left;
	}
	
	#subFooter #credit
	{
		display:block;
		width:auto;
		float:right;
	}


/* MENU STRUCTURE */
#topMenuList
{
	margin:0;
	padding:0;
	list-style:none;
	list-style-type:none;
}

	#topMenuList li
	{
		float:left;
		display:inline;
	}
	
	#topMenuList li div
	{
		float:left;
		display:inline;
	}
	
	#topMenuList li a
	{
		color:#fff;
		font-size: 9px;
		font-weight:bold;
		display:inline;
		padding: 6px 15px 0 15px;
		height: 20px;
		text-transform:uppercase;
		/*border-right:1px solid #04598e;
		border-left:1px solid #b4d9f8;*/
		background: url(../images/common/separator.gif) right top no-repeat;
		float: left;
	}
	
		#topMenuList li a:hover
		{
			color:#93c3e7;
			text-decoration:none;
		}
		

		
		li.menuItemLast a
		{
			border-right:none !important;
		}
		
			.topMenuItemContentSelected a
			{
				/*background:#2b80b5;*/
				background: url(../images/common/topmenu-selected.gif) right top no-repeat !important;
			}
			
#menuContainer .menuItemFirst
{
	/*display:none !important;*/
}

#menuItem0_0, #menuItem0_8
{
	display:none !important;
}			
			
/* SUB MENU */

#subMenuContainer
{
	width:150px;
	overflow:hidden;
	float:left;
	display:inline;
	margin:29px 0 0 10px;
	font-size:0.916em;
}

	#subMenuContainer h2
	{
		display:block;
		height:27px;
		overflow:hidden;
		background:#0361a4 url(../images/common/sidebar-heading-bg.gif) top right no-repeat;
		color:#fff;
		font-size: 11px;
		margin:0;
		padding:0 0 0 10px;
		text-transform:uppercase;
		line-height:2.7em;
	}
	
		#subMenuContainer h2 a
		{
			color:#fff;
			font-weight:bold !important;
		}
		
			#subMenuContainer h2 a:hover
			{
				text-decoration:none;
			}
			
			
			/* SUB MENU LEVEL 1 */
			#subMenuListLvl1
			{
				margin:7px 0 0 0;
				padding:0;
				list-style:none;
			}
			
				#subMenuListLvl1 li
				{
					background:url(../images/common/hr.gif) bottom repeat-x;
					padding: 0 10px 5px 10px;
				}
			
					#subMenuListLvl1 li a
					{
						color:#000;
						font-weight:normal;
						
						line-height: 1.2;
					}
					
						
						/* SUB MENU LEVEL 2 */
						#subMenuListLvl2
						{
							margin:0 0 5px 0;
							padding:0;
							list-style:none;
						}
						
							#subMenuListLvl2 li
							{
								border:none;
								padding-bottom:0;
								margin:0;
								background: none;
							}
								#subMenuListLvl2 li div
								{
									padding:5px 0 0 10px;
								}
							
								#subMenuListLvl2 li a
								{
									
								}
							
			
			.leftMenuSelected
			{
				color: #3377cc !important;
			}
			
			
/* INCLUDES */			
			
#becomeMember
{
	width: 91px;
	height:28px;
	background: url(../images/common/become-member.png) no-repeat;
	float: left;
	display: inline;
	margin: 0 0 0 5px;
	text-indent: -9999px;
	overflow: hidden;
}


#followUs
{
	background: white;
	padding: 0 0 20px 0;
}
#followUs img
{
	margin: 0 0 10px 0;
}

.social {
	float: none;
	clear: both;
	width: 490px;
	overflow: hidden;
	margin: 0 0 20px 0;
}

#articlePage .social, .blogPage .social {
	background:url("../images/common/share-bg.png") no-repeat scroll 160px 0 transparent;
	clear:both;
	float:none;
	margin:0 0 20px;
	overflow:hidden;
	width:100%;
}

#articlePage #rss, .blogPage #rss {
	background:url("../images/custom/rss_btn.png") no-repeat scroll 0 0 transparent;
	display:block;
	height:29px;
	margin-left:30px;
	position:absolute;
	top:141px;
	width:57px;
}

#articlePage .social #socialNetworks, .blogPage .social #socialNetworks  {
	width:260px;
}

#articlePage .social #becomeMember, .blogPage .social #becomeMember  {
	float:right;
}