/*
** PGO 3.0 CSS Blog
** (c) ]{redenc 2007/2008
*/

/*
** kozos (sitewide) elemek
*/
* { 
	margin: 0;
	padding: 0;
	outline: hidden;
}

body {
	color: #000;
	margin: 0px auto;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: #1e1e1e url(../../images/blog/blog-bg.jpg) repeat-x top left;
}

[LANG|=hu] > * { 
	quotes: "\201E" "\201D" "\0027" "\0027"; 
}

img {
	border: none;
}

h1, h2, h3, h4, h5, h6, p {
	padding: 0px;
	margin: 0px;
}

select, textarea, input.text  { 
	background-color: #f6f7f9;
	font-family: Arial, Helvetica, sans-serif;    
	font-size: 8pt;
  font-weight: normal;
	padding: 2px 5px;	
	margin: 0 5px;
}

select {
	padding: 0px;
}

textarea {
	border: none;
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 100%;
}

input.text {
	border: 1px solid #ccc;
}

input.submit	{
	background-color: #f5a006;
	color: #fff;
	font-weight: bold;
	border: none;
	cursor: pointer;
	margin-left: 5px;
	padding: 0px 2px;
}

a {
	text-decoration: none;
}
	
/*
** struktura
*/
#header {
	background-image: url(../../images/blog/blog-header.jpg);
	width: 969px;
	height: 337px;
	margin: 0px auto;
	cursor: pointer;
}

#menu{
	background-image:url(../../images/blog/menu-bg.jpg);	
	/*background-color: #f5a006;*/
	width: 966px;
	height: 20px;
	margin: 0px auto;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

#content{
	background: url(../../images/blog/content-bg.jpg) repeat-y;
	width: 926px;
	\width: 966px;
	w\idth: 926px;		
	margin: 0px auto;
	text-align: left;
	padding: 20px;
	overflow: hidden;
}

.silence{
	background: url(../../images/blog/silence-bg.jpg) no-repeat;
	width: 966px;
	height: 5px;
	font-size: 1%;
	margin: 0px auto;
}

.clear {
	clear: both;
}

/*
** Menu 
*/
#menu ul {
	position: relative;
	top: 3px;
}

#menu li {
  list-style: none;
	display: inline;
}

#menu a {
	color: #fff;
	text-decoration: none;
	margin: 0px 7px;
}

#menu a:hover {
	color: #000;
	text-decoration: none;
}

/*
** Fejlec
*/
#header h1 {
	color: #fff;
	font-size: 150%;
	position: relative;
	top: 310px;
}

/*
** Content
*/
.cleft {
	width: 548px;
	\width: 638px;
	w\idth: 548px;		
	padding: 0 45px;
	float: left;
}

.cright {
	width: 242px;
	\width: 262px;
	w\idth: 242px;		
	padding: 10px;
	float: right;
	text-align: left;
	vertical-align: top;
}

#content h1 {
	font-size: 130%;
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
}

#content h1 a {
	color: #000;
	text-decoration: none;
}

#content h1 a:hover {
	color: #f5a006;
}


#content h2 {
	font-size: 120%;
	padding-top: 3px;
}

#content h3 {
	font-size: 110%;
}

#content h3 a {
 color: #000;
 text-decoration: none;
}

#content h3 a:hover {
	color: #f5a006;
}

#content h4 {
	font-size: 110%;
    color: #000;
	margin-bottom: 6px;
    padding-bottom: 3px;
	border-bottom: 1px solid #ccc;    
}

#content ol {
    margin: 3px 0;
    margin-left: 40px;
}

#content ol li {
    margin: 2px 0;
}

span.bal {
	float: left;
}

span.jobb {
	float: right;
}

.postfoot {
	background-color: #F1F1F1;
	height: 18px;
	padding: 5px;
    margin-top: 15px;
}

.postfoot table {
	float: right;
}

.postfoot select {
	width: 50px;
}

p.bel {
    margin: 5px 0 10px; 
    padding-left: 5px;
}

span.date {
	color: #696468;
	font-size: 80%;
	float: right;
	font-weight: normal;
}

.comm {
	padding: 15px 10px;
}

.cgr {
	background-color: #F1F1F1;
}

p.cdate {
	color: #696468;
	font-size: 80%;
	height: 15px;
	background: url(../../images/blog/ora.gif) no-repeat left center;
	padding-left: 20px;
	margin-top: 3px;
	margin-bottom: 20px;
}

p.postkat {
	font-size: 90%;
	padding-top: 5px;
}

p.post {
	padding: 10px 0;
}

.cleft a, .cright a {
	color: #f5a006;
	text-decoration: none;
	font-weight: bold;
}

.cleft a:hover, .cright a:hover {
	text-decoration: underline;
}