/*
Theme Name: Sharpfolio
Theme URI: http://webrevolutionary.com/sharpfolio
Description: A WordPress theme designed to help build your online portfolio.
Version: 2.0
Author: Matt Lenz
Author URI: http://webrevolutionary.com/
Tags: sharpfolio, portfolio, dark, light
*/
body {
	text-align: center;
	background: #191919 url('images/bg9.jpg') ;
        background-repeat: no-repeat; 
        background-position: top; 
	color: #999;
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;

}
div#wrapper {
	text-align: left;
	margin: auto;
	width: 768px;
}
a {
	color: #ccc;
}
a:hover {
	color: #fff;
}
p {
	margin: 0 0 24px;
}

h1, h2, h3, h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;

}
div#header {
	border-bottom: 1px solid #484848;
}
h1 {
	font-size: 18px;
	color: #999999;
}
h1 a {
	text-decoration: none;
	color: #999999;
}

div#header h2, ul#navigation {
	margin: 0 0 6px;
}
ul#navigation {
	display: block;
	width: 768px;
	float: left;
}
ul#navigation li {
	display: inline;
}
ul#navigation li a {
	font-family: Helvetica, Georgia, Times, 'Times New Roman', serif;
        text-transform: uppercase ;
	text-decoration: none;
	color: #666;
	font-size: 14px;
	margin: 0 32px 0 0;
}
ul#navigation li a:hover {
	color: #999;
}
div#header h2 {
	font-family: Helvetica, Georgia, Times, 'Times New Roman', serif;
	font-weight: normal;
	display: block;
	width: 300px;
	float: right;
	text-align: right;
	font-size: 16px;
}
span.f {
	font-style: italic;
}
div#content {
	margin: 32px 0 0 0;
}
div#content2 {
	margin: 25px 0 0 0;
}
div.thumbnail {
	width: 560px;
	float: left;
        background-image:url('images/dot.png');
        background-repeat: repeat-y;
	background-position:center right;

}
div.entry {
	width: 200px;
	float: right;
}

div.postentry {
	width: 200px;
	float: right;
        line-height: 10px;
}

div.dotka {
        width: 200px;
        height: 200px;
	float: right;
        background-image:url('images/dot2.png');
        background-repeat: repeat-y;
	background-position:center left;
}

div.dotlajna {
        width: 200px;
	float: right;
        background-image:url('images/dot2.png');
        background-repeat: repeat-x;
	background-position:bottom left;

}

div.lajna {
	line-height: 10px;
	color: #333;
        line-height: 10px;
        border-bottom: 1px solid #484848;
}

div.codelajna {
    width: 90%;
    font-size: 10px;
    color: #ccc; 
    margin-right:auto;
    margin-left:auto;
    background: url("images/rastr.png");
}

div#content h2 {
	font-size: 13px;
	color: #ddd;
	line-height: 32px;
}
div#content2 h2 {
	font-size: 13px;
	color: #ddd;
	line-height: 32px;
}
div#content h2 a {
	text-decoration: none;
	color: #ddd;
}
div#content2 h2 a {
	text-decoration: none;
	color: #ddd;
}
p.comment-link {
	margin: 0;
}
p.comment-link a {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #808080;
	text-decoration: none;
	font-size: 11px;
	line-height: 10px;

}
p.comment-link a:hover {
	color: #999;
	text-decoration: underline;
}

p.date {
	text-align: right;
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 20px;
}

div#footer p {
	line-height: 10px;
	color: #333;
        font-size: 10px;
	text-align: center;
        line-height: 20px;
        border-top: 1px solid #484848;
}
div#footer p a {
	color: #444;
	text-decoration: none;
}
div#footer p a:hover {
	color: #555;
	text-decoration: underline;
}
div.post {
	margin: 0 0 50px;
}
h3#comments, h3#respond {
	color: #fff;
	line-height: 34px;
}
div.author {
	width: 200px;
	float: left;
}
div.author cite {
	font-size: 16px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 0 12px;
}
div.author img {
	position: relative;
	top: 10px;
}
div.comment {
	width: 500px;
	float: leftt;
	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: Georgia, Times, 'Times New Roman', serif;
	font-size: 18px;
	text-decoration: none;
	color: #777;
}
div.alignleft a:hover, div.alignright a:hover {
	color: #999;
	text-decoration: underline;
}
