/*
Theme Name: Salvus
Theme URI: http://www.salvusmusic.hu
Version: 1.0
Author: poti
Author URI: http://www.salvusmusic.hu
Description: salvus
*/
@import url("css/comments.css");
@import url("css/reset.css");
@import url("css/slide.css");
@import url("css/featuredcats.css");
@import url("css/featuredcontent.css");
* {
  margin: 0;
  padding: 0;
}
/***************LINKS*************************/

a:link, a:visited {
/*  color: #c33404; */
    color: #41c1fd;
  text-decoration: none;
}
a:hover {
  color: #fff;
}
/***************END LINKS*************************/

html body {
/*  background: #1a1b19 url(images/bg.jpg) repeat-x scroll top; */
/*        background: url(images/2020_bgrnd01dark.jpg) no-repeat center center fixed; */
        background: url(images/2022.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	  font-size: 12px;
  font-family: 'PT Sans', Arial, Verdana, Tahoma, Times New Roman;
  line-height: 1.5em; 
/*  font-size: 12px;
  font-family: Arial, sans-serif;
  line-height: 1.5em; */
/*  color: #8b8b8b; */
  color: #b4b4b4;
  padding: 0px 0 30px;
   text-shadow: 4px 4px 3px rgba(0, 0, 0, 1);
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
    text-transform: uppercase;

} /*
@font-face {
    font-family: 'DroidSansRegular';
    src: url('fonts/DroidSans-webfont.eot');
    src: url('fonts/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/DroidSans-webfont.woff') format('woff'),
         url('fonts/DroidSans-webfont.ttf') format('truetype'),
         url('fonts/DroidSans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal; 

} */

/***************LAYOUT*************************/

#mainwrap {
  margin: 0 auto 0px;
  width: 960px; 
/* width: 100%; */
/*  background: url(images/contentbg.png); 
  overflow: hidden;
  box-shadow: 2px 2px 15px #000000;
	-moz-box-shadow: 2px 2px 15px #000000;
        -webkit-box-shadow: 2px 2px 15px #000000; */
}
#header {
/*	background: url(images/topmenu.png); */
  clear: both;
  margin: 0 auto;
  width: 960px;
  height: 0px;
  padding-top: 80px;
}
#blogtitle {
  text-transform: uppercase;
  float: left;
  padding-top: 10px;
}
.description {
  color: #777676;
  font-size: 10px;
}
.adv {
  float: right;
  margin: 0px 0px 0 0;
}

hr.style-salvus {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(204, 204, 204, 0), rgba(204, 204, 204, 0.75), rgba(204, 204, 204, 0));
}

/* -------- START PAGE MENU -------- */
#topwrap {
  width: 100%;
  height: 54px;
  z-index: 1000;
/*    border-top: 4px solid #fff;
  border-bottom: 4px solid #b42d00; */
    border-bottom: 4px solid #ac9a71;
/* background: url(images/topmenu.png) repeat-x; */
position: fixed;
background: url(images/contentbg.png);
/*  background: #000; */
}
#top {
  width: 960px;
  height: 40px;
  margin: 0 auto;
}
#top li {
  float: left;
  line-height: 54px;
  line-height: 51px\0/;
  padding-top: 3px\0/;
  margin-right: 1px;
}
#top li a {
  float: left;
  display: block;
  padding: 0 15px;
background: url(images/contentbg.png);
  /*  background: #1a1b19; */
  color: #dbdbdb;
  font-size: 12px;
  text-transform: uppercase;
    border-bottom: 4px solid #ac9a71;
}
#top li.current_page_item a, #top li a:hover {
  /*  background: url(images/topmenuhover.png) repeat-x; */
/* background: #363636;*/
background: #000;
  border-bottom: 4px solid #fff;
  color: #f2f2f2;
}
#top li li {
  display: none;
}
/* -------- END PAGE MENU -------- */

#s {
  width: 219px;
  height: 15px;
  padding: 10px 0 9px 5px;
  margin-bottom: 5px;
  margin-right: -4px;
  color: #777676;
  font-size: 11px;
  background: url(images/search.png) no-repeat;
  border:0;
}
#contentwrap {
  float: left;
/*  width: 644px; */
width: 70%;
}
#sidebar {
  float: right;
/*  width: 316px; */
 width: 30%;
  padding-top: 35px;
    font-size: 12px;
  font-weight: normal;
}

#sidebar2 {
display: none;
  width: 910px;
  margin: 0px auto 0;
  padding: 35px 25px 0;
  overflow: hidden;
  border-top: 1px solid #363636;
  /*  background: url(images/contentbg.png);
/* background: #000000;*/}
 
#footer1, #footer2, #footer3 {
  width: 200px;
  float: left;
  margin-right: 36px;
}
#footer4 {
  margin-right: 0;
  float: left;
  width: 200px;
}
#sidebar2 h3 {
  color: #a09d9d;
  font-size: 12px;
  margin-bottom: 30px;
  font-weight: normal;
 /* font-family: 'DroidSansRegular'; */
}
.widget {
  margin-bottom: 55px;
  overflow: hidden;
  font-size: 12px;
  color: #535353;
  line-height: 22px;
}
.widget a, .widget a:visited {
  color: #535353;
}
.widget a:hover {
  color: #9c3006;
  text-decoration: underline;
}
.widget ul li {
  padding: 5px 0 5px 0px;
  margin-left: 0;
}
.widget ul.children {
  margin: 5px 0 -5px 0;
}
/* -------- ADVERT -------- */

.add1 {
  clear: both;
  float: left;
  margin: 0 0  10px 5px;
  display: inline;
}
.add2 {
  float: right;
  margin: 0 5px 10px 0;
  display: inline;
}

/* -------- END ADVERT -------- */

.custom_images img {
  margin: 0px 5px 0px 0px;
  padding: 0;
}
#footer {
  width: 910px;
  clear: both;
  padding: 12px 25px 0;
  height: 40px;
  overflow: hidden;
  background: #000000;
  color: #3a3a3a;
  text-shadow: 1px 0 1px #000000;
  font-size: 11px;
}
#footer a, #footer a:visited {
  color: #3a3a3a;
  text-shadow: 1px 0 1px #000000;
}
#footer a:hover {
  color: #C33404;
  text-decoration: underline;
}
.inside {
  padding: 35px 19px 20px 26px;
}
/* -------- END WP LAYOUT -------- */

/* -------- START WP STYLES -------- */

#sidebar h3 {
    color: #fff;
  font-size: 12px;
  margin-bottom: 30px;
  font-weight: normal;
 /* font-family: 'DroidSansRegular'; */
}
.side-widget {
  clear: both;
  width: 280px;
  padding: 0 18px;
  margin-bottom: 30px;
  overflow: hidden;
}
#sidebar ul {
  margin-top: -5px;
}
#sidebar ul.children {
  margin: 7px 0 -7px 0;
}
#sidebar ul li {
  padding: 7px 0 7px 0;
  margin-left: 0;
  background: url(images/sep.gif) repeat-x scroll center bottom;
}
#sidebar li li {
  background-position: top;
}
.side-widget a, .side-widget a:visited {
/*  color: #8A8A8A; */
/*  color: #c33404; */
color: #41c1fd;
}
.side-widget a:hover {
  color: #fff;
}

/***************POST STYLES*************************/
h2.title {
  margin-bottom: 12px;
  line-height: 20px;
  font-size: 12px;
}
h2.titles {
  margin-bottom: 22px;
  line-height: 22px;
  font-size: 12px;
}
h2.title a, h2.title a:visited, h2.titles a, h2.titles a:visited {
  color: #dbdbdb;
}
.meta {
  text-align: right;
  display: block;
  width: 100%;
  clear: both;
}
.tags {
  float: left;
  width: 490px;
  text-align: left;
}
.tags a, .tags a:visited {
  border: 1px solid #3d1100;
  background: url(images/tags.jpg) repeat-x;
  border-radius: 10px;
  display: inline-block;
  padding: 1px 13px 0;
  height: 20px;
  color: #fff;
  text-shadow: 1px 0 1px #000;
  text-transform: lowercase;
  margin-right: 5px;
}
.postmetadata {
  margin-top: 15px;
}
.post, .page {
	padding: 20px;
  margin-bottom: 25px;
/*  padding-bottom: 22px;
      box-shadow: 2px 2px 15px #000000;
	-moz-box-shadow: 2px 2px 15px #000000;
        -webkit-box-shadow: 2px 2px 15px #000000; 
  background: url(images/sep.gif) repeat-x scroll bottom; */
}
.entry {
  margin-top: 0px;
  line-height: 23px;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
  margin-top: 12px;
}
.entry h2 {
  margin-bottom: 0.4em;
}
.entry p {
  margin-bottom: 15px;
}
.entry img, .post_thumbnail {
  padding: 1px;
  border: 1px solid #181818;
 /* background: #443a2d; */
    box-shadow: 2px 2px 15px #000000;
	-moz-box-shadow: 2px 2px 15px #000000;
        -webkit-box-shadow: 2px 2px 15px #000000;
}
.post_thumbnail {
  margin: 2px 20px 10px 0 !important;
}
.entry th {
  padding: 0;
  margin-right: 2px;
}
.entry li {
  list-style: circle inside;
}
.entry ol li {
  list-style: decimal inside;
}
blockquote {
  border-left: 10px solid #666666;
  margin-left: 20px;
}
blockquote p {
  padding: 10px;
}
.alignleft {
  float: left;
  margin: 5px 10px 0px 0px;
}
.alignright {
  float: right;
  margin: 5px 0px 0px 10px;
}
img.aligncenter {
  display: block;
  margin: 0 auto 5px;
}
/***************END POST STYLES*************************/
table#wp-calendar {
  width: 100%;
}
#wp-calendar caption {
  background: #C33404;
  color: #fff;
  margin-bottom: 10px;
}
#wp-calendar th {
font-style: normal;
text-transform: capitalize;
}
#wp-calendar th {
font-style: normal;
text-transform: capitalize;
}
#wp-calendar td {
letter-spacing: normal;
padding: 2px 0;
text-align: center;
}
#wp-calendar {
empty-cells: show;
font-size: 14px;
margin: 0;
width: 90%;
}
#wp-calendar a:hover {
  background: #C33404;
  color: #fff;
}
#wp-calendar td:hover, #wp-calendar #today {
  background: #C33404;
  color: #fff;
}
li.pagenav, li.categories, li.linkcat {
  list-style:none;
}
h2.pagetitle {
  margin: 0 0 35px 0px;
  font-size: 12px;
  text-align: center;
  color: #8A8A8A;
  font-family: 'DroidSansRegular';
}
p.center {
  margin: 10px 0;
}
/* -------- END WP STYLES -------- */



/* -------- TABLES -------- */
#contentwrap table{font-size:1.2em;margin:5px 0 25px 1px;}
#contentwrap table td{padding:8px;border: 1px solid #ccc;}
/* -------- END TABLES -------- */


/* -------- PAGE NAVIGATION -------- */

.navigation {
  margin-bottom: 20px;
  overflow: hidden;
}
.navi a, .navi a:visited {
  width: 92px;
  height: 26px;
  padding-top: 6px;
  text-align: center;
  display: inline-block;
  color: #fff;
  text-shadow: 1px 0 1px #000000;
 /* background: url(images/older.png) no-repeat; */
  font-size: 11px;
  text-transform: lowercase;
  margin-right: 5px;
}
.navi a:hover {
  width: 92px;
  height: 26px;
  padding-top: 6px;
  text-align: center;
  display: inline-block;
  color: #565656;
  text-shadow: 1px 0 1px #000000;
  font-size: 11px;
  text-transform: lowercase;
  margin-right: 5px;
}
/* -------- END PAGE NAVIGATION -------- */

/* -------- SUBSCRIPTION -------- */
ul#topsoc {
  margin-top: 20px;
  float: right;
}
ul#topsoc li {
  line-height: 40px !important;
}
#topsoc a {
  padding: 0 5px !important;
}
#topsoc a:hover {
  border-bottom: 0 !important;
}


/* -------- END SUBSCRIPTION -------- */
#twitter_update_list a, #twitter_update_list a:visited {
  color: #9c3006 !important;
}
#twitter_update_list span {
  float: left;
}
#twitter_update_list a {
  clear: both;
}
.flickr_badge_image { float: left; margin-bottom: 12px; }
.flickr_badge_image img { width: 45px; height: 45px; padding: 4px; margin: 5px 12px 0px 0; border: 1px solid #181818;  float: left; background: #575757; }
#flickr_badge_image3 img, #flickr_badge_image6 img, #flickr_badge_image9, #flickr_badge_image12 {
  margin-right: 0;
}
