html, body {
    font-family: Tahoma, Arial;
    font-size: 14px;
    margin: 0;
    padding: 0;
}



p{
    margin:0;
}

ul.menu li, ul.fmenu li{
    list-style:none;
}

ul.menu, ul.fmenu{
    margin: 0;
    padding: 0;
}

br
{   content: "A" !important;
    display: block !important;
    margin-bottom: 1.5em !important;
}

body {
    background: url("images/bg.png") repeat-x top #d9dbdd;
}

a {
    color:#03386e ;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
color:#A55858;
}
a:active{
	 color:#663366 !important;
}

.tribe-bar-disabled #tribe-events-bar{
	display:none;
}
/*HEADER BEGIN*/
header {
    position: relative;
    min-width: 1000px;
    width: 100%;
    height: 207px;
    overflow:hidden;
}

header > .hline {
    height: 66px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("images/hline.png") repeat-x;
    -webkit-box-shadow: #000 0px 0 7px;
    -moz-box-shadow: #000 0px 0 7px;
    box-shadow: #000 0px 0 7px;
    z-index: 1;
}

header > .hline ul.menu {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    padding-left: 25px;
}

header > .hline ul.menu > li {
    float: left;
    line-height: 65px;
    list-style: none;
    margin-right: 20px;
}

header > .hline ul.menu > li > a {
    font-size: 16px;
    text-shadow: #000 0px -1px 0px;
	 color:#fff;
}
header > .hline ul.menu > li > a:hover {
	 color:#fff;
}

header > .central > .search {
    height: 33px;
    background: url("images/search.png") no-repeat;
    position: absolute;
    top: 65px;
    right: 0;
    padding-left: 42px;
    line-height: 33px;
    color: #ffffff;
    padding-right: 326px;
}

header > .central > .search input[type="text"] {
    background: none;
    border: none;
    background: #dcdcdc;
    border: 1px solid #3f607c;
    width: 100px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

header > .central > .search input[type="text"]:focus {
    background: none;
    border: none;
    background: #dcdcdc;
    border: 1px solid #3f607c;
    margin-right: 50px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

header > .central > .search input[type="submit"] {
    background: none;
    cursor: pointer;
    border: none;
    color: #fff;
}

header > .central > ul.sec_menu {
    margin:0;
    position: absolute;
    height: 47px;
    width: 1000%;
    top: 65px;
    left: 63%;
    background: url("images/sec_menu.png") no-repeat;
    padding-left: 60px;
}

header > .central > ul.sec_menu li {
    float: left;
    line-height: 47px;
    list-style: none;
    margin-right: 22px;
    position: relative;
}

header > .central > ul.sec_menu li .sub-menu{
    margin: 0;
    position: absolute;
    top: 42px;
    background: #fff;
    z-index: 2;
    padding: 0;
    display: none;
}

header > .central > ul.sec_menu li:hover .sub-menu{
    display:block;
}

header > .central > ul.sec_menu li .sub-menu li{
    line-height: 17px;
padding: 3px 20px 3px 20px;
    margin-right: 0;
}

header > .central > ul.sec_menu li a {
    color: #343434;
    font-size: 16px;
}

header > .central > .logo {
    position: absolute;
    top: 110px;
    left: 26px;
}

header > .central > .info {
    position: absolute;
    top: 137px;
    right: 26px;
}

header > .central > .info p {
    color: #ffffff;
    font-size: 20px;
    text-align: right;
    text-shadow: #48545f 0px -1px 0px;
}

header > .logo a {
    float: left;
    width: 331px;
    height: 60px;
}

/*END HEADER*/

.central {
    position: relative;
    width: 1000px;
    height: 100%;
    margin: 0 auto;
}

/*CONTENT BEGIN*/
.cont {
    background: #ffffff;
    -webkit-box-shadow: #7f8f9d 0px 0 5px;
    -moz-box-shadow: #7f8f9d 0px 0 5px;
    box-shadow: #7f8f9d 0px 0 5px;
    border-radius: 0 5px 0 0;
    width: 1000px;
    margin: 0 auto;
    margin-top:10px;
}


.cont > .rel_box {
    position: relative;
    width: 622px;
}

.cont > .rel_box > .main_title {
    position: absolute;
    top: -11px;
    left: -10px;
    width: 622px;
    height: 64px;
    line-height: 53px;
    padding: 0 36px;
    background: url("images/title_bg.png") no-repeat;
    font-size: 20px;
    color: #ffffff;
    text-shadow: #6d859a 0px -1px 0px;
}

.cont > .center_cal {
    width: 910px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 50px;
}

.cont > .center {
    width: 1020px;
    overflow: hidden;
    margin-left: -10px;
}

.cont > .center .left {
    float: left;
    width: 680px;
    margin-top: 85px;
    padding-left: 10px;
}

.cont > .center .left .post {
    padding-bottom: 19px;
    margin-bottom: 30px;
    border-bottom: 1px solid #afafaf;
    padding-left: 15px;
    width: 632px;
}

.cont > .center .left .post .title {
    width: 632px;
    line-height: 22px;
    background: #efa300;
    padding: 10px 0 10px 28px;
    margin-left: -28px;
    font-size: 20px;
}

.cont > .center .left .post .title a {
    color: #ffffff;
}

.cont > .center .left .post .title.gray {
    background: #e0e0e0;
    color: #37536b;
}

.cont > .center .left .post .title.gray a {
    color: #37536b;
}

.cont > .center .left .post .text {
    color: #323232;
    font-size: 14px;
    margin-top: 16px;
    width: 632px;
}

.cont > .center .left .post .date {
    color: #37536b;
    font-size: 12px;
    padding-right: 40px;
    text-align: right;
}

.cont > .center .right {
    float: left;
    width: 307px;
    margin-left: 20px;
}

.cont > .center .right .box {
    margin-bottom: 50px;
}

.cont > .center .right .box ul.menu {
    padding-left: 10px;
    font-size: 16px;
}

.cont > .center .right .box ul.menu li {
    background: url("images/arrow.png") no-repeat 0 6px;
    padding-left: 14px;
    padding:0px 20px 10px 10px;
}

.cont > .center .right .box ul.menu li a {
    color: #000000;
}

.cont > .center .right .box .post {
    width: 301px;
    margin-top: 20px;
    border-bottom: 1px solid #afafaf;
    padding-bottom: 19px;
}

.cont > .center .right .box .post .title {
    margin-left: 13px;
    width: 260px;
}

.cont > .center .right .box .post .title a {
    color: #e46d04;
    font-size: 17px;
}

.cont > .center .right .box .post .text {
    margin-left: 13px;
    color: #323232;
    font-size: 14px;
    margin-top: 20px;
    width: 260px;
    line-height: 16px;
}

.cont > .center .right .box_auth {
    margin-bottom: 50px;
    margin-left: 16px;
}

.cont > .center .right .box_auth .title {
    color: #e49d04;
    font-size: 20px;
    text-align: center;
    margin-top: 17px;
    width:252px;
}

.cont > .center .right .box_auth .name {
    margin-top: 14px;
}

.cont > .center .right .box_auth .name input[type="text"], .form input[type="text"] {
    height: 32px;
    width: 212px;
    background: none;
    font-size: 15px;
    border: none;
    background: #f2f2f2;
    border: 1px solid #afafaf;
    border-radius: 3px;
    padding-left: 19px;
    padding-right: 19px;
    line-height: 32px;
    color: #37536b;
}
div.navigation {
	 width:600px;
	 padding:0px 0px 30px 40px;
	 float:left;
}
.navigation a {
	margin:0px 3px 0px 3px;
}
.pages {
   margin:0px 5px 0px 0px;
}
.last {
    margin:0px 0px 0px 5px;
}


.cont > .center .right .box_auth .name input[type="text"]:focus, .form input[type="text"]:focus {
    background: #adc4d8;
    border: 1px solid #7d8d9c;
    border-radius: 3px;
    color: #ffffff;
}

.form p {
    margin: 5px 0;
}

.required {
    color: red;
    margin-left: 10px;
}

:focus::-webkit-input-placeholder {
    color: transparent;
}

:focus::-moz-placeholder {
    color: transparent;
}

:focus::placeholder {
    color: transparent;
}

::-webkit-input-placeholder {
    color: #37536b;
}

::-moz-placeholder {
    color: #37536b;
}

::placeholder {
    color: #37536b;
}

.cont > .center .right .box_auth .pass {
    margin-top: 10px;
}

.cont > .center .right .box_auth .pass input[type="password"] {
    height: 32px;
    width: 129px;
    font-size: 15px;
    background: none;
    border: none;
    background: #f2f2f2;
    border: 1px solid #afafaf;
    border-radius: 3px 0 0 3px;
    padding-left: 19px;
    padding-right: 19px;
    line-height: 32px;
    color: #37536b;
}

.cont > .center .right .box_auth .pass input[type="password"]:focus {
    background: #adc4d8;
    border: 1px solid #7d8d9c;
    color: #ffffff;
}

.cont > .center .right .box_auth .pass input[type="submit"] {
    height: 36px;
    background: none;
    border: none;
    background: #f2f2f2;
    border: 1px solid #afafaf;
    line-height: 32px;
    width: 81px;
    margin-left: 2px;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    color: #37536b;
}

.form input[type="submit"] {
    height: 36px;
    background: none;
    border: none;
    background: #f2f2f2;
    border: 1px solid #afafaf;
    line-height: 32px;
    margin-left: 2px;
    cursor: pointer;
    color: #37536b;
    border-radius: 3px;
}

.form input[type="submit"]:hover {
    background: #adc4d8;
    border: 1px solid #7d8d9c;
    color: #ffffff;
    height: 36px;
}

.cont > .center .right .box_auth .pass input[type="submit"]:hover {
    background: #adc4d8;
    border: 1px solid #7d8d9c;
    color: #ffffff;
    height: 36px;
}

.cont > .center .right .box_auth .links {
    margin-top: 15px;
    text-align: center;
}

.cont > .center .right .box_auth .links a, .cont > .center .right .box_auth p {
    color: #323232;
    font-size: 15px;
}

.cont > .center .right .box_auth p {
    margin-top: 14px;
}

.cont > .center .right .box .main_title {
    background: url("images/title_bg_r.png") no-repeat left;
    line-height: 53px;
    font-size: 20px;
    color: #ffffff;
    text-shadow: #6d859a 0px -1px 0px;
    text-align: center;
    height: 69px;
}

.rowss{
    width: 630px;
    margin: 0 auto;
}

.rowss .curr{
    overflow: hidden;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #afafaf;
    margin-bottom: 20px;
}

.rowss .curr .img{
width: 100px;
height: 100px;
float: left;
margin: 0 30px 0 0;
border-radius: 50px;
border: 1px solid #afafaf;
text-align:center;
overflow: hidden;
}

.rowss .curr .img img{
    height: inherit;
    text-align: center;
    background: center;
}

.rowss .curr .title{
    color: #e46d04;
    font-size: 20px;
    margin-bottom: 10px;
}

.rowss .curr .texts{
    width: 80%;
    margin-left: 125px;
}

a.cl_visible{
    background: #afafaf;
    width: 100%;
    display: block;
    margin-bottom: 5px;
    border-radius: 3px;
    cursor:pointer;
    color: #fff;
}

/*END CONTENT*/

/*FOOTER BEGIN*/
footer {
    height: 135px;
    width: 1000px;
    margin: 0 auto;
    position: relative;
    color: #323232;
}

footer > .copyr {
    position: absolute;
    top: 30px;
    left: 20px;
    font-size: 12px;
    line-height: 13px;
}

footer > ul.fmenu {
    position: absolute;
    top: 43px;
    overflow: hidden;
    right: 17px;
}

footer > ul.fmenu li {
    float: left;
    margin-right: 14px;
}

footer > ul.fmenu li:last-child {
    margin-right: 0;
}

footer > ul.fmenu li a {
    color: #323232;
    font-size: 11px;
}

.goroda{
	 margin:-31px 0px 0px 15px;
position:relative;
	 float:left;
}

.tribe-events-meta-group dt {
     float:left;
margin:0px 10px 0px 0px;
}

.tribe-events-meta-group .tel {
     width:300px;
}

.fn  {
	 margin:0px 0px 0px 0px;
}



/*END FOOTER*/