/*
Theme Name: Simon Narto photography
Description: A Portfolio theme from SmeX Deisgn.se/
Author: SmeX Design
Author URI: http://smexdesign.se/
Version: 1.0
*/

/* ============= all elements style ============= */
*{
margin:0;
padding:0;
}

p{
color:#7d7d7d;
margin-bottom:15px;
text-align:justify;
font-size:13px;
line-height:18px;
}
a {
outline:none;
}

img{
border:1px solid #ccc;
padding: 5px;
background: #f0f0f0;
}

.clearfix:after{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* ============= other ============= */
#gravatar {float:left;clear:both;margin-right:12px;}
.floatleft{float:left;}
.floatright{float:right;}
.aligncenter {display: block;margin-left: auto;margin-right: auto;}
.alignleft {float: left;}
.alignright {float: right;}

/* ============= body ============= */
body{
margin:0;
padding:0;
background:url(gfx/bg.png) repeat-x #fff;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

/* ============= wrapper ============= */
#wrapper{
width:930px;
margin: 75px auto 0 auto;
background: #fff;
}

/* ============= header ============= */
#header{
width:930px;
height:297px;
display:block;
margin:0 auto;
background: url(gfx/header.png) no-repeat 0 0;
}

/* =============== navigation =============== */
#nav {
height:34px;
display:block;
width: 660px;
padding-top: 20px;
margin-left: 250px;
text-align: right !important;
list-style: none;
text-transform: uppercase;
}
#nav ul {float:right !important;}
#nav li {float:left;margin-right:10px;list-style:none;}

#nav a{
font-family: "Trebuchet MS", sans-serif;
font-size: 20px;
font-style: normal;
font-weight: bold;
text-transform: normal;
letter-spacing: -1px;
line-height: 1.2em;
color: #2a2b30 !important;
text-decoration: none;
margin-left: 10px;
}
/*
#nav a{font-family: Helvetica, Arial, sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 900;
text-transform: normal;
letter-spacing: -1.4px;
line-height: 1.4em;
color: #2a2b30 !important;
text-decoration: none;
margin-left: 10px;
}
*/

#nav a:hover {
color: #526375 !important;
}
/* =============== container =============== */
#container{
clear:both;
margin:30px 15px;
}

#content{
width:913px;
float:left;
}

/* =============== header styling =============== */
h6{
width:190px;
height:20px;
background: #7d7d7d;
font-size: 15px;
color: #fff !important;
padding: 2px 0 0 10px;
font-weight: 100 !important;
font: arial;
border-bottom: 2px solid #fff;
}
h6 a{color:#fff !important;}
h6 a:hover{color:#fff !important;}
h1{
font-size:23px;
color:#7d7d7d;
font: arial;
letter-spacing: -2px;
font-weight: 100 !important;
}
h1 a{
font-size:23px;
color:#7d7d7d;
font: arial;
letter-spacing: -2px;
font-weight: 100 !important;
}
h1 a:hover{
font-size:23px;
color:#7d7d7d !important;
font: arial;
letter-spacing: -2px;
font-weight: 100 !important;
}
h2{
font-size:23px;
color:#7d7d7d;
font: arial;
letter-spacing: -1px;
font-weight: 100 !important;
}
h2 a{
color:#7d7d7d !important;
border: none !important;
text-decoration:none;
margin-left: 6px;
}
h2 a:hover{
text-decoration:none !important;
border-bottom: 1px solid #7d7d7d !important;
}
h3{
font-size:19px;
color:#7d7d7d;
font: arial;
letter-spacing: -1px;
font-weight: 100 !important;
}
h4{
font-size:18px;
color:#7d7d7d;
font: arial;
letter-spacing: -1px;
font-weight: 100 !important;
}
h5{
font-size:15px;
color:#7d7d7d;
font: arial;
letter-spacing: -1px;
font-weight: 100 !important;
}

/* =============== post styling =============== */
.post{
margin-bottom:40px;
float: left;
width: 580px;
}

.post img {margin: 0 5px 5px 0;}

.post h1{
font-size:26px;
color:#7d7d7d;
font: arial;
letter-spacing: -2px;
font-weight: 100 !important;
}
.post h2{
font-size:23px;
color:#7d7d7d;
font: arial;
letter-spacing: -1px;
font-weight: 100 !important;
}
.post h2 a{
color:#7d7d7d !important;
border: none !important;
text-decoration:none;
margin-left: 6px;
}
.post h2 a:hover{
text-decoration:none !important;
border-bottom: 1px solid #7d7d7d !important;
}
.post h3{
font-size:19px;
color:#7d7d7d;
font: arial;
letter-spacing: -1px;
font-weight: 100 !important;
}
.post h4{
font-size:18px;
color:#7d7d7d;
font: arial;
letter-spacing: -1px;
font-weight: 100 !important;
}
.post h5{
font-size:15px;
color:#7d7d7d;
font: arial;
letter-spacing: -1px;
font-weight: 100 !important;
}

.post p{
color:#7d7d7d;
margin-bottom:15px;
text-align:justify;
font-size:13px;
line-height:18px;
}
.post a {
color: #7d7d7d !important;
text-decoration: none;
}
.post a:hover {
border-bottom: 1px solid #7d7d7d !important;	
}
.post .com {color:#7d7d7d !important;}
.post .com a {
color:#7d7d7d !important;
border: none !important;
text-decoration:none;
}
.post .com a:hover {
text-decoration:none !important;
border-bottom: 1px solid #7d7d7d !important;
}
.post-header{
padding-bottom:10px;
margin-bottom:10px;
clear:both;
display:block;
font-size:11px;
}
.post-info{
color: #7d7d7d;
float:left;
font-size: 12px;
margin-top: 4px;
margin-left: 6px;
}
.post-info a {border: none !important;}
.post-comments{
float:right;
font-weight:bold;
}
#content a{
color:#7d7d7d;
text-decoration:none;
border-bottom: 1px solid #7d7d7d;
}
#content a:hover{
color: #000;
text-decoration:none;
}
.post ul, .post ol{
margin-bottom:15px;
margin-left:30px;
color:#7d7d7d;
text-align:justify;
font-size:13px;
line-height:18px;
}

.post ul li, post ol li{
list-style-position:inside;
}

/* =============== sidebar =============== */
.sidebar{
width:300px;
margin: 0 0 5px 25px;
float: left;
display: block;
}
.sidebar a{border-bottom:none !important;}
.sidebar img {margin: 0 5px 5px 0;}
.sidebar h2{
font-size:23px;
color:#7d7d7d !important;
font: arial;
letter-spacing: -1px;
font-weight: 100 !important;
}
.sidebar h2 a{
color:#7d7d7d !important;
border: none !important;
text-decoration:none;
margin-left: 6px;
}
.sidebar h2 a:hover{
text-decoration:none !important;
border-bottom: 1px solid #7d7d7d !important;
}


/* =============== footer =============== */
#footer{
border-top: 1px solid #e6e6e6;
margin:0 15px;
padding-top:10px;
clear:both;
font-size:12px;
color:#7d7d7d;
font: arial;
text-align: center;
font-weight: 100 !important;
line-height: 170%;
}

#footer a{
color: #7d7d7d;
text-decoration: none;
padding-bottom: 2px;
}

#footer a:hover{
color: #7b7b7b;
text-decoration: none;
border-bottom: 1px solid #7b7b7b;
padding-bottom: 2px;
}

#footer li {list-style:none; float: left;}

.fa {color: #7b7b7b !important;}
.fa a{
color: #7b7b7b !important;
text-decoration: none;
border: none !important;
padding-bottom: 2px;
}
.fa a:hover {border-bottom: 1px solid #7b7b7b !important;}