/* initializalas
-------------------------------------------------------------------------*/
/* alap beallitasok, margin-ok es padding-ok nullazasa */
html, body, form, input, select, fieldset {font-size: 11px; font-family: Tahoma, Verdana, Arial; color: #000000; }
body {background-color: #242424; }
/* heading es egyeb formazasok, melyek mas alapertelmezett margokkal birnak az egyes bongeszokben */
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, li, dl, address {margin: 0px; padding: 0px; }
/* alapertelmezett betumeret ezeknel az elemeknel */
h1, h2, h3, h4, h5, h6, pre, code {font-size: 10px; }
ul, ol {list-style: none; }
/* a linkek kez alakot kapjanak mindenhol */
form label {cursor: pointer; }
address {font-style: normal; }
/* a linkek alapertelmezett alahuzasat szunteti meg */
:link,:visited { text-decoration: none;  }
/* linkelt kepek keretezesenek megszuntetese */
a img,:link img,:visited img {border: none; }
/* a bordert nullazzuk fieldset eseteben */
fieldset {border: none; }
/* float-olt elemek utan hasznalatos clear */
div.clear, span.clear {clear: both; font-size: 0px; }

body {
	background-color: #261E00;
	background-image: url(../images/headimg.gif);
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
	margin-bottom: 15px;
}

p a {
	color: #fff;
}

#wrapper {
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	width: 750px;
	text-align: left;
}

#header {
	background: #261E00 url(../images/header.gif) no-repeat 0 0;
	width: 100%;
	height: 140px;
}

/* MENU
***********************************************************************/
#menu-container {
	margin: 0px 23px 0px;
}

#menu-container ul.menu {
	height: 70px;
}

ul.menu li {
	float: left;
	display: block;
	padding-right: 10px;
	width: 130px;
	height: 70px;
}

ul.menu li.about a {
	padding: 23px 26px;
	line-height: 70px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #DAC369;
	background: #261E00 url(../images/buttons/aboutme_link.gif) no-repeat 0 0;
}

ul.menu li.works a {
	padding: 23px 30px;
	line-height: 70px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #DAC369;
	background: #261E00 url(../images/buttons/myworks_link.gif) no-repeat 0 0;
}

ul.menu li.inspiration a {
	padding: 23px 28px;
	line-height: 70px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #DAC369;
	background: #261E00 url(../images/buttons/inspiration_link.gif) no-repeat 0 0;
}

ul.menu li.contact a {
	padding: 23px 28px;
	line-height: 70px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #DAC369;
	background: #261E00 url(../images/buttons/contact_link.gif) no-repeat 0 0;
}

ul.menu li.blog a {
	padding: 23px 42px;
	line-height: 70px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #DAC369;
	background: #261E00 url(../images/buttons/blog_link.gif) no-repeat 0 0;
}

ul.menu li.about a:hover,
ul.menu li.about a:active {
	text-decoration: none;
	color: #fff;
	background: #261E00 url(../images/buttons/aboutme_hover.gif) no-repeat 0 0;
}

ul.menu li.works a:hover,
ul.menu li.works a:active {
	text-decoration: none;
	color: #fff;
	background: #261E00 url(../images/buttons/myworks_hover.gif) no-repeat 0 0;
}

ul.menu li.inspiration a:hover,
ul.menu li.inspiration a:active {
	text-decoration: none;
	color: #fff;
	background: #261E00 url(../images/buttons/inspiration_hover.gif) no-repeat 0 0;
}

ul.menu li.contact a:hover,
ul.menu li.contact a:active {
	text-decoration: none;
	color: #fff;
	background: #261E00 url(../images/buttons/contact_hover.gif) no-repeat 0 0;
}

ul.menu li.blog a:hover,
ul.menu li.blog a:active {
	text-decoration: none;
	color: #fff;
	background: #261E00 url(../images/buttons/blog_hover.gif) no-repeat 0 0;
}
/* ACTIVE PROPERTIES
*****************************************************************************/
body#about #menu-container ul.menu li.about a {
	text-decoration: none;
	color: #fff;
	background: #261E00 url(../images/buttons/aboutme_hover.gif) no-repeat 0 0;
}
body#works #menu-container ul.menu li.works a {
	text-decoration: none;
	color: #fff;
	background: #261E00 url(../images/buttons/myworks_hover.gif) no-repeat 0 0;
}
body#inspiration #menu-container ul.menu li.inspiration a {
	text-decoration: none;
	color: #fff;
	background: #261E00 url(../images/buttons/inspiration_hover.gif) no-repeat 0 0;
}
body#contact #menu-container ul.menu li.contact a {
	text-decoration: none;
	color: #fff;
	background: #261E00 url(../images/buttons/contact_hover.gif) no-repeat 0 0;
}
body#blog #menu-container ul.menu li.blog a {
	text-decoration: none;
	color: #fff;
	background: #261E00 url(../images/buttons/blog_hover.gif) no-repeat 0 0;
}
/* ACTIVE PROPERTIES END
****************************************************************************/

/* MENU END
****************************************************************************/


/* CONTENT
***********************************************************************/

/* WORKS
***************************************************************************/
#subheader-container {
	background: #261E00 url(../images/subheader.gif) no-repeat left top;
	height: 70px;
	}
	#subheader-container h2 {
		padding: 15px 0px 10px 20px;
		font-size: 25px;
		color: #D9D089;
		text-align: left;
	}

.thmb-main-container {
	margin-top: 20px;
	margin-left: 20px;
	_margin-left: 10px;
	display: block;
	float: left;
	height: 90px;
	}
	.thmb-main-container .thmb-container {
		display: block;
		float: left;
		background: #261E00 url(../images/thumb_container.gif) no-repeat left top;
		width: 240px;
		height: 90px;
		position: relative;
		}
		.thmb-main-container .thmb-container .thumbnail {
			display: block;
			width: 80px;
			height: 80px;
			border: 2px solid #D9D089;
			position: absolute;
			top: 4px;
			left: 4px;
			}
			h3.client-title {
				position: absolute;
				top: 4px;
				left: 95px;
				font-size: 10px;
				font-weight: bold;
				text-transform: uppercase;
				color: #D9D089;
				text-align: left;
			}
			h4.client-name {
				position: absolute;
				top: 18px;
				left: 95px;
				font-size: 10px;
				font-weight: normal;
				color: #ffffff;
				text-align: left;
			}
			h3.project-title {
				position: absolute;
				top: 35px;
				left: 95px;
				font-size: 10px;
				font-weight: bold;
				text-transform: uppercase;
				color: #D9D089;
				text-align: left;				
			}
			h4.project-desc {
				position: absolute;
				top: 48px;
				left: 95px;
				font-size: 10px;
				font-weight: normal;
				color: #ffffff;
				text-align: left;				
			}
			h3.solution-title {
				position: absolute;
				top: 65px;
				left: 95px;
				font-size: 10px;
				font-weight: bold;
				text-transform: uppercase;
				color: #D9D089;
				text-align: left;				
			}
			h4.solution-desc {
				position: absolute;
				top: 78px;
				left: 95px;
				font-size: 10px;
				font-weight: normal;
				color: #ffffff;
				text-align: left;				
			}
			a.url:link, a.url:hover, a.url:active, a.url:visited {
				position: absolute;
				top: 75px;
				left: 95px;
				font-size: 10px;
				font-weight: normal;
				text-align: left;
				text-decoration: underline;
				color: #877A40;
			}
			a.url:hover {
				color: #ffffff;
			}
/* WORKS END
***************************************************************************/

/* ABOUT
***************************************************************************/
#about-container {
	background: #261E00 url(../images/acee_image.gif) no-repeat right top;
	width: 750px;
	text-align: left;
	}
	h3.title {
		margin: 20px 0px 0px 30px;
		font-size: 14px;
		font-weight: bold;
		color: #D9D089;
		text-align: left;
	}
	#about-container p {
		margin: 5px 0px 0px 35px;
		font-size: 12px;
		color: #ffffff;
		text-align: justify;
		line-height: 25px;
	}
	#about-container ul.list {
		list-style: disc;
		}
		#about-container ul.list li {
			margin: 10px 0px 0px 50px;
			font-size: 12px;
			color: #ffffff;
			text-align: left;
		}
/* ABOUT END
***************************************************************************/

/* INSPIRATION
************************************************************************************/
.inspiration-container {
	margin: 20px 0px 0px 30px;
	height: 122px;
	}
	.inspiration-container a.urlpic {
		margin-right: 20px;
		padding: 5px;
		width: 84px;
		height: 110px;
		float: left;
		display: block;
		font-size: 10px;
		color: #D9D089;
		text-align: center;
		cursor: pointer;
		overflow: hidden;
		}
		.inspiration-container a.urlpic img {
			width: 80px;
			height: 80px;
			text-align: center;
			border: 2px solid #D9D089;
			display: block;
			overflow: hidden;
		}
		.inspiration-container a.urlpic span {
			margin-top: 8px;
			text-align: center;
			display: block;
			overflow: hidden;
		}
	
	.inspiration-container a.urlpic:hover {
		background-color: #382D05;
		color: #ffffff;
	}

/* INSPIRATION
************************************************************************************/

/* CONTACT
************************************************************************************/
#contact-container {
	margin-left: 90px;
	text-align: left;
	}
	label {
		display: block;
		margin-top: 20px;
		font-size: 12px;
		font-weight: bold;
		color: #D9D089;
	}
	input.name {
		margin-left: 5px;
		width: 500px;
		background-color: #ffffff;
		border: 1px solid #D9D089;
	}
	input.email {
		margin-left: 5px;
		width: 500px;
		background-color: #ffffff;
		border: 1px solid #D9D089;
	}
	#contact-container span {
		display: block;
		text-align: left;
		margin: 5px 0px 0px 35px;
	}
	textarea {
		margin-left: 5px;
		width: 500px;
		height: 300px;
		background-color: #ffffff;
		border: 1px solid #D9D089;
		}
		label.message {
			font-size: 12px;
			font-weight: bold;
			color: #D9D089;
		}
	input.button {
		margin: 20px 120px 50px 0px;
		padding: 5px;
		background-color: #D9D089;
		border: 1px solid #000000;
		color: #261E00;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		cursor: pointer;
		}
		input.button:hover {
			background-color: #ffffff;
			border: 1px solid #000000;
			color: #000000;	
		}
		span.button {
			display: block;
			float: right;
		}
		#contact-container h2 {
			margin: 50px;
			text-align: center;
			font-size: 20px;
			color: #ffffff;
		}
/* CONTACT END
************************************************************************************/

/* CONTENT END
***********************************************************************/

/*Google Adsense
********************************************************************************/
#adsense {
	text-align: center;
}
/*Google Adsense end
********************************************************************************/

/*Aptana
***********************************************************************************/
#aptana {
	text-align: center;
}

/*Aptana END
***********************************************************************************/

/* FOOTER
****************************************************************************/
#footer {
	background: #261E00 url(../images/footer.gif) no-repeat top left;
	margin-bottom: 15px;
	width: 750px;
	height: 102px;
	text-align: center;
}
#footer h4{
	font-family: Tahoma;
	font-size: 12px;
	color: #64551E;
	font-weight: normal;
	padding-top: 30px;
}

#wrapper p.footerlink {
	text-align: center;
	}
	#wrapper p a.flashversion {
		font-size: 12px;
		font-weight: normal;
		text-decoration: underline;
		color: #64551E;
		}
		#wrapper p a.flashversion:hover {
			color: #ffffff;
		}
/* FOOTER END
****************************************************************************/