/*  
Theme Name: Blue Blog - Bubble
Theme URI: http://www.bluerainbow.ch/
Description: Das Blue Blog Theme ist auf Basis des Bubble Theme von Astrit Sch&auml;fer entstanden - Es wurden viele Ver&auml;nderungen vorgenommen um es optimal ab Blue Rainbow anzupassen.
Version: 1.2 Beta
Author: Daniel Keller und (Astrid Sch&auml;fer)
Author URI: http://www.elite-media.de/
*/


* {
	margin : 0;
	padding : 0;
}


body,html
{
	height:100%;
	margin 0; padding:0;
	margin-left: 0px;
	margin-right : 0px;
	
	
	SCROLLBAR-FACE-COLOR: #5F9AEA;
	SCROLLBAR-TRACK-COLOR: #1647CA;
	SCROLLBAR-HIGHLIGHT-COLOR: #5F9AEA;
	SCROLLBAR-SHADOW-COLOR: #01647CA;
	SCROLLBAR-3DLIGHT-COLOR: #B4C8EE;
	SCROLLBAR-ARROW-COLOR: #1647CA;
	SCROLLBAR-DARKSHADOW-COLOR: #1647CA;
	
	background-color:#3D68DB;
	/* background-image:url(/design/menue_links_bg.gif);background-repeat:repeat-y; */
	cursor:url("/cur/bluerainbow.cur");
    /* cursor:url("/cur/br_xmas.cur");  */
	
}

body {
	
	font-family: Verdana, "Trebuchet MS", Georgia, Arial, Helvetica, sans-serif;
	color: #173DA2;
	font-size: 90%;
	
}

/* ###### HEADER ########################################################### */ 

table.head { 
           border-spacing:0px;
           border-collapse:collapse;
           text-align:left;
           margin-left:auto; 
           margin-right:auto; 
           margin-top:0px;
           padding-top:0px;
}



A.sektion_off:link, A.sektion_off:visited  {
          text-decoration:none; 
		  color:#214BB9; 
		  font-weight:bold;
} 

A.sektion_off:active   {
          text-decoration:none;
		  color:#FFFFFF; 
		  font-weight:bold;
} 

A.sektion_off:hover    {
		  text-decoration:none;
		  color:#FFFFFF; 
		  font-weight:bold; 
		  background-position:left top; 
		  background-image:url(/design/ani2.gif); 
		  background-repeat:repeat;
}

A.sektion_on:link, A.sektion_on:visited, A.sektion_on:active, A.sektion_on:hover  {
		  text-decoration:none;
		  color:#214BB9; 
		  font-weight:bold;
}
					   
td.banner {
		  padding:0px;
		  margin:0px
}					   
					   
.sektion_on, .sektion_off, .useronline, .useronline2, {

          fontfamily: "microsoft sans serif", verdana, tahoma, arial;
		 
		  
}

.sektion_on   {font-size:11px; color:#000080; font-weight:bold; font-variant: small-caps;}
.sektion_off  {font-size:11px; color:#214BB9; font-weight:bold; font-variant: small-caps;}
.useronline   {font-size:11px; color:#1647CA;}
.useronline2  {font-size:12px; color:#1647CA;}

.nav2  {font-size:12px; font-family:Verdana; font-weight:500; color:#000055;}
.nav3  {font-size:11px; font-family:Verdana; font-weight:500; color:#000055;}
.nav4  {font-size:10px; font-family:Verdana; font-weight:500; color:#000055;}

.nav2a  {font-size:12px; font-family:Tahoma,Arial,Verdana; font-weight:bold; color:#000055;}
.nav3a  {font-size:11px; font-family:Tahoma,Arial,Verdana; font-weight:bold; color:#000055;}
.nav4a  {font-size:10px; font-family:Tahoma,Arial,Verdana; font-weight:bold; color:#000055;}


.bluenav2, .bluenav3, .bluenav4  {font-family:verdana; font-weight:plain; color:#0D2B7C;}

.bluenav2  {font-size:12px;}
.bluenav3  {font-size:12px;}
.bluenav4  {font-size:10px;}




/* ###### KOPFZEILE & KLAPPLEISTE ########################################## */ 


#kopfzeile{
		   margin-left:171px;
		   margin-right:171px;
}

#kat {
   		   widh:100%;
   		   margin:0px;
		   font-size:110%;
		   color:#BFDAF5;
		   font-variant: small-caps;
		   padding: 4px 8px 3px 12px;
	       background: #2953E6 url('/design/kat_corner.gif');
   		   background-position: 100% -2px;
           background-repeat : repeat-y;
		   border-top: #3D68DB 1px solid;
		   border-left: #3D68DB 1px solid;
		   border-right: #3D68DB 1px solid;
		   border-bottom: #330099 1px solid;
   		   
   		   color:#BFDAF5;
   		   font-size: 1em;
   		   font-weight: bold;
   		   font-stretch: wider;
   		   white-space: nowrap;
   		   font-family: verdana, Tahoma, "comic sans ms", "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
}
		   

#breadcrumb {
           widh:100%;
           margin:0 0px 0 0px;
           padding: 4px 8px 4px 12px;
           margin-bottom:0px;
           color:#2953E6;
           background-color:#81B8FF;
           border-left: 0px solid #A2CBF6;
           border-right: 0px solid #A2CBF6;
		   border-bottom:0px solid #4E89DA;
		   font-size:85%;
		   font-weight:normal;
}

#breadcrumb a:hover, #breadcrumb a:focus {
          color:#0000BF;
		  text-decoration:underline;
}

#breadcrumb a {
          color:#0033CC;
          text-decoration : none;
}


#wrapper {
          background-color:#3D68DB;
          padding: 9px 12px 12px 10px;
          min-width: 700px;
          width:auto;
          border:0px solid #5F9AEA;
}

#all {
          background-image : url(images/all_top_right.gif);
          background-position: 100% 0;
          background-repeat : no-repeat;
          padding : 10px;
          background-color:#5F9AEA;
          margin-top : 0px;
          clear : both;
}

#content {
         margin-left : 171px;
         margin-right : 171px;
		 padding : 10px 10px 0px 10px;
         background-color: #A2CBF6;
         border-top: #81B8FF 1px solid;
         border-left: #81B8FF 0px solid;
		 border-right: #81B8FF 0px solid;
         border-bottom:#4E89DA  1px solid;
		 margin-bottom:0px;
         margin-top: 0px;
         height : auto;
}



/* ###### SUCHFORM ########################################################## */ 

#searchform {
	font-size:110%;
	color:#BFDAF5;
	background-color : #81B8FF;
	font-variant: small-caps;
	line-height : 1em;
	background-image : url(images/searchform2_160.gif);
	background-position : 0 0;
	background-repeat : no-repeat;
	padding-left : 10px;
	height : 60px;
	padding-top : 4px;
	padding-bottom : 6px;
	margin-bottom : 10px;
	margin-top : 10px;
}
#searchform label {
	margin-bottom : 8px;
	display : block;
}
#searchform input {
	font-family: "Trebuchet MS", Georgia, Arial, Helvetica, sans-serif;
	border : 0;
	margin-top : 0px;
	background-color : transparent;
	cursor : pointer;
	font-size : 120%;
	color : #365E13;
}
#searchform #b:focus {
	background-color : #2953E6;
	color : white;
}
#searchform #s {
	bbackground-image : url(images/search_input.gif);
	background-position : 0 0;
	background-repeat : no-repeat;
	background-color:#99C4FB;
	width : 100px;
	height : 20px;
	border : 1px solid #498CE2;
	font-family : "Trebuchet MS", Georgia, Arial, Helvetica, sans-serif;
	margin-top : 5px;
	padding-left : 5px;
	cursor : text;
}

#searchform #s:focus {
	bbackground-image : url(images/search_focus.gif);
	background-color:#FFFFFF;
	background-position : 0 0;
	background-repeat : no-repeat;
}




/* ###### LINKE SPALTE & TEILWEISE RECHTE SPALTE ############################ */ 


#left {
	float : left;
	width : 160px;
}

#left h2 {
	font-size:110%;
	color:#BFDAF5;
	font-variant: small-caps;
	background-image : url(images/e_lefttop2.gif);
	background-position : 0 0;
	background-repeat : no-repeat;
	padding-left : 10px;
	padding-top : 4px;
	padding-bottom : 4px;
	background-color: #2953E6;
	border-bottom: #330099 1px solid;
}

#left ul {
	background-image : url(images/e_rightbottom.gif);
	background-position : 100% 100%;
	background-repeat : no-repeat;
	background-color:#81B8FF;
	padding-bottom : 10px;
	margin-bottom:8px;
	padding-top:8px;
}

#left ul li {
	list-style-type : none;
	margin-left : 10px;
	padding-top : 2px;
	margin-right : 10px;
}

#left ul li a, #right ul li a {
	color:#0033CC;
	text-decoration : none;
	padding-left : 18px;
	font-size:12px;
	line-height:16px;
	display : block;
	background-image : url(images/main_li_nolink.gif);
	background-position : left;
	background-repeat : no-repeat;
}

#left ul .current_page_item a {
	background-color : white;
	background-image : url(images/current.gif);
	background-position : left;
	background-repeat : no-repeat;
}

#left ul li a:hover, #right ul li a:hover, #left ul li a:active, #left ul li a:focus, #right ul li a:active, #right ul li a:focus {
	background-color:#2953E6;
	color:white;
}

#left ul li strong {
	background-color : white;
	padding-left : 18px;
	background-image : url(images/current.gif);
	background-position : left;
	background-repeat : no-repeat;
	font-weight : normal;
	display : block;
}

#left #catmenu ul {
	background-image : none;
	margin : 0;
	padding : 0;
}

#left #catmenu li a {
	background-image : none;
}

#left #catmenu li {
	background-image : url(images/categories.gif);
	background-position : 0 0.4em;
	background-repeat : no-repeat;
}

#left #catmenu li ul li {
	margin-left : 15px;
}

#left #catmenu .current-cat {
	background-image : url(images/current.gif);
	background-position : 0 0.5em;
	background-repeat : no-repeat;
	background-color : white;
}

#left #month li a {
	background-image : url(images/archiv.gif);
	background-position : left;
	background-repeat : no-repeat;
}

#left #last li a {
	background-image : url(images/last2.gif);
	background-position : 0 0.2em;
	background-repeat : no-repeat;
}

#left #login li a {
	background-image : url(images/personal.gif);
	background-position : left;
	background-repeat : no-repeat;
}

#left #rss li a {
	background-image : url(images/rss2.gif);
	background-position : left;
	background-repeat : no-repeat;
}

#left #links li a {
	background-image : url(images/current.gif);
	background-position : left;
	background-repeat : no-repeat;
}

#left #statischeinhalte li a {
	background-image : url(images/current.gif);
	background-position : left;
	background-repeat : no-repeat;
}




/* ###### RECHTE SPALTE ##################################################### */ 


#right {
            float : right;
            width : 160px;
}
#right h2 {
            font-size:110%;
            color:#BFDAF5;
            margin:0px;
            font-variant: small-caps;
            padding-left : 10px;
            padding-top : 4px;
            padding-bottom : 3px;
            background-image : url(images/e_righttop2.gif);
            background-position : 100% 0;
            background-repeat : no-repeat;
            background-color: #2953E6;
            border-bottom: #330099 1px solid;
}
	
#right ul {
            background-image : url(images/e_leftbottom.gif);
            background-position : 0 100%;
            background-repeat : no-repeat;
            background-color:#81B8FF;
            padding-bottom : 8px;
            margin-bottom : 10px;
            padding-top:8px;
}

#right ul li {
            list-style-type : none;
            margin-left : 10px;
            padding-right : 10px;
}



#right #abonieren li.rss a {
            background-image : url(images/rss2.gif);
            background-position : left;
            background-repeat : no-repeat;
}

#right #abonieren li.mail a {
            background-image : url(images/mail2.gif);
            background-position : left;
            background-repeat : no-repeat;
}


#right #mail li a {
            background-image : url(images/mail.gif);
            background-position : left;
            background-repeat : no-repeat;
}


#right #links li a {
            background-image : url(images/current.gif);
            background-position : left;
            background-repeat : no-repeat;
}

#right #statischeinhalte li a {
	background-image : url(images/current.gif);
	background-position : left;
	background-repeat : no-repeat;
}


#right #last li a {
         	background-image : url(images/last2.gif);
         	background-position : 0 0.3em;
         	background-repeat : no-repeat;
}

#right #catmenu li a {
        	background-image:url(images/categories.gif);
        	background-position:left;
        	background-repeat:no-repeat;
			white-space:nowrap;
}


#right #categories a {
	   		background-image:url(images/categories.gif);
        	background-position:0px 0px;
			padding: 0 0 1px 18px;
			background-repeat:no-repeat;
			white-space:nowrap;
			text-decoration:none;
			font-size:12px;
			color:#0033CC;	
			padding-right:8px;
			width:100%; 
}

#right #categories li a:hover, #right #categories li a:active, #right #categories li a:focus {
            background-color:#2953E6;
            color:#FFFFFF;
}

#right #categories {
			list-style-type:none;
			list-style-position:outside;
			text-align:left;
			text-indent:10px;
			background-color:#81B8FF;
			font-size:11px;
			color:#4B71E2;
			text-decoration:none;
			background-image:url(images/e_leftbottom.gif);
			background-position: 0 100%;
			background-repeat:no-repeat;
			padding-bottom:8px;
			padding-top:8px;
			margin-bottom : 10px;
			line-height:16px;
			width:100%;
}



/* ###### KALENDER ########################################################## */ 


#wp-calendar {
	
	width:100%;
	background-color : #99C4FB;
	background-position : 0 100%;
	background-repeat : no-repeat;
	/* border-collapse : collapse; */
	margin-bottom : 0px;
	
}


a.calendar_link:link         {font-weight:plain; color:#2953E6;  text-decoration:none; }
a.calendar_link:visited      {font-weight:plain; color:#2953E6;  text-decoration:none; }
a.calendar_link:active       {font-weight:plain; color:#FFFFFF;  text-decoration:none; }
a.calendar_link:hover        {font-weight:plain; color:#FFFFFF;  text-decoration:none; }


a.calendar_link {
	text-decoration:none;
	color:#2953E6;
}


#wp-calendar caption {
	width : 100%;
	background-color : #99C4FB;
	line-height : 1.6em;
	font-size : 90%;
	font-variant: small-caps;
}
#wp-calendar td, #wp-calendar th {
	text-align:center;
	height:17px;
	border : 0px solid #99C4FB;
	background-color:#81B8FF;
	font-variant: small-caps;
	font-size : 85%;
}
#wp-calendar #today {
	background-color:#99C4FB;
}
#wp-calendar a {
	color:#2953E6;
	font-weight:bold;
	text-decoration:none;
}
#wp-calendar a:hover {
	text-decoration:none;
	background-color:#3D68DB;
	color:#FFFFFF;
}





#content .prelink {
	padding-right : 14px;
	background-image : url(images/prelink.gif);
	
	background-position : 100% 4px;
	background-repeat : no-repeat;
	padding-left : 0;
	font-size : 100%;
}

#content h2 {
	color : #330099;
	font-size : 140%;
	margin-top : 0px;
	width : auto;
}
#content h2 em {
	font-size : 70%;
	font-weight : normal;
	color : #330099;
}
#content h2 em var {
	color : black;
	font-style : normal;
}
#content h3 {
	font-size : 110%;
	margin-top : 10px;
	color : #330099;
}
#content h2 a {
	color : #330099;
	text-decoration : none;
}
#content .imgleft {
	float : left;
	margin-right : 20px;
	margin-bottom : 10px;
	margin-top : 10px;
	border : 5px solid #E4F0CA;
}
#content p {
	margin-top : 15px;
	margin-bottom : 15px;
}
#content h2 a:hover {
	text-decoration : underline;
}
#content .date {
	float : right;
	line-height : 1em;
	padding : 3px;
	border : 1px solid #74ADF7;
	width : auto;
	background-color:#BFDAF8;
	margin-left : 10px;
	margin-top : -45px;
	margin-right : -2px
}
#content .date .d {
	font-size : 140%;
	display : block;
	text-align : center;
	color : #74ADF7;
}
#content .date .m {
	display : block;
	font-size : 80%;
	text-align : center;
	color : #74ADF7;
}

#content .post {
	border: 1px solid #74ADF7;
	padding: 0px 12px 10px 12px;
	margin-bottom: 8px;
	background-color: #BFDAF8;
}


#content .post small {
	display : block;
	margin-bottom : 15px;
}

#content .post .postend {
	background-image : url(images/comment.gif);
	background-position : left;
	background-repeat : no-repeat;
	padding-left : 20px;
	margin-top : 15px;
}

#content #xende {
	text-align : right;
	padding : 10px;
	clear : both;
	margin-right : -15px;
	margin-bottom : 0px;
	margin-top : -10px;
}

#foot {
	text-align : center;
	font-size : 70%;
	text-indent : 20px;
	clear : none;
	margin-top : 10px;
	border-top : 3px solid #74ADF7;
	padding-top : 10px;
}





/* ------------------ General Definition --------------------*/


#content a.hell:link         {font-weight:plain; color:#BFDAF5;  text-decoration:none; }
#content a.hell:visited      {font-weight:plain; color:#BFDAF5;  text-decoration:none; }
#content a.hell:active       {font-weight:plain; color:#FFFFFF;  text-decoration:none; }
#content a.hell:hover        {font-weight:plain; color:#FFFFFF;  text-decoration:underline;}

a.hell:link         {font-weight:plain; color:#74ADF7;  text-decoration:underline; }
a.hell:visited      {font-weight:plain; color:#74ADF7;  text-decoration:underline; }
a.hell:active       {font-weight:plain; color:#BFDAF5;  text-decoration:none; }
a.hell:hover        {font-weight:plain; color:#BFDAF5;  text-decoration:none;}

.footersmall {font-size:11px; font-weight:plain; font-style:italic; color:#74ADF7;}


#content a:link, #foot a:link {
	color: #2953E6;
	text-decoration:none;
}
#content a:visited, #foot a:visited {
	color: #2953E6;
	text-decoration:none;
}
#content a:hover, #foot a:hover {
	text-decoration: underline;
}
#content a:focus, #content a:active, #foot a:focus, #foot a:active {
	background-color:#2953E6;
	color:white;
}

.none {
	display : none;
}
#content ul, #content ol, #content h1, #content h2, #content h3, #content h4, #content h5 {
	margin-top : 15px;
	margin-bottom : 15px;
	color :#0033CC;
}
#content ol .user, #content ol .admin {
	margin-left : 0;
	list-style-type : none;
	border : 3px solid #74ADF7;
	padding : 10px;
	margin-bottom : 10px;
}
#content ol .user {
	background-color :  #B4D3F6;
	background-image : url(images/user.gif);
	background-position : 10px 5px;
	background-repeat : no-repeat;
	border : 2px solid #74ADF7;
	font-size:90%;
}
#content ol .user cite, #content ol .admin cite {
	font-size : 130%;
	margin-left : 40px;
	margin-top :7px;
	margin-bottom:1px;
	display : block;
}
#content ol .admin {
    background-color:#BFDAF8;
	background-image : url(images/admin.gif);
	background-position : 10px 5px;
	background-repeat : no-repeat;
	border : 2px dotted #74ADF7;
	font-size:90%;
}

.next
{
   text-decoration: none;
   margin-top: 12px;
   margin-bottom:0px;
} 

#content h4 {
	font-weight : normal;
	letter-spacing : 3px;
	font-size : 90%;
}
#content h5 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
}
#breadcrumb h3 {
	color : #A2CE4B;
	margin : 0;
}
#content ul li, #content ol li {
	margin-left : 20px;
}


blockquote {
	padding-left : 40px;
	background-color : transparent;
	/* border : 3px solid #74ADF7; */
	background-image : url(images/blockquote.gif);
	background-position : 0px 0px;
	background-repeat : no-repeat;
	font-size:95%;
}

#content em {
	font-style : normal;
	color: #173DA2;
}
cite {
	font-style : normal;
	line-height:8px;
	color :#2953E6;
	padding-bottom:12px;
}
abbr, acronym {
	border-bottom : 1px dotted #708090;
}
samp {
	color : #1E90FF;
}
dfn {
	font-style : normal;
	color : #CC0000;
	font-family : verdana,Georgia, Arial, Helvetica, sans-serif;
}


pre {
	background-color : #BFDAF8;
	border : 2px dotted #74ADF7;
	padding : 4px;
	overflow : auto;
	width : inherit;
	line-height : 1.5em;
	margin-top:-10px;
}
.klein {
	font-family : "courier new", "Times New Roman", Times, serif;
	font-size : 95%;
}

.smallinfo {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size : 75%;
	color: #74ADF7;
}


hr {
	height: 1px;
	border-width: 0;
	background-color: #74ADF7;
	color: #74ADF7;
}


.navleiste {
	height:17px;
	padding:3px 6px 3px 6px;
	border: 1px dotted #74ADF7;
	margin-left:6px;
	margin-right:6px;
	font-size:12px;
	margin-bottom:10px;
	font-size:12px;
}

.navleiste_archiv {
	height:18px;
	padding:3px 6px 3px 6px;
	border: 1px dotted #74ADF7;
	margin-left:0px;
	margin-right:0px;
	font-size:12px;
	margin-top:5px;
	margin-bottom:10px;
	font-size:12px;
}

.navlinks {
	font-size:12px;
}

	
	

/*----------------- Formulare ---------------------------*/

#content fieldset {
	border : 3px solid #74ADF7;
	padding : 10px;
}

#content legend {
	padding-left : 10px;
	padding-right : 10px;
	font-size : 80%;
	color :#0033CC;
}
#content label {
	float : left;
	width : 130px;
}
#content .nonlabel {
	float : none;
	width : auto;
}
#content input {
	font-family: Verdana, Tahoma,  "Trebuchet MS", Georgia, Arial, Helvetica, sans-serif;
	margin-bottom : 3px;
	background-color : #BFDAF8;
	border : 1px inset white;
}
#content .btn {
	border : 3px solid #74ADF7;
	background-color :#BFDAF8;
}

#content .btn2 {
	border : 3px solid #74ADF7;
	background-color :#BFDAF8;
	font-family: Verdana,Tahoma,Georgia, Arial, Helvetica, sans-serif;
	color:#003399;
}

#content .error {
	background-color :#FFE6E6;
	border : 1px solid #FF4500;
	color:#CC3300;
	padding: 4px;
}

#content .ok_message {
	background-color :#99FF99;
	border : 1px solid #009933;
	color:#036C26;
	padding: 4px;
}

.errors {
	font-size : 110%;
	margin-top : 10px;
	color:#CC0000;
}

.ok_big {
	font-size : 110%;
	margin-top : 10px;
	color:#009933;
}

.ok_small {
	font-size : 100%;
	color:#009933;
}

#content input:focus, #content textarea:focus {
	background-color : #D4E6FA;
}

#content textarea {
	font-family: Tahoma,Verdana,Georgia, Arial, Helvetica, sans-serif;
	font-size:100%;
	width : 99%;
	background-color : #BFDAF8;
	margin-top : 5px;
	border : 1px inset white;
}

.clear {
	clear : both;
}



/* ###### ZUSÄTZLICHE EIGENE CSS ############################################# */


.smallinfo {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size : 75%;
	color: #74ADF7;
}


hr {
	height: 1px;
	border-width: 0;
	background-color: #74ADF7;
	color: #74ADF7;
}

hr.size2 {
	height: 2px;
	border-width: 0;
	background-color: #74ADF7;
	color: #74ADF7;
}

hr.size3 {
	height: 3px;
	border-width: 0;
	background-color: #74ADF7;
	color: #74ADF7;
}


.navleiste {
	height:17px;
	padding:3px 6px 3px 6px;
	border: 1px dotted #74ADF7;
	margin-left:0px;
	margin-right:0px;
	font-size:12px;
	margin-bottom:10px;
	font-size:12px;
}

.navleiste_archiv {
	height:18px;
	padding:3px 6px 3px 6px;
	border: 1px dotted #74ADF7;
	margin-left:0px;
	margin-right:0px;
	font-size:12px;
	margin-top:5px;
	margin-bottom:10px;
	font-size:12px;
}

.navlinks {
	font-size:12px;
}



.goon {
	
	padding: 3px 3px 4px 21px;
	background: url(images/goon.gif) no-repeat 1px 50%;
	font-weight: bold;
}


.postmetadata {
	border:0px dotted #74ADF7;
	padding:10px 0px 0px 0px;
	width: 100%;
	font-size:11px;
	color: #2953E6;
	font-weight:normal;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}


.time {
	padding: 0 0 0 24px;
	background: url(images/fn_time.gif) no-repeat 0 0;
}
.autor {
	margin:0 0 0 0px;
	padding: 0 0 0 20px;
	background: url(images/fn_user.png) no-repeat 0 0;
}

.categories {
	margin:0 0 0 2px;
	padding: 0 0 2px 13px;
	background: url(images/fn_categories.gif) no-repeat 0 0;
	text-indent:20px;
}

.comments {
	margin:0 0 0 8px;
	padding: 0 0 1px 18px;
	background: url(images/fn_comments2.gif) no-repeat 0 0;
}

.edit {
	margin:0 0 0 10px;
	padding: 1px 0px 2px 19px;
	background: url(images/fn_edit2.gif) no-repeat 0 0;
}

.counter {
	margin:0 0 0 8px;
	padding: 0 0 3px 16px;
	background: url(images/fn_counter.gif) no-repeat 0 0;
}


.trackback {
	margin:0 0 0 15px;
	padding: 0 0 0 24px;
	background: url(images/fn_trackback.gif) no-repeat 0 0;
}

.lsmall {
	color:#81B8FF;
	font-style:none;
}	


.moon {
	font-size:11px;
	font-family: Tahoma, Arial, Helvetica;
	font-variant: small-caps;
	
	}
.moon2 {
	font-size:12px;
	font-family: Tahoma, Arial, Helvetica;
	font-variant: small-caps;
	
	}


#navigation {
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 22px;
	font-size:12px;
	margin-left:3px;
	margin-right:3px;
}


#navigation a {

	text-decoration:none;
	font-size:12px;
	color:#0033CC;	
}


#navigation a:hover, #navigation a:focus {
    color:#0000BF;
    text-decoration:underline;
}

	
.arrow_left {
	margin:0 0 0 0px;
	padding: 0px 0 0px 16px;
	background: url(images/left.gif) no-repeat 0px 1px;
}

.arrow_right {
	margin:0 0 0 0px;
	padding: 0px 16px 0px 0px;
	background: url(images/right.gif) no-repeat 100% 1px;
}
	

.alignright {
	float: right;
}

.alignleft {
	float: left
}	

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
	
	
img {
	border: 0;
}

img.top_left  {margin:3px 8px 5px 0px;}
img.left      {margin:3px 8px 5px 0px;}

img.top_right {margin:3px 0px 5px 9px;}
img.right     {margin:3px 0px 5px 9px;}

.pic {
    border: 2;
	border: 2px solid #74ADF7;
}

	


/* ###### SMILIES ########################################################### */ 


.wp-smiley {
border: 0pt none;
margin: 0px;
padding: 0px;
vertical-align:-25%;
/* vertical-align: -25%; */
}

/* ###### PAGEBAR ########################################################### */ 

.pagebar
{
   padding: 2px 4px 2px 4px; 
   margin: 1px 1px 1px 1px;
   border: 1px dotted #74ADF7;
   padding: 5px 5px 5px 5px;
   /* background-color: #BFDAF8; */
   font-size:11px;
   color : #74ADF7;
   margin-bottom:8px;
   
   
   text-decoration: none;
   text-align:center;
}

.pagebar a, .pageList .this-page
{
   border: 1px solid #74ADF7;
   background-color: #BFDAF8;
   text-decoration: none;
   height:30px;
   padding: 2px 4px 2px 4px; 
   margin: 0px;
   
}

a.pagebar:link         {text-decoration:none; }
a.pagebar:visited      {text-decoration:none; }
a.pagebar:active       {text-decoration:none; }
a.pagebar:hover        {text-decoration:none; }

.pagebar a:visited
{
   border: 1px solid #74ADF7;
   text-decoration: none;
   padding: 2px 4px 2px 4px; 
   margin: 0px;
   height:30px;
}

.pagebar .break
{
   padding: 2px 4px 2px 0px; 
   margin: 0px;
   border: none;
   color:#0000BF;
   background: transparent;
   text-decoration: none;
   height:30px;
}

.pagebar .this-page
{
   border: 1px solid #0000BF;
   padding: 2px 4px 2px 4px; 
   margin: 0px;
   font-weight: bold;
   background: #2953E6;
   color: #FFFFFF;
   height:30px;
}

.pagebar a:hover
{
   border-color: #0000BF;
   text-decoration: none;
   background: #74ADF7;
   color: #FFFFFF;
   height:30px;
   
} 


#content .page_title 
{
    font-size: 18px;
	padding:3px 1px 3px 1px;
	color :#0033CC;
	font-weight:bold;
	border-top : 2px solid #74ADF7;
	border-bottom : 2px solid #74ADF7;
	margin-top : 10px;
	margin-bottom : 15px;
}

#content .page_post {
	border: 1px solid #74ADF7;
	padding: 0px 12px 10px 12px;
	margin-bottom: 8px;
	background-color: #C6DEF8;
	color :#0033CC;
}




/* ###### LINK INDICATION PLUGIN ########################################## */ 


a.liexternal { 
   padding-right: 13px; 
   background: url(images/link-icon_external_00.gif) no-repeat right; 
}
a.liwikipedia { 
   padding-right: 14px; 
   background: url(images/link-icon_wikipedia.gif) no-repeat right; 
}
a.liimdb { 
   padding-right: 18px; 
   background: url(images/link-icon_imdb.png) no-repeat right; 
}
a.liftp { 
   padding-right: 13px; 
   background: url(images/link-icon_ftp.png) no-repeat right; 
}
a.limailto { 
   padding-right: 18px; 
   background: url(images/link-icon_mail.png) no-repeat right; 
}
a.lipdf { 
   padding-right: 12px; 
   background: url(images/link-icon_pdf.png) no-repeat right;  
}

a.lipps { 
   padding-right: 14px; 
   background: url(images/link-icon_powerpoint.gif) no-repeat right;  
}



/* SUBSCRIPTION MANAGER STYLE */



.subscription-manager {
padding: 10px 0 20px 0;
margin: -5px 0px 0px 0px;
width: 100%;
}

div.wrap {
background: #BFDAF8;
padding: 5px 10px;
margin: 0px 0px;
border: 1px solid #74ADF7;
}

div.wrap h2 {
margin: .5em 0 1em 0;
border-bottom: 1px solid #74ADF7;
}

div.wrap fieldset {
border: 1px solid #74ADF7;
margin: 1em 0;
padding: 5px 10px;
}

div.wrap fieldset legend {
font-weight: bold;
font-size: small;
}

div.wrap p.submit {
text-align: right;
}


.updated {
background: #B9D6EF;
border: 1px solid #589bd2;
margin: 1em 5% 10px;
padding: 0 1em;
}

.updated-error {
background-color: #FFA3A3;
border: 1px solid #FF5D5D;
}

div.wrap form {
margin: 0;
padding: 0;
}


#subscription-manager input, #content textarea {
    background-color : #D4E6FA;
}

#subscription-manager input:focus, #content textarea:focus {
	background-color : #FFFFFF;
}

div.warp li {
margin-bottom: 6px;
line-height: 130%;
}
/* END SUBSCRIPTION MANAGER STYLE */


.sya_categories {
font-size:12px;
color: #74ADF7;
}

.small {font-size:13px;
}

.small2 {font-size:12px;
}