/*
Theme Name: Lydia Putkinen
Theme URI: http://www.lydiaputkinen.se/
Description: 
Version: 1.0
Author: Arvid Janson
Author URI: http://www.favela.se
Tags: 

*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Georgia;
	font-size: 11px;
	color: #333;
	background: #fff;
	padding-bottom: 100px;
}

a {
	color: #000;	
}

img {
	border: 0;	
}

.sIFR-hasFlash h1, .sIFR-replaced h1 {
	visibility: hidden;
}


h2 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;	
}	

h3 {
	font-weight: normal;	
	font-size: 13px;
	font-style: italic;	
	margin: 5px 0;	
}

p {
	font-family: Arial;	
	margin-bottom: 10px;
	line-height: 1.25em;
}

#topline {
	line-height: 1px;
	height: 3px;	
}

#page_container {
	width: 900px;
	padding-bottom: 100px;
}

#logo {
	float: left;	
}

#quote h1, #title h1 {
	font-weight: normal;
	font-size: 45px;	
	color: #444;
	margin: 15px 40px 30px 20px; 
}

#quote h2, #title h2 {
	text-transform: none;
	font-weight: normal;
	font-size: 26px;	
	color: #999;
	margin: -10px 0px 0px 120px; 
}

#title h2 a {
	text-decoration: none;
	color:#999;	
}

.clearfloat {
	clear: both;
	line-height: 10px;
}



#menu {
	float: right;	
	list-style-type: none;
}
	
	#menu li {
		float: left;
	}

	#menu li a {
		display: block;
		width: 95px;
		padding: 35px 10px 20px 10px;
		text-align: center;
		text-decoration: none;
		font-size: 14px;
	}
		
	.about:hover a {
		background: #f4c8c5;
		color: #fff;
	}
	.contact:hover a {
		background: #91e16e;
		color: #fff;
	}
	.work:hover a {
		background: #000;
		color: #fff;
	}
	#work li:hover {
		font-weight: bold;
	}
	
#narrow_column_left {
	float: left;
	width: 200px;
	padding-left: 10px;			
}

#narrow_column_right {
	float: right;
	width: 200px;	
}

.column_item {
	width: 200px;
	margin-bottom: 30px;
}

#wide_column {
	width: 680px;
	float: right;
}

#center_column {
	width: 450px;
	float: left;	
}

#count {
	margin-top: 3px;
	float: right;	
	list-style-type: none;	
}

	#count li {
		float: left;
	}

	#count li a {
		text-decoration: none;	
		padding: 4px 7px 4px 7px;;
	}
	
	#count li.active a {
		background: #fd0;
		padding: 4px 7px 4px 7px;;
	}


#work {
	list-style-type: none;
	font-family: Arial;
}
	
	#work li a {
		display: block;
		padding: 4px 3px 4px 10px;
		text-decoration: none;
	}
		
	#work li {
	}
		
	#work li.active {
		font-weight: bold;	
	}

.feature {
	float: right;
	width: 200px;	
	margin-left: 25px;
}

.last {
	margin-right: 0;
}

#preview{
	position: absolute;
	border: 1px solid #ccc;
	background: #333;
	padding: 2px;
	display: none;
}

.portfolio {
	padding: 10px;
	float: left;
	width: 150px;	
}

.portfolio-img {
	border: 4px solid #fff;	
}

.portfolio-img:hover {
	border: 4px solid #000;			
}

.newbutton {
	position: relative;
	left: -5px;
	top: -165px;	
}

.news-content a {
	color: 	#f4c8c5;
	text-decoration: none; 
}

#nexxxt {
	opacity: .65;
	filter: alpha(opacity=65);
	display: none;
	width: 35px;
	height: 35px;
	position: relative;
	top: 45px;
	left: 405px;
	background: url(images/next-image.gif) no-repeat;
	z-index: 10;
	margin-top: -35px;	
}

/* color */

.black {
	background-color: #000;
}
.pink {
	background: #f4c8c5;
}
.green {
	background: #91e16e;
}

.black a, .green a, .pink a {
	color: #fff;	
}

.loading {
	background: url(images/loader.gif) center center no-repeat;
	width: 450px;
	display: block;
}

.intropage {
	margin-left: 20px;
}

input {
	margin: 3px;	
	margin-right: 10px;
}

#betapass, #submit {
	font-size: 14px;
	color: #666;
	height: 30px;
	padding: 5px;
	background: #eee;
	border: 1px solid #ccc;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}

/*** SIFR ***/
/* 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;
}


