/*  
Theme Name: Elbrus AB nr6
Description: Webpage for Elbrus AB built by Femtontre Webbproduktion
Author: Richard Brattlund
Author URI: http://www.femtontre.se/
*/

html, body			{
								border: 0px;
								margin: 0px;
								padding: 0px;
								background: url("images/bg.jpg") repeat-x;
								height: 100%;
								}
img 						{
								border: 0px;
								}
                
#container			{
								position: absolute;
								width: 734px;
								left: 50%;
								margin-left: -367px;
								min-height: 100%;
                background: url("images/mainbg.jpg");
								}

#content				{
								float: left;
								width: 730px;
								margin-bottom: 40px;
								}
		
/*#maincontainer  {
                width: 734px;
                min-height: 100%;
								height: 100%;
                padding: 0px;
                margin: 0px;
                }*/

/* MAIN SECTION ------------------------------------------------------------- */
                
#main           {
                width: 700px;
                font-family: "lucida sans unicode",lucida,verdana,arial,sans-serif;
                color: #4E4E22;
                }

#main .post     {
								margin: 10px 0px 0px 0px;
                padding: 10px 15px 0px 15px;
                }
                
#main .entry    {
                font-size: 11px;
                line-height: 16px;
                color: #4E4E22;
                }
                
#main p	        {
								margin-top: 1px;
                font-size: 11px;
                line-height: 18px;
                color: #4E4E22;
                }

#main .date     {
                font-size: 10px;
                color: #4E4E22;
                text-transform: uppercase;
                padding-bottom: 7px;
                }

#main .postmetadata {
                font-size: 11px;
                font-weight: bold;
                color: #4E4E22;
                padding-bottom: 3px;
                }
                
#main .postmetadata a {
                text-decoration: underline;
                }
                
.post img       {
                /* F?ilder i inl䧧 och sidor */
                padding: 10px;
                }
                
#main .navigation {
                font-size: 11px;
                padding: 0px 15px 15px 15px;
                margin-bottom: 10px;
                }

#main h2				{
								font: bold 20px arial,verdana,sans-serif;
								margin: 0px 0px 15px 0px;
								padding: 0px;
								line-height: 26px;
								}

#main h3				{
								font: bold 20px arial,verdana,sans-serif;
								margin: 20px 0px 8px 0px;
								padding: 0px;
								}

#main a         {
                color: #4E4E22;
                text-decoration: underline;
                }

#main a:hover   {
                color: #999999;               
                }
                
/* MENU SECTION ------------------------------------------------------------- */

#menu						{
								float: left;
								width: 550px;
								height: 50px;
								margin: 50px 0px 0px 0px;
								}
								
#menu ul        {
								display: block;
								float: left;
                margin: 7px 20px 0px 25px;
                padding: 0px;
                list-style-type: none;
                font: bold 11px arial,verdana,sans-serif;
                }
                
#menu li				{
								display: block;
								float: left;
								height: 50px;
								margin: 15px 0px 0px 0px;
								padding: 12px 0px 0px 0px;
								z-index: 15;
								text-align: center;
								}
                
#menu .inactive1	{
								width: 50px;
                }
								
#menu .inactive2	{
								width: 70px;
                }
								
#menu .inactive3	{
								width: 90px;
                }
                
#menu a					{
								display: block;
								color: #191919;
								font-weight: bold;
								text-decoration: none;
								}

#menu li a:hover		{
                		color: #000000;               
		                }
                
#logo						{
								float: right;
								margin: 25px 25px 0px 0px;
								border: 0px;
								}
		
/* SIDEBAR SECTION ---------------------------------------------------------- */

#sidebar        {
                float: right;
                width: 150px;
                margin: 0px 0px 0px 0px;
                font-family: verdana,helvetica,sans-serif;
                font-size: 11px;
                }

#sidebar img    {
                padding-bottom: 10px;
                }

#sidebar p			{
                margin: -4px 0px 0px 0px;
                }
                
#sidebar a			{
								color: #ffffff;
								text-decoration: none;
								}

#sidebar a:hover	{
									color: #ffffff;
									text-decoration: underline;
									}

/* HEADER AND FOOTER -------------------------------------------------------- */
    
#header         {
                z-index: 2;
                width: 734px;
                height: 140px;
                background: url("images/header.jpg") no-repeat;
                }
    
#footer					{
								position: absolute;
								clear: both;
								bottom: 0px;
                width: 708px;
                height: 39px;
/*                background-image: url("images/footer_bg.jpg");*/
                color: #282828;
                text-align: center;
                }
                
#footer h3			{
								font: bold 14px arial,verdana,sans-serif;
								color: #282828;
								padding: 0px;
								margin: 0px;
								}
								
#footer img			{
								margin: 0px;
								padding: 0px;
								}


/* STANDARD STUFF ----------------------------------------------------------- */
		
hr							{
                background: #ffffff;
                height: 1px;
					  		padding: 0px;
					  		margin: 10px 0px 10px 0px;
								}	
                
textarea,input,select
								{
								font-family: verdana,sans-serif;
								font-size: 11px;
								color: #333333;
								border: 1px inset #500C0D;
								padding: 2px;
								background: #ffffff;
								}

input:focus,textarea:focus,label:focus
								{
								background: #e0e0e0;
								padding: 2px;
								}

input.submit	{
		width: auto; 
		border: 3px double #999999;
		border-top-color: #CCCCCC;
		border-left-color: #CCCCCC;
		padding: 0.20em 0.50em 0.20em 0.50em;
		background-color: #FFFFFF;
		background-image: url("../images/bg_form_element.gif");
		background-repeat: repeat-x;
		color: #444444;
		font-size: 9px;
		font-weight: bold;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		}

input.submit:active {
		border: 3px double #CCCCCC;
		border-top-color: #999999;
		border-left-color: #999999;
		}
		
.alignright     {
                float: right;
                }

.alignleft      {
                float: left
                }
		

/* SIFR STUFF DO NOT MODIFY ------------------------------------------------- */

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a 
tab laid over it. */

.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... 
the negative-letter spacing in this case is used to make the browser text metrics 
match up with the sIFR text metrics since the sIFR text in this example is so much 
narrower... your own settings may vary... any weird sizing issues you may run into 
are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

/*.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 24px;
}*/

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}