.button {
    background-color: #7144bc; 
    border: none;
    color: #FFFFFF;
    padding: 7px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
}
.button:active {
	background-color: #c3a2f8;
}
img {
	border:0;
	margin: 0 0;
	}
*{
	margin: 0px;
	padding: 0px;
}

*{margin:0;padding:0;}
body{font-size:12px;font-family:'Tahoma',sans-serif;color:#333; background:#eee ;}

a{color:#666;text-decoration:none;}
ol,ul{list-style:none;list-style-position:outside;}



h1,h2, h3, h4, h5, h6 {
	line-height:125%;
	font-weight: bold;
	}

 table {
	border: 1px solid #5F5D59;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
 tr th,
 thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
		border: 1px solid #111;
		background:#2F2F2F;
}
 tr td {
	border: 1px solid #5F5D59;
	padding: 6px 24px;
}
 tr.odd td {
	background: #f2f7fc;
}





blockquote {
	font-style: italic;
	color: #777;
	padding:10px;
	}
blockquote blockquote {
	color: #777;
	}
blockquote em {
	font-style: normal;
	}


pre {
	padding: 9px;
	background: #5F5D59;
	border: 1px solid #6F6D68;
	}
code {
	padding: 0 3px;
	background: #eee;
	}
pre code {
	background: transparent;
	}

.clear {
	clear:both;
	}
img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 5px 5px;
	margin: 0px 0px 10px 0px;
	display: inline;
	background:#eee;
	border: 1px solid #ddd;
	}

img.alignright {
	padding: 5px 5px;
	margin: 5px 0px 10px 10px;
	display: inline;
	background:#eee;
    border: 1px solid #ddd;
	}

img.alignleft {
	padding: 5px 5px;
	margin: 5px 10px 10px 0px;
	display: inline;
	background:#eee;
    border: 1px solid #ddd;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	background:#eee;
    border: 1px solid #ddd;
	text-align: center;
	padding: 4px 0px 5px 0px;
	color:#666;
	}

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

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
.rounded{

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.insetshadow{
	box-shadow:inset 0 0 5px #ddd;
	-moz-box-shadow:inset 0 0 5px #ddd;
	-webkit-box-shadow:inset 0 0 5px #ddd;
}	

.boxshadow{
    -moz-box-shadow: 0px 0px 3px #333;
    -webkit-box-shadow: 0px 0px 3px #333;
    box-shadow: 0px 0px 3px #333;


}	

/* The Outer cover */
.masthead{
	height:120px;
	/*background:url(images/masthead.png) repeat-x;*/
	
	background-color: #786f96;
}
#wrapper {
	margin:0px auto;
	position:relative;
	padding:0px 0px;
	top: 7px;
	}

#casing {
	padding:0px 0px ;
	width:950px;
	margin:30px auto;
	
	
	}		

#scasing {
	
	padding: 0px 0px;
    width: 970px;
    margin: 30px auto;
    position: relative;
    z-index: 999;
    
	
	
	}	
	
/* The Header */

#top {
	height:118px;
	position:relative;
	
	
	}
	
.head{
	width:900px;
	margin:0px auto;

}

.blogname {
	width:191px;
	margin:13px 0 0 0;
	height:84px;
	text-align:left;
	float:left;
	font-family: Georgia,Arial ,Tahoma, Helvetica, sans-serif;

	}
.blogname h1  {
	font-size:36px;
	padding:35px 0 0px 0;
	font-weight:normal;
	text-shadow:1px 1px 0px #172527;
	}
.blogname h1  a:link, .blogname h1  a:visited{ 
	color: #fff; 
	display:block;
	margin:0px 0 0 0px;
	}
	
.blogname h1  a:hover { 
	color: #fff; 
	}
.blogname h2 {
	margin:0px 0px 0px 0px;
	font-size:16px;
	font-weight:normal;
	color: #BFB3A7; 
	text-shadow:1px 1px 0px #172527;

	}

.soxbox{
	
	width:200px;
	height:38px;
	float:right;
	margin-top:35px;
}

/* The Search */


	


#search{width:200px;display:block;margin:10px 20px;float:right;}
#s{margin:0px;float:left;width:100%;padding:10px;color:#62518b;border:none;}
#s:focus{border:1px solid #ccc;}
#searchsubmit{width:16px;clear:right;font-size:0px;background:url(images/src.png) no-repeat;height:28px;margin:10px 10px 0 -30px;border:none;}

.scover{
	background:#fff;
	border:1px solid #ddd;
}

.sboxs{
	padding:20px 20px;
	border-bottom:1px solid #ddd;
	background:url(images/searc.png) top repeat-x;
}
.searchim{
	width:250px;
	height:150px;
	float:left;
	background: #62518b;
	margin-right:10px;
	border:1px solid #fff;
}
.shead{
	margin:20px 0px 0px 0px;
	padding:0px 10px;
	border-bottom:1px solid #ddd;
}
.shead p{
	margin-left:15px;
	margin-bottom:10px;
	color:#555;
	padding:5px 0px;
}

h2.stitle{
	font-size:16px;
	padding-bottom:10px;
	font-weight:normal;
	text-shadow:1px 1px 0px #fff;
	}

h2.stitle a{
	color:#333;
	
}
.sboxs p{
	color:#555!important;
}
.searchmeta{
	margin-top:5px; 
	color:#555;
}



	/*Page menu*/

	

#foxmenucontainer{
	height:40px;
	display:block;
	margin-top: -5px;
	position: relative;
	font-size: 14px;
	width: 100%;
	box-shadow: 0 10px 30px rgba(0,0,0,0.3);
	background:#62518b;
	}
#menu {
	margin:0px auto;
	padding: 0px 0px;
	height:50px;
	width:950px;
	}
	
#menu ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0 10px;
	padding: 0;
	position: relative;
	bottom: 5px;
	padding: 0px;
	}
	
#menu li {
	float:left;position:relative;cursor:pointer;
	
	}
	
#menu li a {
	color: #FFF;
	
	display: block;
   	margin: 0;
	padding: 0px 15px;
	text-decoration: none;
	position: relative;
	top: 15px;
	}

#menu li a:hover{
text-decoration:underline;
}
	
#menu li a:hover, #menu li a:active, #menu .current_page_item a  {
	
	color: #FFF;
	}
	
#menu li a.sf-with-ul {
	padding-right: 20px;
	}	
	
#menu li a .sf-sub-indicator {
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 22px;
	right: 5px;
	
	}
	
#menu li li a, #menu li li a:link, #menu li li a:visited {
	font-weight:normal;
	font-size:12px;
	background:#786f96;
	color: #FFFFFF;
	width: 148px; 
	font-family: Arial, Tahoma, Verdana;
	margin: 0;
	padding: 0px 10px;
	line-height:35px;
	border-left: 1px solid #3F2A1D;
	border-right: 1px solid #3F2A1D;
	border-bottom: 1px solid #3F2A1D;
	text-transform: none;
	position: relative;
	text-shadow:none;
	}
	
#menu li li a:hover, #menu li li a:active {
	background: #786f96;
	color: #fff;
	}

#menu li li a .sf-sub-indicator {

	top: 12px;
	}

#menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0;
	padding: 0;
	border-top: 1px solid #3F2A1D;
	}

#menu li ul a { 
	width: 150px;
	}

#menu li ul a:hover, #menu li ul a:active { 
	}

#menu li ul ul {
	margin: -37px 0 0 169px;
	}

#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfHover ul ul, #menu li.sfHover ul ul ul {
	left: -999em;
	top: 30px;
	}

#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfHover ul, #menu li li.sfHover ul, #menu li li li.sfHover ul {
	left: auto;
	top: 30px;
	
	}

#menu li:hover, #menu li.sfHover { 
	position: static;
	
	}
	
#align {
max-width: 1030px;
margin: 0 auto;
padding: 0 10px;
}	
	
/* gallery	 */
		
		
.gallerybox{
	float: left;
    position: relative;
    margin: 21px 0px 36px 21px;
    box-shadow: 0 22px 30px #999;
    display: block;
	
}		


.lastbox{
	float:right;
	margin-right:0px;
	position: relative;
}	

.gallerytitle{
	width: 212px;
    background: #fff;
    height: 40px;
    position: absolute;
    top: 110px;
    left: 0px;
    z-index: 10;
    box-sizing: border-box;
    box-shadow: 1px 1px 1px #FFF;
    border-radius: 0px 0px 5px 5px;
	}
	


	

.gallerytitle h2{
	
	font-size:14px;
	text-align:center;
	padding-top:10px;
	
}
	
.gallerytitle h2 a:link,.gallerytitle h2 a:visited{
	color:#62518b;
}


img.postimg{
	top: 0px !important;
    height: 100px;
    width: 172px;
    position: relative;
    background: #62518b;
    padding: 20px;
    box-shadow: 0 -2px 0px #444;
    margin-top: -10px;
    border-radius: 5px 5px 0px 0px;
}

img.postimg:hover {
    box-shadow: inset 0 10px 40px rgba(255,255,255,0.5), 0 -2px 0px #fff;
}
	
/* Main blog Content*/	

#content {
	width: 600px;
	height:100%;
	padding:0px 0px;
	display:inline;
	margin-left:10px;
	overflow:hidden;
	
	}	
/* Main blog Content*/	

#site-content {
	float:left;
	width: 620px;
	height:100%;
	margin-top: -2px;
	overflow:hidden;
	padding-bottom:20px;
	}	

.page {
	background:#fff;
	border:1px solid #ddd;
		color:#666;
}
.post {
	height:100%;
	color:#666;
	padding:0px 0px;
	margin:22px 10px 30px 0px;
	position:relative;
	display:inline-block;
	}

.cover{
	background:#fff;
	border:1px solid #ddd;
	margin:20px 0px;
	
	
	
}	

.singimg{
	background:#fff;
	border:1px solid #ddd;
	padding:8px 9px;
	width:580px;
	height:350px;
}


.title{
	margin:  0px;
	padding:  20px 20px 0px 0px;
}	
	
.title  h2 {
	margin: 0px 0 0px 0;
	padding: 5px 5px 5px 0px;
	font-size: 20px;
	font-weight:normal;
	overflow:hidden;
	text-shadow:-1px -1px 0px #52514e;
		}

.title  h2 a, .title  h2 a:link, .title  h2 a:visited  {
	color:#1d1c1b;
	background-color: transparent;
	}
	
.title  h2 a:hover  {
	color: #000;
	background-color: transparent;
	}	


.title  h1 {
	margin: 0px 0 0px 0;
	padding: 5px 5px 5px 5px;
	font-size: 20px;
	font-weight:bold;
	overflow:hidden;

		}

.title  h1 a, .title  h1 a:link, .title  h1 a:visited  {
	color:#333;
	background-color: transparent;
	}
	
.title  h1 a:hover  {
	color: #62518b;
	background-color: transparent;
	}	


.postmeta{
	padding:0px 5px;
	height:42px;
	margin:0px 0px;
	color:#777;
	text-transform:uppercase;
	font-size:10px;
	background:url(images/postmeta.png) repeat-x;
	border-top:1px solid #ddd;
}

.author{
	font-size:10px;
	text-transform:uppercase;
	margin-top:13px;
	margin-left:10px;
	float:left;
	background:url(images/user.png) no-repeat;
	padding:2px 0px 2px 20px;
}

.clock{
	font-size:10px;
	margin-left:10px;	
	text-transform:uppercase;
	margin-top:13px;
	float:left;
	padding:2px 0px 2px 20px;
	background:url(images/clock.png) no-repeat;
}	

.comm{
	font-size:10px;
	margin-left:10px;	
	text-transform:uppercase;
	margin-top:13px;
	float:left;
	padding:2px 0px 2px 20px;
	background:url(images/balloon.png) no-repeat;
}

.comm a:link,
.comm a:visited {
	color:#777;
	
}
.comm a:hover{
	color:#533A2B;

}

.starr{
	float:right;
	margin:13px 10px 0px 0px;
}

.read{
	float:right;
	height:34px;
	font-size:12px;
	line-height:34px;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	
}
.read a:link,
.read a:visited {
	color:#4b67a1;
	
}
.read a:hover{
	color:#000;

}
.cats{
	padding:0px 0px 0px 10px;
}
.categorys{
	color:#000;
	padding:5px 5px 5px 5px;
	font-size:11px;

}

.categorys a:link,.categorys a:visited{
	color:#9C9782;
	display:block;
	background:#1F1E1D;
	padding:3px 10px;
	float:left;
	margin-right:5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
.categorys a:hover{
	color:#eee;
	}
	

.entry {
	
	font-size:13px;
	width: 620px;
	display: inline-block;
    margin-left: 0px;
	}	
	
.entry a:link,
.entry a:visited {
	color: #206DD9;
	background-color: transparent;
}
.entry a:hover {
	color:#0E56BA;
	background-color: transparent;
	text-decoration: none;
}

.entry ul, .entry ol{
  margin: .4em 0 1em;
  line-height: 150%;
}


.entry ul li, .entry ol li{
  list-style-position:outside;
  margin-left: 1.6em;
}

.entry p{
	margin:5px 0px;
	padding:5px 0px;
	line-height:24px;

}



.pentry {
	
	font-size:13px;
	width: 900px;
	display: inline-block;
    margin-left: 20px;
	}	
	
.pentry a:link,
.pentry a:visited {
	color: #206DD9;
	background-color: transparent;
}
.pentry a:hover {
	color:#0E56BA;
	background-color: transparent;
	text-decoration: none;
}

.pentry ul, .pentry ol{
  margin: .4em 0 1em;
  line-height: 150%;
}


.pentry ul li, .pentry ol li{
  list-style-position:outside;
  margin-left: 1.6em;
}

.pentry p{
	margin:5px 0px;
	padding:5px 0px;
	line-height:24px;

}




.dinfo{
	padding:15px;
	background:#FbFbFb;
	border-top:1px solid #ddd;
	border-bottom:1px solid #fff;
}

.sdinfo{
	padding:5px 5px;

}

.sdinfo a:link,.sdinfo a:visited {
	color:#0E8DC2;
}

.sdinfo a:hover{
	color:#0889AD
}

/* right column */
.right{
	
	float:right;
	width:320px;
	position:relative;
	margin:10px -20px 0 10px;
	display:inline;
	overflow:hidden;
}
.right2{
	
	float:right;
	width:320px;
	position:relative;
	margin:10px 25px 0px 10px;
	display:inline;
	overflow:hidden;
}
.catbox{
	width:322px;
	margin:0px 0px 10px 0px;
	background:#fff;
	border:1px solid #ddd;
	display:inline-block;
	}
	
.catbox ul{
	list-style:none;
	width:300px;	
	display:inline-block;
	padding:5px 5px 10px 5px;
	}

.catbox ul li{
	list-style:none;
	float:left;
	display:block;
	padding:3px 5px;
	margin:5px 5px 0px 0px;
	background:#eee;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow:1px 1px 0px #fff;
	}
.catbox ul li a:link,.catbox ul li a:visited{
	color:#666;
}

.catbox ul li a:hover{
	color:#222;
}
h3.sidetitl{
	color:#FFF;
	font-size:12px;
	padding:10px 15px;
	font-family:'Tahoma',sans-serif;
	background:#62518b;
	border-bottom:1px solid #ddd;
	
}

/* The Sidebar */


.sidebar {
	margin:0px 0px 10px 0px;
	width:320px;
	background:#fff;
	border:1px solid #ddd;	
	}

.sidebox{
	margin:0px 0px 10px 0px;
	width:320px;
	background:#ddd;
	border:1px solid #ddd;	
	}

.sidebox ul {
	list-style-type: none;
	margin:  0px;
	padding: 0px 5px 0px 5px ;
	}
	
.sidebox li{
	list-style-type: none;
	margin: 0 ;
	padding: 0;
	}
	
.sidebox ul ul  {
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
	background-repeat:no-repeat;
	}

.sidebox ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	}

.sidebox ul ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	}
	
.sidebox ul li {
	height:100%;
	line-height:18px;
	clear:left;	
	width: 278px;
	margin:0px 0px;
	list-style-type: none;
	}
	
.sidebox ul li a:link, .sidebox ul li a:visited {
	color:#777;
	border-bottom:1px dotted #ddd;
	text-decoration: none;
	padding: 5px 0px 5px 10px;
	display:block;
	}

.sidebox ul li a:hover {
	color: #333;
	}

.sidebox p {
	padding: 7px 10px;
	margin:0;
	}

.sidebox table{
	width:100%;
	text-align:center;
	color:#787d7f;
	}	
	
li.recentcomments{
	padding:5px 5px;
	width:290px!important;
}

.squarebanner {
	margin:0px 0px 10px 0px;
	width:320px;
	background:#fff;
	border:1px solid #ddd;	
	}

.squarebanner ul{
	list-style-type:none;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 15px 0px;
	width:300px;
	overflow:hidden;
	}
		
.squarebanner ul li{
	margin:0px 0px 10px 0px;
	width:320px;
	background:#ddd;
	border:1px solid #ddd;
	}
		
.rbanner{
	float:right!important;
	margin:10px 0px 0px 0px!important;
	}	

/*calendar*/

#wp-calendar{
	width:270px;
	padding: 0px 10px;
	margin:0px 10px;

}
#calendar_wrap{

	margin:0px auto;
}

#wp-calendar caption{
	padding: 10px 5px 5px 5px ;
	font-size:16px;
	color:#375752;
	font-weight:bold;
	font-family:Arial,Georgia,Century gothic,  sans-serif;
	text-transform:uppercase;
}


#wp-calendar th, #wp-calendar td{
	padding: 5px;
	text-align:center;
	color:#fff;
	background:#ccc;
}

#wp-calendar td a{

	padding: 0px;
	border:none;
	color:#843400;
}
#wp-calendar td{
	background:transparent;
	border:none;
	color:#444;
}
#wp-calendar td, table#wp-calendar th{
	padding: 2px 0;
}		
	
	

	
/* --- FOOTER --- */
	
#footer {
	padding:10px 0 10px 0px;
	color:#555;
	font-size:12px;
	margin:0px auto;
	background:#eee;

	}

#footer a:link , #footer a:visited{
		color:#555;
	}

#footer a:hover {
	color:#555;
	}

.fcred{
	color:#FFFFF;
	text-align:center;
	margin:10px 0px 10px 10px;
	line-height:16px;
}

/* The Navigation */

#navigation{	
	margin:0px 0px 10px 0px;
	padding:30px;
	width:550px;
	height:27px;
	}

	
/* The Attachment */

.contentCenter {
	text-align:center;
	}

/* The Page Title */

h2.pagetitle {
	height:35px;
	color:#AAA590;
	font-size:18px;
	padding:10px 0px;
	font-weight:bold;

	text-align:center;
	
	}
 h2.pagetitle a {
 	color:#507409;
 }
 
 
/* Comments */

#commentsbox {

	margin:10px 0px;

}

h3#comments{
	font-size:16px;
	color:#4F4F4F;
	font-weight:bold;
	padding:10px 0px ;
	margin-top:10px;

}


ol.commentlist {
	margin:0px 0 0;
	clear:both;
	overflow:hidden;
	list-style:none;


}
ol.commentlist li {
	margin:5px 0;
	line-height:18px;
	padding:10px;
	border:1px solid #ddd;
	background:#EDECEA;

}

ol.commentlist li a{
	color:#DF4E00;
}
ol.commentlist li .comment-author {
	color:#444;

}
ol.commentlist li .comment-author a:link,ol.commentlist li .comment-author a:visited{

	color:#444;
	font-weight:bold;
	text-decoration:none !important;
}

ol.commentlist li .comment-author .fn {
	color:#444;
}
cite.fn{
	color:#444;
	font-style:normal;
}
ol.commentlist li .comment-author .avatar{
	float:right;
	border:1px solid #ddd;
	background:#fff;
	padding:3px;
}
ol.commentlist li .comment-meta{
	font-size:10px;

}
ol.commentlist li .comment-meta .commentmetadata{

	color:#fff;
}

ol.commentlist li .comment-meta a {
	color:#754932;
	text-decoration:none !important;
}
ol.commentlist li p {
	line-height:22px;
	margin-top:5px;
	color:#555;
	font-size:12px;

}
ol.commentlist li .reply{
	margin-top:10px;
	font-size:10px;

}
ol.commentlist li .reply a{
	background:#555;
	border:1px solid #333;
	color:#fff;
	text-decoration:none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	padding:3px 10px;
}

ol.commentlist li.odd {

}
ol.commentlist li.even {

}

ol.commentlist li ul.children {
	list-style:none;
	margin:1em 0 0;
	text-indent:0;

}

ol.commentlist li ul.children li.depth-2 {

	margin:0 0 0px 50px;

}

ol.commentlist li ul.children li.depth-3 {

	margin:0 0 0px 50px;

}

ol.commentlist li ul.children li.depth-4 {

	margin:0 0 0px 50px;

}
ol.commentlist li ul.children li.depth-5 {

	margin:0 0 0px 50px;

}
.comment-nav{

	padding:5px ;
	height:20px;

}

.comment-nav a:link,.comment-nav a:visited{

	color:#00608F;
}

#respond{

	padding:0px 0px ;
	margin:10px 0px;


}

#respond a{
		color:#DFD7B5;
}
 #respond h3 {
	font-size:14px;
	color:#fff;
	background:#FFAB06;
	font-weight:bold;
	padding:10px 10px ;

}
#commentform {
	padding:10px 0px;


}
#commentform p{
	margin:5px 0px ;
	color:#666;
}

#commentform a{
	color:#724429;
	}
 #respond label{
	display:block;
	padding:5px 0;
	color:#666;
	
}
 #respond  label small {
	font-size:10px;

}
 #respond input {
	margin-bottom:10px;
	padding:5px 5px;
	margin:0 10px 10px 0;
	background:#fff;
	border:1px solid #ddd;
	color:#333;
}
#commentform  input{
	width:50%;

}

#respond  input#commentSubmit {
	background:#555;
	border:1px solid #444;
	color:#fff;
	text-decoration:none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	padding:3px 10px;
	width:100px;
	margin:10px 0px;

	cursor:pointer;
}
textarea#comment{

	background:#fff;
	border:1px solid #ddd;
	width:70%;
	margin:10px 0px 0px 0px;
	padding:5px 5px;
	color:#333;
}

/* PAGENAVI + AD */

.postad{
	margin:10px auto;
	text-align:center;
}

.wp-pagenavi{
	font-size:12px;
	text-align: center !important;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited {
	text-decoration: none;
	background:#F2F2F2!important;
	border: 1px solid #ddd !important;
	color:#555 !important;
	padding:3px 7px !important;
	display: block;
	text-align: center;
	float: left;
	margin-right: 4px;

}


.wp-pagenavi a:hover {
	color: #ffffff;
}

.wp-pagenavi span.pages {

display:none;
}

.wp-pagenavi span.current {
	text-decoration: none;
	background:#666 !important;
	border: 1px solid #444!important;
	color:#fff !important;
	padding:3px 7px !important;
	display: block;
	text-align: center;
	float: left;
	margin-right: 4px;

}

.wp-pagenavi span.extend {

	text-decoration: none;
	background:#666 !important;
	border: 1px solid #444!important;
	color:#fff !important;
	padding:3px 7px !important;
	display: block;
	text-align: center;
	float: left;
	margin-right: 4px;

}	

/* Footer widgets */
.botop{
	height:22px;
	background:url(images/botop.png) repeat-x;
}

	
#bottom{
	margin:0px auto;
	background-color: #786f96;
    padding: 15px 0 0;
    min-height: 200px;
    border-top: 5px solid;
	box-shadow: 0 -10px 30px rgba(0,0,0,0.3);
	
}
.bottomcover{
	
	margin:0px auto;

}	
h3.bothead{

	height:25px;
	font-size:18px;
	padding:10px 0px 10px 5px;
	color:#fff;
	text-shadow:1px 1px 0px #172C2F;
	
}
.botwid{
	float:left;
	position:relative;
	left:180px;
	width:200px;
	padding-bottom:30px;
	font-size:12px;
	margin:20px 0px 0px 20px;
	color:#ddd;
	list-style:none;	
	}
.botwid ul {
	list-style-type: none;
	margin:  0px;
	padding: 0px 0px 0px 0px ;


	}
.botwid li{
	list-style-type: none;
	margin: 0 ;
	padding: 0;

	}
.botwid ul ul  {
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
	background-repeat:no-repeat;
		}

.botwid ul ul ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	}

.botwid ul ul ul ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;

	}

.botwid ul li {
	height:100%;
	line-height:18px;
	clear: left;	
	width: 200px;
	list-style-type: none;
	}
	
.botwid ul li a:link, .botwid ul li a:visited  {
	
	color: #ddd;
	text-decoration: none;
	padding: 5px 0px 5px 5px;
	display:block;
	border-bottom:1px solid #4F3729;


	}

.botwid ul li a:hover{

	color: #fff;
	}

.botwid p{
	padding: 7px 10px;
	margin:0;
	}

.botwid table {
	width:100%;
	text-align:center;
	color:#787d7f;
	}			


	
.featbox{
	width:320px;
	margin:0px 0px 10px 0px;
	background:#fff;
	border:1px solid #ddd;
	
	}
.featbox ul{
	list-style:none;
	margin:0px ;
	padding:0px 0px 10px 0px;
}	

.featbox ul li{
	list-style:none;
	margin:10px 0px 0px 12px;
	padding:0px;
	float:left;
}	

li.rsite{

	float:right!important;
	margin:10px 12px 0px 0px!important;
}

.thumbim{

	float:left;
	width:125px;
	height:100px;
	display:block;
	
}
.widebanner{
	padding:10px 0px;
	text-align:center;

}
.smallbanner{
	padding:10px 0px;
	text-align:center;

}


.wtooltip{ 
	display:none;
	background:#fff;
	height:220px;
	padding:10px 10px;
	width:320px;
	font-size:12px;
	color:#555;
	text-align:center;
	
 } 
 .wtooltip img{
	margin-bottom:5px;
 }
 
 
.social_down {
    
        margin-bottom: 0px;
        clear: both;
}

.social_down .fb-like-btn {
    float:left;
    margin-bottom: 0px;
   margin-top: -15px;
   margin-left: 5px;
}

.social_down .google-likes-btn{
   float:left;
   width: 100px;
   margin-bottom: 0px;
   margin-top: -15px;
   margin-left: 5px;
}

.social_down .tw-likes-btn{
   float:left;
   margin-bottom: 0px;
   margin-top: -21px;
   margin-left: 165px;
}

.bitcoin-btn{
   float:left;
   margin-bottom: 0px;
   margin-top: -23px;
   margin-left: 225px;
}

.social_down2 {
        
	margin-left: 170px;
        margin-bottom: 0px;
        clear: both;
}

.social_down2 .fb-like-btn {
    float:left;
    margin-bottom: 0px;
   margin-top: -15px;
   margin-left: 5px;
}

.social_down2 .tw-likes-btn{
   float:left;
   width:100px;
   margin-bottom: 0px;
   margin-top: -15px;
   margin-left: 0px;
}


.malka{
position:absolute;
left:978px;
width:125px;
top:2px;
}
