/*
Theme Name: Blu Mag
Theme URI: http://techblissonline.com/blumag/
Description: Blumag theme is a blue coloured pro theme with sliding menus, featured posts and sliding tabs. You can Control the layout through theme's options Page. Developed by <a href="http://techblissonline.com/">Techblissonline.Com WP labs</a>.
Version: 1.4
Author: Techblissonline Dot Com
Author URI: http://techblissonline.com/
Tags: blue, custom-header, fixed-width, three-columns, left-sidebar, right-sidebar
The CSS, XHTML, design and PHP are released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/* HTML Elements */
* {
	margin:0;
	padding:0;
	}



body {
	font-family: "Arial AMU", Verdana, Arial, Helvetica, Sans-Serif;
	/*background:#2b5db5 url(images/bodybg.gif) repeat-x;*/
	background: #F1F1F1;
	color: #111111;
	width:100%;
    margin: 0px;
    padding: 0px;
	}

p {
	margin: 10px 0;
	}

a:link, a:visited {
	color: #00599C;
    text-decoration:none
	}

a:hover, a:active {
	color:#00599C;
    text-decoration:underline;
	}

a img {
	border:0;
	}

pre, code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
	}

pre {
  overflow:auto;
  margin:0 0 18px 0;
  padding:4px;
  border:1px dashed #CCCCCC;
}

code {
	padding:0 2px;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #eee;
	font:1.0em Arial;
	line-height:1.4em;
	margin:10px 0px;
	}

select {
	width: 130px;
	}

/* images
--------------------------------------------------*/
img.left {
  float:left;
  margin:0 12px 0 0;
  padding: 0px;
  border: 6px solid #fff;
  width: 150px;
}

img.right {
  float:right;
  margin:0 0 0 12px;
}

img.center {
  display: block;
  margin:0 auto;
}

/*another set of classes for img alignment*/
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.centered {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.centered {display: block; margin-left: auto; margin-right: auto}

/*p img { padding: 0; max-width: 100%; }*/

a img {border:none;}

img.wp-smiley {
    float: none;
	border: none;
	padding: 0px;
	margin: 0px;
}

.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

/* Structure */
#page {
	width:975px;
	margin:0px auto;
	background:#ffffff;
	font-size:0.75em;
	border: 1px solid #D2D8E5;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}


#head{
	width:100%;
}

#head-top{

	width:605px;
	background: #1C4283 url(images/header_top.jpg) repeat-x;
	font-size:12px;
	font-family: "Arial AMU", Verdana, Arial, Helvetica, Sans-Serif;
	margin:0px auto 0px;
	padding:0px 0px;
}

#head-bottom{

	width:100%;
	height:167px;
		/*Place your banner in images folder and give its name here instead of banner.jpg*/
	text-align:left;
    margin-bottom:1px;

}

#headbottom-center-text{

	font-family: "Arial AMU", Verdana, Arial, Helvetica, Sans-Serif;
	padding-left:10px;
	padding-top:10px;
	float:left;

}
#headbottom-center-text #headbottom-center-title{

  font-family: "Arial AMU", Verdana, Arial, Helvetica, Sans-Serif;
	font-size:30px;
	color:#FFFFFF; /*00599C*/
	padding-bottom:5px;
	font-weight:bold;

}

#headbottom-center-text #headbottom-center-title a{
	color:#FFFFFF;	/*00599C*/
	font-weight:bold;

}

#headbottom-center-text #headbottom-center-title a:hover{

	color: #CACACA;
	text-decoration: none;
}

#headbottom-center-text #headbottom-center-body{

	font-size:12px;
	line-height:15px;
	width:550px;
	color:#FFFFFF; /*00599C*/
	font-family: "Arial AMU", Verdana, Arial, Helvetica, sans-serif;

}

/*header_menu*/

#header_menu, #header_menu ul {
	margin:0;
	padding:0;
	list-style: none;
	position:relative;
	line-height:1.4em;
	z-index:300;
	width:605px;
	font-weight:bold;
}

#header_menu a {
	display:block;
	padding:0.25em 1em;
	color:#FFFFFF;
	border-right:1px solid #c3c2c2;
	text-decoration:none;
    text-transform: uppercase;
}
#header_menu a:hover {
	background: url(images/menu_over_bg.jpg) repeat-x;
	color:#fff;
}

#header_menu li {
	float:left;
	position:relative;
}

#header_menu ul {
	position:absolute;
	display:none;
	width:12em;
	top:1.9em;
	left:-1px;
}
#header_menu ul a {
	border-left:1px solid #c3c2c2;
}
#header_menu li ul {
	border-top:1px solid #c8c8c8;
	width:14.1em;
	background: #1E4790;
}

#header_menu li ul a {
	width:12em;
	height:auto;
	float:left;
	border-bottom:1px solid #c8c8c8;
}
#header_menu ul ul {
	top:auto;
}

#header_menu li ul ul {
	left:13em;
	margin:0px 0 0 10px;
}

#header_menu li:hover ul ul, #header_menu li:hover ul ul ul, #header_menu li:hover ul ul ul ul {
	display:none;
}
#header_menu li:hover ul, #header_menu li li:hover ul, #header_menu li li li:hover ul, #header_menu li li li li:hover ul {
	display:block;
}

/*footer menu*/

#footer_menu, #footer_menu ul {
	margin:0 0 0 90px;
	padding:0;
	list-style: none;
	position:relative;
	z-index:300;
	width:722px;
	font-weight:bold;
}

#footer_menu a {
	display:block;
	padding: 0 5px 0 5px;
	color:#727272;
	text-decoration:none;
    text-transform: uppercase;
}
#footer_menu a:hover {
	color:#727272;
}

#footer_menu li {
	float:left;
	position:relative;
}

/*footer pages*/

#footer_pages, #footer_pages ul {
	margin:40px 0 0 10px;
	padding:0;
	list-style: none;
	position:relative;
	z-index:300;
	width:722px;
	font-weight:bold;
}

#footer_pages a {
	display:block;
	padding: 0 5px 0 5px;
	color:#727272;
	text-decoration:none;
    text-transform: uppercase;
}
#footer_pages a:hover {
	color:#727272;
}

#footer_pages li {
	float:left;
	position:relative;
}


#searchform {
	text-align:right;
	padding-top:2px;
	margin-left:17px;
	}

input#s {
width:200px;
}
/* end menu */

/* end header */

/* Text*/
h1 {
	font:1.8em Arial;
	font-weight:bold;
	letter-spacing:-0.02em;
	color:#00599c;
	}

h2 {
	font:1.2em Georgia, "Times New Roman";
	margin-bottom:5px;
	margin-top:5px;
	font-weight:bold;
	}

h3 {
	font:1.2em Arial;
	margin-bottom:10px;
	color:#111111;
	font-weight:bold;
	}

h4 {
	font-weight:bold;
    font:1.2em Arial;
	margin-bottom:10px;
	color:#111111;
	font-weight:bold;
	}

h5 {
	font-weight:bold;
    font:1.2em Arial;
	margin-bottom:10px;
	color:#111111;
	}

h1 a, h1 a:hover, h1 a:visited, h2 a, h2 a:hover, h2 a:visited, h3 a, h3 a:hover, h3 a:visited {
	text-decoration: none;
	color: #111111;
	}

h4 a, h4 a:hover, h4 a:visited, h5 a, h5 a:hover, h5 a:visited {
	text-decoration: none;
	color: #111111;
	}


#respond h4 {
	margin-top:0px;
	padding-top:10px;
	color:#333;
	}

h4#respond {
	margin-top:0px;
	padding-top:10px;
	color:#333;
	}

h3.comments {
	margin-top:32px;
	padding-left:0px;
	color:#333;
	}

h3.authors {
	margin-top:15px;
	}

/* Index Page*/

#archive {
	padding-top:5px;
	font-size:1.05em;
	line-height:1.4em;
	}

#archive blockquote {
	padding: 0px 10px 0 10px;
	}

#archive .title  a {
	font-size:1.5em ;
	font-family: "Arial AMU", Verdana, Arial, Helvetica, Sans-Serif;
	font-weight:bold;
	letter-spacing:-0.02em;
	color:#1f3460;
	}
#archive .title  a:hover {
	color: #1f3460;
	text-decoration:none;
}

#archive .clearfloat {
	padding-bottom:5px;
	padding-top:5px;
	/*margin-bottom:5px;*/
	border-bottom: 1px dotted #aaaaab;
	}

#archive .story {
	display:block;
	margin-top:5px;
	}

.story img{
  width: 150px;
}

.story a{
  color: #132b5e;
}

#archive p {
	margin:5px;
	padding:0px;
	}

#archive img {
	margin:5px;
	padding:0px;
	}

.author {
	font-size:0.8em;
	font-weight:bold;
	}

.meta {
	font-size:0.8em;
	color:#333;
	}

.meta a {
	color:#333;
	}

/* Easy Slider */
#featured {
	background: url(images/featured_bg.jpg) no-repeat;
	color:#494949;
	line-height: 1.4em;
	padding: 25px 35px 0px 35px;
	float:left;
	display: inline;
	overflow:hidden;
	min-height:250px;
	margin-bottom:5px;
	border: 0px none #00599c;/*D2D8E5;	*/
	}

#featured h4 {
	font-size:1.1em;
	font-family: "Arial AMU", Verdana, Arial, Helvetica, Sans-Serif;
	font-weight:bold;
	color:#70E673;
	border-bottom: 2px solid #E8AF53;
	padding:3px 10px;
	text-transform: uppercase;
	}

#featured .title {
	font-size: 1.3em;;
	font-family: "Arial AMU", Verdana, Arial, Helvetica, Sans-Serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	color:#b81616;
	/*margin-left:20px;   7EB4FE*/
	}

#featured .title  a {
	margin-left:20px;
}

#featured  .title  a:hover {
	color: #b91616;
	text-decoration:none;

}

/*#featured img{
  width: 215px;
}*/

 #slider ul, #slider li{
  margin:0;
  padding:0;
  list-style:none;
  }

 #slider, #slider li{
  /*
   define width and height of container element and list item (slide)
   list items must be the same size as the slider area
  */

  width:503px;
  height:300px;
  overflow:hidden;

  }
 #slider li{
  /*background:#f1f1f1;*/
  }
 #slider li h2{
  margin:0 20px;
  padding-top:20px;
  }
 #slider li p{
  margin:10px 20px;
  }

#slider li img{
  margin:0px 5px;
  border: 6px solid #fff;
  }

#slider li .stats{
  margin-left:20px;
  }

 span#prevBtn{
   /*background : url(images/previous2.gif) no-repeat left center;*/
   float : left;
   padding-left : 20px;
   margin-top:-40px;
 }

 span#nextBtn{
  /* background : url(images/next2.gif) no-repeat right center;  */
   float : right;
   padding-right : 20px;
   text-align : right;
   margin-top:-40px;
 }

 #prevBtn a,#nextBtn a:visited, #nextBtn a,#nextBtn a:visited
 {
  color : #00599C;/*#999;*/
  text-decoration : none;
  font-weight:bold;
 }

 #prevBtn a:hover, #nextBtn a:hover
 {
  color : #00599C;/*#000;*/
  text-decoration : none;
  font-weight:bold;
 }

/* // Easy Slider */

/* Content Page*/

#content {
	width:580px;
	background:#fff;
	padding:0px 10px 10px;
	/*font-size:1.05em;*/
	line-height:1.4em;
	float:left;
  display:inline;
	overflow:hidden;
	min-height:400px;
	margin-left:5px;
	margin-top:0px;
	}

#content .breadcrumbs {
	font-weight:bold;
	color:#999999;
	}

#content .breadcrumbs a {
	font-weight:bold;
	color:#00599c;
	}

#content h1.title {
	/*border-top:3px solid #ddd;*/
	color:#1F3460;
	font-family: "Arial AMU", Verdana, Arial, Helvetica, Sans-Serif;
	}

#content h2 {
	margin-bottom:10px;
	}

#content h2.title {
	font-size:1.5em;
	font-family: "Arial AMU", Verdana, Arial, Helvetica, Sans-Serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	border-bottom:0px none #ddd;
   /*	border-top:3px solid #ddd;*/
	color:#1F3460;
	}

.post {
	font-size:1.05em;
	line-height:1.4em;
	}

.post p {
	margin:0 10px 5px 0;
	}

.post p {
	padding-bottom:10px;
	}

.post .clearfloat {
	border-bottom:1px none #ccc;
	margin:10px 0px;
	}

.post ul, .post ol {
	margin-bottom:15px;
	}

.post ul li {
	list-style:square;
	margin-left:30px;
	}

.post ol li {
	list-style:decimal;
	margin-left:30px;
	}

.post ol li ul li {
	list-style:square;
	margin-left:20px;
	}

.post img, .post a img, #archive img {
	margin:0 10px 0 0;
	padding:2px;
	}

.post .ads {
	margin-top:10px;
	}

.entry {
	margin-top:0px;
	}

.stats {
	border-top:0px none #e4e4e4;
    margin-top:0px;
	padding:0px 0px;
	text-transform:uppercase;
	font:0.8em Arial;
    color:#999;
	display:block;
	}

.stats span {
	padding: 0px 0px 0px 0px;
	}

.stats span a:hover {
	background:none;
	}

.stats span a {
	color:#999;
	}

.stats img, #nav img {
	border:0px;
	margin:0px;
	padding:0px;
	}

.tags {
/*padding:2px;*/
background-color: #F6F6F6;
margin: 5px;
text-align:left;
}


#tools {
	width:600px;
	height:25px;
	font-size:0.95em;
	}

#tools a:hover {
	background:none;
	}

.navigation {
	padding:5px 0px;
	text-align:Center;
	}

/* Sidebar*/
#sidebar {
	width:370px;
	float:right;
	display:inline;
	overflow:hidden;
	margin:0px 0px 0px 0px;
	}

#sidebar-top, #sidebar-bottom {
	width:340px;
	float:right;
	/*padding:0px 10px 10px 10px;	*/
	display: inline;
	overflow:auto;
	}

#sidebar-bottom, #sidebar-middle {
	margin-top:0px;
	}

#sidebar-middle {
	width:340px;
	float:right;
	}

#sidebar-left {
	width:160px;
	float:left;
	overflow:hidden;
	display: inline;
	}

#sidebar-right {
	width:160px;
	float:right;
	display: inline;
	overflow:auto;
	}

#sidebar-ads {
	width:340px;
	float:right;
	margin-bottom:5px;
	/*padding:10px;		*/
	display: inline;
	overflow:hidden;
	}

.sidebar_box {
        background:#8B95AE none repeat scroll 0% 50%;
	margin-top:5px;
        margin-bottom:10px;
	padding-left:20px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	position:relative;
	overflow:hidden;
	}

.sidebar_box h4 {
        display:none;
        font-size: 22px;
        color: #FFFFFF;
        font-family: "Arial AMU", Verdana, Arial, Helvetica, Sans-Serif;
	font-weight:bold;
	margin-top:10px;
	padding:3px 0px 3px 3px;
	/*text-transform: uppercase;*/
	}

.sidebar_box li{
        list-style:none;
	border-bottom:1px dotted #ccc;
	display:block;
	color:#1f3460;
        font-weight: bold;
        padding: 6px 0 6px 0;
	}

.sidebar_box li a{
        font-weight: normal;
        color:white;
	}

.sidebar_box li ul li {
    padding:2px 0px 2px 10px;
	border-bottom:none;
}

.sidebar_box li ul li ul li{
    padding:2px 0px 2px 10px;
	border-bottom:none;
}

.sidebar_box li ul li:before {
	content: "\00BB \0020";
	}

/*Tabbed sidebar widget*/

    * {
    margin: 0;
    padding: 0;
    }

	.ui-tabs-hide {
		display: none;
		}

    .tabnav li {
    display: inline;
    list-style: none;
    padding-right: 5px;
    }

    .tabnav li a {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    padding: 4px 6px;
    outline: none;
    }

    .tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
    background: #1E4790;
	color: #FFFFFF;
    text-decoration: none;
    }

/*Tabbed sidebar widget ends*/

div.author-image{width:48px;height:48px;float:right;margin:0 10px 0 5px}
div.author-bio{width:250px;display:inline;margin:0 10px 0 0}

/* Form Elements */

select {
	border:1px solid #333;
	width:100%
	}

.field {
	padding: 2px;
	border:1px solid #333;
	background:#fff;
	font-size:1.0em;
	}

#s {
	padding:1px;
	font-size:1.0em;
	width:150px;
	}

#searchsubmit {
	padding-left:5px;
	}

#commentform input {
	width: 140px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 99%;
	margin-top:5px;
	}



/* Comments*/

/* Comments Styling */
.commentlist li {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	background:#F2F2F2;
	list-style: none;
	margin: 15px 0 10px;
	padding: 5px 5px 10px 2px;
}

.avatar {
	border:1px solid #bbb;
	margin:0px 5px 0px 0px;
	float:left;
	padding:2px 2px 0px 2px;
	width:55px;
	height:55px;
}

.commentlist cite {
	font-style:normal;
	margin-bottom:2px;
	display:block;
}

.commentmetadata {
	color:#4d4d4d;
	text-align:left;
	font-size:0.9em;
}

.children { padding: 0; }

.commentlist p {
	margin:5px;
}

.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

li.bypostauthor {
	/*background-color: #113546;*/
	background:#87CEFA;
	color:#111111;
}

li.pingback, li.trackback {
	background-color: #E6E6E6;
}

.pinglist {
	background:#F6F6F6 none repeat scroll 0% 50%;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}


#footer {
	font-size:0.75em;
	color:#FFFFFF;
	width: 975px;
	background:#000000;
	border: 1px solid #D2D8E5;
	margin: 0 auto;
	padding:0px;
}

#footer a {
	color:#FFFFFF;
	text-decoration:underline;
}
#footer h4 {
	font:1.1em Arial;
	font-weight:bold;
	color:#FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	padding:3px 10px;
	text-transform: uppercase;
	}

#footerleft, #footermiddle {
	width:280px;
	float:left;
	padding:10px;
	}

#footermiddle {
	margin-left:17px;
	}

#footerright {
	width:280px;
	float:right;
	padding:10px;
	}

#footerleft ul, #footermiddle ul, #footerright ul {
	margin-top:5px;
	}

#footerleft ul li, #footermiddle ul li, #footerright ul li {
	list-style:none;
	border-bottom:1px dotted #666666;
	padding:5px;
	display:block;
	}

#footerleft ul li a, #footermiddle ul li a, #footerright ul li a {
	color:#FFFFFF;
	text-decoration:none;
	}

#footerleft ul li:hover, #footermiddle ul li:hover, #footerright ul li:hover {
	background:#0B96F5;
	color:#FFFFFF;
	}

#footerleft ul li:first-child, #footermiddle ul li:first-child, #footerright ul li:first-child {
	border-top:0px dotted #000000;
	}


#footerbottom {
	margin: 0 auto;
	width: 975px;
	font-size:0.6em;
	padding-top:10px;
	padding-bottom:10px;
	color:#000000;
	}

#footerbottom a {
	color:#000000;
	text-decoration:underline;
	}

#footercopy {
	font-size:0.75em;
	color:#FFFFFF;
	width: 975px;
	background:#000000;
	border: 1px solid #D2D8E5;
	margin: 10px auto;
	padding:10px 0;
	}

#footercopy a {
	color:#FFFFFF;
	text-decoration:underline;
	}

/*Archive properties*/

#archive ul li {
	list-style:square;
	margin-left:30px;
	}

/*Image Caption CSS*/

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}

#top_left_line{
  background: url(images/header_top.jpg) repeat-x;
  width: 605px;
  height: 27px;
}

 #top_right_line{
   background: url(images/menu_over_bg.jpg) repeat-x;
   width: 370px;
   height: 27px;
 }

 #header_flash{

}

 #right_top_panel{
   background: url(images/top_right_bg.jpg) no-repeat;
   width: 370px;
   height: 140px;
 }

 #search_panel{
   background: url(images/menu_over_bg.jpg) repeat-x;
   width: 370px;
   height: 24px;
 }

 #header_left_line{
   background: url(images/bottom_right_bg.jpg) no-repeat;
   width: 370px;
   height: 18px;
 }


 #rss_blog{
   background: #8B95AE;
   padding: 20px;
   height: 260px;
 }

 #rss_blog h2{
   color: #182F5C;
   font-family: "Arial AMU", Verdana, Arial, Helvetica, Sans-Serif;
   font-weight: normal;
   padding: 1px 0 6px 0;   
 }

 #rss_blog h2 a{
   color: #FFFFFF;
   font-family: "Arial AMU", Verdana, Arial, Helvetica, Sans-Serif;
   font-weight: normal;
 }

 #rss_header{
   font-size: 25px;
   color: #FFFFFF;
   font-family: "Arial AMU", Verdana, Arial, Helvetica, Sans-Serif;
 }

 #last_video{
   background: #8B95AE;
 }

 #dateandtime{
   margin-right: 17px;
   padding-top: 10px;
 }


 .time{
   font-family: "Arm Flat";
   font-size: 24px;
   color: #efcece;
 }

 .date{
   font-family: "Arm Flat";
   font-size: 9px;
   color: #efcece;
 }

 #pages{
   float: left;
 }

 #pages ul{
    margin-left: 20px;
    padding-top: 13px;
    list-style: none;
    line-height: 20px;
 }

 #pages ul li{
    width: 140px;
    padding-bottom: 2px;
 }

 #pages ul li a{
    color: #f2b9b9;
 }

 .current-cat{
    background: url(images/menu_over_bg.jpg) repeat-x;
	color:#fff;
 }

 #footer_left_line{
   background: url(images/header_top.jpg) repeat-x;
   width: 605px;
   height: 27px;
 }

 #footer_right_line{
   background: url(images/menu_over_bg.jpg) repeat-x;
   width: 370px;
   height: 27px;
 }

 #footer_left_bottom_line{
   background: url(images/footer_gray_bg.jpg) repeat-x;
   width: 605px;
   height: 36px;
 }

#footer_left_bottom_line h6{
   font-size: 10px;
   color: #333333;
   padding: 2px 0 0 25px;
   margin: 0px;
 }

 #footer_right_bottom_line{
   background: url(images/footer_red_bg.jpg) repeat-x;
   width: 370px;
   height: 36px;
 }

 #footer_right_bottom_line h6{
   font-size: 10px;
   color: #ca6d6d;
   padding: 2px 0 0 25px;
   margin: 0px;
 }

 #footer_right_bottom_line a{
   font-size: 10px;
   color: #ca6d6d;
 }

 #search_text{
   font-family: "Arial AMU";
   font-size: 12px;
   width: 150px;
   height: 15px;
 }

