/**
 * ALL CSS for Website of HSDN Project
 *
 * Designed (C) 2009 Dmitry G Shin <dmitry.s@hsdn.org> 
 * Copyright (C) 2009 Information Networks Ltd. <info@informnets.ru> 
 */

/*
 * General elements
 */
body, html
{
	height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	background: #fff;
	font: 14px normal Arial, Helvetica, sans-serif;
	color: #000;
}

form
{
	margin: 0;
	padding: 0;
}

h1, h2, h3, p, ul, ol
{
	margin: 0 0 20px 0;
}

h1
{
	font-weight: normal;
	font-size: 20px;
}

h2
{
	font-weight: normal;
	font-size: 18px;
}

h3
{
	font-weight: bold;
	font-size: 14px;
}

ul, ol
{
	padding: 0 0 0 10px;
	list-style: none;
}

a:link, a:visited
{
	color: #3366cc;
}

/*
a:visited
{
	color: #993366;
}
*/

a:hover
{
	color: #dd0000;
}

img
{
	border: 0;
}

input, button, select
{
	font-size: 12px;
}

.red
{
	color: #dd0000;
}


/*
 * Right section
 */

/* Main content */
#right-wrapper #content
{
	width: 630px;
}

#right-wrapper #content p
{
	line-height: 1.6;
}

#right-wrapper #content h1
{
	margin: 0 0 20px 0;
}

#right-wrapper #content img, #right-wrapper #content object
{
	border: 5px solid #f7f7f9; /* #f8f8fa */
}

#right-wrapper #content img.right
{
	float: right;
	margin: 5px 0 10px 20px;
}

#right-wrapper #content img.left
{
	float: left;
	margin: 5px 25px 10px 0;
}

#right-wrapper #content .section
{
	margin-bottom: 30px;
}

#right-wrapper #content .note
{
	color: #484848;
	font-size: 12px;
}

#right-wrapper #content .link
{
	margin-bottom: 10px;
	font-size: 12px;
	color: #484848;
}

#right-wrapper #content ul.list
{
	padding: 0;
}

#right-wrapper #content .screen
{
	border: 0;
	margin: 0 0 10px 0;
}

#right-wrapper #content ul.list li
{
	margin: 5px 0 0 0;
	padding: 0;
}

/* Welcome */
#right-wrapper #content #welcome
{
	text-align: center;
}

#right-wrapper #content #welcome img
{
	margin: 5px 25px 0 25px;
}

#right-wrapper #content #welcome .link
{
	text-align: right;
	margin: 20px 0 0 0;
}

/* News */
#right-wrapper #content #news
{
	margin-bottom: 30px;
}

#right-wrapper #content #news .date
{
	margin-bottom: 5px;
	font-size: 12px;
	color: #484848;
}

/* Projects */
#right-wrapper #content #projects
{
	margin-bottom: 30px;
}

#right-wrapper #content #projects .section
{
	height: 155px;
	margin-bottom: 20px;
}

#right-wrapper #content #projects p
{
	margin: 10px 0 0 0;
}

#right-wrapper #content #projects img
{
	float: right;
	margin: 0 0 0 20px;
}

/* Gallery */
#right-wrapper #content #gallery
{	
	text-align: center;
	margin-bottom: 10px;
}

#right-wrapper #content #gallery img.thumb
{
	margin: 0 25px 30px 25px;
}

#right-wrapper #content #gallery img.prev
{
	margin-bottom: 10px;
	vertical-align: middle;
}

#right-wrapper #content #gallery a.control:link, 
#right-wrapper #content #gallery a.control:visited,
#right-wrapper #content #gallery a.control:hover,
#right-wrapper #content #webcam span.control
{
	font-size: 20px;
	text-decoration: none;
	cursor: pointer;
	color: #3366cc;
}

/* Webcam */
#right-wrapper #content #webcam
{
	text-align: center;
	margin-bottom: 10px;
}

#right-wrapper #content #webcam img.thumb
{
	margin: 0 25px 30px 25px;
}

#right-wrapper #content #webcam img, #right-wrapper #content #webcam object
{
	margin-top: 5px;
	vertical-align: middle;
	cursor: pointer;
}

/* Contacts */
#right-wrapper #content #contacts
{
	margin-bottom: 30px;
}

#right-wrapper #content #contacts img
{
	float: left;
	margin: 0 25px 0 0;
}

#right-wrapper #content #contacts p
{
	margin: 20px 0 0 0;
}

#right-wrapper #content #contacts .link
{
	color: #000;
}

#right-wrapper #content #contacts .section
{
	margin-bottom: 30px;
	height: 166px;
}

/* Sitemap */
#right-wrapper #content #sitemap
{
	margin-bottom: 30px;
}

#right-wrapper #content #sitemap ul
{
	margin: 0;
	padding: 0;
}

#right-wrapper #content #sitemap ul li
{
	margin: 5px 0;
	font-weight: bold;
}

#right-wrapper #content #sitemap ul li ul
{
	margin: 0 0 10px 20px;
}

#right-wrapper #content #sitemap ul li ul li
{
	margin: 5px 0;
	font-weight: normal;
}

/* End of file */