body,h1,h2,h3,h4,h5,h6,p,form,hr {margin:0;padding:0;}
.low {display:none;}
.clear {clear:both;}

hr {
border:1px solid #333333;
}

/* body
--------------------------------------------------*/
body {
	color:#2D2D2D; /*#333;*/
	background-color: #9AADA0;
	margin:0;
	padding:0 0;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	line-height:1.8em;
	text-align:center;
}
 

/* headings
--------------------------------------------------*/

h1 {color:#14568A; font-family:Georgia,Arial,Helvetica,sans-serif;}
h1 a  {color:#14568A;}
h2 {
   color:#14568A; 
   font-weight: normal;  
   font-family: Georgia, Arial, Helvetica, sans-serif;
   line-height:1.2em;
   font-size:1.6em;
}

h2 a {
	color:#1084AF;
	font-weight: bold;
	text-decoration:none;
	border-bottom: #ccc 0px solid;
}

h2 a:hover {
	color:#006699;
	text-decoration:underline;
}

h4 {
 font-family: Georgia, Arial, Helvetica, sans-serif;
 color: #14568A;
 font-weight: normal;
 margin: 7px 0 7px 0px;
 font-size:1.3em; 
 line-height:1.5em;
 padding:5px 0;
}

h3 a, h4 a
  {
	color:#1084AF;
	font-weight: normal;
}

h3 a:hover,h4 a:hover
  {
	color:#006699;
	text-decoration:none;
} 

a {
	color:#1084AF;
	text-decoration:none;
}

a img {
	border:0 !important; 
}

a:hover {
	color: #006699;
	text-decoration:underline;
}

/* links
--------------------------------------------------*/
.entry a {text-decoration:underline;}

.entry img a {
border-bottom: 0px dotted #ccc !important;
text-decoration:none;
  }

.entry p {padding: 0 0 15px;}

.entry a:hover {color: #003AAA; text-decoration:underline;}

img a {border-bottom: #ccc 0px solid !important;}

a.commentlink {padding-left:0px;}

.entry .filedunderindex a {
text-decoration:none !important;
border-bottom: #ccc 0px solid !important;
  }
 .entry .filedunderindex a:hover {
text-decoration:underline;
color: #C22463;
}

small {
	font-family: verdana,Arial,Helvetica,sans-serif;
	font-size: 1em;
	line-height: 1.5em;
     color: #666;
     padding: 5px 0;
	}


small a {
	color: #999;
    text-decoration:underline;
	}

/* topbar
------------------------------------------------*/

#topbar {
		font-family: verdana,Arial, Helvetica, Sans-Serif;
		font-size: 1em ;
		font-weight:Bold;
		line-height: 1.3em;
		background: #14568A;
		margin: 0 0 0 0;
		color: #333333;         
		}
#topbar a,a:hover {
          color: #fff;
          text-decoration:none;      
          }
#topbar ul {
			 padding-bottom:7px;
			 padding-top:7px;
			 margin:0 0 0 10px;			 
			   }         
#topbar ul ul{display:inline;}
#topbar ul li {
		list-style-type:none;
		display:inline;
	       }	
#topbar li {	       
             padding-left:10px;
     	     padding-right:10px;
	       }


/* images
--------------------------------------------------*/
img {
	padding-right:10px;
	padding-bottom:2px;
}
	
img.left {
  float:left;
  margin:0 12px 0 0;
}

img.right {
  float:right;
  margin:0 0 0 12px;
}

img.center {
  display: block;
  margin:0 auto;
}


/* paragraphs, lists, blockquote  etc
--------------------------------------------------*/
pre, code  {
font: 1.1em 'Courier New', Courier, Fixed;
}

kbr {color:#009193;}

p {
  margin:0;
  padding:0 0 18px 0;
  font-family:Trebuchet MS,Arial,Helvetica,sans-serif; 
  font-size:1.2em;
}

ul {
  margin:0;
  padding:0;
}

ul ul {padding:0;}

/*blockquote {
  margin:0;
  border-bottom:1px solid #14568A;
  border-left:4px solid #14568A;
  border-right:1px solid #14568A;
  border-Top:1px solid #14568A;
  padding-bottom:3px;
  padding-left:4px;
  padding-right:3px;
  padding-top:3px;
  font-style:italic;
  color: #333;
  overflow:hidden;
} */

blockquote {
background:#F4F5F7 url(images/blockquote.gif) no-repeat;
border:1px dashed #CCCCCC;
margin:5px 0pt;
padding:8px 12px 8px 36px;
}

pre {
  overflow:auto;
  margin:0 0 18px 0;
  padding:4px;
  border:1px dashed #CCCCCC;
}

pre, code, kbr {font-family: Courier, Monaco, monospace;}
 
code, kbr {padding:0 2px;}

abbr, acronym {
  font-size:0.9em;
  letter-spacing:1px;
  cursor:help;
}

#top {background:url(images/top.gif) no-repeat;
      padding-left:16px;}

#s {background:url(images/search.gif) no-repeat;
    padding-left:18px;
	padding-top:2px;
}

/* Next post link 
---------------------------------------------------*/
.nextright {
	float: right;
   font-size:0.9em;
	}

.nextleft {
	float: left;
   font-size:0.9em;
	}

/* container
--------------------------------------------------*/
#container {
  padding-top:0;
  background: #fff;
  width:980px;
  margin: 0px auto;
  padding: 0px;
  text-align:left;
  margin-top:0px;
  margin-bottom:25px;
  overflow:hidden;
  border:0;
}

#commentspopup #container {
  width:455px;
  padding:0 15px;
}

/* header
--------------------------------------------------*/
#header {
		 background: none;
		 width:980px;
		 padding: 0;
		 margin:auto;
		 margin-top:10px;
		 padding-bottom:0;
		 border:0px;
		 }

.singlecol #content a {
					  font-weight: normal;
					  }

#header a,a:hover {text-decoration:none;color:white;}
#header small {color:white;}
#header h1 {color:white; margin:10px; }

/* navigation
--------------------------------------------------*/
#navigation {
		background:#F2F2F2;
		width:958px;
		border:1px solid #DDDDDD;
		height:32px;
		}
#navigation a {
color:#003AAA; 
font-weight: bold;
text-decoration:none;
       }
#navigation .selected,
#navigation a:hover
  {color:#000;}
#navigation li a:hover {
			background:#000000;
			color:white;
                            }

#navigation {
  line-height:2.5em;
  padding: 0 0; 
  margin: 0 auto;
  }

#navigation a {
  padding:0 0px;
  font-size:0.9em;
  text-transform:uppercase;
  }

#navigation ul {
  margin:0;
  padding:0;
}

#navigation li {
  float:left;
  margin:0;
  padding:0;
  list-style-type:none;
  border:1px solid #fff;
  white-space:nowrap;
}

#navigation li a {
  display:block;
  padding:0 10px;
  font-size:0.9em;
  text-transform:uppercase;
  }


/* Post Title 
--------------------------------------------------*/ 
.post-title {
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2em !important;
	line-height:1.2em;
	margin:0px 0px 0 0px !important;
	padding:5px 0pt;
}

.post-title-prima {
	border-bottom:1px solid #005977;
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2em !important;
	line-height:1.2em;
	margin:0px 0px 5px 0px !important;
	padding:5px 0pt;
}


/* content
--------------------------------------------------*/
#content {
	float:left;
	width:625px;
	margin-top:5px;
	padding-right:15px;
	padding-left:15px;
	margin-bottom:20px;
	background: #fff;
	font-size:8pt;
	display:inline;
	overflow:hidden;
}
#content h1 {
   color:#333333;
   font-weight: normal;
   font-family: Georgia, Arial, Helvetica, sans-serif;
   line-height:1.2em;
   margin:0 0 8px 0;
   font-size:1.5em;
}
#content a {
	color:#1084AF;
	text-decoration:none;
}
#content a:hover{
	color:#1084AF;
	text-decoration:underline;
} 

#content h2 {  
  color:#333333;
  font-weight: normal;  
  font-family: Georgia, Arial, Helvetica, sans-serif;
  line-height:1.4em;
  margin:0 0 8px 0 ;
  font-size:1.5em;
}

#content h1 a,h2 a, h3 a, h4 a {font-weight: normal;}
#content h3 {
  margin: 10px 0 18px 0;
  font-size:1.3em;
  font-weight:bold;
  font-family: Georgia,Arial,Helvetica,sans-serif;
  margin:0 0 8px 0;
  line-height:1.4em;
  color:#333333;
} 
#content h4 {
  margin: 10px 0 18px 0;
  font-size:1.1em;
  font-weight:bold;
  font-family: Georgia,Arial,Helvetica,sans-serif;
  margin:0 0 8px 0;
  line-height:1.4em;
  color:#333333;
} 
#content h5 {
  margin: 10px 0 18px 0;
  font-size:1em;
  font-weight:bold;
  font-family: Georgia,Arial,Helvetica,sans-serif;
  margin:0 0 8px 0;
  line-height:1.4em;
  color:#333333;
} 
#content h6 {
  margin: 10px 0 18px 0;
  font-size:0.8em;
  font-weight:bold;
  font-family: Georgia,Arial,Helvetica,sans-serif;
  margin:0 0 8px 0;
  line-height:1.4em;
  color:#333333;
}
#content ol {margin-top:5px;margin-bottom:5px;}

#content.archive h2 {margin:0 0 8px 0;}
#content.archive h3 {
  margin:0 0 10px 0;
  font-family:Georgia, serif;
  font-size:1.3em;
  font-weight:normal;
}
#content.archive h4 {
  margin:0 0 18px 0;
  font-size:1em;
}
#content.archive h5 {
  margin:0;
  font-size:1em;
}
.singlecol #content {
  float:left;
  width:470px;
}

#commentspopup #content {
  float:none;
  padding-top:0;
}
 
/* Post_nav post navigation	on index post
----------------------------------------------------*/
#post_nav  {border-top:1px solid #14568A;
			font-family:Verdana,Arial,Helvetica,sans-serif;
			font-size:11px;
			font-size-adjust:none;
			font-stretch:normal;
			font-style:normal;
			font-variant:normal;
			font-weight:bold;
			line-height:normal;
			margin:15px 0pt 25px;
			padding:5px 0pt;
			overflow:hidden;
             }
#post_nav .back {
display:block;
float:left;
width:45%;
}

#post_nav .fwrd {
display:block;
float:right;
}

/* single_Post_nav post navigation	on single post
----------------------------------------------------*/
#single_post_nav  {border-top:1px solid #14568A;
			font-family:Verdana,Arial,Helvetica,sans-serif;
			margin:15px 0pt 25px;
			padding:5px 0pt;
             }
#single_post_nav .back {
display:block;
}

#single_post_nav .fwrd {
display:block;
}


/* Entry
--------------------------------------------------*/
#content li
{margin-bottom: 3px;}

.entry a.more {
  padding-left:12px; 
}
 
.contenttitle {
   color:#C22463; 
   font-weight: normal;
   font-family: georgia, serif;
   line-height:1.2em;
   margin:0 0 5px 0;
   font-size:1.9em;
   padding: 5px;
   background: #f9f9f9;
   border-bottom: 2px #f3f3f3 solid;
   border-top: 2px #f3f3f3 solid;
}

.entry {margin:0 0 7px 0; clear:both;}

.entry .info {
  position:relative;
  margin-top:-3px;
  padding:3px;
  font-size:0.9em;
}


.entry.single {clear:both;}

.entry.single .info {margin:0 0 22px 0;}

.entry .info a {
  margin: 0 2px;
  padding: 0 2px;
}

.entry .info em {
  padding-right:6px;
  font-style:normal;
}

.entry .author,
.entry .editlink a {
  margin:0;
  padding:0 0 0 10px;
  border-left:1px solid;
  border-right:none
}

/* POST META
---------------------------------------------------*/
#postmeta{
	color:#666666;
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif; 
	font-size:1em;
	margin-bottom:5px;
	overflow:hidden;
	margin-top:5px;
}

#postmeta a,a:visited {
	color:#1084AF;
}

#postmeta a:hover {
	color:#1084AF;
}

.postmetabox {border:1px solid #DDDDDD; padding:3px;}

/* edit link style code
---------------------------------------------------*/
#elink {color:#cc0000;
        font-size:bold;}

/* Comments	Display Style Code
--------------------------------------------------*/
#comments{
		font-family:verdana;
		margin-top:15px;
         }
   /*Readers Comment Title*/
#comments h4 {  font-size:1.4em !important;
				text-transform:none;
				border-bottom:1px solid #DDDDDD; 
				margin:0;
				padding:0;
				font-weight:bold;
				font-family:Georgia,Arial,Helvetica,sans-serif;
             }
.comment {
	margin:0px;
	margin-top:8px;
	margin-bottom:15px;
     padding:0px;
	width:500px;
	overflow:hidden;
}

#comments .comment .ucomment p {margin:0px !important;
                     padding:0px;}

.ucomment {margin:0px;
		   padding:0px;
		   border-bottom:1px solid #DDDDDD;
          }
#comments .comment .ucomment p {margin:0px !important;
                     padding:0px;}
.mcomment {margin:0px;
		   padding:0px;
		   border-bottom:1px solid #DDDDDD;
		   background:#F4F7FC;
          }
#comments .comment .mcomment p {margin:0px !important;
                     padding:0px;}

.tcomment {
	margin:0px;
	padding:0px;
}

#comments .comment .tcomment p {
	margin:0px !important;
    padding:0px;
}

.ucomment_meta {
	margin:0px;
	padding:0px;
	font-family:arial;
	font-size:0.8em;
	color:#666666;
	display:inline;
}

.ucomment_meta_dt {margin:0px;
				padding:0px;
				font-family:arial;
				font-size:0.8em;
				/*border-top:1px solid #DDDDDD;*/
                color:#999999;
				display:inline;				
				width:10px;
                     }
.avatar img {
	float:left;
	border:#666666 1px solid;
}

/* AddComment Comment Adding Form Style code
--------------------------------------------------*/
#addcomment { 
	margin-top:15px;
	border:1px solid #CCCCCC;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
	font-size:0.9em;
	background:#F4F7FC;
	font:verdana,Arial, Helvetica, Sans-Serif;
	width:500px;
}

#addcomment h4 { font-size:1.4em !important;
				text-transform:none;
				margin:0;
				padding:0;
				font-weight:bold;
				font-family:Georgia,Arial,Helvetica,sans-serif;
				}			   
#addcomment p {margin:0px;
            padding:0px;
            padding-bottom:5px;
            padding-top:5px;}

.form-item { 
	width:170px;
    float:left;
}

#respond {
	width: 650px;
	background-color: #fff;
}

#addcomment input {width:150px; margin:0px; padding:4px; height:16px;}

#addcomment textarea {
	width:450px;
    	font:verdana,Arial, Helvetica, Sans-Serif;
	font-size:14px; 
	margin-top:5px;
	margin-bottom:25px;
	height:180px;
	padding:5px;
}

#respond textarea {
	width:600px;
    	font:verdana,Arial, Helvetica, Sans-Serif;
	font-size:14px; 
	margin-top:5px;
	margin-bottom:25px;
	height:180px;
	padding:5px;
}

#addcomment #comment-name {
			   display:block;
			  }

#addcomment .desc {color:#999999;
                   font-size:0.8em; 
				   text-transform:capitalize;
				   font:verdana,Arial, Helvetica, Sans-Serif !important;
				   width:180px;
                   }
#addcomment input#submit {  
	background-color:#4F8ACE;
	border-color:#93BFEE rgb(50, 92, 142) rgb(50, 92, 142) rgb(147, 191, 238);
	border-style:solid;
	border-width:1px;
	color:#FFFFFF;
	font-family:arial,sans-serif;
	font-size:11px;
	font-weight:bold;
	padding:2px;
	width:210px;
	height:100px;
}

.box{
	border: 1px solid;
	border-color:#666666;
	padding:5px;
	margin-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:14px;
	font-weight:bold;
}

.box a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#1084AF;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}

.box a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#1084AF;
	font-size:11px;
	font-weight:normal;
	text-decoration:underline;
}

.box2{
	padding:2px;
	margin-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#4F4F4F;
	font-size:14px;
	font-weight:bold;
	line-height: 1.1em;
}

.box2 img {
	padding: 0;
}
	
.box2 a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#1084AF;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	margin-top: 3px;
}

.box2 a:hover{
	color:#1084AF;
	font-weight:normal;
	text-decoration:underline;
}

#box3 {
	border: 1px solid;
	border-color:#DBE1F2;
	padding:5px;
	margin-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#4F4F4F;
	font-size:1em;
}

#box3 h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#4F4F4F;
	font-size:14px;
	font-weight:bold;
}

#box3 img {
	padding: 0;
}
	
#box3 a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#1084AF;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	margin-top: 3px;
}

#box3 a:hover{
	color:#1084AF;
	font-weight:normal;
	text-decoration:underline;
}

#tags {
	margin-bottom: 10px;
}

#tags img {
	padding: 0;
	margin: 0 3px 0 0;
}
	
#tags a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#0072FF;
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
	margin-top: 3px;
}

#tags a:hover{
	color:#0072FF;
	font-weight:normal;
	text-decoration:none;
}


#calendar-categoria {
	margin-bottom: 0;
	color:#14A636;
	font-weight:normal;
}

#calendar-categoria img {
	padding: 0;
	margin: 0 3px 0 0;
}
	
#calendar-categoria a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#14A636;
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
	margin-top: 3px;
}

#calendar-categoria a:hover{
	color:#0072FF;
	font-weight:normal;
	text-decoration:none;
}

input {
border:#666666 1px solid;
padding:3px;
background-color:#E9E9E9;
width:190px;
}

#submit2 {
	border:#666666 1px solid;
	padding:2px;
	background-color:#666666;
	color:#FFFFFF;
	width:90px;
	font-weight:normal;
	float:right;
}

	
div.search input#comment-submit, input#searchsubmit {
	background-color:#FFFFFF;
	border-color:#C6ECFF;
	border-style:solid;
	border-width:1px;
	color:#3EC0FF;
	font-family:arial,sans-serif;
	font-size:13px;
	font-weight:bold;
	padding:0px;
	height:24px;
	margin-top:5px;
	margin-bottom:5px;
	vertical-align:bottom;
	float:right;
}

div.box #s {
	background-color:#FFFFFF;
	border-color:#006699;
	border-style:solid;
	border-width:1px;
	color:#006699;
	font-family:arial,sans-serif;
	font-size:13px;
	font-weight:bold;
	padding-left:20px;
	height:20px;
	margin-top:0px;
	margin-bottom:5px;
	vertical-align:bottom;
	width: 85%;
}							
							
.nocomments {font-weight:bold;
              color:#003366;}

/* content misc
--------------------------------------------------*/
/*#entrynavigation {border-color:#F3F4F4;}

 .editlink {
  position:absolute;
  height:14px;
  width:14px;
  right:2px;
} 

.next a {float:right;}
.previous a {float:left;}*/

html>body .editlink {bottom:6px;}
.entry .info .editlink a,
.minientry .editlink a,
#comments li .editlink a {
  display:block;
  height:14px;
  width:14px;
  margin:0;
  padding:0;
  border:none;
  font-size:1px; /* IEWin */
  line-height:0; /* IEWin */
  text-indent:-9999px;
}
.entry .info .editlink a:hover,
.minientry .editlink a:hover,
#comments li .editlink a:hover
  {background:none;}


/* footer
--------------------------------------------------*/
#footer {
  color:#666;
  font-weight:normal;
  background: #fff;
  clear:both;
  padding: 20px 10px 5px 10px;
  font-size:0.9em; 
  text-align:center;
  }

#footer a {
color: #1084AF; 
text-decoration:none;
}
#footer strong {font-weight:normal;}
#footer a:hover {
color: #000; 
}

#footer p { 
  padding: 5px 10px 10px 0px;
  text-align: center;
  line-height: 2em; 
}

.alignright {float:right;}

/* Sidebar Properties 
---------------------------------------------------*/
.sidebar {
	font:1em;
	color:#464646;
}
.sidebar h1 {
   color:#003366;
   font-weight: bold;
   font-family: Georgia, Arial, Helvetica, sans-serif;
   line-height:1.4em;
   margin:0 0 8px 0;
   font-size:1.5em;
}
.sidebar a,a:hover,a:visited{color:#14568A; text-decoration:none;}

.sidebar h2 {  
  color:#003366;
  font-weight: bold;  
  font-family: Georgia, Arial, Helvetica, sans-serif;
  line-height:1.4em;
  margin:0 0 8px 0 ;
  font-size:1.5em;
}
.sidebar h3 {
  margin: 10px 0 18px 0;
  font-size:1.3em;
  font-weight:bold;
  font-family: Georgia,Arial,Helvetica,sans-serif;
  margin:0 0 8px 0;
  line-height:1.4em;
  color:#003366;
}
.sidebar h4 {
  margin:2px;
  padding:0px;
  font-size:1.2em;
  font-weight:bold;
  font-family: Georgia,Arial,Helvetica,sans-serif;
  line-height:1.4em;
  color:#003366;
}


#sidebar_l .sidebar_box h4 a,h1 a,h2 a, h3 a {font-weight:bold;}

.sidebar h5 {
  margin: 10px 0 18px 0;
  font-size:1em;
  font-weight:bold;
  font-family: Georgia,Arial,Helvetica,sans-serif;
  margin:0 0 8px 0;
  line-height:1.4em;
  color:#003366;
} 
.sidebar h6 {
  margin: 10px 0 18px 0;
  font-size:0.8em;
  font-weight:bold;
  font-family: Georgia,Arial,Helvetica,sans-serif;
  margin:0 0 8px 0;
  line-height:1.4em;
  color:#003366;
}
.sidebar_box{
	border:1px solid #DDDDDD;
	margin-top:5px;
	margin-bottom:10px;
	padding: 0;
	position:relative;
}

.sidebar ul li {
	list-style-type:none;
}
.sidebar li {
line-height:1.4em;
padding:3px 0pt;
}

/* left sidebar
--------------------------------------------------*/
#sidebar_l {
			/*float:left;*/
			width:160px;
			border:solid 0px;
			margin-left:10px;
			font-size:0.9em;			
			}

/* right sidebar
--------------------------------------------------*/
#sidebar_r {
	float:right;
	width:300px;
	border:0px;
	margin-right:0px;
	font-size:0.9em;
	overflow:visible;
	margin-top:10px;
	}

/* Widget Related CSS Code
--------------------------------------------------*/
#wp-calendar {
	/*border: 1px solid #ddd;*/
	empty-cells: show;
	font-size: 0.9em;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
	font-weight:bold;
}

#wp-calendar a:hover {
/*	background: #e0e6e0; */
background:white;
	color: #333;
}

#wp-calendar caption {
	color: #14568A;	
	text-align: center;
	font-weight:bold;
	font-size:1.2em;
}

#wp-calendar td {
/*	color: #ccc;*/
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color:#003366;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */



/* MENIU STANGA 
---------------------------------*/

.urbangreymenu{
width: 160px; /*width of menu*/
margin:0px;
padding:0px;
}

.urbangreymenu .headerbar{
font: bold 12px Verdana;
color: white;
background: #548EC7 url(http://felicitari.netul.ro/images/down.gif) no-repeat 8px 10px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.headerbar h3 {
	margin: 20px;
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
	font: normal 12px Arial;
	color: #005E8A;
	background-color: #ECF3FF;
	display: block;
	padding: 3px 0;
	line-height: 17px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
	border: #CDE4FE 1px solid;
	border-width:0 1px 1px 1px;
}

.urbangreymenu ul li a:visited{
color: #005E8A;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
	color: white;
	background-color: #F07925;
}


#post2 {
	font-size:12px;
	}
	
#post2 a {
	font-size:12px;
	}	
	

.ddcolortabs{
margin-top:10px;
margin-left: 15px;
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.ddcolortabs ul{
font: normal 11px Arial, Verdana, sans-serif;
margin:10;
padding:10;
list-style:none;
}

.ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
}


.ddcolortabs a{
	float:left;
	color: white;
	background: url(images/color_tabs_left.gif) no-repeat left top;
	background-color:#3974AE;
	margin:0 2px 0 0;
	padding:0 0 1px 3px;
	text-decoration:none;
	letter-spacing: 1px;
}

.ddcolortabs a span{
float:left;
display:block;
background: transparent url(images/color_tabs_right.gif) no-repeat right top;
padding:10px 9px 6px 6px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
	background-color: #254B72;
}

.ddcolortabs a:hover span{
background-color: #254B72;
}

#ddcolortabs #current a, #ddcolortabs #current span{ 
background-color: #254B72;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
background-color: #254B72;
}

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 2px;
line-height: 2px;
background-color: #254B72;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
	position:absolute;
	top: 0;
	border: 1px solid #FFFFFF;
	border-bottom-width: 0;
	font:normal 12px Arial;
	line-height:18px;
	z-index:100;
	background-color: #3A76B1;
	width: 150px;
	visibility: hidden;
}


.dropmenudiv_a a{
	width: auto;
	display: block;
	text-indent: 5px;
	border-top: 0 solid #678b3f;
	border-bottom: 1px solid;
	border-bottom-color: #FFFFFF;
	padding: 2px 0;
	text-decoration: none;
	color: #FFFFFF;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
	background-color: #0D5785;
	color: white;
}
	
#sidebar-box {
	padding: 0;
	float: left;
	width: 250px;
	margin-top:0px;
	margin-bottom:10px;
	background: url(images/top-articole.png) no-repeat top;
	background-color: #FFFFFF;
	list-style:none;
	padding-top:30px;
	padding-left:3px;
}	

#sidebar-box .list {
	margin: 0px;
	padding: 0px 0px 0px;
	float: left;
	width: 250px;
	list-style-type: none;
}

#sidebar-box .list ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 245px;
	list-style-type: none;
}

#sidebar-box .list li {
	margin: 0px 0px 7px;
	padding: 0px;
	float: left;
	width: 250px;
	list-style-type: none;
	font-size: 11px;
	line-height: 12px;
	color: #073A13;
}

#sidebar-box .list li ul {
	margin: 0px!important;
	padding: 0px;
	list-style-type: none;
}

#sidebar-box .list ul li {
	margin: 7px 0px 0px;
	padding: 0px;
	float: left;
	width: 245px;
	list-style-type: none;
	font-size: 11px;
	line-height: 15px;
	color: #073F14;
}

#sidebar-box .list li a {
	background: url(images/bullet_top_articole.gif) no-repeat left 3px;
	margin: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 15px;
	color: #515151;
	text-decoration: none;
	font-size:1em;
}

#sidebar-box .list li a:hover {
	background: url(images/bullet_top_articole.gif) no-repeat left 3px;
	margin: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 15px;
	color: #333333;
	text-decoration: underline;
}

#sidebar-box .list table {
	width: 96%;
}


#navcats {
	width:980px;
	background: #fff;
	border-bottom:2px solid;
	border-top: 0px solid #006599;
	list-style-type: none;
	clear: both;
	font-size:1em;
}	
#navcats #navcatlist li {
	float: left;
	width: auto;
	list-style-type: none;
}
#navcats ul li a {
	display: block;
	font-size: 12px;
	color: #333;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:12px;
	padding-left:12px;
	border-right:1px solid #ddd;
	font-size:1em;
}
#navcats ul li a:hover {
	background-color: #586B5F;
	color:#F8DFFF;
}
#navcatlist li li {
	float: left;
	width: 160px;
}
#navcatlist li li a{
	background-color: #68A9F9;
	color:#FFFFFF;
	font-size: 13px;	
	float: none;
	padding-top:3px;
	padding-bottom:2px;
	padding-right:12px;
	padding-left:12px;
	border-bottom: 1px solid #fff;
	border-right:0;
	width: 136px!important;
	width:160px;
	width/**/:/**/136px;
}
#navcatlist li li a:hover {
	background-color: #5F0161;
	color:#F8DFFF;
}
#navcatlist li ul {
	position: absolute;
	width: 160px;
	left: -999em;
	border-bottom:1px solid #555;
}
#navcatlist li:hover ul {
	left: auto;
	display: block;
}
#navcatlist li:hover ul {
	left: auto;
}


#navpages {
	width:980px;
	background-color: #718A79;
	height:33px;
	border-top:1px solid #555;
	border-bottom:1px solid #555;
	clear:both;
	list-style-type: none;
}
#navpages #navpagelist li {
	float: left;
	width: auto;
	list-style-type: none;
}
#navpages ul li a {
	display: block;
	font-size: 1em;
	color: #FFFFFF;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:12px;
	padding-left:12px;
}
#navpages ul li a:hover {
	background-color: #586B5F;
	color:#FFFFFF;
	text-decoration:none;
}
#navpagelist li li {
	float: left;
	width: 160px;
}
#navpagelist li li a {
	background-color: #b5dded;
	color:#222;
	float: none;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:12px;
	padding-left:12px;
	border-top: 1px solid #555;
	border-right:0;
	width: 136px!important;
	width:160px;
	width/**/:/**/136px;
}
#navpagelist li li a:hover {
	background-color: #006599;
	color:#fff;
}
#navpagelist li ul {
	position: absolute;
	width: 160px;
	left: -999em;
}
#navpagelist li:hover ul {
	left: auto;
	display: block;
}
#navpagelist li:hover ul{
	left: auto;
}


#box-dreapta{
border:2px solid #d7e5ff;
margin:2px 0px 15px 0px;
padding:3px;
background-color:#ffffff;
-moz-border-radius-bottomleft:5px; -moz-border-radius-bottomright:5px; -moz-border-radius-topleft:5px; -moz-border-radius-topright:5px; -webkit-border-top-left-radius:5px; -webkit-border-top-right-radius:5px; -webkit-border-bottom-left-radius:5px; -webkit-border-bottom-right-radius:5px;
}

#box-dreapta a{
	color:#0086B3;
	text-decoration: none;
	font-size:1.2em;
}

#box-dreapta a:hover{
	color:#0086B3;
	text-decoration: underline;
}

#box-dreapta h3 {
font-family:Georgia, "Times New Roman", Times, serif;
color:#333333;
font-style:normal;
font-weight:normal;
font-size:18px;
margin:0px 0px 5px 0px;
padding:0px;
border-top:none;
border-bottom:1px solid #bbbbbb;
}

ul.cflist li{
list-style:none;
background:url(images/bullet.png) no-repeat top left;
vertical-align:top;
padding:0 0px 5px 20px;
margin:0 0 5px 0px;
}
ul.cflb li{
border-bottom:1px dashed #bbbbbb;
}
