/*
** FIFA HUNGARY CSS // BLOG CSS
** (c) ]{redenc 2008/2009
**
** reset
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

body {
	line-height: 1;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

[LANG|=hu] > * { 
	quotes: "\201E" "\201D" "\0027" "\0027"; 
}

img {
	border: none;
}

h1, h2, h3, h4, h5, h6, p {
	padding: 0px;
	margin: 0px;
}

a {
	color: #67B9E3;
    text-decoration: none;
}

a:hover {    
	text-decoration: underline;
}
	
/*
** structure
*/
body {
	background-color: #E1E1E1;
	color: #000;
	margin: 0px auto;
	font-size: 0.70em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
}

#container {
    width: 922px;
	\width: 939px;
	w\idth: 922px;
    padding: 7px 8px 18px 9px;
    margin: 0px auto;
    background-color: #EFEBE0;    
}

#header {
    width: 922px;
    height: 102px;
    margin: 0px auto;
    background-image: url(../../images/blog/blog-header.jpg);
}

#menu {
    width: 922px;
    height: 29px;
    margin: 0px auto;
    text-align: left;
    overflow: hidden;
}

#content {
    background: url(../../images/blog/blog-content-bg.jpg) no-repeat top center;    
    width: 922px;
    height: auto;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 50px;
    margin: 0px auto;
    text-align: left;    
}

#footer {
    width: 922px;
    height: auto;
    clear: both;
}

.col-left {
    float: left;
    width: 600px;
    height: auto;
    margin-left: 20px;
}

.col-right {
    float: right;
    width: 272px;
    height: auto;
    margin-right: 10px;    
}

.cr-inner {
    width: 250px;
    margin: 0px auto;
    text-align: left;
}

/*
** kozos elemek
*/
.bal {
    float: left;
}

.jobb {
    float: right;
}

/*
** menu 
*/
#menu ul {
    margin-top: 10px;
    margin-left: 21px;
}

#menu li {
    list-style: none;
    display: inline;
    font-weight: bold;
}

#menu a {
	color: #000;
	text-decoration: none;
	margin-right: 8px;
}

#menu a:hover {
	color: #67B9E3;
	text-decoration: none;
}

/*
** bal oldal - post
*/
p.blog-postdate {
    padding-left: 2px;
}

.col-left h1 {
    color: #91180F;
    padding: 6px 0px 5px 2px;
    font-size: 130%;
}

.col-left h2 {
    color: #000;
    padding-left: 2px;
    font-size: 110%;
    font-weight: bold;
}

.col-left h1 a {
    color: #91180F;
}

.col-left h3 {
    padding: 14px 0 17px;
    font-size: 110%;
    font-weight: normal;
}

.blog-post {
    padding-left: 2px;
    line-height: 150%;
}

.blog-postfoot {    
    text-align: right;
    color: #67B9E3;
    padding-bottom: 20px;
    border-bottom: 1px dashed #C9C8B3;
}

.blog-postfoot a {
    color: #67B9E3;
    margin-left: 10px;
}

.blog-postfoot a:hover {
    text-decoration: underline;
}

#header h1 {
    padding-top: 64px;
    font-size: 160%;
}

#header h1 a {
    color: #FFF;
}

form#comment textarea {
    width:500px; 
    height: 150px; 
    overflow: auto;
	margin: 8px auto;
	text-align: left;
    background: #FFF url(../../images/input-bg.png) no-repeat scroll right top;
    border-bottom: 1px solid #878888;
    border-left: 1px solid #909191;
    border-right: none;
    border-top: none;
    padding: 4px;
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;  
}

input.text {
    background: #FFF url(../../images/input-bg.png) no-repeat scroll right top;
    border-bottom: 1px solid #878888;
    border-left: 1px solid #909191;
    border-right: none;
    border-top: none;
    padding: 4px 3px 1px;
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

/* 
** jobb oldal 
*/
#blog-kereso {
    padding-bottom: 17px;
    border-bottom: 1px dashed #C9C8B3;
}

.blog-tags, 
.blog-posttags {
    padding: 15px 0;
}

.blog-tags a, 
.blog-posttags  a{
    color: #67B9E3;
}