/* @override http://localhost:8888/fresh/wp-content/themes/portfolio/style.css */

/*
Theme Name: Emmelie Golabiewski
Theme URI: http://www.emmeliegolabiewski.se
Description: Emmelie Golabiewski
Version: 1.0
Author: Emmelie Golabiewski
Author URI: http://www.emmeliegolabiewski.se
Tags: clean, minimalism
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";


/**** GENERAL ****/


body{
	background:#FFF;
	font-size:62%;
	margin: 0;
        color:#000;
}


#wrap{
	width:950px;
	height:720;
	padding: 5em 0px 0px 5em;
	font-family: "Baskerville", "Garamond", serif;
	font-weight: regular;
	font-size: 15px;
	line-height: 2em;
}


p{
/*excerpt och content flyttar sig samtidigt*/
        color: #6D91CB;	

}


a{
/*länkar*/
	color: #808080;
	text-decoration: none;
}


/*
h2{
	font-weight: normal;
	font-size:2.3em;
	padding: 2em 0em 0em 0em;
}


h2 a, h3 a{
	text-decoration: none;
	color: #e88b2d;	
}
*/


/**** MAIN ****/


li{
	margin: 0px 0px 0px 0px;
}


li.cat-item a {
/*Kategorier*/
        color:#6D91CB;
        position:relative;
        top:2em;
}


li.cat-item a:hover {
border-bottom:1px solid #6D91CB;
border-top:1px solid #6D91CB;
color:#6D91CB;
}

#sidebar{
	width: 240px;
	float: left;
}


#title a{
        font-family: "Baskerville", "Garamond", serif;
        font-style: regular;
	font-weight: normal;
	font-size: 15px;
      /*border-bottom:2px solid #808080;
        border-top:2px solid #808080;*/
        color:#808080;
}


#title a:hover {
border-bottom:1px solid #ED2224;
border-top:1px solid #ED2224;
color:#ED2224;
}


/**** PAGE_NUMBER ****/

#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;0em 0 0 0;
        position:relative;
        top:1em;
/*background:#FFFFFF none repeat scroll 0 0;*/
border:medium none;
font-style:normal;
font-variant:normal;
font-weight:normal;
letter-spacing:0;
line-height:12px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0em 0 0 0;
padding:0em 0 0 0;
text-align:left;
text-decoration:none;
text-indent:0;
text-transform:none;
word-spacing:0;
}


#wp_page_numbers {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
/*background:#FFFFFF none repeat scroll 0 0;*/
margin-top:10px;
width:100%;
}


#wp_page_numbers ul {
border-top:1px solid #FFFFFF;
width:100%;
}


#wp_page_numbers li {
display:block;
float:left;
}


#wp_page_numbers a {
border-bottom:2px solid #FFFFFF;
border-top:2px solid #FFFFFF;
color:#808080;
display:block;
font-family:"Baskerville", "Garamond", serif;
font-size:12px;
padding:3px 5px;
}


#wp_page_numbers li a:hover {
/*background:#FFFFFF none repeat scroll 0 0;*/
border-bottom:2px solid #ED2224;
border-top:2px solid #ED2224;
color:#ED2224;
}


#wp_page_numbers li.space {
border-bottom:2px solid #FFFFFF;
border-top:2px solid #FFFFFF;
color:#808080;
font-family:"Baskerville", "Garamond", serif;
font-size:12px;
padding:3px 5px;
}


#wp_page_numbers li.first_last_page {
font-style:italic;
}


#wp_page_numbers li.active_page a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#6D91CB none repeat scroll 0 0;
border-bottom:2px solid #6D91CB;
border-top:2px solid #6D91CB;
color:#FFFFFF;
}


#wp_page_numbers li.active_page a:hover {
background:#FFFFFF none repeat scroll 0 0;
border-bottom:2px solid #6D91CB;
border-top:2px solid #6D91CB;
color:#6D91CB;
}


#wp_page_numbers li.page_info {
border-bottom:2px solid #FFFFFF;
border-top:2px solid #FFFFFF;
color:#808080;
display:block;
float:left;
font-family:"Baskerville", "Garamond", serif;
font-size:12px;
padding:3px 5px 3px 3px;
}

/**** END_PAGE_NUMBER ****/


.excerpt{
        /*det går bra att ändra*/
	font-style: regular;
        position:relative;
        top:4em;
}


.content{
	padding: 0em 0em 0em 0em;
	float: left;
	width: 615px;
/*	font-size: 1.4em;
	line-height: 2em;
	word-spacing: 0.1em;*/
        position:relative;
}


#frontpage{
	background-color: #75a1ff;
	width: 950px;
	height:720;
	float: left;
	padding: 0em 0em 0em 0em;
	position: relative; 
}


/**** FOOTER ****/


#footer{
	
/*	background: transparent url('style/images/footer_bg.jpg') no-repeat scroll;*/
/*	height: 200px;*/
	padding:0px 0px 0px 0px;
	height: 20px;
}

#footer p span.left{
	background-color: #f00;
	float: left;
	padding-top: 0px;
}

#footer p span.right{
	background-color: #ff007b;
	float: right;
	padding-top: 0px;
}

/*** THE REST ***/

.flickr-photos img{
/*	border: 1px dotted #666;
	padding: 5px 5px 25px 5px;
	margin: 5px;*/
}

:focus
{
  -moz-outline-style: none;
}
