/*
Theme Name: Futuristic Minimalist
Theme URI: http://www.futuristicminimalist.com
Description: Futuristic Minimalist wordpress theme based on Sharpfolio theme at htt://www.webrevolutionary.com
Version: 1.0
Author: Kemal Reza
Author URI: http://www.futuristicminimalist.com
Tags: portfolio, light, futuristic, minimalist
*/
* {
	margin: 0;
}
html, body {
	height:100%;
}
body {
	text-align: center;
	background: #ffffff;
	color: #111111;
	font-family: 'Nobile', arial, serif;
	font-size: 12px;
	line-height: 18px;
}
div#wrapper {
	text-align: left;
	margin: 0 auto -8em;
	width: 900px;
	min-height:100%;
	height:auto !important;
	height:100%;
}
a {
	color: #444444;
	text-decoration:underline;
}
a:hover {
	color: #555555;
	text-decoration:underline;
}
p {
	margin: 0 0 24px;
}
h1, h2, h3, h4 {
	font-family: 'Nobile', arial, serif;
}
logo {
	background-image:url(images/Logo1.png);
	background-repeat:no-repeat;
}
div#header {
	border-bottom:dotted 1px #bbbbbb;
}
h1 {
	font-size: 30px;
	color: #333;
}
h1 a {
	text-decoration: none;
	color: #333;
}
h1 a:visited {
	text-decoration:none;
	color: #333;
}
h1 a:hover {
	text-decoration:none;
	color:#111;
}
div#header h2, ul#navigation {
	margin: 0 0 6px;
}
ul#navigation {
	display: block;
	width: 500px;
	float: left;
}
ul#navigation li {
	display: inline;
}
ul#navigation li a {
	font-family: 'Nobile', arial, serif;
	text-decoration: none;
	color: #333;
	font-size: 20px;
	margin: 0 32px 0 0;
}
ul#navigation li a:hover {
	color: #111;
}
ul#navigation li a:active {
	color: #111;
}
div#header h2 {
	font-family: 'Nobile', arial, serif;
	font-weight: normal;
	display: block;
	width: 900px;
	height:auto;
	text-align: right;
	font-size: 16px;
}
span.f {
	font-family: 'Nobile', arial, serif;
}
div#content {
	margin: 45px 0 0 0;
}
div#content2 {
	margin: 45px 0 0 0;
}
div.thumbnail {
	width: 500px;
	float: left;
}
div.entry {
	width: 350px;
	float: right;
}
div#content h2 {
	font-size: 20px;
	color: #000;
	line-height: 32px;
}
div#content2 h2 {
	font-size: 24px;
	color: #000;
	line-height: 32px;
}
div#content h2 a {
	text-decoration: none;
	color: #000;
}
div#content2 h2 a {
	text-decoration: none;
	color: #000;
}
p.comment-link {
	margin: 0;
}
p.comment-link a {
	font-family: 'Nobile', arial, serif;
	font-weight: bold;
	color: #808080;
	text-decoration: none;
	font-size: 16px;
	line-height: 36px;
}
p.comment-link a:hover {
	color: #999;
	text-decoration: underline;
}
div#push {
	height: 8em;
}
div.post {
	margin: 0 0 76px;
}
h3#comments, h3#respond {
	color: #fff;
	line-height: 64px;
}
div.author {
	width: 250px;
	float: left;
}
div.author cite {
	font-size: 16px;
	font-weight: bold;
	font-family: 'Nobile', arial, serif;
	margin: 0 0 0 12px;
}
div.author img {
	position: relative;
	top: 10px;
}
div.comment {
	width: 500px;
	float: right;
	padding: 18px 0 0 0;
}
ol.commentlist {
	border-top: 1px solid #333;
	margin: 0 0 48px;
}
ol.commentlist li {
	border-bottom: 1px solid #333;
	padding: 12px 0 0;
}
form input, form textarea {
	margin: 0 12px 0;
}
div.alignleft, div.alignright {
	display: block;
	width: 40%;
	float: left;
}
div.alignright {
	float: right;
	text-align: right;
}
div.alignleft a, div.alignright a {
	font-family: 'Nobile', arial, serif;
	font-size: 18px;
	text-decoration: none;
	color: #777;
}
div.alignleft a:hover, div.alignright a:hover {
	color: #999;
	text-decoration: underline;
}


/*------------------------------------*/

.container {
	width:900px;
	margin:0 auto;
	position:relative;
}

#footer {
	font-family: 'Nobile', arial, serif;
	font-size:11px;
	color:#000000;
	padding:40px;
	width:auto;
	min-height:300px;
	background: #e6e6e6;
	line-height:17px;
}
#footer a {
	color: #999999;
	text-decoration:underline;
}
#footer a:hover {
	color: #aaaaaa;
	text-decoration:underline;
}
.footer_column {
	float:left;
	width:230px;
	text-align:right;
}
#footer .long {
	width:409px;
}
#footer h3 {
	color:#000000;
	font-family: 'Nobile', arial, serif;
	font-weight:bold;
	font-size:11px;
}
.footer_column ul li, .footer_column ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#footer_container {
	width:900px;
	height:auto;
	margin:auto;
}
.footer_bottom {
	margin-top:40px;
	margin-bottom:0px;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	border-top: dotted 1px #bbbbbb;
	float:left;
	height:auto;
}