@font-face {
    font-family: 'SeganLight';
    src: url('../Fonts/Segan/segan-light-webfont.eot');
    src: url('../Fonts/Segan/segan-light-webfont.eot?#iefix') format('embedded-opentype'), url('../Fonts/Segan/segan-light-webfont.woff') format('woff'), url('../Fonts/Segan/segan-light-webfont.ttf') format('truetype'), url('../Fonts/Segan/segan-light-webfont.svg#UrbanoLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    margin: 0;
    padding: 0;
    border: 0;
    overflow-y: scroll;
}

body {
    font-family: arial, sans-serif;
    font-weight: 400;
    background: #FFF;
    color: #6b7770;
    font-size: 11.5pt;
    line-height: 2em;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

h1, h2, h3 {
    font-family: 'SeganLight', arial, sans-serif;
    font-weight: 700;
    color: #f76d25;
}

a {
    color: #f76d25;
    text-decoration: none;
    border-bottom: 1px dotted #f76d25;
}

    a:hover {
        border-bottom: 1px solid #f76d25;
    }

p, ul, ol, dl, table {
    margin-bottom: 1.5em;
}

section,
article {
    margin-bottom: 6em;
}

    article ul {
        list-style-type: none;
        padding-left: 50px;
    }

        article ul li {
            background-image: url(/images/square.png);
            background-repeat: no-repeat;
            background-position: 0 10px;
            padding-left: 25px;
        }

    section > :last-child,
    article > :last-child {
        margin-bottom: 0;
    }

    section:last-child,
    article:last-child {
        margin-bottom: 0;
    }

.image {
    position: relative;
    display: inline-block;
    border-radius: 8px;
}

    .image img {
        display: block;
        width: 100%;
        border-radius: 8px;
    }

    .image:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url('images/overlay.png');
        opacity: 0.2;
        border-radius: 8px;
    }

.button {
    display: inline-block;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    background: #e3daa8;
    color: #fff;
    border-radius: 8px;
    outline: 0;
    -moz-transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

    .button:hover {
        background: #ebe3b2;
    }

#main-wrapper {
    background: #fff;
    border-top: solid 1px #f76d25;
    border-bottom: solid 1px #f76d25;
}

#nav ul li {
    width: 100%;
    padding: 6px 0;
    border-bottom: 1px solid #fc9;
}

    #nav ul li:hover a {
        color: #f76d25;
    }

    #nav ul li a {
        font-size: 1.2em;
        border-bottom: 0;
        color: #000;
        display: block;
        width: 100%;
    }

        #nav ul li a:hover {
            color: #f76d25;
        }

    #nav ul li.second {
        width: 90%;
        float: right;
    }

    #nav ul li.current a {
        color: #f76d25;
    }

#footer {
    background-color: #FC9;
    border-top: 3px solid #F76D25;
    color: #454545;
    width: 100%;
	

}

#copyright {
    display: inline-block;
    padding: 0.75em 2em 0.75em 2em;
    font-size: 0.9em;
}

    #copyright strong {
        font-weight: bold;
    }
div.profile p.name {
	padding: 0 0 0 5px;
	background-color: #ddd;
	border-bottom: 1px solid #ccc;
}
a.raw { 
	text-decoration: none !important;
	border: 0 !important;
}
#news {
	background-color: #ddd;	
	color: #000;
	padding: 15px 15px 5px 15px;
	margin-bottom: 20px;
	margin-top:0px;
	border-radius: 8px;
	float:left;
	width:100%;
}
.date {
		font-size:0.9em;
	font-weight: bold;}

.floatLeft {
display:block;float:left;margin:20px 10px 5px 0;
}

.floatRight {
display:block;float:right;margin:20px 0 5px 10px;
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
