/**\file general.css
 * \date 24 April 2010
 * \author moOshiE
 *
 * This is the main css file which will be included in the index.php.
 */

/* Import every css file */

@import url("backgroundframe.css");
@import url("pageheader.css");
@import url("content.css");
@import url("memberarea.css");
@import url("menu_static.css");
@import url("tooltip.css");
@import url("uploadgallery.css");
@import url("uploadgallery.pirobox.css");

@import url("titles.css.php");
@import url("passages.css.php");
@import url("flags.css.php");

@font-face{
    font-family: 'OFLGoudySt';
    font-style:italic;
    src: url('OFLGoudyStMTT-Italic.ttf'), url('OFLGoudyStM-Italic.otf');
}
@font-face{
    font-family: 'OFLGoudySt';
    src: url('OFLGoudyStMTT.ttf'), url('OFLGoudyStM.otf');
}

html{
    height:100%;
}

body{
    padding:0px;
    margin:0px;
    background-color:#000000;
    font-family:OFLGoudySt !important;
    font-style:normal;
    line-height:18px !important;
    font-size:14px !important;
	color:#000000;
}

img{
    outline:none;
    border:0px;
}

.linkInDiv{
    display:block;
    width:100%;
    height:100%;
}

a:link,
a:visited,
a:hover,
a:active{
    outline:none;
    text-decoration:none;
}
a.link{ color:#000088; }
a:visited{ color:#220044; }
a:hover{ color:#aa5500; }
a:active{ color:#aa5500; }

