/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/

/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2
{
}

body
{
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #000;
	background-color: #fff;
}

a
{
	color: #0077dd;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

/* Outer */

#outer
{
	padding: 0em;
	margin: 0em;
	width: 100%;
}

/* Header */

#header
{
	position: relative;
	background: #004778 bottom left repeat-x;
	height: 5em;
	padding-left: 2em;
}

#header h1
{
	position: absolute;
	top: 0.3em;
	font-size: 2.2em;
	letter-spacing: -0.05em;
}

#header h1 a
{
	color: #fff;
	text-decoration: none;
}

#header h2
{
	position: absolute;
	font-size: 0.8em;
	top: 4.3em;
	color: #E0E8EF;
}

/* Menu */

#menu
{
	position: absolute;
	top: 3em;
	right: 3em;
}

#menu ul
{
	list-style: none;
}

#menu li
{
	display: inline;
	padding-left: 1.1em;
	margin-left: 1em;
	border-left: dotted 1px #E0E8EF;
}

#menu li.first
{
	border: 0em;
	margin-left: 0em;
	padding-left: 0em;
}

#menu li a
{
	color: #fff;
	padding: 0.1em;
	text-decoration: none;
}

#menu li a:hover
{
	text-decoration: underline;
}

/* Content */

#content
{
	line-height: 1.5em;
}


#content p
{
	margin-bottom: 1em;
	text-align: justify;
}

#content h2,h3,h4,h5,h6
{
	color: #545454;
	margin-bottom: 0.7em;
	border-bottom: dashed 1px #dfdfdf;
	padding-bottom: 0.3em;
}

#content h2
{
	font-size: 1.5em;
}

#content h3
{
	font-size: 1.1em;
}

#content h4
{
	border-bottom: none;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	list-style: square;
}

#content blockquote
{
	margin-bottom: 1.5em;
	padding: 0.75em 0.75em 0.75em 1.5em;
	border-left: solid 0.75em #005082;
	background: #FDFDFD top left repeat-x;
}

#content blockquote p
{
	margin-bottom: 1em;
}

#content table
{
	margin-bottom: 1.5em;
	border-collapse: collapse;
	text-align: left;
}

#content table th
{
	font-weight: bold;
	padding: 0.2em;
}

#content table td
{
	padding: 0.2em;
	border-right: solid 1px #fff;
}

#content table tr.rowH
{
	color: #fff;
	background: #006192 top left repeat-x;
	border-right: solid 1px #fff;
}

#content table tr.rowA
{
	background: #F8F8F8 top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}

#content table tr.rowB
{
	background: #FDFDFD top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}

#content ol
{
	margin-left: 1.5em;
	margin-bottom: 1em;
}

/* Primary Content */

#primaryContentContainer
{
	background-color: #fff;
	float: right;
	margin: 0em -18em 0em -19em;
	width: 100%;
}

#primaryContent
{
	margin: 1.5em 19em 0em 17.25em;
	padding: 0.5em 0em 1.5em 1em;
}

/* Secondary Content */

#secondaryContent
{
	position: relative;
	float: left;
	width: 14em;
	padding: 2em 1em 1.5em 2em;
	background: #fff top right repeat-y;
}

#secondaryContent .xbg
{
	position: absolute;
	right: 0em;
	bottom: -64px;
	background: #fff top right no-repeat;
	height: 64px;
	width: 128px;
}

/* Tertiary Content */

#tertiaryContent
{
	position: relative;
	float: right;
	width: 14em;
	padding: 2em 2em 1.5em 2em;
	background: #fff top left repeat-y;
}

#tertiaryContent .xbg
{
	position: absolute;
	left: 0em;
	bottom: -64px;
	background: #fff top left no-repeat;
	height: 64px;
	width: 128px;
}

/* Footer */

#footer
{
	position: relative;
	z-index: 1;
	border-top: dashed 1px #dfdfdf;
	padding: 1em 0em 2em 0em;
	margin: 1em 2em 0em 2em;
	text-align: center;
}

.clear
{
	clear: both;
}

.comment-entity
{
	border-style: solid;
	border-width: 1px;
	border-color: #000;
	margin-bottom:10px; 
}

.comment-header
{
	border-bottom: 1px solid;
	border-color: #000;
	background-color: #FAEBD7;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

.comment-message
{
	background-color: #FFFAFA;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

.comment-name
{
	font-weight: bold;
}

#comment-form
{
	border: 1px solid #A9A9A9;
	background-color: #F8F8FF;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 1em;
}

.comment-form-entry
{
	margin-bottom: 5px;
}

.comment-form-entry input, textarea
{
	border: 1px solid;
	color: #000;
	font-size: 10pt;
}

.comment-form-entry textarea
{
	width: 100%;
}

.comment-form-title
{
	font-weight: bold;
	width: 100px;
	float: left;
}

.comment-form-buttons
{
	text-align: center;
}

h2 a, h3 a
{
	text-decoration: none;
}

.article-author
{
	font-weight: bold;
}

.article-posted
{
	font-style: italic;
}

.category-title
{
	text-align: center;
	font-style: italic;
}

.article-category
{
	font-style: italic;
}

.article-tags
{
	font-style: italic;
}

.zemContactForm 
{
	border: 1px solid #A9A9A9;
	background-color: #F8F8FF;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 1em;
}

.zemContactForm input
{
	border: 1px solid #A9A9A9;
}

.zemContactForm textarea
{
	width: 100%;
}

.zemContactForm .contact-submit
{
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: normal;
}

p.footnote
{
	font-size: x-small;
}

.box
{
	width : 100%;
	height : 300px;
	overflow : auto;
	background-color: #F8F8FF;
<!--	border : 1px solid #A9A9A9; -->
	border : 0px;
	margin-bottom: 1em;
	text-align: justify;
}

#primaryContent h3
{
	border-bottom: none;	
}

#primaryContent h3.entry-title
{
	border-bottom: dashed 1px #dfdfdf;
}

#content h3.other_articles
{
	margin-bottom: 0em;
}

.article-image
{
	float: right;
	margin-left: 1em;
}

.image-left
{
	float: left;
	margin-right: 0.5em;
}

.image-right
{
	float: right;
	margin-left: 0.5em;
}

.facebook
{
	display: inline-block;  
}

.facebook a 
{ 
	display: inline-block;  
	background: url(/ico/facebook.png) 0 0 no-repeat; 
	width: 14px; 
	height: 16px; 
	position: relative; 
}

.vkontakte
{
	display: inline-block;  
}

.vkontakte a 
{ 
	display: inline-block;  
	background: url(/ico/vkontakte.png) 0 0 no-repeat; 
	width: 14px; 
	height: 16px; 
	position: relative; 
}

.twitter
{
	display: inline-block;  
}

.twitter a 
{ 
	display: inline-block;  
	background: url(/ico/twitter.png) 0 0 no-repeat; 
	width: 14px; 
	height: 16px; 
	position: relative; 
}

#article-gallery a img
{
	padding: 5px;
	border: 1px solid #ccc;
	margin: 2px;
}

#article-gallery a img:hover
{
	border-color: #06c;
}

.article-youtube
{
	float: right;
	margin-left: 1em;
}

