/*

	making omedia.ge printer-friendly with css
			      	© omedia, 2008

*/


body {
	background: #FFF;
	color: #000;
	
}


#content a:link:after, #content a:visited:after, #footer a:link:after, #footer a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

h1, h2, h3, h4, h5 {
	color: #000 !important;
}


h1 a:link:after, h1 a:visited:after, h2 a:link:after, h2 a:visited:after, h3 a:link:after, h3 a:visited:after {
	content: "" !important;
}


a {
	color: #000 !important;
}

.logo {
	position: relative;
	width: auto;
	height: auto;
	left: 0;
	top: 0;
	text-align: center;
}

.logo * {
	display: inline !important;
}

.logo .reallogo {
	display: block !important;
	margin: 0 auto !important;
}


ul.menu {
	display: none;
}

#wrapper {
	background: #FFF;
	width: auto !important;
}

#content_wrapper {
	width: auto;
	margin: 0 2%;
	padding: 0;
}


#content {
	width: auto;
	background: #FFF;
	color: #000;
	font-size: 13pt;
}


#footer_wrapper {
	background: #FFF;
}

#footer {
	background: #e3e3e3;
	border-top: 1px double #9a9a9a;
	color: #676767;
}

#footer div {
	width: auto;
	height: auto;
	margin: 0 2%;
	padding: 2% 0;
}

#footer p {
	margin: 0 !important;
	float: none !important;
	padding: 20px !important;
	width: auto !important;
	text-align: center !important;
	color: #676767;
	background-image: none !important;
}

#footer p a {
	color: #676767 !important;
}

#footer p.andadasi_container, #footer p.andadasi_link {
	display: none !important;
}



/*	blog	*/

.blog .sidebar {
	display: none;
}

.blog .blogpage {
	width: auto;
}

.blog .blogpage .post {
	width: auto;
	background: #FFF;
	border-bottom: 1px double #9a9a9a;
}

.blog .blogpage .post .posthead {
	background: #FFF;
}

.blog .blogpage .cloudtitle, .blog .blogpage .cloud {
	display: none;
}

.blog .blogpage .addthis {
	display: none;
}

.blog .comments li {
	background: #FFF;
	border-bottom: 1px dashed #9a9a9a;
}

.blog .comments li div {
	background: #FFF;
}

.blog .comments li strong.author {
	padding-left: 7px;
}


.blog .comments li strong.author a:link:after, .blog .comments li strong.author a:visited:after, .blog .comments li em.date a:link:after, .blog .comments li em.date a:visited:after {
	content: " " !important;
}


.blog .addcomment {
	display: none;
}



/*	contact	*/

.contact .talking {
	width: auto;
	float: none;
	margin: 0;
	padding: 0;
}

.contact .working {
	width: auto;
	float: none;
}

.lightblock {
	background: #FFF;
	width: auto;
}

.lightblock .sublightblock {
	background: #FFF;
	width: auto;
}

.contact .contactform {
	display: none !important;
}

.contact .contact-details {
	list-style-type: none;
}

.contact ul.youcan li {
	background-image: none;
	padding-left: 5px;
}












