/*
Theme Name: Dark Blue Mag
Theme URI: http://www.simplewpthemes.com/2009/10/dark-blue-mag/
Description: Premium looking wp theme, 2 column, 2 sidebar, cat and page menus, widgetized
Version: 1.0
Author: sin2384
Author URI: http://www.simplewpthemes.com
*/
@import url("css/comments.css");
@import url("css/reset.css");
* {
  margin: 0;
  padding: 0;
}
/***************LINKS*************************/

a:link, a:visited {
  color: #AC0231;
  text-decoration: none;
}

a:hover {
  color: #CC2222;
}
/***************END LINKS*************************/

html body {
  background: #FFFFFF;
  font-size: 12px;
  font-family: Trebuchet MS;
}

/***************LAYOUT*************************/

#mainwrap {
  margin: auto;
  background: #AC0231 url(images/arcovida_header.gif)  no-repeat; /**/
  background-position: top left;
  width: 960px;
}
#header {
 
  width: 956px;
  height: 46px;
 
  border: 0px;
}
#blogtitle {
  display:block;
  color: #fff;
  padding: 15px;
  text-transform: uppercase;
}.description {
  margin-left: 22px;
  text-transform: none;
}

#heading {
  color: #fff;
  padding: 15px;
  text-transform: uppercase;
}.description {
  margin-left: 22px;
  text-transform: none;
}
#top {
  width: 956px;
  height: 40px;
  background: url(images/nav.gif) repeat-x;
  border: 1px solid #2f373f;
  margin-top: 10px;
}
/***************NAVIGATION*************************/
/* SECOND MENU   */

ul#nav {
 clear: both;
 float: left;
 height: 40px;
 background: #41020C;
 width: 958px;
 margin-bottom: 10px;
}
ul#nav li {
  display: inline;
}
ul#nav li a {
  display: block;
  float: left;
  padding: 12px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  margin-right: 2px;
  
}

ul#nav li.current_page_item a {
  background: #AC0231;	
  color: #fff;
}

ul#nav li a:hover, ul#nav2 li.current-cat a {
  color: #fff;
  background: #AC0231 url(images/catdart.gif) no-repeat scroll bottom center;
}
ul#nav li li {
  display: none;
}


/* END SECOND MENU */
ul#nav2 {
  height: 40px;
}

ul#nav2 li {
  display: block;
  background: #2B0206;
}

ul#nav2 li a {
  float: left;
  display: block;
  padding: 10px;
  color: #fff;
  font-weight: normal;
  margin-right: 2px;
  background: #2B0206;
  /*
  display: block;
  padding: 10px;
  color: #ccc;
  background: url(images/navright.jpg) no-repeat scroll center right;
  */
}

ul#nav2 li a:hover {
  background: #AC0231;
  color: #fff;
}
ul#nav2 li.current_page_item a {
  background: url(images/nava.gif) repeat-x;
  background: #AC0231;	
  color: #fff;
}
/* ili za roundere
  ul#nav2	 li.current_page_item, ul#nav li:hover {
  background: url(images/navlefta.jpg) no-repeat scroll center left;
}

ul#nav2 li.current_page_item a, ul#nav li a:hover {
  background: url(images/navrighta.jpg) no-repeat scroll center right;
  color: #fff;
}

*/

#rsslinks {
  float: right;
  text-transform: uppercase;
  padding: 12px;
}

#rsslinks a {
  color: #d8e3dc;
  background: url(images/rss.png) no-repeat scroll 0 2px;
  padding-left: 20px;
  font-weight: bold;
}

/***************NAVIGATION*************************/


#contentwrap {
  float: right;
  width: 770px;
  border: 1px solid #2f373f;
  color: #000000;
 /** background: #D8D6B0; **/
  background: #FFFFFF;
  margin: -6px 10px 0px 0px;
}
#sidebar1 {
  float: left;
  width: 200px;
}

#arcovida_balk
{
 float: left;
 width: 1px;
 height: 500px;
 background: #AC0231 url(images/arcovida_balk.gif) no-repeat scroll center right;
}

#sidebar2 {
  clear: both;
  float: left;
  width: 958px;
  height: 35px;
  border: 1px solid #AC0231;
  background: #AC0231;
  color: #fff;
}

#linkermenu{
 /* clear: both; */
   float: left; 
  width: 174px;
  height: 550px;
  border: 0px solid red;

background: #AC0231 url(images/arcovida_balk.gif) no-repeat scroll top left; 

 /*
  background: url(images/nava.gif) repeat-x;
 */ 
margin: -9px 0 -1px 0;
  color: #fff;
}

#navlinks
{
  background: #AC0231;
  margin-top: -15px;
}

ul#navlinks a{

 background: #580214;
 opacity:0.9;
 filter:alpha(opacity=90);
 float: left;
}

ul#navlinks li a {
  clear: both;
  width: 146px;
  float: left;
  display: block;
  padding: 14px;
  color: #fff;
  font-weight: bold;
  margin-right: 2px;
  
  background: #88000;

   /*
  display: block;
  padding: 10px;
  color: #ccc;
  background: url(images/navright.jpg) no-repeat scroll center right;
  */
}

ul#navlinks li a:hover {
/*
  background: url(images/nava.gif) repeat-x;
*/
 background: #AC0231;

  color: #fff;
}

#linkermenu .widget {
  float: left;
  width: 200px;
  margin: 0 10px;
  position: relative;
  top: 100px;
}

#sidebar2 .widget {
  float: left;
  width: 200px;
  margin: 0 10px;
  position: relative;
  left: 12px;
}


#footer {
  clear: both;
  background: url(images/nav.gif) repeat-x;
  height: 22px;
  color: #000;
  text-align: center;
  padding: 10px;
}
.sponsors {
  text-align: center;
  color: #000;

}


.inside {
  padding: 20px;
}
.clear {
  clear: both;
}


/***************END LAYOUT*************************/

/***************WP STYLES*************************/
#s {
 width: 215px;
 padding: 2px;
 margin-left: 2px;
}
#searchsubmit {
  background: #161E28;
  border: none;
  padding: 2px;
  color: #fff;
}
.widget_search {
  padding: 2px 0;
}
* html #s {
  width: 200px;
}
*+html #s {
  width: 200px;
}


#sidebar1 h3 {
  padding: 10px;
  font-size: 14px;
  /* background: #3096d3; */
  border: 1px solid #3784b3;
  color: #000;
}

.side-widget {
  width: 298px;
  background: #3ca4e2;
  margin: 20px 0;
  border: 1px solid #000;
}

.side-widget ul li {
  line-height: 20px;
  padding: 0 15px;
  background: url(images/sep.gif) repeat-x scroll bottom;
}

.side-widget li:hover, .side-widget li.sfhover {
  background: #3096D3 url(images/sep.gif) repeat-x scroll bottom;
}
.side-widget li:hover ul li:hover {
  background: #161E28 url(images/sep.gif) repeat-x scroll bottom ;
}


.side-widget ul li ul li {


}

.side-widget a, .side-widget a:visited, .widget a, .widget a:visited {
  color: #fff;
  background: url(images/dart.gif) no-repeat scroll left;
  padding-left: 15px;
}


#sidebar2 h3 {
  background: #3096d3;
  border: 1px solid #3784b3;
  padding: 5px;
  color: #fff;
}



.widget {
}
.widget ul li {
  line-height: 20px;
  background: url(images/sep.gif) repeat-x scroll bottom;
}
.widget ul li:hover {
  background:#3096D3 url(images/sep.gif) repeat-x scroll bottom;
}




/***************POST STYLES*************************/
.post h2 {
  margin-bottom: 5px;
}
.post h2 a, post h2 a:visited {
  color: #AC0231;
  font-weight: normal;
  text-decoration: underline;
}

.meta {
  border-bottom: 1px dotted #2e3640;
  border-top: 1px dotted #2e3640;
  padding: 5px;
  height: 40px;
  line-height: 20px;
  color: #576577;
  text-transform: uppercase;
  font-size: 10px;
}
.meta a  {
  color: #576577;
}

.date  {
  float: left;
  background: url(images/date.gif) no-repeat scroll left;
  padding-left: 20px;
}
.author {
  float: left;
  background: url(images/author.gif) no-repeat scroll left;
  padding-left: 20px;
  margin-left: 5px;
  display: inline;
}
.edit {
  margin-left: 5px;
}


.cat {
  clear: both;
  float: left;
  background: url(images/cat.gif) no-repeat scroll left;
  padding-left: 20px;
}
.comm {
  float: left;
  background: url(images/comm.gif) no-repeat scroll left;
  padding-left: 20px;
  margin-left: 5px;
}


.postmetadata {
  margin-top: 15px;
}

.post {
  margin-bottom: 15px;
  padding-bottom: 15px;
  background: url(images/postsep.gif) repeat-x scroll bottom;
}

a.more-link {
  padding: 5px;
  border: 1px dotted #2E3640;
}
a.more-link:hover {
  color: #EAFFA4;
}
.tags {
  float: right;
  color: #EAFFA4;
}
.tags a:link {
  color: #EAFFA4;
}
.entry {
  margin-top: 10px;
  line-height: 20px;
}

.entry li {
  margin-left: 20px;
  list-style: circle;
}

.entry ol li {
  list-style: decimal;
}

.entry a {
  text-decoration: underline;
}

.entry img {
  border: 1px solid #2F373F ;
}


blockquote {
  border-left: 10px solid #666666;
  margin-left: 20px;
}

blockquote p {
  padding: 10px;
}

.alignleft {
  float: left;
  margin: 0 5px 5px 0px;
}

.alignright {
  float: right;
  margin: 0 5px 5px 5px;
}
/***************END POST STYLES*************************/
#calendar_wrap {
  text-align: center;
}

caption {
  width: 100%;
}

#wp-calendar {

}

th {
  padding: 7px;
}

td a:link {
 /* background: #3096D3;  */
  padding: 1px 6px;
  color: #fff;
  line-height: 29px;
}
td a:visited {
  background: none !important;
}

table#agenda {    background-color:#FFFFFF;    border: solid #881111 2px;    width: 100%;
}
table#agenda td {    padding: 5px;    border: solid #000 1px;
}
.evenement {    color: #FFFFFF;    text-align: left;    background-color: #551111;
}
.toprow {    font-style: italic;    text-align: left;    background-color: #881111;
}
.datum{    font-weight: bold;    text-align: left;    width: 200px;    background-color: #551111;
}


/***************END WP STYLES*************************/


li.recentcomments a{
  padding-left: 15px !important;
  background-position: left !important ;
}
