/*  
Theme Name: Szifon
Theme URI: http://szifon.hu
Description: Theme for 'Szentendre Ifjúság Online'
Version: 0.1a
Author: Traubisoda
Author URI: http://szifon.hu
*/


body {
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	background-image: url(images/bg.jpg);
	color: #FFFFFF;
}

a:link {
	text-decoration: none;
	color: yellow;
}

a:visited {
	text-decoration: none;
	color: yellow;
}

a:hover {
	text-decoration: underline;
}

h3 {
	color: #FFFFFF;
}

.title {
	font-size: 24px;
	font-weight: bolder; 
	color: yellow;
}

#page {
	margin: auto auto auto auto;
	width: 1280px;
}

#logo {
	position: absolute;
	margin-top: 5px;
	margin-right: 1300px;
	margin-left: 0px;
	background-image: url(images/logo.png);
	width: 195px;
	height: 234px;
}

#wrapper {
	margin: -16px auto 0 auto;
	width: 960px;
	background-image: url(images/wrapper.png)
}

#header {
	margin: 0 auto 0 15px;
	padding-left: 0px;
	padding-top: 3px;
	width: 860px;
}

#menu {
	text-align: left;
	height: 25px;
	width: 860px;
	font-size: 18px;
	font-weight: bolder;
}

#menu li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	text-transform: uppercase; 
	padding-right: 5px;
}

#menu a:link {
	color: white;
}

#menu a:visited {
	color: white;
}

#search {
	margin-top: 15px;
	float: right;
	width: 110px;
}

#keyboard {
	margin: 0 auto 0 35px;
	width: 860px;
	height: 51px;
	background-image: url(images/keyboard.png);
}

#container {
	float:left;
	margin-top: 0;
	margin-left: 50px;
	padding-left: 10px;
	width: 640px;
	min-height: 800px;
}


#container img {
	margin: 0;
	max-width: 640px;
}
#container .attachment img {
	max-width: 900px;
}
#container .alignleft,
#container img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#container .alignright,
#container img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#container .aligncenter,
#container img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#container img.alignleft, 
#container img.alignright, 
#container img.aligncenter {
	margin-bottom: 12px;
}

.box {
	float: left;
	margin: 3px 3px 3px 3px;
	width: 207px;
	height: 320px;
	background-image: url(images/box.png);
	background-repeat: no-repeat;
}

.box-top1 {
	width: 207px;
	height: 43px;
	background-image: url(images/box_top1.png);
}

.box-top2 {
	width: 207px;
	height: 43px;
	background-image: url(images/box_top2.png);
}

.box-top3 {
	width: 207px;
	height: 43px;
	background-image: url(images/box_top3.png);
}

.box-top4 {
	width: 207px;
	height: 43px;
	background-image: url(images/box_top4.png);
}

.box-top5 {
	width: 207px;
	height: 43px;
	background-image: url(images/box_top5.png);
}

.box-top6 {
	width: 207px;
	height: 43px;
	background-image: url(images/box_top6.png);
}

.box-top {
	width: 207px;
	height: 43px;
	background-image: url(images/box_top.png);
}

.box-content {
	width: 195px;
	height: 277px;
	padding-left: 6px;
}



#sidebar-top{
	float: left;
	width: 188px;
	height: 311px;
	background-image: url(images/side_head.png);
}

#sidebar {
	float: left;
	width: 188px;
	padding-left: 4px;
	background: url(images/side_mid.png);
	color: #000000;
	background-repeat: repeat-y;
}

#sidebar-bottom {
	float: right;
	width: 188px;
	height: 34px;
	margin-right: 72px;
	background-image: url(images/side_bottom.png);
}
  
#sidebar a:link {
	color: gray;
}

#sidebar a:visited {
	color: gray;
}

#footer {
	clear: both;
	width: 100%;
	padding-top: 20px;
	text-align: center;
}