
/* style_grid.css - Alap tulajdonsagok megadasa */

/* alapertelmezett nullazasok BEGIN */
* {
	margin: 0px;
	padding: 0px;
}

a img, :link img, :visited img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:active {
	color: #ff5c00;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6, pre, code, p, div, span, a {
	border: 0px;
	font-size: 12px;
	line-height: 13px;
	margin: 0px;
	padding: 0px;
}


p, h1, h2, h3, h4, h5, h6, div, span, a {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

div.clr {
	border: 0px;
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}

br {
	font-size: 10px;
	line-height: 13px;
}


/* alapertelmezett nullazasok END */



html,body {
	background: #787878 url('../images/bgr.gif') repeat-x top center;
	color:#fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	height:100%;
}

p {
	padding: 5px 0px;
}

div.shadow {
	width: 992px;
	margin-left: auto;
	margin-right: auto;
	background: transparent url('../images/shadow_bgr.png') repeat-y top center;
}

div.main {
	width: 961px;
	background: transparent url('../images/carbon.gif') top left;
	margin-left:5px;
	margin-right: 6px;
	padding: 10px;
}


img.block {
	display:block;
}

img.center {
	margin:0 auto;
}

div.left {
	width: 230px;
	float: left;
	margin-right: 10px;
}

div.right {
	width: 230px;
	float: right;
	margin-left: 10px;
}

div.content_ {
	width: 710px;
	float: left;
}

div.content_main {
	width: 475px;
	float: left;
}

div.content_main h1,
div.content_ h1 {
	height: 35px;
	line-height: 40px;
	background: transparent url(../images/main_h1.png) no-repeat top right;
	color: #ff5c00;
	margin-bottom: 10px;
	margin-top: 5px;
	
	text-transform: uppercase;
}

div.right h1,
div.left h1 {
	background: transparent url(../images/right_h1.png) repeat-y top left;
	color: #fff;
	margin-bottom: 10px;
	margin-top: 10px;
	text-transform: uppercase;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.small {
	width: 220px;
}

div.small a {
	color:#fff;
}

div.small h1 {
	background: transparent url(../images/right_h1.png) repeat-y top left;
	color: #fff;
	padding-left: 10px;
	margin: 10px 0px 10px 0px;
	text-transform: uppercase;
}


a.more:link,
a.more:visited,
a.more:active,
a.more {
	color:#ff5c00;
	float:right;
	margin-top: 20px;
	background: transparent url('../images/nyil.png') no-repeat center right;
	padding-right: 20px;
}

a.more:hover {
	color: #fff;
}

div.content_mainbox {
	width: 450px;
	background: transparent url('../images/box_bgr.png') repeat-y top left;
	padding: 10px;
	padding-left: 20px;
}

div.content_box {
	width: 685px;
	background: transparent url('../images/box_bgr.png') repeat-y top left;
	padding: 10px;
	padding-left: 20px;
}


div.rightbox {
	width: 200px;
	background: transparent url('../images/box_bgr.png') repeat-y top left;
	padding: 10px;
	padding-left: 20px;
}


/* MENU BEGIN */

div.menubox {
	width: 210px;
	background: transparent url('../images/box_bgr.png') repeat-y top left;
	padding: 10px;
}

div.menubox h1 {
	margin-left: 10px;
	color: #fff;
}

div.menubox ul {
	margin-left: 10px;
	list-style:none;
}

div.menubox ul li a:link,
div.menubox ul li a:visited,
div.menubox ul li a:active,
div.menubox ul li a {
	display: block;
	width: 165px;
	height: 35px;
	line-height: 35px;
	color:#fff;
	text-transform: uppercase;
	background: transparent url('../images/menu.png') no-repeat top left;
	padding-left: 35px;
	font-weight: 900;
	text-decoration: none;
}

div.menubox ul li a:hover {
	background: transparent url('../images/menu_hover.png') no-repeat top left;
	color:#000;
}

/* MENU END */

div.box_top {
	height: 7px;
	background: transparent url(../images/menubox_top.png) no-repeat top left;
}

div.box_bottom {
	height: 7px;
	background: transparent url(../images/menubox_bottom.png) no-repeat top left;
	margin-bottom:10px;
}

div.header {
	width: 960px;
	height: 216px;
	background: transparent url(../images/header.png) no-repeat top center;
}

div.header a.lch {
	display: block;
	margin: 0 auto;
	height: 145px;
	width: 300px;
}

div.header div.banner {
	width: 468px;
	height: 60px;
	border:1px solid #fff;
	margin: 0 auto;
}

div.logintext {
	float:right;
	text-align:right;
	width: 120px;
	padding-top: 3px;
}

div.created {
	font-size: 10px;
	float: right;
	margin-right: 1px;
	position: relative;
	top: -9px;
}

div.article {
	padding: 5px 10px 10px 5px;
}

div.article img {
	border: 1px solid #ff5c00;
	margin: 3px;
}

div.article ul, div.article ol {
    margin-left: 30px;
}

div.article ul li strong {
    padding-bottom: 5px;
}

div.article li {
    margin-bottom: 10px;
}



/* GALLERY BEGIN */
div.gallery {
	display: block;
	float: left;
	margin: 10px;
	padding: 5px;
	text-align:center;
	text-decoration: none;
	width: 195px;
	height: 190px;
}

div.gallery div.img {
	width: 170px;
	height: 170px;
	margin: 0 auto;
}

div.gallery div.img img{
	border:3px solid #ff5c00;
}

a.gallery:hover {
	background-color: #E0E0E0;
}

div.image {
	float: left;
	display: block;
	height: 180px;
	width: 180px;
}

div.image a img {
	display:block;
	margin: 0 auto;
	border:3px solid #ff5c00;
}

div#gallery_main {
	height: 190px;
}

div#gallery_main div {
	height: 145px;
}

div#gallery_main div img {
	display:block;
	margin: 0 auto;
	border:3px solid #ff5c00;
}

/* GALLERY END */

div.pager {
	margin: 0 auto;
	text-align: center;
	margin: 20px 0px;
}

div.pager a:link,
div.pager a:active,
div.pager a:visited,
div.pager a {
	border: 1px solid #ff5c00;
	background-color: #2b2b2b;
	text-decoration: none;
	padding: 4px 5px;
	color: #ff5c00;
	margin: 2px;
	line-height: 30px;
}

div.pager a:hover {
	background-color: #ff5c00;
	color:#fff;
	border: 1px solid #fff;
}

div.pager span {
	margin: 2px;
	border: 1px solid #fff;
	background-color: #ff5c00;
	text-decoration: none;
	padding: 4px 5px;
	color: #fff;
}

/* CALBOX BEGIN */
div#event_calendar_box {
		height: 180px;
		margin-top: 10px;
}

table.calbox_head {
	width: 170px;
}

table.calbox_head a:link,
table.calbox_head a:visited,
table.calbox_head a:active,
table.calbox_head a {
	color: #ff5c00;
	text-decoration:none;
}

table.calbox a:link,
table.calbox a:visited,
table.calbox a:active,
table.calbox a {
	color: #fff;
	text-decoration:none;
}

table.calbox tr {
	height: 23px;
}

table.calbox td.event {
	background-color: #ff5c00;
}


table.calbox {
	width: 180px;
}

/* CALBOX END */

div.border {
	border: 1px solid #ff5c00;
	margin: 5px;
	padding: 5px;
}

/* FORUM BEGIN */

table.forum {
	margin-top: 10px;
}

table.forum th {
	color: #ff5c00;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

table.forum td h2 a {
	font-size: 16px;
	line-height: 16px;
}

div.smiley {
	float: right;
	width: 300px;
	margin: 2px;
	padding: 5px;
}

div.comment {
	width: 660px;
	float: left;
	border: 1px solid #ff5c00;
	padding: 5px 5px 5px 5px;
	margin: 5px;
}

div.ans {
	width: 450px;
	float: right;
	border: 1px dotted #ff5c00;
	padding: 5px 5px 15px 5px;
	margin: 5px;
	background-color: #4a4a4a;
}

div.user {
	float:left;
	width: 105px;
	margin-top: 3px;
}

div.ctext {
	float:right;
	width: 555px;
}

img.user {
	float: left;
	border:1px solid #ff5c00;
	margin: 5px 5px 5px 0px;
}

div.user img.user {
	border: 1px solid #fff;
}



/* FORUM END */

div.user_pic {
	width: 120px;
	float: left;
	margin: 5px;
	border: 1px solid #ff5c00;
	padding: 4px;
	background-color:#1e1e1e;
}

div.user_pic div.image {
	height: 125px;
}


div.user_pic div.image a img {
	margin: 0 auto;
	display: block;
	border: 1px solid #ff5c00;
}

div.facebook {
	min-height: 50px;
	_height: 50px;
	margin-top: 15px;
	padding:10px;
	background-color: #f4f4f4;
}

div.users_gallery {
	width: 100px;
	height: 100px;
	margin: 5px;
	padding: 5px;
	float: left;
}

div.users_gallery a img {
	display: block;
	margin: 0 auto;
}

div.event {
	border-bottom: 1px solid #ff5c00;
	margin: 5px;
	padding: 5px;
}

div.event div.img {
	float: left;
	width: 120px;
}

div.event div.img a img {
	border:1px solid #ff5c00;
}

div.member {
	border-bottom: 1px solid #ff5c00;
	margin: 5px;
	padding: 5px;	
}

div.member div.img {
	width: 105px;
	float:left;
	margin: 5px;
}

div.member div.img a img {
	border:1px solid #ff5c00;
}