/* muu.sk */


body {
	background-color: #2c3f66;
	color: #dcefff;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}

h1 {
	color: #ffeb34;
	font-size: 23px;
	padding: 3px 0px;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	margin-top: 10px;
	font-size: 18px;
	color: #ffeb34;
	margin-bottom: 10px;
}

h3 {
	color: #ffeb34;
	font-size: 16px;
	font-weight: normal;
}

.caption {
	color: #ffeb34;
	font-size: 17px;
	padding: 3px 5px;
}

hr {
	height: 4px;
	background: url(images/Backgrounds/Hr.png) no-repeat center;
	margin-bottom: 20px;
	margin-top: 20px;
	border: none;
}

/* @group head */

#header {
	width: 100%;
	height: 210px;
	background: #264275 url(images/Backgrounds/Header.png) repeat-x;
	background-position: bottom;
}

.login_body #header {
	height: 250px;
}

#header_inner{
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	background: transparent url(images/Backgrounds/HeaderDots.png) repeat-x;
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
}

.login_body #header_inner{
	height: 240px;
}

#top_logo {
	margin-left: 50px;
	margin-top: 14px;
	float: left;
	position: relative;
	z-index: 5;
}

.login_body #top_logo{
}

/* @end */

/* @group menu */

.top_menu {
	height: 44px;
	float: right;
	margin-right: 24px;
	margin-top: 143px;
}

.login_body .top_menu{
	margin-top: 183px;
}

.top_menu ul {
	margin: 0;	
}

.top_menu li {
	display: block;
	float: left;
	padding-top: 6px;
	height: 37px;
	background: url(images/Buttons/Menu.png);
	background-position: top center;
}

.top_menu li.top_menu_left {
	padding-left: 6px;
	background-position: top left;
}

.top_menu li.top_menu_right {
	padding-right: 6px;
	background-position: top right;
}

.top_menu li:hover{
	background-position: center -44px;
}

.top_menu li.top_menu_left:hover{
	background-position: left -44px;
}

.top_menu li.top_menu_right:hover{
	background-position: right -44px;
}

.top_menu li a {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 11px;
	height: 27px;
	display: block;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	background: transparent url( images/Buttons/MenuSeparator.png );
	background-repeat: no-repeat;
	background-position: right center;
}

.top_menu li.top_menu_right a{
	background: transparent;
}

.top_menu li a:hover {
	color: #ffee30;
	text-decoration: none;
}



/* @end */


/* @group small_menu */


.small_menu{
	position: absolute;
	left: 0px;
	right: 0px;
	height: 27px;
	z-index: 0;
}

.small_menu_inner{
	width: 930px;
	margin-left: auto;
	margin-right: auto;
}

.small_menu ul{
	margin-right: 30px;
	float: right;
}

.small_menu li{
	display: block;
	float: left;
	padding-left: 8px;
	padding-right: 8px;
	background: url(images/Backgrounds/SmallMenu.png);
	background-position: top center;
	height: 22px;
	padding-top: 5px;
}

.small_menu li.small_menu_left{
	padding-left: 15px;
	background-position: top left;
}

.small_menu li.small_menu_right{
	padding-right: 15px;
	background-position: top right;
}

.small_menu li a {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
}

.small_menu li a:hover {
	color: #ffeb34;
}

/* @end */


/* @group steps */

.top_steps{
	position: absolute;
	left: 0px;
	right: 0px;
	z-index: 0;
	top: 67px;
}

.loggedin_body .top_steps{
	top: 47px;
}

.top_steps_inner{
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	white-space: nowrap;
}

#top_step_1{
	margin-left: 360px;
	position: relative;
	z-index: 10;
}

#top_step_2{
	position: relative;
	left: -45px;
	top: 20px;
	z-index: 5;
}

#top_step_3{
	position: relative;
	left: -95px;
	top: -5px;
	z-index: 10;
}


/* @end */

/* @group content */

p.gray.smaller.margins {
	color: #7596cd;
	font-size: 12px;
}

p.margins {
	margin-top: 20px;
	text-align: right;
}

.main_body #wrapper,
.login_body #wrapper {
	background: #1c2d55 url( images/Backgrounds/Sidebar.png ) repeat-y center;
	float: left;
	width: 100%;
	min-width: 932px;
}

.main_body #wrapper{
	background: #2c3f66 url( images/Backgrounds/Margins.png ) repeat-y center;
}

.main_body #content,
.login_body #content {
	background: #162349 url( images/Backgrounds/Content.png );
	background-repeat: repeat-x;
	min-width: 540px;
	width: 58%;
	float:left;
}

.main_body #content {
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.login_body #content_inner {
	width: 480px;
	padding: 30px;
	float: right;
} 

.main_body #content_inner {
	margin-left: auto;
	margin-right: auto;
	width: 870px;
	padding: 0px;
} 

#content_inner p {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
}

#content_inner ul {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 30px;
	margin-bottom: 20px;
}

#content_inner li {
	margin-top: 5px;
	margin-bottom: 5px;
}

#content_inner p.tutorial_button {
	margin-top: 20px;
	text-align: center;
}

blockquote {
	background: #101934 url( images/Backgrounds/Quote.png ) no-repeat 15px 15px;
	color: #6287c4;
	margin-top: 20px;
	padding: 15px 20px 15px 65px;
	font: italic 15px Georgia, serif;
	text-align: justify;
	min-height: 35px;
}

/* warnigns */

.probable_friends_item button.small_button, .success button.small_button, .error button.small_button {
	margin-top: 7px;
}

.probable_friends_item {
	padding: 20px 20px 10px;
	color: #602a11;
	border-bottom: 1px solid #e77b00;
	background: #fecd16 url(images/Backgrounds/Warning.png) repeat-x;
}

.success {
	padding: 20px;
	color: #2f3e08;
	border-bottom: 1px solid #488812;
	background: #adfe13 url(images/Backgrounds/Success.png) repeat-x;
}

/* end warnigns */

blockquote span.author {
	text-align: right;
	display: block;
	color: #95b8e1;
	padding-top: 10px;
	font: normal normal 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#sidebar a,
#content a {
	color: #2ec5ff;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

#sidebar a:hover,
#content a:hover {
	color: #5479ae;
	border-bottom-color: #5479ae;
}



/* @end */

/* @group sidebar */

.login_body #sidebar{
	min-width: 390px;
	width: 42%;
	float: left;
}

.login_body #sidebar_inner{
	width: 390px;
}



/* @end */

/* @group foot */

#footer {
	padding-top: 50px;
	text-align: center;
	clear:both; 
	background: #ff2db9 url(images/Backgrounds/Footer.png) repeat-x;
}

#footer_inner{
	background: transparent url(images/Backgrounds/FooterDots.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 250px;
}

#footer a {
	color: #ffeb34;
	text-decoration: none;
	background-color: #200717;
	padding: 2px 4px;
}

#footer a:hover {
	text-decoration: none;
	background-color: #040001;
}

#footer a.for_img{
	background: none;
}


/* @end */

.error{
	padding: 1px 5px;
	font-weight: bold;
	font-style: italic;
	border: 1px solid #a11673;
	color: #62171b;
	border-bottom: 1px solid #7b1640;
	background: #fe2a81 url(images/Backgrounds/Error.png) repeat-x;
	display: inline-table;
}

#new_item_form .error{
	margin-left: 130px;	
}

/* infopanel linki */

#content .infopanel_error a {
	color: #8d204d;
}

#content .infopanel_error a:hover {
	border-bottom-color: #d43655;
}

#content .infopanel_warn a {
	color: #be2f11;
}

#content .infopanel_warn a:hover {
	color: #e47838;
}

#content .infopanel_info a {
	color: #3f570d;
}

#content .infopanel_info a:hover {
	color: #5f8411;
}

.tutorial_button{
	text-align: center;
}

.interface_deactivated {
	color: #FF48A2;
}

.interface_activated {
	color: #82FF00;
}

.interfaces {
	width: 350px;
}

.interfaces tr td {
	padding: 5px;
}

.screencast {
	border:6px solid #101934;
	width: 469px;
}

#hackfest_button{
	margin-left: 30px;
	position: relative;
	top: -15px;
}

#pcworld_button{
	margin-right: 30px
}