/*** GENERAL TAGS ***/
body { 
	padding: 		0px;
	margin: 		0px; 
	background: 	#fff;	
}

a, a:link, a:active {
	color: 			#9c9c9c;
	text-decoration:	none; 
	outline: 		0;
}

em {
	font-style: 	italic;
}

strong {
	font-weight: 	bold;
}

.left { 
	width: 			580px; 
	float: 			left; 
}

.right {
	width: 			340px; 
	float:			right;
}

.clear {
	clear:			both;
}

h1, h2, h3, h4, h5 {
	margin: 		0px;
	font-weight: 	normal; 
}

.wrap { 
	width:			940px;
	margin:			0px auto 0px auto; 
}

.header {
	margin:			20px 0px 0px 0px;
}

/*** LOGO ***/
#headlogo {
	width: 					270px;
	height: 				102px; 
	background-image:		url(/files/tasty-radosa-telpa-creative-space.png);
	background-repeat:		no-repeat;
	background-position:	top left;
	display: 		block; 
	text-indent: 	-9999px;
}

.header h1 { 
	float: 			left; 
}

/*** MENU ***/
.header ul {
	float: 			right;
	padding: 		0px;
	list-style: 	none;
	text-align: 	right;
	margin: 		80px 0 0 0;
}

.header ul li { 
	display: 		inline;
}

.header ul li a {
	font-size: 		16px;
	font-family: 	'Trebuchet MS', 'Arial', 'Verdana', sans-serif; 
	text-transform:	uppercase;
	padding:		10px;
	color:			#9c9c9c;
}

/*** SMALL TITLE ***/

.small-title { 
	font-family: 	'Trebuchet MS', 'Arial', 'Verdana', sans-serif;
	font-size: 		13px; 
	color: 			#9c9c9c;
	text-transform:	uppercase; 
	padding-bottom:	10px; 
	border-bottom:	solid 1px #412E1E; 
	margin-bottom:	20px; 
}

.small-title span {
	color:			#9c9c9c; 
}

.small-title .right {
	text-align:		right;
}

/***  PORTFOLIO ITEMS ***/
.portfolio-item {
	border-bottom:	solid 1px #797977;
	padding-bottom:	20px; 
	margin-bottom: 	20px; 
}

.portfolio-item .left img, .about .right img {
	border: 		solid 1px #797977;
	padding: 		4px;
}

.portfolio-item .right h2, .page h2 {
	font-size: 		25px;
	color: 			#2a2625;
	font-family:	'Georgia', 'Times New Roman'; 
	line-height:	26px; 
	margin-bottom:	10px; 
}

.page .head {
	border-bottom:	solid 1px #797977;
}

.post .head {
	border:			none;
}

.page .post {
	border-bottom:	solid 1px #797977;
	margin-bottom:	20px;
	padding-bottom:	20px;
}

.page h2 a {
	color:			#2a2625;
}

.portfolio-item .right, .page { 
	color:			#252422;
	font-family:	'Trebuchet MS', 'Arial', 'Verdana', sans-serif;
	font-size:		12px; 
	line-height:	18px;
}

.portfolio-item .right p, .page p {
	margin:			5px 0 0 0;
}

.portfolio-item .right p a, .page p a {
	text-decoration:	underline;
}

.portfolio-item .right p.english, .page p.english {
	color: 			#6f6f6f;
}

.portfolio-item .right .details { 
	margin-bottom:	10px;
	color:			#252422;
	font-style:		italic;
}

/* FOOTER */
.footer {
	margin-top:		50px;
	border-top:		1px solid #797977;
}

.footer .in {
	width: 			940px; 
	margin: 		0px auto 0px auto; 
}

.footer h2 { 
	font-size:		16px;
	font-weight:	bold;
	font-family:	'Trebuchet MS', 'Arial', 'Verdana', sans-serif;
	text-transform:	uppercase;
}

.footer p {
	font-family: 	'Trebuchet MS', 'Arial', 'Verdana', sans-serif;
	font-size: 		12px;
	margin: 		0px;
	color:			#fff;
}
.footer p a {
	color:			#fff;
}
.footer {
	padding: 		10px 0 10px 0;
}


/* Comments */
h2#comments, h2#respond {
	margin-top:		20px;
}
#commentform 
{
	margin:			10px 0;
	padding:		10px;
	background:		#fff;
	border-top:		#797977 1px solid;
	border-bottom:	#797977 1px solid;
	width:			580px;
}
.commentlist {
	margin: 		0;
	padding: 		0;
	border-top: 	#797977 1px solid;
	width:			580px;
}
.commentlist li 
{
	list-style:		none;
	margin: 		0;
	padding:		5px;
	border-bottom: 	#797977 1px solid;	
}
.commentlist li p {
	pargin:			0;
}
.commentlist li cite, .commentlist li cite a
{
	font-style:		normal;
	font-weight:	bold;
	color:			#2A2625;
}
.commentlist li .cmtinfo em 
{
	float:			right;
	margin:			0;
	padding:		0;
	font-style:		normal;
	font-size:		0.9em;
	color:			#999;
}
textarea{
	background:		#fff;
	border:			1px solid #797977;
	width:			80%;
	
}
input.textbox {
	background:		#fff;
	border:			#797977 1px solid;
}
img.avatar {
	float:			right;
	padding-left:	10px;
}

ul.links {
	list-style:		none;
}

ul.links li {
	margin:			10px 0 0 0;
}

.page .left {
	width:			auto;
}

a.kruta {
	color:			#e42207;
}


/*Mailpress*/
div#MailPress div#mp-container, div#MailPress div#mp-formdiv {
	position:relative;
}

div#MailPress div#mp-loading, div#MailPress div#mp-message {
	position:absolute;
	opacity:0;
}

div#MailPress div#mp-loading, div#MailPress div#mp-message {
	filter:alpha(opacity=0);
}

#MailPress {
	position:		absolute;
	right:			20px;
	top:			10px;
}
#MailPress .MailPressFormEmail {
	border:			1px solid #797977;
}