﻿/*
Theme Name: PMX WordPress Theme
Theme URI: http://pmxwordpressthemes.com
Description: passionate money xpress WordPress theme.
Version: 1.1
Author: vaibhav patil
Author URI: http://pmxwordpressthemes.com
*/

/***************************************************/
* {
	font-family: Constantia;
	color: #000000;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0 none;
	text-decoration: none;
	white-space: normal;
        vertical-align: baseline;
}

html, body {line-height: 1; letter-spacing: normal; text-align: left; word-spacing: normal }
hr {display: none}
blockquote:before, blockquote:after, q:before, q:after {content: ''}
blockquote, q {quotes: "" ""}
ul {list-style-type: none}
ol {list-style-type: decimal}
.clear {clear: both}
/***************************************************/

html{
width:100%;
overflow-x: hidden;

}

body{
width:100%;
overflow-x: hidden;
overflow-y: hidden;

}



body {
   margin-left: auto;
   margin-right:auto;
   padding: 0px;
   background: #00486A url(images/gradient-tile.jpg) repeat-y center;
 }

#wrapper {
      width: 100%;
      background: url(images/transparency.png) repeat center bottom;
      background-attachment: fixed;
    }

#container {
	width: 1000px;
	margin-right: auto;	
	margin-left: auto;
	text-align: left;
}

#header {
	width: 1000px;
	height: 189px;
	background: #979395 url(images/bg.jpg)  no-repeat;
       _background: #7c7c7c url(images/bg.jpg)  no-repeat;
	text-align: center;
	
}

  /***************************************************/
#searchform {
	float: left;
	width: 333px;
	height: 45px;
	margin-right: 520px;

}

#searchform form {
	float: right;
	display: inline;
	background: url(images/ico-search.gif) no-repeat;
	background-position: left 0px;
	width: 333px;
	height: 45px;
}

#searchform fieldset {
	float: right;
	display: inline;
	padding-top: 10px;
	height: 35px;
}

#searchform label {
	vertical-align: middle;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
}

#searchform input {
	display: inline;
	vertical-align: middle;
	font-size: 12px;
}

#searchinput {
	width: 177px;
	height: 20px;
	padding-left: 6px;
	padding-top: 6px;
	padding-right: 6px;
	background: url(images/search-input.gif) no-repeat;
	color: #999;
}

#searchbutton {
	width: 35px;
	height: 25px;
	line-height: 1.4em;
	background: url(images/search-button.gif) no-repeat;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	cursor: pointer;
}

/***************************************************/
/* Search form CSS */
form#srcform {
        width:380px;
	background: #4A4A4A;
	padding: 10px;
        border:5px solid #ddd;
}

form#srcform fieldset {
}

form#srcform input {
	vertical-align: middle;
	font-size: 13px;
}

form#srcform #srcinput {
	padding: 4px;
	width: 250px;
	background: #99FFFF;
	color: #000000;
	font-weight: normal;
	border: 1px solid #ddd;
}

form#srcform #srcbutton {
	padding: 2px;
        border:1px solid #ddd;
	width: 55px;
	background: #aaa;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
/***************************************************/

#logo {
	float: left;
	display: inline;
	margin-top: 0px;
	margin-left:5px;
	margin-right: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-right: 0px solid #aaa;
	background: url(images/logo.gif) no-repeat;
	background-position: left 0px;
}

#logo h1{
        padding-top:111px;
	font-size: 50px;
	font-weight: bold;
	letter-spacing: 3px;
	color: #3366FF;
}

#logo h1 a {
	font-size:40 px;
	font-family: Georgia;
	font-weight: bold;
	letter-spacing: 3px;
	color: #0092F2;
        margin-left: 9px;

}

#logo h1 a:hover {
	color: #8B8B8B;
}

#logo .description {
	color: #919191;
	font-size: 18px;
	line-height: 1.4em;
        padding-left:10px;
        
}
/***************************************************/
    #bar {
	width: 1000px;
	height: 28px;
	background: url(images/menu.gif) repeat-x;
	border-top: 3px solid #939393;
    margin-top: 0px;
    background: #313131;

}


    #catmenu {
	float: left;
	display: inline;
	height: 28px;
	z-index: 20;

}

    #catmenu li {
	float: left;
	display: block;
	height: 28px;
	border-right: 1px solid #939393;

}

   #catmenu li ul li {
	height: 24px;
    border-bottom: 1px solid #ddd;
	width: 100%;

}

#catmenu li a {
	display: block;
	font-size: 0.75em;
	font-weight: bold;
	text-transform: uppercase;
	color: #CCFFFF;
	line-height: 28px;
	padding-left: 10px;
	padding-right: 10px;
}

   #catmenu li a:hover {
	background: #0062A4;
}

#catmenu li.current-cat a {
	color: #000000;
	background: #FFF;
}

#catmenu li.current-cat a:hover {
	color: #0062A4;
	background: #FFF;
}

#catmenu ul {
	display: none;
	z-index: 99;
	position: absolute;
}

#catmenu ul li a {
	display: block;
	background: #FFF;
}

#catmenu li ul a:hover {
	display: block;
	background: #FFF;
}

#catmenu ul a {
	display: block;
}



.alignleft img, .alignright img, .aligncenter img {
	border: 4px solid #000000;
}

.alignleft {
	float: left;
	display: inline;
	background: #fff;
	margin-right: 10px;
	margin-bottom: 4px;
}

.alignright {
	float: right;
	display: inline;
	background: #fff;
	margin-left: 10px;
	margin-bottom: 4px;
}

.aligncenter {
	text-align: center;
	display: inline;
}

 .imgtfe  {
   border:3px solid #3E3E3E;
   margin-right:10px;
   margin-bottom:10px;
  _margin-left:-10px;
 }



.alignnone {
}

p.wp-caption-text {
	padding: 3px;
	margin: 0;
	font-size: 15px;
	color: #999;
}

 #slimbox{
  width: 997px;
  height:50px;
  background-color: #7E7E7E;
  margin-left: 0px;
  margin-top:0px;
  border-bottom:5px solid #ddd;
  border-right:3px solid #ddd;
  border-top:3px solid #ddd;
}

      .pack {
      width:997px;
      height:50px;
      border-left:3px solid #ddd;
      border-right:0px  solid #ddd;


 }


 .pack ul  {
   padding: 5px;


 }


/**************************************************/

#column {
	float: left;
	width: 620px;	
         margin-top: 53px;
        _margin-top: 0px;        
        _margin-left:-10px;
        
}

.post {
   border-top: 5px solid #ddd;
   margin-bottom: 0px;
   *border-top: 0px solid #ddd;
   *margin-left: -0px;
   *padding-right:-5px;

}

.post a {
  color: #000000;
  text-decoration: underline; 
  font: "Constantia";
  font-family: Constantia
}

.post a:hover {
	color: #0000FF;
	text-decoration:none
}



.entry {
	background: #FFF;
	border-right: 5px solid #ddd;
	border-left: 5px solid #ddd;
        border-bottom: 0px solid #313131;
  }

.entry h2 {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	line-height: 1.3em;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
        font-family: Constantia
}

.entry h2 a {
	line-height: 1.3em;
	font-size: 27px;
	font-weight: bold;
	letter-spacing: -1px;
        font-family: Constantia
}

.entry .date {
	display: block;
	margin-left: 15px;
	margin-right: 15px;
	color: #000000;
	padding-bottom: 5px;
	font-size: 13px;
        color: #000000
}

/********* CSS For Post Info Below Header ***************/
.info {
	background: #005893;
	border-top: 2px solid #858585;
	border-bottom: 2px solid #858585 ;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 15px;
	font-weight: bold;
       *height:27px;
}

.info .cat {
	float: left;
}

.info .comments {
	float: right;
}

.info .cat a {
	line-height: 26px;
	background: url(images/ico-date.gif) no-repeat;
	background-position: left center;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
}

.info .comments a {
	line-height: 26px;
	background: url(images/ico-comment.gif) no-repeat;
	background-position: left center;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 22px;
	color: #00CCFF;	
}

 .info .comments a:hover {
	line-height: 26px;
	background: url(images/comment1.gif) no-repeat;
	background-position: left center;
	padding-top: 1px;
        font: italic;
        color: #FFF;
	padding-bottom: 1px;
	padding-left: 22px;

}
/********* CSS For Article CONTENT ***************/
.content {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	line-height: 1.5em;
	margin: 0px 0px 5px 0px;
	padding: 0;
}

.content p {
	font-size: 15px;
	line-height: 1.5em;
	margin: 0px 0px 10px 0px;
	padding: 0;
        font-family:  Arial;
        color: #000000;
}

.content .more-link {
	font-size: 13px #3300FF;
	font-weight: bold;
	text-transform: uppercase;
	display: block;

}

.content a:link {text-decoration:none;color:#0099FF}
.content a:visited {text-decoration:none;color:#0099FF;}
.content a:hover {text-decoration:underline;}
.content a:active {text-decoration:underline;}

.content h1 {
	letter-spacing: -2px;
	font-size: 20px;
	color: #000000;
}

.content h2 {
	letter-spacing: -1px;
	font-size: 18px;
	color: #000000;
}

.content h3 {
	letter-spacing: -1px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.content h4 {
	font-size: 14px;
	font-weight: bold;
        color: #000000
}

.content h5 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.content h6 {
	font-size: 11px;
	font-weight: bold;
        color: #000000
}

/* CSS for UL/OL lists */
.content ol {padding-left: 20px;}
.content ul {margin: 5px 5px 20px 5px;}
.content ol {margin: 5px 5px 20px 5px;}
.content ul ul {margin: 5px 5px 5px 5px;}
.content ol ol {margin: 5px 5px 5px 5px;}

.content ol li {
	line-height: 1.5em;
	color: #000000;
	margin-bottom: 5px;
	font-size: 15px;
}

.content ul li {
	line-height: 1.5em;
	color: #000000;
	background: url(images/bullet.gif) no-repeat;
	background-position: left 6px;
	padding-left: 20px;
	margin-bottom: 5px;
	font-size: 15px;
}
/* End CSS for UL/OL lists */

/* Additional post tags */
blockquote {
	padding: 10px;
	padding-left: 40px;
	background: #ADADAD url(images/blockquote.gif) no-repeat;
	background-position: 8px 8px;
	margin-bottom: 15px;
}

blockquote p {
	font-family: Verdana, Arial, Helvetica, serif;
	line-height: 1.5em;
	font-size: 12px;
	color: #366799;
}

blockquote * {
	font-family: georgia, arial;
	line-height: 1.5em;
	font-size: 12px;
	color: #366799;
}

ins {
	text-decoration: underline;
}

del {
	text-decoration: line-through;
}

code {
	color: #333;
	font-family: verdana, "Arial Narrow";
	font-size: 11px;
	background: #eee;
}
/* Thanks! */

.tags {
	border-bottom: 5px solid #ddd;
	font-weight: bold;
	line-height: 2em;
	color: #bbb;
	padding-left: 15px;
	padding-right: 15px;
	text-align: right;
	font-size: 11px;
}

.tags a {
	font-weight: normal;
	color: #333;
	text-transform:lowercase;
}

.tags a:hover {
	color: #33CCFF;
}

.follow {
	background:  #33CCFF;
	padding: 10px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #000000;
	font-weight: bold;
	font-size: 11px ;
}

.follow a {
	font-weight:bold;
	background: url(images/rss.gif) no-repeat;
	background-position: left center;
	padding-left: 20px;
}


/***************************************************/
 .follow1 {
	background:  #33CCFF;
	padding: 10px;
	margin-left: 15px;
	margin-right: 15px;
        *margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #000000;
	font-size: 10px #3F3F3F ;
}





.follow1 h2 {
	margin-top: 0px;
	display: block;
        background-color: #0C0C0C;
        height: 30px;
	color: #0066FF;
	line-height: 27px;
	font-weight: bold;
	text-indent: 10px;
	font-size: 15px;

}


.flat  {
	padding: 10px;
	border:0 px solid #D7D7D7;
	background: #0099FF;
        float: left;
	display: inline;
	width: 288px;
 	margin-left: 0px;
	margin-right:0px;
        padding-bottom: 0px;
        padding-top: 10px;
        float: left;
	display: block;
        border:  0px solid #444444;
}

.post-content {
        font-weight:bold;
	font-size: 15px;
        line-height:20px;
	margin-bottom: 10px;
	float: left;
        padding-top:0px;
	padding-bottom:0px;
	overflow: hidden;
}

.post-content li {
  color:#515151;
  padding-bottom: 15px;
}


.state {
	margin-left: 15px;
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 1.5em;
}

.state a {
	line-height: 1.5em;
}
/***************************************************/
.navigation {
	padding-top: 10px;
        padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 16px;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: ;
        background:url(images/pp.gif);
        border-right: 5px solid #ddd;
        border-left: 5px solid #ddd;
        border-bottom: 5px solid #ddd;
}


.navigation a {
	color: #99FFFF;
}

.navigation a:hover {
	color: #00CCFF;
}

.navleft {
	float: left;
	width: 48%;
}

.navright {
	float: right;
	width: 48%;
	 text-align: right;
}


/***************************************************/
#sidebar {
        overflow:hidden;  
        display:inline;  
	float: left;
	width: 380px;
        margin-top: 16px;
        //margin-top:-16px;
        _margin-right:-5px;
       
        
           
}
/***************************************************/

.subscribe {
	padding-top : 10px;
        padding-left: 10px;
	border-bottom: 5px solid #D7D7D7;
	background: #525252;
}

.rssfeed {
	font-size: 16px;
        font-weight: bold;
	line-height: 1.4em;
	background: url(images/bulltt.gif) no-repeat;
	background-position: left 5px;
	padding-left: 0px;
	margin-bottom: 0px;
        color: #8D8D8D;
}


.rssfeedlinks {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0px;
        font-size: 17px;
}

.rssfeedlinks a {
	float: left;
	font-weight:bold;
	background: url(images/rss.gif) no-repeat left;
	padding-left: 22px;
	line-height: 1.5em;
	color: #42A0FF;
	margin-right: 20px;
}

.rssfeedlinks a:hover {
	color: #EC8D00;
	line-height: 1.5em;
}

.subscribe form {
	display: inline;
}

.subscribe fieldset {
	display: inline;
}

.subscribe input {
	display: inline;
	vertical-align: middle;
	font-size: 16px;
        font-weight:bold;
        color:#000000
}

#rssinput {
	width: 266px;
	height: 20px;
	padding-left: 7px;
	padding-top: 7px;
	background: url(images/rss-input.gif) no-repeat top;

}

#rssinput:focus {
	width: 266px;
	height: 20px;
	padding-left: 7px;
	padding-top: 7px;
	background: url(images/rss-input.gif) no-repeat bottom;
}

#rssbutton {
	width: 75px;
	height: 36px;
	background: url(images/rss-button.gif) no-repeat;
	cursor: pointer;
}

 .funkybutton {
 background-color: #0099FF;
 font-size: 80%;
 font-weight: bold;color:#ffffff;
 border: ridge 2px;
 }

/***************************************************/
  .box {
	width:380px;


}

.box h2 {
         margin-top:42px;
	*margin-top: 0px;
	display: block;
	background: #0062A4;
	width: 380px;
	height: 30px;
	color: #FFF;
	line-height: 27px;
	font-weight: bold;
	text-indent: 10px;
	font-size: 13px;
      
}
/***************************************************/

.boxe {
	width: 380px;
        border-bottom:5px solid #CACACA;
        *border-bottom: 5px solid #CACACA;
        *margin-right: -10px;
        
}

.boxe h2 {
	margin-top: 0px;
	display: block;
	background: #0062A4;
	width: 380px;
	height: 30px;
	color: #FFF;
	line-height: 27px;
	font-weight: bold;
	text-indent: 10px;
	font-size: 13px;

}


 /***************************************************/
    .boxe1 {
	width: 380px;
        border-bottom: 5px solid #CACACA;
       
      
}



.boxe1 h2 {
         margin-top:0px;
	*margin-top: 0px;
        //margin-top: 0px;
	display: block;
	background: #0062A4;
	width: 380px;
	height: 30px;
	color: #FFF;
	line-height: 27px;
	font-weight: bold;
	text-indent: 10px;
	font-size: 13px;
        
}

.ads {
	padding: 10px;
	border:0 px solid #D7D7D7;
	background: #EEEEEE;


}

.ads ul {

}

.ads ul li {
     float: left;
     display: inline;
     width: 125px;
     height: 125px;
     margin-left: 35px;
    _margin-left: 25px;
     margin-right:15px;
    _margin-right: 15px;
     padding-bottom:25px;
     padding-top: 15px;
    _padding-top: 26px;
    _margin-bottom: -17px;


}

.ads ul li a {
	float: right;
	display: block;
	width:125px;
	height:125px;
        border:5px solid #ddd;


}

.ads ul li a img {
	float:left;
	display: block;
	width: 125px;
	height: 125px;

}
 


/***************************************************/
       .boxet {
	width: 380px;
        border-bottom: 5px solid #CACACA ;
        background-color: #000000; 
          
}

.boxet h2 {
	margin-top: 0px;
	display: block;
	background: #0062A4;
	width: 380px;
	height: 30px;
	color: #FFF;
	line-height: 27px;
	font-weight: bold;
	text-indent: 10px;
	font-size: 13px;
       
}
 


/***************************************************/
.tabs {
	margin-top: 0px;
	width: 380;
        overflow: hidden;
        

}

.tabs li {
	float: left;
	display: inline;
	margin-left: 1px;
	text-align: center;
        overflow: hidden;
	font-size: 16px;
}

.tabs li a {
	float: left;
	display: block;
	color: #FFF;
	font-weight: bold;
	padding-left:33px;
	padding-right:33px;
	line-height: 26px;
	height: 26px;
	background: url(images/tab.gif) repeat-x top;
}

.tabs li a:hover {
	display: block;
	color: #000000;
}

.tabs li a.selected {
	display: block;
	background: url(images/tab.gif) repeat-x bottom;
	color: #FFF;
}

.tabs li a.selected:hover {
	display: block;
	background: url(images/tab.gif) repeat-x bottom;
	color: #FFF;
}
/***************** CSS For TAB Content *******************/
.tabcontent {
	display: none;
	background: #525252 url(images/tabtop.gif) no-repeat top;
	border:0px solid #000000;
	border-top: 0;
	padding-top: 15px;
	_margin-top:26px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	overflow: hidden;
	font-size:11px;
        border-bottom: 5px solid #CACACA ;
}

.tabcontent a, .tabcontent a strong {
	color: #00CCFF;
	line-height: 1.4em;
}

.tabcontent a:hover, .tabcontent a:hover strong {
	color: #000000;
}

.tabcontent ul li {
	display: block;
	background: url(images/111.gif) no-repeat;
	background-position: left 5px;
	border-bottom:1px solid #000000;
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-left: 20px;
	color: #999;
	line-height: 1.4em;
	font-weight:;
        font-size: 15px;


}

.tabcontent ul li a {
	color:#D8D8D8 ;
	line-height: 1.4em;
}

.tabcontent ul li a:hover {
	color:#33CCFF;
}

.tabcontent ul li span {
	display: block;
	color: #999;
}
/***************** CSS For TAB Content *******************/
@media print {
	.tabcontent {
	display: block !important;
	}
}
/***************************************************/



 /***************************************************/
.sidebar {
	float: left;
	width: 188px;
	margin-right: 4px;
	font-size: 12px;
	


}

.sidebar a {
	color: #0066FF
}

.sidebar a:hover {
	color: #0099FF
}

.sidebar ul li h2 {
	display: block;
	background: #0062A4;
	width: 188px;
	height: 33px;
	color: #FFF;
	line-height: 30px;
	font-weight: bold;
	text-indent: 10px;
	font-size: 16px;
}

.sidebar ul li div {
	padding: 10px;
	border: 0px solid #330000;
	background: #FFF url(images/corner.gif) no-repeat bottom;
	line-height: 1.4em;
	font-size: 13px;



}
/***********************************************/
.sidebar ul ul {
	padding: 14px;
        *padding: 13px;
	border: 0px solid #330000;
	background: #303030;



}

.sidebar ul ul ul {
	padding: 0px;
	border: 0;
	background: #FFF;



}

.sidebar ul li ul li {
	display: block;
	background: url(images/222.gif) no-repeat;
	background-position: left 9px;
	border-bottom: 0px solid;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
        font-size:17px;
        color: #FFFFFF;


}

 .sidebar ul li ul li:hover {
   color: #00CCFF;
 }




.sidebar ul li ul li a {
	display: block;
	color: #FFFFFF;
	line-height: 1.4em;
        font-size: 18px;


}

.sidebar ul li ul li a:hover {
	color: #00CCFF;
}


 /***************************************************/
            .box {
	width: 380px;
	*margin-right: -10px;
}

.box h3 {
	margin-top: 35px;
	display: block;
	background: #0062A4;
	width: 380px;
	height: 30px;
	color: #FFF;
	line-height: 27px;
	font-weight: bold;
	text-indent: 10px;
	font-size: 13px;
}


/***************************************************/



#footer {
        margin-top: 0px;
	width: 1000px;
	border-top: 20px solid #aaa;
	padding-bottom: 15px;
	margin-right:auto;
	margin-left:auto;


}

 #footer-mempis {
        padding: 0px;
        background:#000000 url(images/1234.gif) no-repeat;;
	float: left;
        width: 100%;
	border-top: 5px solid #646464;
	border-bottom: 5px solid #646464;
	position: relative;


}
.layer-mempis {
	padding: 16px;
	float: left;
	width: 217px;
}
.layer-mempis h3 {
	margin: 0px;
	padding: 0px 0px 2px;
	float: left;
	width: 217px;
	font-size: 17px;
	line-height: 21px;
	color: #FF0000;
	border-bottom: 1px solid #4F4F4F;
}
.layer-mempis .list {
	margin: 0px;
	padding: 5px 0px 10px;
        float: left;
	width: 217px;
	list-style-type: none;
}
.layer-mempis .list ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 207px;
	list-style-type: none;
}
.layer-mempis .list li {
	margin: 0px 0px 7px;
	padding: 0px;
	float: left;
	width: 217px;
	list-style-type: none;
	font-size: 13px;
	line-height: 17px;
	color: #CCCCCC;
}
.layer-mempis .list li ul {
	margin: 0px!important;
	padding: 0px;
	list-style-type: none;
}
.layer-mempis .list ul li {
	margin: 7px 0px 0px;
	padding: 0px;
	float: left;
	width: 207px;
	list-style-type: none;
	font-size: 11px;
	line-height: 17px;
	color: #CCCCCC;
}
.layer-mempis .list li a {
	background: url(images/bullet-dark.gif) no-repeat left 3px;
	margin: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 11px;
	color: #f8f8f8;
	text-decoration: none;
}
.layer-mempis .list li a:hover {
	background: url(images/bullet-dark.gif) no-repeat left 3px;
	margin: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}
.layer-mempis.list table {
	width: 96%;
}


#footercontent {
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
        height: 0px;
        margin-bottom: 40px;
}

#footercontent ul {
	float: left;
	margin-bottom: 10px;
     

}

#footercontent ul li {
	float: left;
	margin-right: 0px;
	padding-right: 20px;
	border-right: 0px dotted #ddd;
	line-height: 1.5em;
}

#footercontent ul li a {
	float: left;
	display: block;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	line-height: 1.5em;

}

#footercontent ul li a:hover {
	color: #FF0000;
	line-height: 1.5em;
}

.copyright {
	float: right;
	color: #000000;
	line-height: 1.5em;
	font-size: 11px;
	
}

.copyright a {
	font-weight: bold;
	border-bottom: 1px dotted #006699;
	line-height: 1.5em;
	color: #0066FF;
}

.copyright a:hover {
	color: #000000;
	line-height: 1.5em;
}

.rss {
	float: left;
	font-size: 11px;
}

.rss a {
	float: left;
	display: block;
	font-weight: bold;
	background: url(images/rss.gif) no-repeat left;
	padding-left: 25px;
	line-height: 1.5em;
	color: #3366FF;
	margin-right: 25px;
        margin-left:0px;
}

.rss a:hover {
	color: #330000;
	line-height: 1.5em;
}

.property {
	float: right;
	color: #ddd;
	line-height: 1.5em;
	font-size: 11px;
	
}

.property a {
	font-weight: bold;
	color: #0099FF;
}

.property a:hover {
	text-decoration: underline;
}
/***************************************************/
/* CSS for Search Results Only Optional */
.result {
	border-top: 2px solid #404040;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
}

.result h3 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	padding:0;margin:0;
	line-height: 1em;
}

.result h3 a {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	padding:0;margin:0;
	line-height: 1em;
}

.result .rdate {
	float: left;
	line-height: 2em;
	color: #000000;
}

.result .rcomment {
	float: right;
	line-height: 1.5em;
	color: #33CCFF;
	font-weight: bold;
}

.result .rcomment a {
	color: #000000;
	font-weight: bold;
}

.result .rcomment a:hover {
	color: #000033;
}

.result .rsummary {
        height: 150px;  
	padding-top: 0px;
	padding-bottom:10px;
	border: 3px solid #eee;
	background: #BFE6FF;
	_padding-right: -10px;
}

.result .rsummary p {
	font-size: 14px;
	margin:0;
	padding:0;
}

.result .rcat {
	float: left;
	line-height: 2em;
	color: #000099;
}

.result .rcat a {
	color: #3366FF;
	font-weight: bold;
}

.result .rcat a:hover {
	color: #3300FF;
}

.result .rtags {
	float: right;
	line-height: 2em;
	color: #000066;
}

.result .rtags a {
	color: #0099FF;
	text-transform: lowercase;
}

.result .rtags a:hover {
	color: #0066FF;
}
/***************************************************/
/*           Commenting System CSS        */
#comment-box {
	border-top:0px solid #000000;
	padding-top: 25px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}

h3#respons {
	font-size: 17px;
	font-weight: bold ;
	letter-spacing: -1px;
	line-height: 1em;
	padding-bottom: 5px;
	margin-bottom: 2px;
	border-bottom: 0px dotted #ddd;
}

h3#comments {
	font-size: 20px ;
        color:#000033;
	letter-spacing: -1px;
	line-height: 1em;
	padding-bottom: 5px;
	margin-bottom: 2px;
	border-bottom:2px solid #ddd;
}

ol.commentlist {
	list-style-type: none;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 5px solid #3F3F3F;
}

ol.commentlist li {
	background: #F7F7F7;
	border: 1px solid #3F3F3F;
	padding: 20px;
	margin-top: 20px;
}

ol.commentlist li.alt {
	background: #B0B0B0;
	border: 1px solid #3F3F3F;
	padding: 20px;
	margin-top: 20px;
}



.commentbody {
	float: left;
	display: inline;
	margin-left: 20px;
	width: 410px;
}

.commentbody em {
	font-size: 17px;
        color: #000000;
}
/***************************************************/


p.comment_author, p.comment_author a {

	color: #000066;
	font-size: 17px;
}

p.comment_author a:hover {
	
	color: #00FFFF;
}

p.comment_time {
	line-height: 1.5em;
	font-size: 10px;
        color: #3399FF;
	font-family: tahoma;
	font-weight: bold;
	text-transform: uppercase;
}

.comment_text {
	line-height: 1.5em;
        font-family: sans-serif0;
        color: #000000;
	margin-top: 15px;
	font-size: 15px;
}
/***************************************************/
.reply form {
	background: #4B4B4B;
	width: 553px;
        padding-left:10px;
        padding-right:10px;
        padding-top:10px;
	padding-bottom:20px;
}

.reply p {
	margin-top: 10px;
	font-size: 15px;
}

.reply fieldset {
	vertical-align: middle;
	display: inline;
}

.reply input {
	vertical-align: middle;
	display: inline;
	font-size: 14px;
}

.reply textarea {
	vertical-align: middle;
	display: inline;
	font-size: 17px;
}

.reply label {
	vertical-align: middle;
	display: inline;
	font-weight: bold;
	font-size: 14px;
	font-family:  Gulim;
	margin-left: 10px;
    color: #33CCFF;
}

.replytext {
	border: 2px solid #00CCFF;
	width:200px;
	padding: 5px;
	color: #000000;
}

.replytext:focus {
	border: 2px solid #3366FF;
	background: #F4F4F4;
}

.replyarea {
	border: 1px solid #000000;
	line-height: 1.5em;
	padding: 5px;
	width: 540px;
	height: 120px;
	color: #330000;
}

.replyarea:focus {
	border: 1px solid #FFFFFF;
	background: #66CCFF;
}

.replybutton {
	background: url(images/tab.gif) repeat-x;
	text-align: center;
	width: 130px;
	height: 25px;
        border-right: 2px solid #000000 ;
        border-bottom:2px solid #000000;
        margin-top: 30px;
        margin-bottom: 20px;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;

}
/***************************************************/