@charset "UTF-8";
/*
Theme Name: Fukk Portfolio
Theme URI: http://ivanhon.com
Description: Naked version <a href="http://ivanhon.com/">ivanhon</a> 
Version: 1.0
Author: Ola
Author URI: http://ivanhon.com
Tags: fukk, portfolio


*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";







/*
	RESET
*/

*										{ margin: 0; padding: 0; }
html									{ overflow-y: scroll; }
html, body							{ height: 100%; }
body									{ font: 0.8125em/1.25 georgia, serif; color: #343434; }
ul										{ list-style: square inside; }
ol										{ list-style: decimal inside; }
a										{ outline: none; text-decoration: none; color:#999;  }
a img								{ border: none; background: none;  }
img									{ float:left; border: none;}
table									{ border-collapse: collapse; }



/*
	UTILITY
*/
.floatLeft 							{ float: left; }
.floatRight							{ float: right; }
.clear								{ clear: both; }




/*
	STRUCTURE
*/
#page-wrap						{width: 800px; margin: 0px auto; min-height: 100%; height: auto !important;}
#content							{width: 800px; height: auto; margin:15px 0 0 0;}	
#header 							{width: 800px; height:130px; border-bottom:solid #999 1px;  }
#footer								{width: 800px; height: 50px; border-top:solid #999 1px; margin: 20px 0 0 0; text-align: right; font-size: 9px; padding-top: 5px; }
#content_start					{width: 800px; height: auto; margin:15px 0 0 0;}

/*
	HEADER
*/

#logo								{width: 96px; height: 130px; background:url(/images/logo.jpg) center no-repeat; text-indent: -9999px; float: left; margin: 0 0 0 15px;}
#infotext							{width:150px; height: 66px; float: left; padding: 59px 0 0 30px; }
#menu								{height: 15px; padding-top: 115px; float: right; text-align:right; margin:0;}				




/*
	MENU
*/

ul#main-nav								{ float: left; font-size:9px; font-family: helvetica, sans-serif; }
ul#main-nav li							{ display: inline; }
ul#main-nav li a 						{ padding: 4px 8px; text-transform:uppercase;}

ul#main-nav li a:hover,					
li.current_page_item a				{background: #999; color:#FFFFFF;}



/*
	CV
*/

/* Grid för två kolumner*/


.grid_1 {
	width: 325px;
	height:auto;
	display:inline;
	float: left;
	position: relative;
	margin: 5px 30px 10px 70px;
	background:#fff;
}

.grid_2 {
	width: 305px;
	height: auto;
	display:inline;
	float: left;
	position: relative;
	margin: 5px 70px 10px 0;	
	background:#fff;
	overflow:hidden;
}

.grid_3 {
	width: 199px;
	height: auto;
	display:inline;
	float: left;
	position: relative;
	margin: 5px 0px 10px 20px;
	background:#000;
}


.breadtext									{margin-bottom:10px;}
li												{padding-bottom:8px;}



/*
	Övrigt
*/
#content #post-126 img 				{margin:0px;}

img#wpstats								{display:none}


/*
	Bilder
*/

#content img 							{margin:5px;}
	

/*
	Länkar
*/

a:hover 									{background-color: #999; color:#fff;}

	
/*
	Typografi
*/

h1, h2, h3, h4							{font-family: helvetica, sans-serif; font-size:100%; line-height:1.5em;}

h1												{font-size: 12px; text-transform:uppercase; font-weight: bold; font-family: helvetica, sans-serif;}					
h2 											{font-size: 11px; text-transform:uppercase; font-weight: bold;}	
h3												{font-size: 11px; font-weight: bold; margin:15px 0 0 0;}

.adress										{ font-size:10px; line-height: 12px; }





/*
	Contact
*/

.center {margin:0 auto; text-align:center; padding: 125px 0 125px 0;}







