/* 
 * Theme Name: IRT.ro
 * Theme URI: http://www.irt.ro
 * Description: Theme designed for the IRT website
 * Author: Cristian Dinu
 * Author URI: http://www.info-ideea.com
 * Filename: IRT.css -- style for the IRT Wordpress template
 * (c) 2007 Cristian Dinu, Infoideea SRL
 * e-mail info at info-ideea.com  
 * Date: 07-Oct-07 13:37:31
 */

/*
 * Character and paragraph styles
 */ 

.skip, hr {
    display: none;
}

* {
    margin:0pt;
    padding:0pt;
}

clear {
    clear:both;
}

a {
    text-decoration:underline;
    color: black;
}

img {
    border:0;
}

h1, h2 {
    margin-top: 2em;
    color: black;
}

h3, h4 {
    margin-top: 1em;
    color: black;
}

p {
    margin-top: 1em;
}
body {
	color: #000;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size: 8pt;
	margin: 0;
	padding: 0;
}

/*
 * Layouts elements
 */
#container{
	width: 100%;
}
#wrapper{
	width: 100%;
}

#header {
	display: none;
}

#leftbar {
	display: none;
}

#main {
    width:100%;
}

#rightbar {
	display: none;
}

#content {
    width:100%;
    text-align: justify;
}

#footer {
    margin-top: 2em;
    padding-top: 1em;
    width : 100%;
    clear: both;
    text-align: right;
    font-size: 0.8em;
    line-height:0.9em;
    color: #808080;
    border-top: 1px solid black;
}

#footer img {
	display: none;
}

.navigation, .ddfmwrap {
    display: none;
}

#respond {
    display: none;
}