/*
Theme Name: l'Image
Theme URI: http://www.vivathemes.com
Description: Minimal Photography Theme
Author: Viva Themes
Author URI: http://www.vivathemes.com
version: 3.0
Tags: two-column, widget-ready, photography
*/

*{margin:0; padding:0;}

body {
	background: #fff;
	color: #666;
	font-family: open sans, arial, helvetica, tahoma, sans-serif;
	font-size: 12px;
	margin:0;
	padding:0;
	line-height: 175%;
}

h1 {
	font-size: 32px;
	color: #333;
	margin-top: 20px;
	text-transform: none;
	font-weight: normal;
	line-height: 34px;
	font-family: 'Dosis', arial, helvetica, sans-serif;
}

h2 {
	color: #333;
	margin:0;
	padding:0;
	margin-top: 20px;
	text-transform: none;
	font-weight: normal;
	font-size: 26px;
	line-height: 28px;
	font-family: 'Dosis', arial, helvetica, sans-serif;
}

h3 {
	color: #333;
	margin:0;
	padding:0;
	margin-top: 20px;
	text-transform: none;
	font-weight: normal;
	font-size: 24px;
	line-height: 26px;
	font-family: 'Dosis', arial, helvetica, sans-serif;
}

h4 {
	color: #333;
	margin:0;
	padding:0;
	margin-top: 20px;
	text-transform: none;
	font-weight: normal;
	font-size: 20px;
	line-height: 22px;
	font-family: 'Dosis', arial, helvetica, sans-serif;
}

h5 {
	color: #333;
	margin:0;
	padding:0;
	margin-top: 20px;
	text-transform: none;
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	font-family: 'Dosis', arial, helvetica, sans-serif;
}

h2.pagetitle { 
	display:none; 
}

p { margin-top: 10px; }

code{
	font-family:"Courier New", Courier, monospace;
}


/* links */

a {
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #ccc;
}

/* container */

#container {
	width: 100%;
	float: left;
	margin: 0;
	padding:0;
}

/* header */

#header {
  	width: 80%; 
	margin-left: 5%;
  	float: left;
	clear: left;
}

#logo {	
	width: 70%;
	height: 40px;
	float:left;
	margin-top: 70px;
}

#logo a {
	color: #fff;
}

#logo h1 a,
#logo h1 {
	font-weight: 200;
	font-size: 40px;
	color: #000;
	text-transform: none;
	text-decoration: none;
	font-family: 'Dosis', arial, helvetica, sans-serif;
	line-height: 42px;
	float: left;
	margin-right: 5px;
	margin-top: 0;
}

#site-description {
	font-family: 'Dosis', arial, helvetica, sans-serif;
	float: left;
	clear: none;
	color: #ccc;
	font-size: 30px;
	font-weight: 200;
	line-height: 40px;
	margin-top: 5px;
}

#socialize {
	width: 30%;
	float: right;
	margin-top:	83px;
	text-align: right;
}

#socialize a {
	width: 32px;
	height: 32px;
	margin: 0;
	margin-left: 15px;
	padding: 0;
	text-decoration: none;
	float: right;
	-webkit-transition: all 0.7s ease;
  	-moz-transition:    all 0.7s ease;
  	-ms-transition:     all 0.7s ease;
  	-o-transition:      all 0.7s ease;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	zoom: 1;
}

#socialize a:hover {
	opacity: 1;
	filter: alpha(opacity = 100);
	zoom: 1;
}

/* Main Menu */

#mainmenu {
	width: 100%;
	height: 20px;
	float: left;
	clear: left;
	margin-top: 50px;
}

.mainnav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mainnav * {
	margin: 0;
	padding: 0;
	list-style: none;
}


.mainnav ul {
	position: absolute;
	top: -999em;
	display: none;
}

.mainnav li {
	float: left;
	position: relative;
	z-index: 999;
	height: 20px;
	line-height: 20px;
	margin-right: 20px;
}

.mainnav a {
	display: block;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	color: #000;
	text-transform: uppercase;
	font-family: 'Dosis', Arial, Helvetica, Sans serif;
	text-decoration: none;
}

.mainnav li.current-menu-item a,
.mainnav li#current a,
.mainnav li.current-cat a,
.mainnav li.current_page_item a {
	text-decoration: none;
	color: #999;
}

.mainnav li a:hover {
	text-decoration: none;
	color: #999;
}

.mainnav ul li{ 
	width: 140px;
}

.mainnav li:hover ul,
ul.mainnav li.sfHover ul {
	left: -10px;
	top: 20px;
	padding-top: 15px;
	width: 142px;
	background: url(images/ulbg.png) no-repeat bottom;
	padding-bottom: 15px;
}

.mainnav li:hover li ul,
.mainnav li.sfHover li ul {
	top: -999em;
}

.mainnav li li:hover ul,
ul.mainnav li li.sfHover ul {
	left: 140px;
	top: -15px;
}

.mainnav li:hover ul,
.mainnav li li:hover ul {
	top: -999em;
}

.mainnav li li {
	display: block;
	padding: 0px;
	height: auto !important;
	border: none;
	background: #eaeaea;
	margin: 0;
	border-bottom: solid 1px #dfdfdf;
	border-left: solid 1px #dfdfdf;
	border-right: solid 1px #dfdfdf;
	-webkit-transition: all 0.7s ease;
  	-moz-transition:    all 0.7s ease;
  	-ms-transition:     all 0.7s ease;
  	-o-transition:      all 0.7s ease;
}

.mainnav li li#current a,
.mainnav li li.current-cat a,
.mainnav li li.current_page_item a,
.mainnav li li:hover a {
	color: #000;
}

.mainnav li li a {
	display: block;
	height: auto !important;
	padding-top: 8px;
	padding-bottom: 8px;
	text-transform: uppercase;
    color: #000;
	font-weight: 400;
	font-family: 'Dosis', arial, helvetica, sans-serif;
	font-size: 12px;
	border: none;
	margin: 0;
	padding-left: 10px;
}

.mainnav li li:hover {	
	background: #dfdfdf !important;
}


/* search */

#searchform {
	padding:0;
	margin:0;
	margin-top: 6px;
}

#searchform input#s {
	margin:0;
	width: 180px;
	border: solid 1px #eaeaea;	
	font-size:12px;
	padding: 5px 10px;
	margin-bottom: 5px;
	background: none;
	color: #666;
}

#searchform input#searchsubmit {
	cursor: pointer;
	border: solid 1px #eaeaea;
	padding: 5px 10px;
	font-size: 12px;
	background: none;
	-webkit-transition: all 0.7s ease;
  	-moz-transition:    all 0.7s ease;
  	-ms-transition:     all 0.7s ease;
  	-o-transition:      all 0.7s ease;
}

#searchform input#searchsubmit:hover {
	background: #eaeaea;
}
	

/* content */

#contentwrapper {
	width: 100%;
	clear: left;
	float: left;
	margin-top: 15px;
}

#content {
	width: 80%;
	float: left;
	background: url(images/linebg.png) no-repeat top left;
	padding-top: 30px;
	margin-left: 5%;
	padding-bottom: 30px;
	margin-top: 30px;
}

#contentin {
	width: 70%;
}

img.attachment-mainthumb {
	position: relative;
	z-index: 101;
}

img.attachment-mainthumb:hover {
	opacity: 0.6;
	filter: alpha(opacity = 60);
	zoom: 1;
}
	
#gallery .post .zoom {
	width: 14%;
	position: relative;
	z-index: 100;
	float: left;
	clear: left;
	margin-top: -116%;
	margin-left: 43%;
	-webkit-transition: all 0.7s ease;
  	-moz-transition:    all 0.7s ease;
  	-ms-transition:     all 0.7s ease;
  	-o-transition:      all 0.7s ease;
}

#gallery .post:hover .zoom {
	margin-top: -57%;
}

#gallery {
	width: 100%;
	float: left;
	clear: left;
}

#gallery .post {
	width: 20%;
	float: left;
	overflow: hidden;
	margin: 0;
	padding: 0;
	clear: none;
	line-height: 70%;
}

.post {
	margin:0;
	padding:0;
	float: left;
	padding-bottom: 20px;
}

h1.entry-title,
h2.entry-title {
	margin:0;
	padding: 0;
	line-height: 26px;
	margin-bottom: 20px;
	font-weight: 200;
	color: #333;
	padding-bottom: 0;
	text-transform: none;
	font-family: 'Dosis', arial, helvetica;
	font-size: 26px;
	text-decoration: none;
}

h2.entry-title a {
	text-decoration: none;
	color: #333;
}

h2.entry-title {
	margin-bottom: 0;
	padding-bottom: 0;
}

h1.entry-title {
	
}

h2.pagetitle {
	display: none;
}

.post ul {}

.post li {
	margin-left: 15px;
}

.entry p {
	margin:8px 0;
}

a.more-link {
	color: #000;
	font-weight: normal;
	text-decoration: none;
	border: none;
	line-height: 25px;
}

a.more-link:hover {
	text-decoration: none;
	color: #666;
}

body.page-template-blogpage-php .post {
	padding-bottom: 25px;
}

body.page-template-default .entry,
body.single-post .entry,
body.page-template-blogpage-php .entry {
	float: left;
	clear: left;
}

body.page-template-blogpage-php #content {
	padding-bottom: 20px;
	margin-bottom: 0;
}

.attachment-blogthumb {
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

#timestamp {
	margin-top: 5px;
	color: #ccc;
}

.navigation {
	font-size:40px;
	width:100%;
	float:left;
	clear: left;
	margin:0;
	padding:0;
	overflow:hidden;
	height: 40px;
	text-transform: lowercase;
	
}

body.archive .navigation {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 80%;
	margin-left: 5%;
}
	
.alignleft a {
	float:left; 
	margin:0;
	text-decoration: none;
	font-family: 'Dosis', Arial, Helvetica, Sans serif;
	color: #ccc;
	-webkit-transition: all 0.7s ease;
  	-moz-transition:    all 0.7s ease;
  	-ms-transition:     all 0.7s ease;
  	-o-transition:      all 0.7s ease;
}

.alignright a {
	float:right;
	margin:0;
	text-decoration: none;
	font-family: 'Dosis', Arial, Helvetica, Sans serif;
	color: #ccc;
	-webkit-transition: all 0.7s ease;
  	-moz-transition:    all 0.7s ease;
  	-ms-transition:     all 0.7s ease;
  	-o-transition:      all 0.7s ease;
}

.alignleft a:hover,
.alignright a:hover {
	color: #999;
}

/* comments */


#commentform {
	margin:0;
	padding:0;
}
	
#commentform p {
}
	
#commentform a { 
	text-decoration: none; 
	line-height: 14pt;
}
	
#commentform h3 {
	font-size: 10pt;
	font-weight: bold;
	color: #666;
	margin:0;
	padding:0;
}
	
#comment {
	width:60%;
}

#author, #email, #url, #comment {
	font-size: 11px;
	margin:5px 5px 0 0;
	padding:12px 16px;
	border: solid 1px #eaeaea;
}

#author, #email, #url {
	height:16px;
}
	
#submit {
	margin:5px 5px 0 0; 
	cursor:pointer;
	color: #333;
	padding: 12px 16px;
	border: solid 1px #eaeaea;
	background: none;
}

#comments {
	margin:0; 
	padding:0;
}

#respond h3,
h3#comments {
	color: #333;
	font-size: 16px;
	margin-bottom: 2px;
	clear: left;
	text-transform: uppercase;
	font-weight: normal;
	padding-top: 20px;
}	


.reply a.comment-reply-link {
	border: none;
	padding:0;
	color: #333;
	padding: 0;
}

.reply a.comment-reply-link:hover,
#submit:hover {
	color: #666;
}

ol.commentlist { 
	list-style-type: none; 
	margin:0; 
	padding:0; 
	float:left;
	margin-top: 15px;
}

.avatar {
	float:left; 
	margin: 10px 20px 0 0;
}

ol.commentlist li {
	background: url(images/line.png) no-repeat center bottom;
	margin: 0;
	padding: 20px;
	padding-left: 0;
	list-style-type:none;
	float: left;
    max-width: 500px;
	margin-bottom: 20px;
}

ol.commentlist ul li {
    border: none;
    padding: 20px;
	max-width: 440px;
	padding-bottom: 0;
	padding-right: 0;
	background: none;
}

ol.commentlist li.alt {
	
}

ol.commentlist li p {
	margin: 6px 0 6px 0; 
	padding: 0 12px 0 0; 
	line-height: 14pt;
}

ol.commentlist a {
	text-decoration: none;
}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a {
	color: #666; 
	text-decoration: none; 
	border-bottom: 1px dotted #666;
}


/* footer */

#footer {
	width: 80%;
	float: left;
	padding-top: 20px;
	clear: both;
	margin-left: 5%;
	margin-top: 0;
	margin-bottom: 80px;
	padding-top: 50px;
	background: url(images/linebg.png) no-repeat top left;
}

body.home #footer {
	background: none;
}

#bottomwidgets {
	float: left;
	width: 60%;
	font-size: 12px;
}

#bottomwidgets .widgets {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

#bottomwidgets a:hover {
	color: #666;
}

#bottomwidgets ul {
	margin: 0;
	padding: 0;
}

#bottomwidgets ul li {
	line-height: 15px;
	list-style: none;
	padding-bottom: 5px;
	margin-top: 8px;
	color: #000;
}

#bottomwidgets ul li a {
	color: #000;
	border: none;
	text-decoration: none;
}

#bottomwidgets ul li a:hover {
	text-decoration: underline;
}

#bottomwidgets h2 {
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 2px;
	color: #000;
	line-height: 120%;
}

#copyinfo {
	float: right;
	width: 30%;
	margin-top: 10px;
	text-align: right;
	font-size: 10px;
}

#copyinfo a {
	text-decoration: none;
	border-bottom: dotted 1px;
	font-size: 10px;
	color: #666;
}

#copyinfo a:hover {
	border: none;
}

.select-menu {
	display: none;
}

@media only screen and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px)  {

	html {
	    -webkit-text-size-adjust: none; 
	}
	
	#header {
		width: 90%;
		margin-left: 5%;
	}
	
	#logo {
		margin-left: 0;
		width: 70%;
	}
	
	#logo img {
		margin-top: 15px;
	}
	
	#logo h1 a,
	#logo h1 {
		font-size: 30px;
		margin-right: 0;
		line-height: 100%;
		margin-top: 5px;
	}
	
	#site-description {
		font-size: 26px;
		clear: left;
		margin-top: 0;
		padding: 0;
	}
	
	#socialize {
		width: 30%;
	}
	
	#mainmenu ul {
		display: none;
	}
	
	.select-menu {
		display: inline-block;
		width: 100%;
	}
	
	#gallery .post {
		width: 50%;
	}
	
	#bottomwidgets {
		width: 100%;
		text-align: justify;
	}
	
	#copyinfo {
		width: 100%;
		float: left;
		clear: left;
		text-align: left;
		margin-top: 20px;
	}
	
	#content {
		width: 90%;
		margin-left: 5%;
		text-align: justify;
	}
	
	#contentin {
		width: 100%;
	}
	
}
