/* CSS reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
	{
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background-color: transparent;
	}
/* Fonts */

/*@font-face
{
	font-family: "Terminus";
	src: url('/fonts/Terminus.ttf');
}
*/

body
{
	line-height: 1;
}
ol, ul
{
	list-style: none;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after
{
}

/* remember to define focus styles! */
:focus
{
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins
{
	text-decoration: none;
}
del
{
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table
{
	border-collapse: collapse;
	border-spacing: 0;
}

small
{
	color: #c0c0c0;
	font-size:80%;
}

/*
 *
 *   STYLESHEETS
 *
 */


html
{
	height: 100%;
}
body
{
	font-family: "Dejavu Sans", sans-serif;
	font-size: 0.8em;
	color: #dfdfdf;
	background-color: #1a1a1a;
	margin: 0%;
	padding: 0%;
	line-height: 1.3;
}

a
{
	color: #C7DE35;
	text-decoration: underline;
}

/*
a:link, a:visited
{
	color: #077E39;
}
*/

a:hover
{
	color: #FFC354;
	text-decoration: underline;
}

h1
{
	font-size: 1.4em;
	margin: 10px 0px;
}

h2
{
	font-size: 1.3em;
	margin: 8px 0px;
}

h3
{
	font-size: 1.2em;
	margin: 6px 0px;
}

h4
{
	font-size: 1.1em;
	margin: 4px 0px;
}

h5
{
	font-size: 1.0em;
	margin: 2px 0px;
}

h6
{
	font-size: 0.9em;
	margin: 2px 0px;
}

h1, h2, h3, h4, h5, h6
{
	color: #97c5fe;
	font-weight: normal;
}

pre
{
	font-size: 1.1em;
	border: 1px dashed #292929;
	padding: 10px;
	margin: 5px 0px 10px 0px;
	white-space: pre-wrap;
}


code,pre,q
{
	background-color: #232323;
	font-size: 1.1em;
	color: #ffffaf;
}

code,pre
{
	font-family: Terminus, Consolas, Monospace;
}

q
{
	display: block;
	font-style: italic;
	border: 1px dotted #292929;
	padding: 10px;
	margin: 5px 0px 10px 0px;
	white-space: pre-wrap;
	background-color: #232323;
}

/* 20150813
img
{
	border: 1px dotted #404040;
	background-color: #303030;
	padding: 5px;
}
*/
sup,sub
{
	font-size: 0.7em;
	font-family: sans-serif;
}
sup
{
	vertical-align: super;
}

sub
{
	vertical-align: sub;
}

#logo
{
	padding: 0px;
	border: none;
	background-color: transparent;
}


#header
{
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0%;
	left: 0%;
	background-repeat: repeat-x;
	background-image: url('/images/system/bg_top.png');
}

#container
{
	margin: 120px 0px 0px 10%;
	width: 90%;
	min-width: 1200px;
}


#main
{
	width: 70%;
	float: left;
	text-align: left;
}

.article-container
{
	padding: 20px;
	margin: 0;
	margin-bottom: 50px;
	text-align: left;
	background-color: #202020;
	border-radius: 10px;
	border: 1px solid #2f2f2f;
	border-right: 2px solid #2c2c2c;
	border-bottom: 2px solid #2c2c2c;
}

#sidebar
{
	float: left;
	width: 25%;
	padding: 0;
	margin-left: 5%;
}

#sidebar div
{
}

.clear
{
	clear: both;
}

.error, .error h2
{
	color: red;
}

.error
{
	margin: 80px 10px 10px 10px;
	color: red;
	border: 1px dotted red;
	padding: 10px;
	text-align: center;
}

.article
{
	margin: 10px 0px;
}

.author, .datetime, .article_link
{
	color: #7f8f9f;
	font-size: 0.8em;
}

.article_link a
{
	color: #afbfcf;
	text-decoration: none;

}

.article_link a:hover
{
	color: #FFC354;
	text-decoration: underline;
}

.category-info
{
	font-size: 0.8em;
	color: #a0a0a0;
	margin: 0px 0px 5px 0px;
	
}

.author
{
	margin: 10px 0px 0px 0px;
}

a.category
{
	color: #505050;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	margin: 10px 0px 0px 0px;
	padding-left: 10px;
	border-left: 2px solid #191919;
}

a:hover.category
{
	color: #ffffff;
	border-left: 2px solid #97c5fe;
}

.home, .rss
{
	font-size: 1.3em;
	font-weight: normal;
	margin: 10px 0px;
	padding-left: 10px;
	border-left: 2px solid #181818;
}

a.home
{
	text-decoration: none;
	color: #97c5fe;
}

a:hover.home, a:hover.rss
{
	color: #ffffff;
	border-left: 2px solid #97c5fe;
}

a.item-link
{
	color: #97c5fe;
	text-decoration: none;
}

a.rss
{
	text-decoration: none;
	color: #C98934;
}

a:hover.item-link
{
	color: #ffffff;
	text-decoration: underline;
}

a.relacie
{
	color: #505050;
	font-weight: bold;
	text-decoration: none;
}

a:hover.relacie
{
	color: #1a1a1a;
}

.fm
{
	color: #ff4444;
}

.fbd span
{
	color: #909090;
	font-size: 0.7em;
}

.fbd a
{
	text-decoration: none;
}

.fbd a:hover
{
	text-decoration: underline;
}

.exifdata
{
	margin-top: 10px;
}

.exifdata table
{
	border-left: 2px solid #404040;
}

.exifdata table td
{
	padding: 2px 0px 2px 10px;
}

.exifdata-header
{
	font-size: 0.8em;
	font-weight: bold;
	margin: 10px;
}

.od
{
	color: #a0a0a0;
	font-size: 0.8em;
}

.desc
{
	color: #707070;
	font-weight: bold;
	font-size: 0.8em;
}

.gad
{
	padding: 10px 0px;
}

.social
{
	border-bottom: 1px dotted #333333; 
	width: 728px;
	height: 30px;
}

.gplus
{
	width: 300px;
	float: left;
}

.flike
{
	width: 300px;
	float: right;
}

.flickr-embed-frame, .content-image
{	
	border: 1px dotted #404040;
	background-color: #303030;
	padding: 5px !important; 
}

.color-green
{
	color: #80E342;
}

.color-red
{
	color: #E35542;
}

.color-orange
{
	color: #EBA646;
}

table.photography-equipinfo
{
	width: 400px;
	font-size: 85%;
	border-left: 6px solid #303030;
}

table.photography-equipinfo td
{
	padding: 0px 10px 0px 10px;
	font-family: Dejavu Sans Mono, monospace;
}
