body {
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
    margin: 0px;
    padding: 0px;
    background-image: url("../img/body-bg.png");
}

#pageContainer {
    width: 1100px;
    margin: auto;
    background-color: #F7F7F7;
    color: #252526;
    border: 3px solid #6E1024;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px #FFF;
    -moz-box-shadow: 0 0 10px #FFF;
    box-shadow: 0 0 10px #FFF;
    position: relative;
    margin-top: 30px;
    margin-bottom: 10px;
}

#pageContainer * {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

#header {
    width: 100%;
	min-width: 1100px;
    height: 250px;
    position: relative;
    z-index: 10;
    top: 0px;
    background-image: url("../img/header-bg.png");
    background-repeat: repeat-x;
    border-bottom: 3px solid #680D1E;
    cursor: pointer;
}

#headerContainer {
    width: 1100px;
    margin: 0 auto 0 auto;
    position: relative;
}

#headerContainer .logo {
    width: 170px;
    height: 170px;
    background-image: url("../img/tinylogo.png");
    position: absolute;
    left: 20px;
    top: 10px;
}

#header #horizontalMenuContainer {
    background: #131313; /* Old browsers */
    background: -moz-linear-gradient(top,  #131313 0%, #1c1c1c 0%, #2b2b2b 0%, #2c2c2c 7%, #000000 75%, #666666 99%, #111111 100%, #474747 100%, #595959 100%, #4c4c4c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#131313), color-stop(0%,#1c1c1c), color-stop(0%,#2b2b2b), color-stop(7%,#2c2c2c), color-stop(75%,#000000), color-stop(99%,#666666), color-stop(100%,#111111), color-stop(100%,#474747), color-stop(100%,#595959), color-stop(100%,#4c4c4c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #131313 0%,#1c1c1c 0%,#2b2b2b 0%,#2c2c2c 7%,#000000 75%,#666666 99%,#111111 100%,#474747 100%,#595959 100%,#4c4c4c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #131313 0%,#1c1c1c 0%,#2b2b2b 0%,#2c2c2c 7%,#000000 75%,#666666 99%,#111111 100%,#474747 100%,#595959 100%,#4c4c4c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #131313 0%,#1c1c1c 0%,#2b2b2b 0%,#2c2c2c 7%,#000000 75%,#666666 99%,#111111 100%,#474747 100%,#595959 100%,#4c4c4c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #131313 0%,#1c1c1c 0%,#2b2b2b 0%,#2c2c2c 7%,#000000 75%,#666666 99%,#111111 100%,#474747 100%,#595959 100%,#4c4c4c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#4c4c4c',GradientType=0 ); /* IE6-9 */
}

#headerslider {
    height: 190px;
    margin: 13px auto 0px auto;
    width: 700px;
    background-color: #FFF;
	box-shadow: 0 0 10px #000;
}

#headerslider  * {
    border: 0 !important;
    border-radius: 0px;
    box-shadow: none;
}

#header #headerTitle>div {
    margin: 0px auto 0px auto;
    padding-top: 10px;
    width: 800px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 54px;
    font-family: Italianno;
    font-weight: bold;
    color: #FFF;
    background: rgb(142,2,44); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(142,2,44,1) 0%, rgba(143,2,34,1) 44%, rgba(102,0,18,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(142,2,44,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(102,0,18,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(142,2,44,1) 0%,rgba(143,2,34,1) 44%,rgba(102,0,18,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(142,2,44,1) 0%,rgba(143,2,34,1) 44%,rgba(102,0,18,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(142,2,44,1) 0%,rgba(143,2,34,1) 44%,rgba(102,0,18,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(142,2,44,1) 0%,rgba(143,2,34,1) 44%,rgba(102,0,18,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e022c', endColorstr='#660012',GradientType=0 ); /* IE6-9 */

    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;

    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-shadow: 1px 4px 2px rgba(0, 0, 0, 1);
}

#header #headerTitle>div>h1 {
    padding: 0;
    margin: 0;
    font-size: 54px;
}

.startTitle {
    font-family: Italianno;
    font-size: 52px !important;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

#startPageSlider .article {
    border: 0 !important;
}

#logo {
    float:				left;
    width:				580px;
    height:				100px;
}

#innerContainer {
    width: 100%;
    display: block;
    margin-top: 5px;
    background-image: url("../img/content-bg1.png");
    box-shadow: 0 0 45px #000000;
    -moz-box-shadow: 0 0 45px #000000;
    -webkit-box-shadow: 0 0 45px #000000;
    padding-bottom: 10px;
	min-height: 665px;
}

#leftContainer {
    vertical-align: top;
    position:relative;
    display: inline-block;
    width: 250px;
}

#rightContainer {
    vertical-align: top;
    width: 250px;
    display: inline-block;
    float: right;
    padding-right: 5px;
}

#rightContainer a {
    text-decoration: none;
}


#content {
    width: 585px;
    text-align:	justify;
    display: inline-block;
    vertical-align: top;
}

#content .article,
#content .event,
#content .categoryContent {
    display:			block;
    padding:5px 5px 5px 5px;
    border-bottom:		1px solid #dfdfdf;
    border: 2px solid #6E1024;
    background: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 10px;
}

#content .article p,
#content .categoryContent  p {
	margin: 0;
	line-height: 25px;
}

#content .article img,
#content .categoryContent img,
#content .eventContent img{
    max-width: 560px;
}


#content h1 {
    color: #6E1024;
    font-size: 18px;
    border-bottom: 1px solid #6E1024;
    padding-bottom: 5px;
}

#content h1 a {
    color: #0E1348;
    text-decoration: none;
}

#content h1 a:hover {
    color: #12245C;
    text-decoration: underline;
}

#content a {
    color: #6B6B6B;
}

#content .articleShort {
    font-weight: bold;
    font-size: 13px;
    display: inline-block;
    width: 100%;
}

#content .articleContent ,
#content .categoryContent,
#content .eventContent {
    font-size: 14px;
}

#content .articleContent {
    display: inline-block;
    width: 100%;
}

#content .articleShort img,
#content .articleContent img,
#content .categoryContent img,
#content .eventContent img {
    border: 2px solid #6E1024;
    margin: 3px;
    -webkit-box-shadow: 0px 6px 11px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 6px 11px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 6px 11px 0px rgba(50, 50, 50, 0.75);
}

#footer {
    background: #5b000f; /* Old browsers */
    background: -moz-linear-gradient(top,  #5b000f 0%, #8f0222 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b000f), color-stop(100%,#8f0222)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #5b000f 0%,#8f0222 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #5b000f 0%,#8f0222 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #5b000f 0%,#8f0222 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #5b000f 0%,#8f0222 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b000f', endColorstr='#8f0222',GradientType=0 ); /* IE6-9 */
    border-top: 2px solid #FFF;
    width: 100%;
	min-width: 1100px;	
    display: block;
    height: 210px;
}

#footer>div {
    width: 1100px;
    margin: auto;
    padding-top: 40px;
    text-align: center;
    position: relative;
}

#footer>div * {
    color: #FFF;
    text-decoration: none;
    text-shadow: 4px 4px 2px rgba(0, 0, 0, 1);    
}

#footer>div>span {
    position: absolute
}

#footer>div>span:first-child {
    left: 30px;
}

#footer>div>span:last-child {
    right: 30px;
}

#fbContainer {
    width: 245px;
    height: 135px;
    background: rgb(226,226,226); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(50%,rgba(219,219,219,1)), color-stop(51%,rgba(209,209,209,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
    margin-top: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#taxContainer {
    margin-top: 10px;
    text-align: center;
    height: 200px;
    background: #5b000f; /* Old browsers */
    background: -moz-linear-gradient(top,  #5b000f 0%, #8f0222 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b000f), color-stop(100%,#8f0222)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #5b000f 0%,#8f0222 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #5b000f 0%,#8f0222 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #5b000f 0%,#8f0222 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #5b000f 0%,#8f0222 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b000f', endColorstr='#8f0222',GradientType=0 ); /* IE6-9 */
    background-color: #6E1024;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #000;
    color: #EFEFEF;
    text-decoration: none;
    text-shadow: 2px 2px 1px rgba(150, 150, 150, 1);
}

#taxContainer span {
    display: block;
    margin: 10px 0px 10px 0px;
}

#taxContainer span:nth-child(1) {
    font-size: 30px;
}

.pagerline {
    background-color: #000;
    text-align: center;
    padding: 10px 0px 10px 0px;
}

#content .pagerline > a {
    margin: 5px 0px 5px 0px;
    padding: 5px;
    text-decoration: none;
    color: #FFF;
    text-shadow: 2px 2px 1px #969696
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#content .pagerline > a:hover,
#content .pagerline > a.current {
    background-color: #6F1125;
}

.articlePictures {
    margin-top: 20px;
    padding: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #262626;
    border: 2px solid #FFF;
    display: inline-block;
}

.articlePictures img {
    width: 156px;
    border: 2px solid #6E1024;
}

.articlePictures ul {
    padding: 0;
    margin: 0;
}

.articlePictures  li{
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
}

.categoryPictures {
    margin-top: 20px;
    padding: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #262626;
    border: 2px solid #FFF;
    display: inline-block;
}

.categoryPictures img {
    width: 156px;
    border: 2px solid #6E1024;
}

.categoryPictures ul {
    padding: 0;
    margin: 0;
}

.categoryPictures  li{
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
}

#scrollUpRowContainer {
    width: 1300px;
    height: 1px;
    right: 50%;
    margin-right: -650px;
    position: fixed;
    bottom: 400px;
    z-index: 0;
    display: none;
}

#scrollUpContainer {
    background-image: url("../../site/img/scrollUp.png");
    background-size: 100%;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100px;
    z-index: 100;
    cursor: pointer;
}

#fbookShare {
    margin-top: 10px;
}