/*
Theme Name: Kristina Brud och Fest 2009
Theme URI: http://urban-svensson.com/
Description: ett Wordpress-tema skapat av <a href="http://urban-svensson.com/" title="Urban Svensson" target="_blank">Urban Svensson</a>  11 november 2009. (c) Copyright Urban Svensson 
Version: 1.0
Author: Urban Svensson
Author URI: http://urban-svensson.com/
*/

/* Theme colours :                 */
/* Theme absolute path: http://www.kristinabrud-fest.se/wp-content/themes/brudfest09  */


* {margin:0; padding:0;}

body
{
	color:#333;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:#fff url(images/bg.jpg) no-repeat center top;
	margin:0; padding:0;
	text-align:center;
}

/* ---------------------------- Struktur och layout ----------------------------------- */

#wrapper
{
	margin: 0 auto;
	text-align:left;
	display:block;
	clear:both;
	width:850px;
}

#logo
{
	display:inline;
    float:left;
	width:159px;
	height:104px;
	padding:20px 0 0 60px;
	clear:both;
}

#container
{
	float:left;
	display:inline;
	width:850px;
	clear:both;
}

#content
{
	display:inline;
	float:left;
	width:600px;
	padding:20px 0 20px 20px;
}

#sidebar
{
	float:right;
	display:inline;
	width:160px;
	margin:20px 30px 0 0;
	padding-left:10px;
}

#footer
{
	background:url(images/fot-bg.gif) repeat-x;
	padding:15px 0 0 10px;
	width:840px;
	margin:0 auto;
}

#footer-content
{
	text-align:center;
}

#footer-content p
{
	font-size:10px;
	color:#666;
}

/* ---------------------------- Bilder ----------------------------------- */

img
{
	border:none;
}

/* ---------------------------- Lankar----------------------------------- */

a, a:active, a:link, a:visited
{
	text-decoration:none;
	color:#666;
}	

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

/* ---------------------------- Meny----------------------------------- */

#meny
{
	 display:block;
     float:left;
	 margin:20px 0 0 -1px;
	 padding:10px 0 0 20px;
	 clear:both;
	 height:40px;
	 width:831px;
	 background:url(images/meny-bg2.jpg) repeat-x;
}

#meny ul, #meny li
{
	display:inline;
	list-style:none;
	list-style-type:none;
}

#meny li
{
	margin:30px 0 0 0;
	padding:8px 20px 15px 20px;	
	height:40px;
}

#meny li a
{
	font-size:13px;
	color:#fff;
	
	
}	

#meny li:hover, #meny li.aktiv
{
	
}

/* ---------------------------- Typografi ----------------------------------- */

h1, h2, h3, h4, h5
{
	line-height:140%;
	font-weight:bold;
	padding:10px 0 5px 0;
}

h1
{
	font-size:26px;
}

h2
{
	font-size:20px;
}

h3
{
	font-size:15px;
}

p
{
	font-size:11px;
	line-height:160%;
	margin:5px 0 10px 0;
}

em
{
	font-style:italic;
}

strong
{
	font-weight:bold;
}


/* ---------------------------- Clearfix ----------------------------------- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block; clear:both;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
